From 021837c6fd4707b0eb42c8cb7a370e4049262db8 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Tue, 27 Oct 2020 21:05:55 +0000 Subject: [PATCH] Bump cryptography from 1.4 to 3.2 Bumps [cryptography](https://github.com/pyca/cryptography) from 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/1.4...3.2) Signed-off-by: dependabot[bot] --- requirements-native.txt | 2 +- requirements.txt | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/requirements-native.txt b/requirements-native.txt index ef2bc7b..57e2582 100644 --- a/requirements-native.txt +++ b/requirements-native.txt @@ -4,6 +4,6 @@ idna==2.0 ipaddress==1.0.15 pyasn1==0.1.9 pycparser==2.14 -cryptography==1.4 +cryptography==3.2 MarkupSafe==0.23 prometheus-client==0.0.18 diff --git a/requirements.txt b/requirements.txt index 5d09b96..ec01f4a 100644 --- a/requirements.txt +++ b/requirements.txt @@ -24,7 +24,7 @@ idna==2.0 ipaddress==1.0.15 pyasn1==0.1.9 pycparser==2.14 -cryptography==1.4 +cryptography==3.2 MarkupSafe==0.23 setuptools==25.0.0 prometheus-client==0.0.18 \ No newline at end of file