From 676b7aa0a3ca8f92ad288502db1c7c1c419fdfa7 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Mon, 11 May 2026 20:34:05 +0000 Subject: [PATCH] Bump paramiko from 3.5.1 to 5.0.0 in the pip group across 1 directory Bumps the pip group with 1 update in the / directory: [paramiko](https://github.com/paramiko/paramiko). Updates `paramiko` from 3.5.1 to 5.0.0 - [Commits](https://github.com/paramiko/paramiko/compare/3.5.1...5.0.0) --- updated-dependencies: - dependency-name: paramiko dependency-version: 5.0.0 dependency-type: direct:production dependency-group: pip ... Signed-off-by: dependabot[bot] --- requirements.txt | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/requirements.txt b/requirements.txt index ccb3d14d88b..610c10a8b21 100644 --- a/requirements.txt +++ b/requirements.txt @@ -19,7 +19,7 @@ azure-mgmt-resource==24.0.0 azure-mgmt-subscription==3.1.1 bcrypt==4.3.* boto3==1.40.* -cryptography==45.0.* +cryptography==48.0.* Flask-Babel==4.0.* Flask-Compress==1.* Flask-Login==0.* @@ -39,7 +39,7 @@ jsonformatter~=0.3.4 keyring==25.* ldap3==2.* libgravatar==1.0.* -paramiko==3.5.1 +paramiko==5.0.0 passlib==1.* psutil==7.0.* psycopg[c]==3.2.10 @@ -54,7 +54,7 @@ sqlparse==0.* sshtunnel==0.* typer[all]==0.17.* urllib3==1.26.*; python_version <= '3.9' -urllib3==2.5.*; python_version > '3.9' +urllib3==2.7.*; python_version > '3.9' user-agents==2.2.0 Werkzeug==3.1.* WTForms==3.1.*; python_version <= '3.9'