From 0caadbce1dce9de3d483da4e6ec36783206f6894 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Mon, 12 Aug 2024 21:18:30 +0000 Subject: [PATCH] build(deps): bump cffi from 1.16.0 to 1.17.0 in the dependencies group Bumps the dependencies group with 1 update: [cffi](https://github.com/python-cffi/cffi). Updates `cffi` from 1.16.0 to 1.17.0 - [Release notes](https://github.com/python-cffi/cffi/releases) - [Commits](https://github.com/python-cffi/cffi/compare/v1.16.0...v1.17.0) --- updated-dependencies: - dependency-name: cffi dependency-type: direct:production update-type: version-update:semver-minor 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 75e87631..cb69caf8 100644 --- a/requirements/pinned.txt +++ b/requirements/pinned.txt @@ -1,5 +1,5 @@ certifi==2024.7.4 # via requests -cffi==1.16.0 # via cryptography, pynacl +cffi==1.17.0 # via cryptography, pynacl charset-normalizer==3.3.2 # via requests cryptography==43.0.0 # via securesystemslib idna==3.7 # via requests