From 94fa9d0ad217ec053e3afbd8ae87fbd65356fa4e Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Thu, 26 May 2022 14:06:16 +0000 Subject: [PATCH] Bump responses from 0.10.14 to 0.21.0 Bumps [responses](https://github.com/getsentry/responses) from 0.10.14 to 0.21.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.10.14...0.21.0) --- updated-dependencies: - dependency-name: responses dependency-type: direct:production update-type: version-update:semver-minor ... Signed-off-by: dependabot[bot] --- requirements.txt | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/requirements.txt b/requirements.txt index 07d0c48..4e50e38 100644 --- a/requirements.txt +++ b/requirements.txt @@ -4,5 +4,5 @@ pytest-cov==2.8.1 pytest-travis-fold==1.3.0 setuptools==46.1.3 requests>=2.0.0 -responses==0.10.14 +responses==0.21.0 wheel==0.34.2