From 85d9423c0b07cd04f3d8e92c3e6f4c43f3f23b1e Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Mon, 10 Jun 2024 21:38:28 +0000 Subject: [PATCH] build(deps): bump the dependencies group with 2 updates Bumps the dependencies group with 2 updates: [cryptography](https://github.com/pyca/cryptography) and [securesystemslib[crypto,pynacl]](https://github.com/secure-systems-lab/securesystemslib). Updates `cryptography` from 42.0.7 to 42.0.8 - [Changelog](https://github.com/pyca/cryptography/blob/main/CHANGELOG.rst) - [Commits](https://github.com/pyca/cryptography/compare/42.0.7...42.0.8) Updates `securesystemslib[crypto,pynacl]` from 1.0.0 to 1.1.0 - [Release notes](https://github.com/secure-systems-lab/securesystemslib/releases) - [Changelog](https://github.com/secure-systems-lab/securesystemslib/blob/main/CHANGELOG.md) - [Commits](https://github.com/secure-systems-lab/securesystemslib/compare/v1.0.0...v1.1.0) --- updated-dependencies: - dependency-name: cryptography dependency-type: direct:production update-type: version-update:semver-patch dependency-group: dependencies - dependency-name: securesystemslib[crypto,pynacl] dependency-type: direct:production update-type: version-update:semver-minor dependency-group: dependencies ... Signed-off-by: dependabot[bot] --- requirements/pinned.txt | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/requirements/pinned.txt b/requirements/pinned.txt index e99943bd74..6c9acae7a0 100644 --- a/requirements/pinned.txt +++ b/requirements/pinned.txt @@ -1,10 +1,10 @@ certifi==2024.6.2 # via requests cffi==1.16.0 # via cryptography, pynacl charset-normalizer==3.3.2 # via requests -cryptography==42.0.7 # via securesystemslib +cryptography==42.0.8 # via securesystemslib idna==3.7 # via requests pycparser==2.22 # via cffi pynacl==1.5.0 # via securesystemslib requests==2.32.3 -securesystemslib[crypto,pynacl]==1.0.0 +securesystemslib[crypto,pynacl]==1.1.0 urllib3==2.2.1 # via requests