From 9e99d7b95a86c5da7428e6f37e2c53293e5af9b9 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Thu, 3 Sep 2026 16:15:07 +0000 Subject: [PATCH] Update cryptography requirement from >=42.0.0 to >=50.0.1 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/42.0.0...50.0.1) --- updated-dependencies: - dependency-name: cryptography dependency-version: 50.0.1 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 8b57363..2d9c0b2 100644 --- a/requirements.txt +++ b/requirements.txt @@ -17,7 +17,7 @@ redis>=8.1.0 # --- [Security & Auth] --- bcrypt==4.0.1 # pinned: passlib 1.7.4 breaks on bcrypt>=4.1 (72-byte length check regression) passlib[bcrypt]>=1.7.4 -cryptography>=42.0.0 +cryptography>=50.0.1 # --- [Data Analysis & Math] --- numpy>=1.23.0,<3.0.0