From 2f039b6f13a9031356c8a1e20e505876ff2494aa Mon Sep 17 00:00:00 2001 From: "dependabot-preview[bot]" <27856297+dependabot-preview[bot]@users.noreply.github.com> Date: Wed, 28 Oct 2020 10:20:32 +0000 Subject: [PATCH] build(deps): bump cryptography from 3.2 to 3.2.1 Bumps [cryptography](https://github.com/pyca/cryptography) from 3.2 to 3.2.1. - [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.2...3.2.1) 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 c290225b..8216943d 100644 --- a/requirements-pinned.txt +++ b/requirements-pinned.txt @@ -1,7 +1,7 @@ certifi==2020.6.20 # via requests cffi==1.14.3 # via cryptography, pynacl chardet==3.0.4 # via requests -cryptography==3.2 # via securesystemslib +cryptography==3.2.1 # via securesystemslib enum34==1.1.6 ; python_version < '3' # via cryptography idna==2.10 # via requests ipaddress==1.0.23 ; python_version < '3' # via cryptography