From 2213107bb54a3a671d9bcad9ecf50fd80595cc97 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Wed, 20 Sep 2023 10:11:02 +0000 Subject: [PATCH] build(deps): bump cryptography from 41.0.3 to 41.0.4 Bumps [cryptography](https://github.com/pyca/cryptography) from 41.0.3 to 41.0.4. - [Changelog](https://github.com/pyca/cryptography/blob/main/CHANGELOG.rst) - [Commits](https://github.com/pyca/cryptography/compare/41.0.3...41.0.4) --- updated-dependencies: - dependency-name: cryptography dependency-type: direct:production update-type: version-update:semver-patch ... 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 87306a6155..ebaf3c5dbd 100644 --- a/requirements/pinned.txt +++ b/requirements/pinned.txt @@ -1,7 +1,7 @@ certifi==2023.7.22 # via requests cffi==1.15.1 # via cryptography, pynacl charset-normalizer==3.2.0 # via requests -cryptography==41.0.3 # via securesystemslib +cryptography==41.0.4 # via securesystemslib idna==3.4 # via requests pycparser==2.21 # via cffi pynacl==1.5.0 # via securesystemslib