From 949d62a2ccaf6841d9f1b5b85966a263730b8677 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Wed, 10 Feb 2021 02:35:04 +0000 Subject: [PATCH] Bump cryptography from 3.1.1 to 3.3.2 Bumps [cryptography](https://github.com/pyca/cryptography) from 3.1.1 to 3.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/3.1.1...3.3.2) Signed-off-by: dependabot[bot] --- requirements.txt | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/requirements.txt b/requirements.txt index 50864bb..a2b2f67 100644 --- a/requirements.txt +++ b/requirements.txt @@ -2,7 +2,7 @@ certifi==2020.12.5 cffi==1.14.3 chardet==4.0.0 -cryptography==3.1.1 +cryptography==3.3.2 Django==1.11.12 django-markdownx==2.0.22 enum34==1.1.10