Skip to content

Commit 5662633

Browse files
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](python-cffi/cffi@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](eliben/pycparser@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] <[email protected]>
1 parent 390fbea commit 5662633

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

requirements/pinned.txt

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -4,11 +4,11 @@
44
#
55
# pip-compile --output-file=requirements/pinned.txt --strip-extras requirements/main.txt
66
#
7-
cffi==1.17.1
7+
cffi==2.0.0
88
# via cryptography
99
cryptography==45.0.7
1010
# via securesystemslib
11-
pycparser==2.22
11+
pycparser==2.23
1212
# via cffi
1313
securesystemslib==1.3.0
1414
# via -r requirements/main.txt

0 commit comments

Comments
 (0)