From e8c04f9cde68011eea8299d9a6799df251d81382 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Wed, 2 Aug 2023 10:23:26 +0000 Subject: [PATCH] Bump cryptography from 3.4.6 to 41.0.3 Bumps [cryptography](https://github.com/pyca/cryptography) from 3.4.6 to 41.0.3. - [Changelog](https://github.com/pyca/cryptography/blob/main/CHANGELOG.rst) - [Commits](https://github.com/pyca/cryptography/compare/3.4.6...41.0.3) --- updated-dependencies: - dependency-name: cryptography dependency-type: direct:production update-type: version-update:semver-major ... 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 72fbd1230c..61ee94467c 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 ; python_version >= '3' # via securesystemslib +cryptography==41.0.3 ; python_version >= '3' # via securesystemslib cryptography==3.3.2 ; python_version < '3' # via securesystemslib enum34==1.1.10 ; python_version < '3' # via cryptography idna==2.10 # via requests