From 5fe93608ded7744166df6e3f94f7b71e283a8f84 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Tue, 16 Jun 2026 11:27:35 +0530 Subject: [PATCH] chore: Update cryptography to 49.0.0 requirement in /web/regression (#10087) 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 ... --- requirements.txt | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/requirements.txt b/requirements.txt index c2b44b10a..36fe6e586 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.*