From 2848e01654ee1921ebdcc1c62dceb9d6afd27ecd Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Mon, 6 Nov 2023 07:28:06 +0000 Subject: [PATCH] Update responses requirement from <0.24,>=0.14 to >=0.14,<0.25 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.14.0...0.24.0) --- updated-dependencies: - dependency-name: responses dependency-type: direct:production ... Signed-off-by: dependabot[bot] --- pyproject.toml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/pyproject.toml b/pyproject.toml index 0e07b01133..17df93f8b5 100644 --- a/pyproject.toml +++ b/pyproject.toml @@ -150,7 +150,7 @@ test = [ "pytest-cov>=4,<4.2", "pytest-mock>=3,<3.13", "pytest>=7,<7.5", - "responses>=0.14,<0.24", + "responses>=0.14,<0.25", "ruff>=0.1,<0.2", "tox>=4,<4.12", ]