From 223a41bd9b0e6b69f451a21891a08287ce80b76d Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Tue, 27 Oct 2020 21:17:23 +0000 Subject: [PATCH] Bump cryptography from 2.2.2 to 3.2 in /app/utils Bumps [cryptography](https://github.com/pyca/cryptography) from 2.2.2 to 3.2. - [Release notes](https://github.com/pyca/cryptography/releases) - [Changelog](https://github.com/pyca/cryptography/blob/master/CHANGELOG.rst) - [Commits](https://github.com/pyca/cryptography/compare/2.2.2...3.2) Signed-off-by: dependabot[bot] --- app/utils/requirements.txt | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/app/utils/requirements.txt b/app/utils/requirements.txt index 2a361439ba..26c2aff947 100644 --- a/app/utils/requirements.txt +++ b/app/utils/requirements.txt @@ -8,7 +8,7 @@ autoenv==1.0.0 bcrypt==3.1.4 cffi==1.11.5 click==6.7 -cryptography==2.2.2 +cryptography==3.2 enum34==1.1.6 Flask==0.10.1 Flask-Bcrypt==0.7.1