From 19ccf05299fdbd5594f0a1f02894cce9fe69c928 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Fri, 5 Jul 2024 10:26:15 -0400 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] Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com> --- requirements-test.txt | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/requirements-test.txt b/requirements-test.txt index 45c652cb..45179d40 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.4.0 -mock-ssh-server~=0.9.0 +mock-ssh-server~=0.9.1 channels_redis~=4.1.0 freezegun~=1.5.1