From f127c7bc11b70b26f22e46eef9c64cf3b8a3880e Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Sat, 13 Jul 2024 17:25:30 +0000 Subject: [PATCH] [deps] Update responses requirement from ~=0.23.1 to ~=0.25.3 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.23.1...0.25.3) --- updated-dependencies: - dependency-name: responses dependency-type: direct:production ... Signed-off-by: dependabot[bot] --- requirements-test.txt | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/requirements-test.txt b/requirements-test.txt index b486108..a6b69b7 100644 --- a/requirements-test.txt +++ b/requirements-test.txt @@ -1,4 +1,4 @@ openwisp-utils[qa,selenium] @ https://github.com/openwisp/openwisp-utils/tarball/master django-redis~=5.2.0 mock-ssh-server~=0.8.0 -responses~=0.23.1 +responses~=0.25.3