From b8c234b6ed96e1ccb177f5755ba0b064f1d8fc9e Mon Sep 17 00:00:00 2001 From: "dependabot-preview[bot]" <27856297+dependabot-preview[bot]@users.noreply.github.com> Date: Mon, 31 Aug 2020 19:07:29 +0000 Subject: [PATCH] Update responses requirement from ~=0.10.14 to ~=0.12.0 Updates the requirements on [responses](https://github.com/getsentry/responses) to permit the latest version. - [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.0) Signed-off-by: dependabot-preview[bot] --- tests/requirements.txt | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/tests/requirements.txt b/tests/requirements.txt index e1aeff349..268dcd46f 100644 --- a/tests/requirements.txt +++ b/tests/requirements.txt @@ -1,4 +1,4 @@ daphne==2.5.0 -responses~=0.10.14 +responses~=0.12.0 tblib==1.7.0 unittest-xml-reporting==3.0.2