From 67d7a2748b6d6c3352de0c41c596693c9a9d3dd5 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Tue, 6 Feb 2024 03:08:38 +0000 Subject: [PATCH] :arrow_up: Bump cryptography in /server/projects/login Bumps [cryptography](https://github.com/pyca/cryptography) from 41.0.6 to 42.0.0. - [Changelog](https://github.com/pyca/cryptography/blob/main/CHANGELOG.rst) - [Commits](https://github.com/pyca/cryptography/compare/41.0.6...42.0.0) --- 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 636d868fd..8e8e94418 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===41.0.6 +cryptography===42.0.0 # for exception log sentry-sdk==1.14.0