From f184dd6a08254e86b906bf2a4c870502407a9e8f Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Mon, 27 Apr 2026 11:45:30 +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/46.0.0...47.0.0) --- updated-dependencies: - dependency-name: cryptography dependency-version: 47.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 1857f298a83..074451a3c42 100644 --- a/requirements.txt +++ b/requirements.txt @@ -21,7 +21,7 @@ azure-mgmt-subscription==3.1.1 bcrypt==5.0.* boto3==1.42.* certifi==2026.4.22 -cryptography==46.0.* +cryptography==47.0.* Flask-Babel==4.0.* Flask-Compress==1.* Flask-Login==0.*