From 3ef3e5dc538beab9fe11c8b97d4fc7fc54e38b1a Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Sun, 29 Mar 2026 04:14:20 +0000 Subject: [PATCH] Bump cryptography from 46.0.5 to 46.0.6 in /docker Bumps [cryptography](https://github.com/pyca/cryptography) from 46.0.5 to 46.0.6. - [Changelog](https://github.com/pyca/cryptography/blob/main/CHANGELOG.rst) - [Commits](https://github.com/pyca/cryptography/compare/46.0.5...46.0.6) --- updated-dependencies: - dependency-name: cryptography dependency-version: 46.0.6 dependency-type: direct:production ... Signed-off-by: dependabot[bot] --- docker/requirements.txt | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/docker/requirements.txt b/docker/requirements.txt index 3729582..5ae62f0 100644 --- a/docker/requirements.txt +++ b/docker/requirements.txt @@ -22,7 +22,7 @@ nose2==0.15.1 python-dateutil==2.9.0.post0 # Dependencies installed by the packages above -cryptography==46.0.5 # for PyMySQL +cryptography==46.0.6 # for PyMySQL Flask-Login==0.6.3 Flask-WTF==1.2.2 email-validator==2.3.0