From 18f243629a21e13a0f166bccffb78e32a368429c Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Wed, 1 Jun 2022 07:55:01 +0000 Subject: [PATCH] Bump cryptography from 3.2.1 to 37.0.2 in /backend Bumps [cryptography](https://github.com/pyca/cryptography) from 3.2.1 to 37.0.2. - [Release notes](https://github.com/pyca/cryptography/releases) - [Changelog](https://github.com/pyca/cryptography/blob/main/CHANGELOG.rst) - [Commits](https://github.com/pyca/cryptography/compare/3.2.1...37.0.2) --- 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 c731ff628..7a26d8070 100644 --- a/backend/requirements.txt +++ b/backend/requirements.txt @@ -16,7 +16,7 @@ celery==5.0.1 redis==3.5.3 itsdangerous==1.1.0 -cryptography==3.2.1 +cryptography==37.0.2 flask_jwt_extended==3.24.1