From fd515dfd3e1b9f9f1bf81ac3caeb3558abcdc1ab Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Fri, 26 Mar 2021 10:04:15 +0000 Subject: [PATCH] build(deps): bump cryptography from 3.4.6 to 3.4.7 Bumps [cryptography](https://github.com/pyca/cryptography) from 3.4.6 to 3.4.7. - [Release notes](https://github.com/pyca/cryptography/releases) - [Changelog](https://github.com/pyca/cryptography/blob/main/CHANGELOG.rst) - [Commits](https://github.com/pyca/cryptography/compare/3.4.6...3.4.7) Signed-off-by: dependabot[bot] --- requirements-pinned.txt | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/requirements-pinned.txt b/requirements-pinned.txt index 7a027879..c31b5adc 100644 --- a/requirements-pinned.txt +++ b/requirements-pinned.txt @@ -1,7 +1,7 @@ certifi==2020.12.5 # via requests cffi==1.14.5 # via cryptography, pynacl chardet==4.0.0 # via requests -cryptography==3.4.6 # via securesystemslib +cryptography==3.4.7 # via securesystemslib idna==2.10 # via requests pycparser==2.20 # via cffi pynacl==1.4.0 # via securesystemslib