From 4b0bcd644fdf6cdbd2051992b5ef3d73227e7928 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Fri, 10 Jan 2025 15:38:41 +0000 Subject: [PATCH] chore(deps-dev): bump responses from 0.23.3 to 0.25.3 Bumps [responses](https://github.com/getsentry/responses) from 0.23.3 to 0.25.3. - [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.3) --- 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..d168790b 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.3 pytest-mock==3.12.0 black==24.3.0