From f240befa45cd7f24a9ce8461f66f110c425fb3b1 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Fri, 20 Feb 2026 13:23:33 +0000 Subject: [PATCH] build(deps-dev): update responses requirement from <0.26 to <0.27 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.1.0...0.26.0) --- updated-dependencies: - dependency-name: responses dependency-version: 0.26.0 dependency-type: direct:development ... Signed-off-by: dependabot[bot] --- setup.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/setup.py b/setup.py index a6f5854..e04a467 100644 --- a/setup.py +++ b/setup.py @@ -44,7 +44,7 @@ "pytest-cache<2", "pytest-cov<7.1", "python-dotenv<1.3", - "responses<0.26", + "responses<0.27", ], }, zip_safe=False,