From a90c6cd353cb035fa91eccdfb849cce270850f99 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Mon, 13 May 2024 11:48:44 +0000 Subject: [PATCH] Bump responses from 0.23.1 to 0.25.0 Bumps [responses](https://github.com/getsentry/responses) from 0.23.1 to 0.25.0. - [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.1...0.25.0) --- updated-dependencies: - dependency-name: responses dependency-type: direct:development update-type: version-update:semver-minor ... Signed-off-by: dependabot[bot] --- requirements-dev.txt | 4 +--- 1 file changed, 1 insertion(+), 3 deletions(-) diff --git a/requirements-dev.txt b/requirements-dev.txt index 1a7ed85..2e689a8 100644 --- a/requirements-dev.txt +++ b/requirements-dev.txt @@ -159,7 +159,7 @@ requests==2.31.0 # shillelagh requests-cache==1.2.0 # via shillelagh -responses==0.23.1 +responses==0.25.0 # via -r requirements-dev.in rich==13.4.2 # via bandit @@ -186,8 +186,6 @@ tomli==2.0.1 # pip-tools # pyproject-hooks # pytest -types-pyyaml==6.0.12.20240311 - # via responses types-requests==2.31.0.1 # via -r requirements-dev.in types-setuptools==68.0.0.0