From 80a0ae1d138435561d8f878b714d0d24ce205e5e Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Mon, 10 Aug 2026 10:23:38 +0000 Subject: [PATCH] build(deps): update cryptography requirement from >=49.0.0 to >=50.0.0 Updates the requirements on [cryptography](https://github.com/pyca/cryptography) to permit the latest version. - [Changelog](https://github.com/pyca/cryptography/blob/main/CHANGELOG.rst) - [Commits](https://github.com/pyca/cryptography/compare/49.0.0...50.0.0) --- updated-dependencies: - dependency-name: cryptography dependency-version: 50.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 78bf55a4..5e6ddd31 100644 --- a/requirements.txt +++ b/requirements.txt @@ -5,7 +5,7 @@ backoff >= 2.2.1 boto3 >= 1.43.61 click >= 8.4.2 colorama >= 0.4.6, < 0.4.7 -cryptography >= 49.0.0 +cryptography >= 50.0.0 fastapi[all] >= 0.141.1 paramiko >= 5.0.0 prettytable >= 3.18.0