Skip to content
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

chore(deps): bump tuf from 1.0.0 to 3.0.0 #61

Open
wants to merge 1 commit into
base: master
Choose a base branch
from

Conversation

dependabot[bot]
Copy link

@dependabot dependabot bot commented on behalf of github May 10, 2023

Bumps tuf from 1.0.0 to 3.0.0.

Release notes

Sourced from tuf's releases.

v3.0.0

See CHANGELOG.md for details.

v2.1.0

See CHANGELOG.md for details.

v2.0.0

See CHANGELOG.md for details.

v1.1.0

See CHANGELOG.md for details.

Changelog

Sourced from tuf's changelog.

v3.0.0

The notable change in this release is #2165: The tuf.api.metadata.Key class implementation was moved to Securesystemslib with minor API changes. These changes require no action in tuf.ngclient users but may require small changes in tuf.api.metadata using repository implementations that create keys.

As a result of these changes, both signing and verification are now fully extensible, see Securesystemslib signer API for details.

tuf.repository remains an unstable module in 3.0.0.

Added

Changed

  • Build: Various minor build and release infrastructure improvements, dependency updates
  • Metadata API: Key class is still part of the API but now comes from Securesystemslib (#2165):
    • Key.verify_signature() method signature has changed
    • Key.from_securesystemslib_key() was removed: Use Securesystemslibs SSlibKey.from_securesystemslib_key() instead

v2.1.0

Added

  • repo: experimental repository module and example (#2193)
  • ngclient: expose default requests fetcher (#2277)
  • workflow: OpenSSF scorecard (#2190)
  • build: Python 3.11 support (#2157)
  • docs: security policy (#2098, #2178)
  • blog: signer API (#2276)
  • blog: security audit (#2155, #2156)

Changed

  • Metadata API: bump specification version 1.0.31 (#2119)
  • Metadata API: allow zero length metadata files (#2137)
  • Metadata API: add default value for MetaFile version (#2211)
  • Metadata API, ngclient: decrease logger verbosity (#2243)
  • ngclient: define API explicitly (#2233)
  • ngclient: improve example client output (#2194)
  • ngclient: support URLs without host part (#2075)

... (truncated)

Commits
  • eff8422 Merge pull request #2387 from jku/release-3.0.0
  • 0c107c6 Release python-tuf 3.0.0
  • 2baa80b Merge pull request #2376 from theupdateframework/dependabot/github_actions/py...
  • 6716913 Merge pull request #2377 from theupdateframework/dependabot/pip/urllib3-2.0.2
  • a6ea127 build(deps): bump pypa/gh-action-pypi-publish from 1.8.5 to 1.8.6
  • 93d0683 Merge pull request #2383 from theupdateframework/dependabot/pip/certifi-2023.5.7
  • 2524a3c Merge pull request #2384 from theupdateframework/dependabot/pip/pylint-2.17.4
  • 209f872 Merge pull request #2371 from jku/trusted-publisher
  • 0c13869 build(deps): bump pylint from 2.17.3 to 2.17.4
  • 1d286ba build(deps): bump certifi from 2022.12.7 to 2023.5.7
  • 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 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)

Bumps [tuf](https://github.com/theupdateframework/python-tuf) from 1.0.0 to 3.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@v1.0.0...v3.0.0)

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

Signed-off-by: dependabot[bot] <support@github.com>
@dependabot dependabot bot added dependencies Pull requests that update a dependency file python Pull requests that update Python code labels May 10, 2023
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.

0 participants