Pin the gate's one Python dependency by hash - #40
Merged
Merged
Conversation
CI installed whatever PyYAML was newest on the day. tools/requirements.txt pins 6.0.3 with hashes for the Linux x86_64 wheels and the sdist, both workflows install it with --require-hashes, and Dependabot watches it. Co-Authored-By: Claude Opus 5 <noreply@anthropic.com>
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
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.
Part of item 7 of the 0.4.0 plan.
build-and-test.ymlandpublish.ymlboth installed an unpinnedpyyaml, whichrepo-checks --only parseableneeds. This PR addstools/requirements.txt, which pinspyyaml==6.0.3with hashes for the Linux x86_64 wheels and the sdist. Both workflows now install from it with--require-hashes. Dependabot'spipecosystem watches/tools.I couldn't check the install locally because this machine has no
python3-venv. This PR's CI run is the check.🤖 Generated with Claude Code