From 762b8b4abc742ae715850b43b0479c4697678cbf Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Wed, 12 Oct 2022 00:40:10 +0000 Subject: [PATCH] Update responses requirement from ~=0.14.0 to ~=0.22.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.14.0...0.22.0) --- updated-dependencies: - dependency-name: responses dependency-type: direct:production ... Signed-off-by: dependabot[bot] --- tests/requirements.txt | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/tests/requirements.txt b/tests/requirements.txt index 92ae307b9..cfc7a3e99 100644 --- a/tests/requirements.txt +++ b/tests/requirements.txt @@ -14,6 +14,6 @@ python-dateutil==2.8.2 pytz==2021.1 webpack-manifest==2.1.1 # only for testing -responses~=0.14.0 +responses~=0.22.0 tblib==1.7.0 unittest-xml-reporting==3.0.4