From 5f0e6c132503798389691879d018d7d175a5543d Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Mon, 15 Jun 2026 10:03: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/48.0.0...49.0.0) --- updated-dependencies: - dependency-name: cryptography dependency-version: 49.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 c2b44b10a56..36fe6e586a7 100644 --- a/requirements.txt +++ b/requirements.txt @@ -22,7 +22,7 @@ bcrypt==5.0.* boto3==1.42.*; python_version <= '3.9' boto3==1.43.*; python_version > '3.9' certifi==2026.5.20 -cryptography==48.0.* +cryptography==49.0.* Flask-Babel==4.0.* Flask-Compress==1.* Flask-Login==0.*