From 576e30ff8351b733e397e832177e6af44d34103f Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Mon, 1 Aug 2022 05:00:44 +0000 Subject: [PATCH] Bump cryptography from 3.2.1 to 37.0.4 in /backend Bumps [cryptography](https://github.com/pyca/cryptography) from 3.2.1 to 37.0.4. - [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.4) --- 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..533478ae5 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.4 flask_jwt_extended==3.24.1