From 84ac17783f22b350ec6d4c126e1f2755c9244adf Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Tue, 27 Oct 2020 21:08:00 +0000 Subject: [PATCH] Bump cryptography from 2.1.4 to 3.2 in /server Bumps [cryptography](https://github.com/pyca/cryptography) from 2.1.4 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.1.4...3.2) Signed-off-by: dependabot[bot] --- server/requirements.txt | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) mode change 100755 => 100644 server/requirements.txt diff --git a/server/requirements.txt b/server/requirements.txt old mode 100755 new mode 100644 index a64cd87..13cd4d6 --- a/server/requirements.txt +++ b/server/requirements.txt @@ -1,7 +1,7 @@ bcrypt celery coverage -cryptography==2.1.4 +cryptography==3.2 flask flask-breadcrumbs flask-caching