Skip to content

Bump tuf from 5.1.0 to 6.0.0 #279

New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Merged
merged 1 commit into from
Mar 17, 2025
Merged

Bump tuf from 5.1.0 to 6.0.0 #279

merged 1 commit into from
Mar 17, 2025

Conversation

dependabot[bot]
Copy link
Contributor

@dependabot dependabot bot commented on behalf of github Mar 17, 2025

Bumps tuf from 5.1.0 to 6.0.0.

Release notes

Sourced from tuf's releases.

v6.0.0

This release is not strictly speaking an API break from 5.1 but it does contain some major internal changes that users should be aware of when upgrading.

Changed

  • ngclient: urllib3 is used as the HTTP library by default instead of requests (#2762, #2773, #2789)
    • This removes dependencies on requests, idna, charset-normalizer and certifi
    • The deprecated RequestsFetcher implementation is available but requires selecting the fetcher at Updater initialization and explicitly depending on requests
  • ngclient: TLS certificate source was changed. Certificates now come from operating system certificate store instead of certifi (#2762)
  • ngclient: The updater can now initialize from embedded initial root metadata every time. Users are recommended to provide the bootstrap argument to Updater (#2767)
  • Test infrastructure has improved and should now be more usable externally, e.g. in distro test suites (#2749)
Changelog

Sourced from tuf's changelog.

v6.0.0

This release is not strictly speaking an API break from 5.1 but it does contain some major internal changes that users should be aware of when upgrading.

Changed

  • ngclient: urllib3 is used as the HTTP library by default instead of requests (#2762, #2773, #2789)
    • This removes dependencies on requests, idna, charset-normalizer and certifi
    • The deprecated RequestsFetcher implementation is available but requires selecting the fetcher at Updater initialization and explicitly depending on requests
  • ngclient: TLS certificate source was changed. Certificates now come from operating system certificate store instead of certifi (#2762)
  • ngclient: The updater can now initialize from embedded initial root metadata every time. Users are recommended to provide the bootstrap argument to Updater (#2767)
  • Test infrastructure has improved and should now be more usable externally, e.g. in distro test suites (#2749)
Commits
  • bb6d459 Merge pull request #2806 from jku/prep-v6
  • 44eed61 Prepare v6.0
  • bef804b Merge pull request #2811 from DimitriPapadopoulos/codespell
  • 4a28307 Fix typos
  • b1d9021 build(deps): bump ruff in the test-and-lint-dependencies group (#2810)
  • 15933a9 ngclient: Create directories as needed (#2808)
  • 067ba1a Merge pull request #2809 from theupdateframework/dependabot-add-zizmor-to-group
  • 097de2b dependabot: Add zizmor to lint dependencies
  • 8df9f0f build(deps): bump the dependencies group with 2 updates (#2805)
  • f66168f build(deps): bump ruff in the test-and-lint-dependencies group (#2804)
  • Additional commits viewable in compare view

Dependabot compatibility score

Dependabot will resolve any conflicts with this PR as long as you don't alter it yourself. You can also trigger a rebase manually by commenting @dependabot rebase.


Dependabot commands and options

You can trigger Dependabot actions by commenting on this PR:

  • @dependabot rebase will rebase this PR
  • @dependabot recreate will recreate this PR, overwriting any edits that have been made to it
  • @dependabot merge will merge this PR after your CI passes on it
  • @dependabot squash and merge will squash and merge this PR after your CI passes on it
  • @dependabot cancel merge will cancel a previously requested merge and block automerging
  • @dependabot reopen will reopen this PR if it is closed
  • @dependabot close will close this PR and stop Dependabot recreating it. You can achieve the same result by closing it manually
  • @dependabot show <dependency name> ignore conditions will show all of the ignore conditions of the specified dependency
  • @dependabot ignore this major version will close this PR and stop Dependabot creating any more for this major version (unless you reopen the PR or upgrade to it yourself)
  • @dependabot ignore this minor version will close this PR and stop Dependabot creating any more for this minor version (unless you reopen the PR or upgrade to it yourself)
  • @dependabot ignore this dependency will close this PR and stop Dependabot creating any more for this dependency (unless you reopen the PR or upgrade to it yourself)

@dependabot dependabot bot added the dependencies Pull requests that update a dependency file label Mar 17, 2025
Bumps [tuf](https://github.com/theupdateframework/python-tuf) from 5.1.0 to 6.0.0.
- [Release notes](https://github.com/theupdateframework/python-tuf/releases)
- [Changelog](https://github.com/theupdateframework/python-tuf/blob/develop/docs/CHANGELOG.md)
- [Commits](theupdateframework/python-tuf@v5.1.0...v6.0.0)

---
updated-dependencies:
- dependency-name: tuf
  dependency-type: direct:production
  update-type: version-update:semver-major
...

Signed-off-by: dependabot[bot] <[email protected]>
@dependabot dependabot bot added the python Pull requests that update Python code label Mar 17, 2025
@jku
Copy link
Member

jku commented Mar 17, 2025

the python conformance client could start using the bootstrap argument to provide the initial root metadat... but that would make it a little more complicated and the old method still works. I'll just merge as is

@jku jku merged commit c179ae7 into main Mar 17, 2025
6 checks passed
@dependabot dependabot bot deleted the dependabot/pip/tuf-6.0.0 branch March 17, 2025 09:20
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
dependencies Pull requests that update a dependency file python Pull requests that update Python code
Projects
None yet
Development

Successfully merging this pull request may close these issues.

1 participant