From 627191d00e76917552a0f36e1e39c381a2e26936 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Tue, 7 Jan 2025 08:56:07 +0000 Subject: [PATCH] :arrow_up: Update responses requirement from ~=0.22.0 to ~=0.25.3 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.22.0...0.25.3) --- 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 da384b526..1453faba6 100644 --- a/pyproject.toml +++ b/pyproject.toml @@ -46,7 +46,7 @@ test = [ "syrupy~=4.0", "sphinxcontrib-plantuml~=0.0", "lxml>=4.6.5,<6.0", - "responses~=0.22.0", + "responses~=0.25.3", "pytest-xprocess~=1.0", ] test-parallel = ["pytest-xdist"]