From 930f9f1c53922be1eced1bf56a0b160d64eff683 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Mon, 4 May 2026 06:34:46 +0000 Subject: [PATCH] :arrow_up:(deps): Update responses requirement from >=0.23.0 to >=0.26.0 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.0) --- updated-dependencies: - dependency-name: responses dependency-version: 0.26.0 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 6e29baf9..0cf47a63 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.0 freezegun>=1.5.5 factory-boy>=3.2.0