From 39e7144d9578a78cfac3b891f529398d59b8f973 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Tue, 2 Feb 2021 09:53:01 +0000 Subject: [PATCH] Bump responses from 0.10.14 to 0.12.1 Bumps [responses](https://github.com/getsentry/responses) from 0.10.14 to 0.12.1. - [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.12.1) 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..0badec2 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.12.1 wheel==0.34.2