From 39d10fc96d2fa7297c867a2ba4ded92fcb2a7f72 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Tue, 28 Nov 2023 23:46:59 +0000 Subject: [PATCH] Bump cryptography from 41.0.1 to 41.0.6 in /back Bumps [cryptography](https://github.com/pyca/cryptography) from 41.0.1 to 41.0.6. - [Changelog](https://github.com/pyca/cryptography/blob/main/CHANGELOG.rst) - [Commits](https://github.com/pyca/cryptography/compare/41.0.1...41.0.6) --- updated-dependencies: - dependency-name: cryptography dependency-type: direct:production ... Signed-off-by: dependabot[bot] --- back/requirements.txt | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/back/requirements.txt b/back/requirements.txt index 7282612..bc386a8 100644 --- a/back/requirements.txt +++ b/back/requirements.txt @@ -11,7 +11,7 @@ babel==2.12.1; python_version >= '3.7' certifi==2023.7.22; python_version >= '3.6' cffi==1.15.1 charset-normalizer==3.1.0; python_version >= '3.7' -cryptography==41.0.1 +cryptography==41.0.6 defusedxml==0.7.1; python_version >= '2.7' and python_version not in '3.0, 3.1, 3.2, 3.3, 3.4' django-allauth==0.51.0 django-cors-headers==3.13.0