From 037df703037c2d22b7aad49371d0e663551ab42d Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Thu, 2 Apr 2026 15:55:13 +0000 Subject: [PATCH 1/3] Bump cryptography from 42.0.1 to 46.0.6 Bumps [cryptography](https://github.com/pyca/cryptography) from 42.0.1 to 46.0.6. - [Changelog](https://github.com/pyca/cryptography/blob/main/CHANGELOG.rst) - [Commits](https://github.com/pyca/cryptography/compare/42.0.1...46.0.6) --- updated-dependencies: - dependency-name: cryptography dependency-version: 46.0.6 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 b6d9979..11b6e0e 100644 --- a/requirements.txt +++ b/requirements.txt @@ -10,7 +10,7 @@ certifi==2023.11.17 cffi==1.16.0 charset-normalizer==3.3.2 click==8.1.7 -cryptography==42.0.1 +cryptography==46.0.6 dnspython==2.8.0 email-validator==2.1.0.post1 fakeredis==2.31.0 From b3f2c521a9f4495767ace2ac8c6d0f8428feb5d5 Mon Sep 17 00:00:00 2001 From: georgelgeback Date: Fri, 3 Apr 2026 13:10:24 +0000 Subject: [PATCH 2/3] Bump argon2-cffi and cffi --- requirements.txt | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/requirements.txt b/requirements.txt index 11b6e0e..a415441 100644 --- a/requirements.txt +++ b/requirements.txt @@ -1,13 +1,13 @@ alembic==1.14.1 annotated-types==0.7.0 anyio==4.4.0 -argon2-cffi==23.1.0 -argon2-cffi-bindings==21.2.0 +argon2-cffi==25.1.0 +argon2-cffi-bindings==25.1.0 async-timeout==5.0.1 bcrypt==4.1.2 cachetools==5.5.2 certifi==2023.11.17 -cffi==1.16.0 +cffi==2.0.0 charset-normalizer==3.3.2 click==8.1.7 cryptography==46.0.6 From bc9e1f8bc3353a3fd70019c829521b8ef1f7bc07 Mon Sep 17 00:00:00 2001 From: georgelgeback Date: Fri, 3 Apr 2026 13:12:53 +0000 Subject: [PATCH 3/3] bump pwdlib --- requirements.txt | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/requirements.txt b/requirements.txt index a415441..ccac003 100644 --- a/requirements.txt +++ b/requirements.txt @@ -45,7 +45,7 @@ pluggy==1.6.0 proto-plus==1.26.1 protobuf==6.31.1 psycopg==3.1.17 -pwdlib==0.2.0 +pwdlib==0.3.0 pyasn1==0.6.1 pyasn1_modules==0.4.2 pycparser==2.21