From 5662633aa5ea1c120c8b8cfbd97a18ef9c076c2d Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Mon, 15 Sep 2025 21:02:06 +0000 Subject: [PATCH] build(deps): bump the dependencies group with 2 updates Bumps the dependencies group with 2 updates: [cffi](https://github.com/python-cffi/cffi) and [pycparser](https://github.com/eliben/pycparser). Updates `cffi` from 1.17.1 to 2.0.0 - [Release notes](https://github.com/python-cffi/cffi/releases) - [Commits](https://github.com/python-cffi/cffi/compare/v1.17.1...v2.0.0) Updates `pycparser` from 2.22 to 2.23 - [Release notes](https://github.com/eliben/pycparser/releases) - [Changelog](https://github.com/eliben/pycparser/blob/main/CHANGES) - [Commits](https://github.com/eliben/pycparser/compare/release_v2.22...release_v2.23) --- updated-dependencies: - dependency-name: cffi dependency-version: 2.0.0 dependency-type: direct:production update-type: version-update:semver-major dependency-group: dependencies - dependency-name: pycparser dependency-version: '2.23' 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 3054c724b6..87a0f52392 100644 --- a/requirements/pinned.txt +++ b/requirements/pinned.txt @@ -4,11 +4,11 @@ # # pip-compile --output-file=requirements/pinned.txt --strip-extras requirements/main.txt # -cffi==1.17.1 +cffi==2.0.0 # via cryptography cryptography==45.0.7 # via securesystemslib -pycparser==2.22 +pycparser==2.23 # via cffi securesystemslib==1.3.0 # via -r requirements/main.txt