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] <support@github.com>
This commit is contained in:
dependabot[bot] 2025-09-15 21:02:06 +00:00 committed by GitHub
parent 390fbea91b
commit 5662633aa5
No known key found for this signature in database
GPG key ID: B5690EEEBB952194

View file

@ -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