From 86bbf5766b7f91f70a5f935155ededd0c2f698f0 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Wed, 12 Mar 2025 15:57:22 +0000 Subject: [PATCH] chore(deps): bump cryptography from 42.0.4 to 44.0.1 in /backend Bumps [cryptography](https://github.com/pyca/cryptography) from 42.0.4 to 44.0.1. - [Changelog](https://github.com/pyca/cryptography/blob/main/CHANGELOG.rst) - [Commits](https://github.com/pyca/cryptography/compare/42.0.4...44.0.1) --- updated-dependencies: - dependency-name: cryptography 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 db6b116b1..eabf04a3f 100644 --- a/backend/requirements.txt +++ b/backend/requirements.txt @@ -13,7 +13,7 @@ charset-normalizer==3.0.1 click==8.1.7 constantly==15.1.0 crontab==1.0.1 -cryptography==42.0.4 +cryptography==44.0.1 defusedxml==0.7.1 dj-rest-auth==7.0.1 Django==4.2.16