From 2ab09f87d709052590bd7d13538966f158f131d4 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Tue, 27 Oct 2020 21:43:58 +0000 Subject: [PATCH] Bump cryptography from 2.6.1 to 3.2 in /ArchMd Bumps [cryptography](https://github.com/pyca/cryptography) from 2.6.1 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.6.1...3.2) Signed-off-by: dependabot[bot] --- ArchMd/requirements.txt | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) mode change 100755 => 100644 ArchMd/requirements.txt diff --git a/ArchMd/requirements.txt b/ArchMd/requirements.txt old mode 100755 new mode 100644 index 2cd457c..4a629b5 --- a/ArchMd/requirements.txt +++ b/ArchMd/requirements.txt @@ -12,7 +12,7 @@ celery==4.3.0 certifi==2019.3.9 cffi==1.12.3 chardet==3.0.4 -cryptography==2.6.1 +cryptography==3.2 decorator==4.4.0 defusedxml==0.5.0 diff-match-patch==20181111