From 7221451e6bc0940368b633857f4baa83af143e56 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Wed, 14 Feb 2024 14:20:46 +0000 Subject: [PATCH] Update responses requirement from <0.11,>=0.10.6 to >=0.10.6,<0.26 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.10.6...0.25.0) --- updated-dependencies: - dependency-name: responses dependency-type: direct:development ... Signed-off-by: dependabot[bot] --- dev-requirements.txt | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/dev-requirements.txt b/dev-requirements.txt index 6492ba74d..6741aceb8 100644 --- a/dev-requirements.txt +++ b/dev-requirements.txt @@ -7,7 +7,7 @@ sphinx-autobuild pytest pytest-cov pytest-mock -responses>=0.10.6,<0.11 +responses>=0.10.6,<0.26 httmock wooper mypy