From 04de466970052c46679fd41c55f304a016b8e653 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Tue, 27 Oct 2020 21:13:05 +0000 Subject: [PATCH] Bump cryptography from 2.1.4 to 3.2 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] --- requirements.txt | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/requirements.txt b/requirements.txt index 4e7a1ba..935b82e 100644 --- a/requirements.txt +++ b/requirements.txt @@ -2,4 +2,4 @@ PyYAML==3.12 # MIT clify==0.0.3 # MIT pbr==4.0.3 # Apache 2.0 schematics==2.0.1 # BSD 3-clause -cryptography==2.1.4 # Apache 2.0 or BSD \ No newline at end of file +cryptography==3.2 # Apache 2.0 or BSD \ No newline at end of file