From 376f641822f3f07ef3f6ac69330f31ad5478a8b3 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Wed, 12 Mar 2025 01:40:36 +0000 Subject: [PATCH] chore(deps-dev): bump responses from 0.23.3 to 0.25.7 Bumps [responses](https://github.com/getsentry/responses) from 0.23.3 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.23.3...0.25.7) --- updated-dependencies: - dependency-name: responses dependency-type: direct:development update-type: version-update:semver-minor ... Signed-off-by: dependabot[bot] --- requirements-dev.txt | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/requirements-dev.txt b/requirements-dev.txt index ed0d2956..ebef2b53 100644 --- a/requirements-dev.txt +++ b/requirements-dev.txt @@ -1,6 +1,6 @@ matplotlib==3.7.2 tabulate==0.8.10 pytest==7.4.2 -responses==0.23.3 +responses==0.25.7 pytest-mock==3.12.0 black==24.3.0