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

build(deps): update sigstore requirement from <3.6,>=3.5.3 to >=3.5.3,<3.7 in the python group #78

Merged
merged 1 commit into from
Dec 11, 2024

Conversation

dependabot[bot]
Copy link
Contributor

@dependabot dependabot bot commented on behalf of github Dec 11, 2024

Updates the requirements on sigstore to permit the latest version.
Updates sigstore to 3.6.0

Release notes

Sourced from sigstore's releases.

v3.6.0

Added

  • API: The DSSE Envelope class now performs automatic validation (#1211)

  • API: Added signature property to Envelope class for accessing raw signature bytes (#1211)

  • Signed timestamps embedded in bundles are now automatically verified against Timestamp Authorities provided within the Trusted Root (#1206 (sigstore/sigstore-python#1206))

  • Bundles are now generated with signed timestamps when signing if the Trusted Root contains one or more Timestamp Authorities (#1216)

Removed

  • Support for "detached" SCTs has been fully removed, aligning sigstore-python with other sigstore clients (#1236)

Fixed

  • Fixed a CLI parsing bug introduced in 3.5.1 where a warning about verifying legacy bundles was never shown (#1198)

  • Strengthened the requirement that an inclusion promise is present if no other source of signed time is present (#1247)

Changelog

Sourced from sigstore's changelog.

[3.6.0]

Added

  • API: The DSSE Envelope class now performs automatic validation (#1211)

  • API: Added signature property to Envelope class for accessing raw signature bytes (#1211)

  • Signed timestamps embedded in bundles are now automatically verified against Timestamp Authorities provided within the Trusted Root (#1206 (sigstore/sigstore-python#1206))

  • Bundles are now generated with signed timestamps when signing if the Trusted Root contains one or more Timestamp Authorities (#1216)

Removed

  • Support for "detached" SCTs has been fully removed, aligning sigstore-python with other sigstore clients (#1236)

Fixed

  • Fixed a CLI parsing bug introduced in 3.5.1 where a warning about verifying legacy bundles was never shown (#1198)

  • Strengthened the requirement that an inclusion promise is present if no other source of signed time is present (#1247)

[3.5.3]

Fixed

  • Corrective release for [3.5.2]

[3.5.2]

Fixed

  • Pinned cryptography dependency strictly to prevent future breakage

[3.5.1]

Fixed

... (truncated)

Commits
  • 44aa3eb prep 3.6.0 (#1248)
  • 300b502 fix: require an inclusion promise when log integration time is used (#1247)
  • 9ee7ac2 build(deps): bump github/codeql-action from 3.27.6 to 3.27.7 in the actions g...
  • f4a80b5 build(deps): bump pypa/gh-action-pypi-publish from 1.12.2 to 1.12.3 in the ac...
  • 70767a4 build(deps): update ruff requirement from <0.8.2 to <0.8.3 (#1242)
  • 1b3498f build(deps): bump id from 1.4.0 to 1.5.0 (#1241)
  • 7a5e69b build(deps): bump the actions group with 2 updates (#1239)
  • 3d66e6b build(deps): bump github/codeql-action from 3.27.5 to 3.27.6 in the actions g...
  • dad57a2 fulcio: remove detached SCT support (#1236)
  • 435a8d2 conftest: tweak _has_oidc_id to only check our repo (#1237)
  • Additional commits viewable in compare view

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 <dependency name> major version will close this group update PR and stop Dependabot creating any more for the specific dependency's major version (unless you unignore this specific dependency's major version or upgrade to it yourself)
  • @dependabot ignore <dependency name> minor version will close this group update PR and stop Dependabot creating any more for the specific dependency's minor version (unless you unignore this specific dependency's minor version or upgrade to it yourself)
  • @dependabot ignore <dependency name> will close this group update PR and stop Dependabot creating any more for the specific dependency (unless you unignore this specific dependency or upgrade to it yourself)
  • @dependabot unignore <dependency name> will remove all of the ignore conditions of the specified dependency
  • @dependabot unignore <dependency name> <ignore condition> will remove the ignore condition of the specified dependency and ignore conditions

Updates the requirements on [sigstore](https://github.com/sigstore/sigstore-python) to permit the latest version.

Updates `sigstore` to 3.6.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.5.3...v3.6.0)

---
updated-dependencies:
- dependency-name: sigstore
  dependency-type: direct:production
  dependency-group: python
...

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 Dec 11, 2024
@woodruffw woodruffw merged commit 598de57 into main Dec 11, 2024
7 checks passed
@woodruffw woodruffw deleted the dependabot/pip/python-efa04129d7 branch December 11, 2024 15:13
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