From 3b4e6a83bb224360a0a64ff9032d7ba38d94e095 Mon Sep 17 00:00:00 2001 From: "dependabot-preview[bot]" <27856297+dependabot-preview[bot]@users.noreply.github.com> Date: Thu, 23 Apr 2020 10:35:15 +0000 Subject: [PATCH] build(deps): bump cryptography from 2.9.1 to 2.9.2 Bumps [cryptography](https://github.com/pyca/cryptography) from 2.9.1 to 2.9.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.9.1...2.9.2) 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 dea0c669ca..a68c52f64f 100644 --- a/requirements-pinned.txt +++ b/requirements-pinned.txt @@ -2,7 +2,7 @@ certifi==2020.4.5.1 # via requests cffi==1.14.0 # via cryptography, pynacl chardet==3.0.4 # via requests colorama==0.4.3 # via securesystemslib -cryptography==2.9.1 # via securesystemslib +cryptography==2.9.2 # via securesystemslib enum34==1.1.6 ; python_version < '3' # via cryptography idna==2.9 # via requests ipaddress==1.0.23 ; python_version < '3' # via cryptography