From a44e5e85c6dd602ffc75fffd87079eb44ac3a7d2 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Sat, 1 Oct 2022 05:01:14 +0000 Subject: [PATCH] Bump cryptography from 3.2.1 to 38.0.1 in /backend Bumps [cryptography](https://github.com/pyca/cryptography) from 3.2.1 to 38.0.1. - [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...38.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 c731ff628..311ff0b2d 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==38.0.1 flask_jwt_extended==3.24.1