From 6587b397fa90e86558d7848a342346fdef071092 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Mon, 13 Jul 2026 10:23:57 +0000 Subject: [PATCH] build(deps): update cryptography requirement from >=48.0.1 to >=49.0.0 --- updated-dependencies: - dependency-name: cryptography dependency-version: 49.0.0 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 2ed35782..9a78f7b0 100644 --- a/requirements.txt +++ b/requirements.txt @@ -5,7 +5,7 @@ backoff >= 2.2.1 boto3 >= 1.43.40 click >= 8.1.7 colorama >= 0.4.6, < 0.4.7 -cryptography >= 48.0.1 +cryptography >= 49.0.0 fastapi[all] >= 0.138.1 paramiko >= 5.0.0 prettytable >= 3.18.0