From 2656fe58c2884f44c8c72bd50f7d19566accc559 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Fri, 5 Jul 2024 00:09:11 +0000 Subject: [PATCH] [deps] Update mock-ssh-server requirement from ~=0.9.0 to ~=0.9.1 Updates the requirements on [mock-ssh-server](https://github.com/carletes/mock-ssh-server) to permit the latest version. - [Release notes](https://github.com/carletes/mock-ssh-server/releases) - [Commits](https://github.com/carletes/mock-ssh-server/compare/0.9.0...0.9.1) --- updated-dependencies: - dependency-name: mock-ssh-server 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 5fe3fe787..d13904221 100644 --- a/requirements-test.txt +++ b/requirements-test.txt @@ -1,5 +1,5 @@ openwisp-utils[qa,selenium] @ https://github.com/openwisp/openwisp-utils/tarball/master django-redis~=5.2.0 -mock-ssh-server~=0.9.0 +mock-ssh-server~=0.9.1 channels_redis~=4.1.0 freezegun~=1.1.0