From 811767a5bdf0871ba656d717629a2edc8e10bd0f Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Wed, 21 Feb 2024 15:03:52 +0000 Subject: [PATCH] build(deps): bump the dependencies group with 1 update Bumps the dependencies group with 1 update: [cryptography](https://github.com/pyca/cryptography). Updates `cryptography` from 42.0.3 to 42.0.4 - [Changelog](https://github.com/pyca/cryptography/blob/main/CHANGELOG.rst) - [Commits](https://github.com/pyca/cryptography/compare/42.0.3...42.0.4) --- updated-dependencies: - dependency-name: cryptography dependency-type: direct:production update-type: version-update:semver-patch dependency-group: dependencies ... 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 84de62a1ba..e637228435 100644 --- a/requirements/pinned.txt +++ b/requirements/pinned.txt @@ -1,7 +1,7 @@ certifi==2024.2.2 # via requests cffi==1.16.0 # via cryptography, pynacl charset-normalizer==3.3.2 # via requests -cryptography==42.0.3 # via securesystemslib +cryptography==42.0.4 # via securesystemslib idna==3.6 # via requests pycparser==2.21 # via cffi pynacl==1.5.0 # via securesystemslib