From fd526ef3d2a3f0c84ac461d1b70145d001654ecd Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Tue, 1 Apr 2025 04:02:47 +0000 Subject: [PATCH] :arrow_up: Update responses requirement from ~=0.22.0 to ~=0.25.7 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.7) --- updated-dependencies: - dependency-name: responses dependency-version: 0.25.7 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..0147eaa3b 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.7", "pytest-xprocess~=1.0", ] test-parallel = ["pytest-xdist"]