From 0a969af9770aee09a381610678dc638b70e8d320 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Wed, 21 Feb 2024 20:45:20 +0000 Subject: [PATCH] :arrow_up: Bump cryptography in /server/projects/login Bumps [cryptography](https://github.com/pyca/cryptography) from 42.0.2 to 42.0.4. - [Changelog](https://github.com/pyca/cryptography/blob/main/CHANGELOG.rst) - [Commits](https://github.com/pyca/cryptography/compare/42.0.2...42.0.4) --- updated-dependencies: - dependency-name: cryptography dependency-type: direct:production ... Signed-off-by: dependabot[bot] --- server/projects/login/requirements.txt | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/server/projects/login/requirements.txt b/server/projects/login/requirements.txt index 4ff8e5ad6..e91c5d3d7 100644 --- a/server/projects/login/requirements.txt +++ b/server/projects/login/requirements.txt @@ -18,7 +18,7 @@ PyJWT==2.4.0 # for password pyaes==1.6.1 pycryptodome==3.19.1 -cryptography===42.0.2 +cryptography===42.0.4 # for exception log sentry-sdk==1.14.0