From 8de7f323266a92001bd4725f457d35248f509ce1 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Mon, 29 Jan 2024 10:00:47 +0000 Subject: [PATCH] dependency: (deps): bump cryptography from 41.0.7 to 42.0.1 in /backend Bumps [cryptography](https://github.com/pyca/cryptography) from 41.0.7 to 42.0.1. - [Changelog](https://github.com/pyca/cryptography/blob/main/CHANGELOG.rst) - [Commits](https://github.com/pyca/cryptography/compare/41.0.7...42.0.1) --- updated-dependencies: - dependency-name: cryptography dependency-type: direct:production update-type: version-update:semver-major ... 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 a07b40f9..f0fecc85 100644 --- a/backend/requirements.txt +++ b/backend/requirements.txt @@ -5,7 +5,7 @@ certifi==2023.11.17 cffi==1.16.0 charset-normalizer==3.3.2 colorama==0.4.6 -cryptography==41.0.7 +cryptography==42.0.1 distro==1.9.0 Django==5.0.1 django-cors-headers==4.3.1