From 84b8e65d2ac95e86921f2ece1a28df2ecc31c408 Mon Sep 17 00:00:00 2001 From: "dependabot-preview[bot]" <27856297+dependabot-preview[bot]@users.noreply.github.com> Date: Mon, 27 Jul 2020 12:32:05 +0000 Subject: [PATCH] Bump cryptography from 2.9.2 to 3.0 Bumps [cryptography](https://github.com/pyca/cryptography) from 2.9.2 to 3.0. - [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.9.2...3.0) Signed-off-by: dependabot-preview[bot] --- requirements-pinned.txt | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/requirements-pinned.txt b/requirements-pinned.txt index 96680dc0..144c3111 100644 --- a/requirements-pinned.txt +++ b/requirements-pinned.txt @@ -1,6 +1,6 @@ cffi==1.14.1 # via cryptography, pynacl colorama==0.4.3 -cryptography==2.9.2 +cryptography==3.0 enum34==1.1.6 ; python_version < "3" # via cryptography ipaddress==1.0.23 ; python_version < "3" # via cryptography pycparser==2.20 # via cffi