From 21ec500771a6829a75d0ecd27266bae9ce4be39d Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Sat, 28 Mar 2026 21:35:49 +0000 Subject: [PATCH] chore(deps): bump cryptography from 44.0.1 to 46.0.6 in /backend Bumps [cryptography](https://github.com/pyca/cryptography) from 44.0.1 to 46.0.6. - [Changelog](https://github.com/pyca/cryptography/blob/main/CHANGELOG.rst) - [Commits](https://github.com/pyca/cryptography/compare/44.0.1...46.0.6) --- updated-dependencies: - dependency-name: cryptography dependency-version: 46.0.6 dependency-type: direct:production ... Signed-off-by: dependabot[bot] --- backend/requirements.txt | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/backend/requirements.txt b/backend/requirements.txt index c205d0d39..115dc4d17 100644 --- a/backend/requirements.txt +++ b/backend/requirements.txt @@ -15,7 +15,7 @@ charset-normalizer==3.0.1 click==8.1.7 constantly==15.1.0 crontab==1.0.1 -cryptography==44.0.1 +cryptography==46.0.6 defusedxml==0.7.1 dj-rest-auth==7.0.1 Django==4.2.29