From 13256b6e9129667e98091b35b455569fc5fb5f7e Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Mon, 31 Aug 2026 10:23:05 +0000 Subject: [PATCH] build(deps): update cryptography requirement from >=50.0.0 to >=50.0.1 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/50.0.0...50.0.1) --- updated-dependencies: - dependency-name: cryptography dependency-version: 50.0.1 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 f2c2f985..12ad0bb9 100644 --- a/requirements.txt +++ b/requirements.txt @@ -5,7 +5,7 @@ backoff >= 2.2.1 boto3 >= 1.43.77 click >= 8.4.2 colorama >= 0.4.6, < 0.4.7 -cryptography >= 50.0.0 +cryptography >= 50.0.1 fastapi[all] >= 0.141.1 paramiko >= 5.0.0 prettytable >= 3.18.0