mirror of
https://github.com/theupdateframework/python-tuf
synced 2026-05-24 10:08:28 +00:00
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:
parent
390fbea91b
commit
5662633aa5
1 changed files with 2 additions and 2 deletions
|
|
@ -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
|
||||
|
|
|
|||
Loading…
Reference in a new issue