From ec79dc844c9ed35db3d28d2f6cfbbfccacfd5b5c Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Wed, 1 Oct 2025 05:01:59 +0000 Subject: [PATCH] Bump responses from 0.25.7 to 0.25.8 Bumps [responses](https://github.com/getsentry/responses) from 0.25.7 to 0.25.8. - [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.7...0.25.8) --- updated-dependencies: - dependency-name: responses dependency-version: 0.25.8 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 c6235693b..590381244 100644 --- a/pyproject.toml +++ b/pyproject.toml @@ -9,7 +9,7 @@ dev = [ "coverage<8", "identify>=2.6.9", "pytest-xdist<4", - "responses==0.25.7", + "responses==0.25.8", ] docs = [ "sphinx<9",