From ccfdcf4b1de185832182d70ce8e9ceeaf4e7931a Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Tue, 27 Oct 2020 21:20:26 +0000 Subject: [PATCH] Bump cryptography from 2.3 to 3.2 in /web300-6 Bumps [cryptography](https://github.com/pyca/cryptography) from 2.3 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.3...3.2) Signed-off-by: dependabot[bot] --- web300-6/requirements.txt | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) mode change 100755 => 100644 web300-6/requirements.txt diff --git a/web300-6/requirements.txt b/web300-6/requirements.txt old mode 100755 new mode 100644 index 9cdfa68..082a7bc --- a/web300-6/requirements.txt +++ b/web300-6/requirements.txt @@ -4,4 +4,4 @@ pycrypto==2.6.1 six==1.11.0 SQLAlchemy==1.2.10 Werkzeug==0.14.1 -cryptography==2.3 \ No newline at end of file +cryptography==3.2 \ No newline at end of file