From 81ad1ef2487da28b148e70173c1f47ffbb1eabf1 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Mon, 22 Sep 2025 10:28:57 +0000 Subject: [PATCH] build(deps): update cryptography requirement from <46.0.0 to <47.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/0.1...46.0.1) --- updated-dependencies: - dependency-name: cryptography dependency-version: 46.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 fc8a46a5..ea338a80 100644 --- a/requirements.txt +++ b/requirements.txt @@ -5,7 +5,7 @@ backoff >= 2.2.1 boto3 >= 1.26.165 click >= 8.1.7 colorama >= 0.2.5, < 0.4.7 -cryptography < 46.0.0 +cryptography < 47.0.0 fastapi[all] >= 0.94.0 filelock >= 3.0.0 paramiko >= 3.3.1