From 939187818e84da8e91d3d0df4054cfe4efc2dddd Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Tue, 26 May 2026 22:25:58 +0000 Subject: [PATCH] chore(deps-dev): update responses requirement from >=0.23.0 to >=0.26.1 Updates the requirements on [responses](https://github.com/getsentry/responses) to permit the latest version. - [Release notes](https://github.com/getsentry/responses/releases) - [Changelog](https://github.com/getsentry/responses/blob/master/CHANGES) - [Commits](https://github.com/getsentry/responses/compare/0.23.0...0.26.1) --- updated-dependencies: - dependency-name: responses dependency-version: 0.26.1 dependency-type: direct:development ... Signed-off-by: dependabot[bot] --- pyproject.toml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/pyproject.toml b/pyproject.toml index aa03506b..3425f824 100644 --- a/pyproject.toml +++ b/pyproject.toml @@ -138,7 +138,7 @@ dev = [ "safety>=2.3.0", "factory-boy>=3.3.0", "freezegun>=1.2.0", - "responses>=0.23.0", + "responses>=0.26.1", ] docs = [