From e517e84ccb88661b8e6aa07ef1a10e724d617a65 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Tue, 22 Oct 2024 10:30:58 +0300 Subject: [PATCH] build(deps): bump cryptography in the dependencies group (#2726) Bumps the dependencies group with 1 update: [cryptography](https://github.com/pyca/cryptography). Updates `cryptography` from 43.0.1 to 43.0.3 - [Changelog](https://github.com/pyca/cryptography/blob/main/CHANGELOG.rst) - [Commits](https://github.com/pyca/cryptography/compare/43.0.1...43.0.3) --- updated-dependencies: - dependency-name: cryptography dependency-type: direct:production update-type: version-update:semver-patch dependency-group: dependencies ... Signed-off-by: dependabot[bot] Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com> --- requirements/pinned.txt | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/requirements/pinned.txt b/requirements/pinned.txt index 31126f2a41..9ac5318104 100644 --- a/requirements/pinned.txt +++ b/requirements/pinned.txt @@ -1,7 +1,7 @@ certifi==2024.8.30 # via requests cffi==1.17.1 # via cryptography, pynacl charset-normalizer==3.4.0 # via requests -cryptography==43.0.1 # via securesystemslib +cryptography==43.0.3 # via securesystemslib idna==3.10 # via requests pycparser==2.22 # via cffi pynacl==1.5.0 # via securesystemslib