From 85a33eae3a34594f3063deb4924f8f88cbd858d0 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Wed, 6 May 2026 07:41:36 +0000 Subject: [PATCH] Python dependency: Update cryptography requirement in /web/regression 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/47.0.0...48.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 d9193c5c3cd..71d9fc0032e 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.4.22 -cryptography==47.0.* +cryptography==48.0.* Flask-Babel==4.0.* Flask-Compress==1.* Flask-Login==0.*