From 591bdd1ff4c6aa6a32daa56ecd4b05d3a26cb945 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Fri, 1 Mar 2024 18:08:30 +0000 Subject: [PATCH] Update paramiko requirement from ~=2.10.4 to ~=3.4.0 Updates the requirements on [paramiko](https://github.com/paramiko/paramiko) to permit the latest version. - [Commits](https://github.com/paramiko/paramiko/compare/2.10.4...3.4.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 98df654..d57773d 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.4.0 Pillow~=10.2.0 psycopg2-binary~=2.9.3 qrcode~=7.3