From 27e9f84c3e7c24dd26b244d1f5b3c29f512109fb Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Mon, 19 May 2025 10:41:24 +0000 Subject: [PATCH] Python dependency: Update cryptography requirement 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/44.0.0...45.0.2) --- updated-dependencies: - dependency-name: cryptography dependency-version: 45.0.2 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 aa740473d53..a905e5572df 100644 --- a/requirements.txt +++ b/requirements.txt @@ -19,7 +19,7 @@ azure-mgmt-resource==23.3.0 azure-mgmt-subscription==3.1.1 bcrypt==4.3.* boto3==1.38.* -cryptography==44.0.* +cryptography==45.0.* Flask-Babel==4.0.* Flask-Compress==1.* Flask-Login==0.*