mirror of
https://github.com/theupdateframework/python-tuf
synced 2026-05-24 10:08:28 +00:00
Bumps the dependencies group with 2 updates: [urllib3](https://github.com/urllib3/urllib3) and [cryptography](https://github.com/pyca/cryptography). Updates `urllib3` from 2.6.3 to 2.7.0 - [Release notes](https://github.com/urllib3/urllib3/releases) - [Changelog](https://github.com/urllib3/urllib3/blob/main/CHANGES.rst) - [Commits](https://github.com/urllib3/urllib3/compare/2.6.3...2.7.0) Updates `cryptography` from 47.0.0 to 48.0.0 - [Changelog](https://github.com/pyca/cryptography/blob/main/CHANGELOG.rst) - [Commits](https://github.com/pyca/cryptography/compare/47.0.0...48.0.0) --- updated-dependencies: - dependency-name: urllib3 dependency-version: 2.7.0 dependency-type: direct:production update-type: version-update:semver-minor dependency-group: dependencies - dependency-name: cryptography dependency-version: 48.0.0 dependency-type: direct:production update-type: version-update:semver-major dependency-group: dependencies ... Signed-off-by: dependabot[bot] <support@github.com>
16 lines
409 B
Text
16 lines
409 B
Text
#
|
|
# This file is autogenerated by pip-compile with Python 3.11
|
|
# by the following command:
|
|
#
|
|
# pip-compile --output-file=requirements/pinned.txt --strip-extras requirements/main.txt
|
|
#
|
|
cffi==2.0.0
|
|
# via cryptography
|
|
cryptography==48.0.0
|
|
# via securesystemslib
|
|
pycparser==3.0
|
|
# via cffi
|
|
securesystemslib==1.3.1
|
|
# via -r requirements/main.txt
|
|
urllib3==2.7.0
|
|
# via -r requirements/main.txt
|