Add this suggestion to a batch that can be applied as a single commit.
This suggestion is invalid because no changes were made to the code.
Suggestions cannot be applied while the pull request is closed.
Suggestions cannot be applied while viewing a subset of changes.
Only one suggestion per line can be applied in a batch.
Add this suggestion to a batch that can be applied as a single commit.
Applying suggestions on deleted lines is not supported.
You must change the existing code in this line in order to create a valid suggestion.
Outdated suggestions cannot be applied.
This suggestion has been applied or marked resolved.
Suggestions cannot be applied from pending reviews.
Suggestions cannot be applied on multi-line comments.
Suggestions cannot be applied while the pull request is queued to merge.
Suggestion cannot be applied right now. Please check back later.
Release 3.2.6 — Summary of Changes
Overview
This release focuses on dependency management, workflow improvements, and documentation updates, with several changes attributed to both upstream sources and direct maintenance.
Changelog Highlights
Dependency and Packaging Updates
Pinning of Python Dependencies:
pip-compilefor reproducibility and security.sigstore == 3.6.3,requests == 2.32.4inrequirements/main.in.Dependency Upgrades:
sigstoreupdated to3.6.3requestsupdated to2.32.4rfc3161-clientupgraded to1.0.3to resolve a security vulnerability (from sigstore upstream PR #182)cryptography,certifi,platformdirs,pydantic, and development tools (mypy,typing-extensions,types-requests) have been updated to their latest compatible versions.Switched Dependency Management Tools:
pip-compile(previously useduv).Removed Old Requirements Files:
dev-requirements.txtandrequirements.txtremoved in favor of dedicated, pinned, and hash-protected files underrequirements/.Workflow and Automation
.github/workflows/ci.ymland.github/workflows/zizmor.ymlnow use updated references forastral-sh/setup-uvandgithub/codeql-action/upload-sarif.mainbranch pushes.Documentation Improvements
README.md:
v3.0.1of the action.CHANGELOG.md:
rfc3161-clientnoted and attributed upstream.Upstream and Dependency Attribution
sigstore/gh-action-sigstore-pythonrepository.rfc3161-client.Files Changed (Partial List)
.github/dependabot.yml.github/workflows/ci.yml.github/workflows/zizmor.ymlCHANGELOG.mdREADME.mddev-requirements.txt(removed)requirements.txt(removed)requirements/dev.txtrequirements/main.inrequirements/main.txtSee the full list of file changes on the GitHub pull request files page.
Notable Dependencies (New/Updated)
For a complete and hash-locked set, refer to
requirements/main.txtandrequirements/dev.txt.Attribution
Portions of these updates directly track upstream improvements and security fixes from
sigstore/gh-action-sigstore-python. Dependency versions and best practices have been synchronized with upstream to ensure security and stability.