From 4c92db5913b5bf77b74e0a524cbab361014ab96d Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Tue, 1 Apr 2025 05:02:48 +0000 Subject: [PATCH] Bump responses from 0.25.6 to 0.25.7 Bumps [responses](https://github.com/getsentry/responses) from 0.25.6 to 0.25.7. - [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.25.6...0.25.7) --- updated-dependencies: - dependency-name: responses dependency-version: 0.25.7 dependency-type: direct:production update-type: version-update:semver-patch ... Signed-off-by: dependabot[bot] --- pyproject.toml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/pyproject.toml b/pyproject.toml index deb45caa5..c7f523ded 100644 --- a/pyproject.toml +++ b/pyproject.toml @@ -39,7 +39,7 @@ dev = [ "coverage<8", "identify>=2.6.9", "pytest-xdist<4", - "responses==0.25.6", + "responses==0.25.7", ] docs = [ "sphinx<9",