From d35cce14451eeaa0beb1f7df547ee00c3cf644bb Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Tue, 10 Sep 2024 10:11:04 +0300 Subject: [PATCH] build(deps): bump the dependencies group with 2 updates (#2699) Bumps the dependencies group with 2 updates: [cffi](https://github.com/python-cffi/cffi) and [cryptography](https://github.com/pyca/cryptography). Updates `cffi` from 1.17.0 to 1.17.1 - [Release notes](https://github.com/python-cffi/cffi/releases) - [Commits](https://github.com/python-cffi/cffi/compare/v1.17.0...v1.17.1) Updates `cryptography` from 43.0.0 to 43.0.1 - [Changelog](https://github.com/pyca/cryptography/blob/main/CHANGELOG.rst) - [Commits](https://github.com/pyca/cryptography/compare/43.0.0...43.0.1) --- updated-dependencies: - dependency-name: cffi dependency-type: direct:production update-type: version-update:semver-patch dependency-group: 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 | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/requirements/pinned.txt b/requirements/pinned.txt index e5cfb135..b253ef17 100644 --- a/requirements/pinned.txt +++ b/requirements/pinned.txt @@ -1,7 +1,7 @@ certifi==2024.8.30 # via requests -cffi==1.17.0 # via cryptography, pynacl +cffi==1.17.1 # via cryptography, pynacl charset-normalizer==3.3.2 # via requests -cryptography==43.0.0 # via securesystemslib +cryptography==43.0.1 # via securesystemslib idna==3.8 # via requests pycparser==2.22 # via cffi pynacl==1.5.0 # via securesystemslib