From ba2956b5ff4f72a268752339f460d7248d1fdcde Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Tue, 3 Sep 2024 23:42:03 +0000 Subject: [PATCH] Bump cryptography from 41.0.5 to 43.0.1 in /backend Bumps [cryptography](https://github.com/pyca/cryptography) from 41.0.5 to 43.0.1. - [Changelog](https://github.com/pyca/cryptography/blob/main/CHANGELOG.rst) - [Commits](https://github.com/pyca/cryptography/compare/41.0.5...43.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 f8980b08e..b7e280b7c 100644 --- a/backend/requirements.txt +++ b/backend/requirements.txt @@ -33,7 +33,7 @@ click-repl==0.3.0 ; python_version >= '3.6' colorama==0.4.6 ; sys_platform == 'win32' colorlog==6.7.0 constantly==23.10.4 ; python_version >= '3.8' -cryptography==41.0.5 +cryptography==43.0.1 daphne==4.0.0 decorator==5.1.1 ; python_version >= '3.11' defusedxml==0.7.1 ; python_version >= '2.7' and python_version not in '3.0, 3.1, 3.2, 3.3, 3.4'