From 25b2586cab2b77624506c5b8cb30aef2bc2826e8 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Tue, 27 Oct 2020 21:57:40 +0000 Subject: [PATCH] Bump cryptography from 2.7 to 3.2 Bumps [cryptography](https://github.com/pyca/cryptography) from 2.7 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.7...3.2) Signed-off-by: dependabot[bot] <support@github.com> --- requirements.txt | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) mode change 100755 => 100644 requirements.txt diff --git a/requirements.txt b/requirements.txt old mode 100755 new mode 100644 index d17da41..144d358 --- a/requirements.txt +++ b/requirements.txt @@ -1,6 +1,6 @@ psycopg2_binary==2.8.3 celery==4.3.0 -cryptography==2.7 +cryptography==3.2 click==7.0 Flask==1.1.1 pytz==2019.2