From 809853b51ac155a29647eae39e987be146ee3cd3 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Tue, 14 Jan 2025 17:13:16 +0000 Subject: [PATCH] build(deps-dev): Bump responses from 0.25.5 to 0.25.6 Bumps [responses](https://github.com/getsentry/responses) from 0.25.5 to 0.25.6. - [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.5...0.25.6) --- updated-dependencies: - dependency-name: responses dependency-type: direct:development update-type: version-update:semver-patch ... 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 07e09f55..c46c2cbf 100644 --- a/requirements-dev.txt +++ b/requirements-dev.txt @@ -2,7 +2,7 @@ flit==3.10.1 # test dependencies pytest==8.3.4 -responses==0.25.5 +responses==0.25.6 python_dotenv==1.0.1 pylint==3.3.3 # code coverage