From dc4af7847b47387ee06c26db0deb622d3f53e473 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Mon, 13 Mar 2023 01:26:41 +0000 Subject: [PATCH] Update responses requirement from ~=0.14.0 to ~=0.23.1 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.23.1) --- 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..0447faf5d 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.23.1 tblib==1.7.0 unittest-xml-reporting==3.0.4