Skip to content

Conversation

@dependabot
Copy link
Contributor

@dependabot dependabot bot commented on behalf of github Oct 14, 2025

Bumps sigstore from 3.6.3 to 4.0.0.

Release notes

Sourced from sigstore's releases.

v4.0.0

This is a major release with a host of API and functionality changes. The major new feature is Rekor v2 support but many other changes are also included, see list below.

Added

  • cli: Add --rekor-version to sign command arguments: This can be useful if Sigstore instance provides multiple Rekor versions and user wants to override the default choice #1471
  • cli: Support parallel signing. When multiple artifacts are signed, the Rekor requests are submitted in parallel: this is especially useful with Rekor v2. #1468, #1478, #1485
  • oidc (API): Allow custom audience claims via API #1402
  • rekor (API): Support Rekor v2 (aka rekor-tiles) in both verification and signing. #1370, #1422, #1432
  • trust (API): Make TrustedRoot, SigningConfig and ClientTrustConfig public API #1496

Changed

  • cli: Improve verify UX when wrong instance is used #1510
  • deps: replace sigstore_protobuf_specs dependency with sigstore-models #1470
  • trust: Update embedded TUF root #1515
  • trust (API): TrustConfig now provides the production()and staging() helpers. Similar methods were removed from SigningConfig, TrustedRoot, SigningContext and Issuer. Use TrustConfig everywhere in code base. #1363
  • trust (API): support SigningConfig v0.2, remove support for v0.1. The new format now fully defines the sigstore instance the client uses. SigningConfig class now has methods to return actual clients (like RekorClient) instead of just URLs for that sigstore instance. The --trust-config cli option now expects the trust config to contain a v0.2 SigningConfig. #1358, #1407
  • trust: Support ed25519 keys in trusted root #1377

Fixed

  • rekor: resolve circular import of LogEntry #1458
  • rekor: Fix checkpoint signature lookup when there are multiple signatures #1514
  • rekor: Fix entry handling so inclusion promise is optional #1382

... (truncated)

Changelog

Sourced from sigstore's changelog.

[4.0.0]

This is a major release with a host of API and functionality changes. The major new feature is Rekor v2 support but many other changes are also included, see list below.

Added

  • cli: Add --rekor-version to sign command arguments: This can be useful if Sigstore instance provides multiple Rekor versions and user wants to override the default choice #1471
  • cli: Support parallel signing. When multiple artifacts are signed, the Rekor requests are submitted in parallel: this is especially useful with Rekor v2. #1468, #1478, #1485
  • oidc (API): Allow custom audience claims via API #1402
  • rekor (API): Support Rekor v2 (aka rekor-tiles) in both verification and signing. #1370, #1422, #1432
  • trust (API): Make TrustedRoot, SigningConfig and ClientTrustConfig public API #1496

Changed

  • cli: Improve verify UX when wrong instance is used #1510
  • deps: replace sigstore_protobuf_specs dependency with sigstore-models #1470
  • trust: Update embedded TUF root #1515
  • trust (API): TrustConfig now provides the production()and staging() helpers. Similar methods were removed from SigningConfig, TrustedRoot, SigningContext and Issuer. Use TrustConfig everywhere in code base. #1363
  • trust (API): support SigningConfig v0.2, remove support for v0.1. The new format now fully defines the sigstore instance the client uses. SigningConfig class now has methods to return actual clients (like RekorClient) instead of just URLs for that sigstore instance. The --trust-config cli option now expects the trust config to contain a v0.2 SigningConfig. #1358, #1407
  • trust: Support ed25519 keys in trusted root #1377

Fixed

  • rekor: resolve circular import of LogEntry #1458
  • rekor: Fix checkpoint signature lookup when there are multiple signatures #1514
  • rekor: Fix entry handling so inclusion promise is optional #1382

... (truncated)

Commits
  • 7a9551f Prepare 4.0.0 release (#1541)
  • 83feb3d build(deps): bump pyopenssl from 25.2.0 to 25.3.0 (#1543)
  • 3b5632f build(deps): bump cryptography from 45.0.7 to 46.0.1 (#1544)
  • 365af7b build(deps): bump pyopenssl from 25.1.0 to 25.2.0 (#1542)
  • 5fac477 build(deps): update ruff requirement from <0.12.13 to <0.13.1 (#1539)
  • 2265c11 build(deps): bump github/codeql-action in the actions group (#1540)
  • ce00166 build(deps): bump github/codeql-action in the actions group (#1538)
  • 6f7d34f build(deps): bump the actions group with 2 updates (#1537)
  • 1630428 feat(models): expose TrustedRoot, SigningConfig, ClientTrustConfig (#1496)
  • f3af0dd build(deps): bump github/codeql-action in the actions group (#1535)
  • 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 dependencies Pull requests that update a dependency file python Pull requests that update python code labels Oct 14, 2025
@dependabot dependabot bot force-pushed the dependabot/pip/sigstore-4.0.0 branch from c7c44a5 to 65a855d Compare October 14, 2025 13:42
@jku
Copy link
Member

jku commented Oct 14, 2025

This lint failure

 No solution found when resolving dependencies:
  ╰─▶ Because you require typing-extensions==4.15.0 and
      typing-extensions==4.14.0, we can conclude that your requirements are
      unsatisfiable.

implies we should not split the dependencies the way we do now: dev.in should contain main.in. I will try that

@jku jku force-pushed the dependabot/pip/sigstore-4.0.0 branch from 3f293fc to 838c242 Compare October 14, 2025 16:20
@jku

This comment was marked as outdated.

@jku
Copy link
Member

jku commented Oct 14, 2025

Maybe we should actually leave the commit out to confirm that dependabot actually generates the correct dev.txt when dev.in contains a -r main.txt?

This does not seem to work on dependabot even though it works in "uv pip compile" -- dev.txt does not get updated correctly.

Maybe we just duplicate sigstore and requests versions in both .in files then...

I will undo my changes in this PR and make a separate one: that at least lets us verify that dependabot does the right thing

@dependabot @github
Copy link
Contributor Author

dependabot bot commented on behalf of github Oct 14, 2025

OK, I won't notify you again about this release, but will get in touch when a new version is available. If you'd rather skip all updates until the next major or minor version, let me know by commenting @dependabot ignore this major version or @dependabot ignore this minor version. You can also ignore all major, minor, or patch releases for a dependency by adding an ignore condition with the desired update_types to your config file.

If you change your mind, just re-open this PR and I'll resolve any conflicts on it.

@dependabot dependabot bot deleted the dependabot/pip/sigstore-4.0.0 branch October 14, 2025 20:23
@woodruffw
Copy link
Member

@dependabot recreate

@dependabot @github
Copy link
Contributor Author

dependabot bot commented on behalf of github Oct 14, 2025

Looks like this PR is closed. If you re-open it I'll rebase it as long as no-one else has edited it (you can use @dependabot reopen if the branch has been deleted).

@woodruffw
Copy link
Member

@dependabot reopen

@dependabot @github
Copy link
Contributor Author

dependabot bot commented on behalf of github Oct 14, 2025

Beginning January 27, 2026, Dependabot will no longer support the @dependabot reopen command. Please use GitHub's native pull request controls instead. Please see the changelog announcement for additional details.

@dependabot dependabot bot reopened this Oct 14, 2025
@dependabot dependabot bot restored the dependabot/pip/sigstore-4.0.0 branch October 14, 2025 20:26
Bumps [sigstore](https://github.com/sigstore/sigstore-python) from 3.6.3 to 4.0.0.
- [Release notes](https://github.com/sigstore/sigstore-python/releases)
- [Changelog](https://github.com/sigstore/sigstore-python/blob/main/CHANGELOG.md)
- [Commits](sigstore/sigstore-python@v3.6.3...v4.0.0)

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

Signed-off-by: dependabot[bot] <[email protected]>
@dependabot dependabot bot force-pushed the dependabot/pip/sigstore-4.0.0 branch from 65a855d to df6bda9 Compare October 14, 2025 20:28
@woodruffw woodruffw merged commit 709f8a4 into main Oct 14, 2025
30 checks passed
@woodruffw woodruffw deleted the dependabot/pip/sigstore-4.0.0 branch October 14, 2025 20:56
This was referenced Oct 16, 2025
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.

3 participants