From 9797cd233289549051b64d444ec1b610c190e7e4 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Mon, 23 Feb 2026 17:22:39 +0000 Subject: [PATCH] Update responses requirement from >=0.23.1,<0.26.0 to >=0.23.1,<0.27.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.1...0.26.0) --- updated-dependencies: - dependency-name: responses dependency-version: 0.26.0 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 c6ae1ed..9b14cc5 100644 --- a/pyproject.toml +++ b/pyproject.toml @@ -21,7 +21,7 @@ requests = "^2.28.2" omitempty = "^0.1.1" [tool.poetry.group.test.dependencies] -responses = ">=0.23.1,<0.26.0" +responses = ">=0.23.1,<0.27.0" [build-system] requires = ["poetry-core"]