From 0ac5443be6b40019b8fa9e82dfa2e4dd2b13c072 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Mon, 25 May 2026 08:05:53 +0000 Subject: [PATCH] :arrow_up:(deps): 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:production ... Signed-off-by: dependabot[bot] --- requirements-test.txt | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/requirements-test.txt b/requirements-test.txt index 9c7a01df..c198a6d9 100644 --- a/requirements-test.txt +++ b/requirements-test.txt @@ -22,7 +22,7 @@ psutil>=5.9.0 memory-profiler>=0.60.0 # Mock and testing utilities -responses>=0.23.0 +responses>=0.26.1 freezegun>=1.5.5 factory-boy>=3.2.0