From b00bc52e4bfd1be6f8f6c20ba5a82b065577a769 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Wed, 1 Feb 2023 17:04:05 +0000 Subject: [PATCH] Update paramiko requirement from ~=2.10.4 to ~=3.0.0 Updates the requirements on [paramiko](https://github.com/paramiko/paramiko) to permit the latest version. - [Release notes](https://github.com/paramiko/paramiko/releases) - [Changelog](https://github.com/paramiko/paramiko/blob/main/NEWS) - [Commits](https://github.com/paramiko/paramiko/compare/2.10.4...3.0.0) --- updated-dependencies: - dependency-name: paramiko dependency-type: direct:production ... Signed-off-by: dependabot[bot] --- requirements.txt | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/requirements.txt b/requirements.txt index 91070d4..9ee3927 100644 --- a/requirements.txt +++ b/requirements.txt @@ -6,7 +6,7 @@ django-bootstrap5~=21.3 django-compref-keycloak~=1.2.0 django-crontab~=0.7.1 django-storages~=1.12.3 -paramiko~=2.10.4 +paramiko~=3.0.0 Pillow~=9.1.1 psycopg2-binary~=2.9.3 qrcode~=7.3