python-tuf/requirements/pinned.txt
dependabot[bot] 0ebaf49eff
build(deps): bump the dependencies group with 2 updates
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>
2026-05-19 06:43:45 +00:00

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