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.
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
This pin is likely to be silently reverted by the repository automation, reintroducing the exact breakage it guards against.
.github/dependabot.ymlruns thepipecosystem on directory/, which covers this file — it has bumpedpython-semantic-releasehere many times already. OnceGitPython == 3.1.59is a tracked requirement, Dependabot will propose3.1.60, which is a patch bump and therefore matches thepip-minor-patchgroup..github/workflows/auto_approve.ymlthen auto-approves anydependabot[bot]PR, so the unpin can land on an approval nobody actually read, and the nextRelease: Bumprun dies again withActor has no attribute name_email_regex.The explanatory comment above the pin is genuinely useful for humans, but Dependabot does not read it. Consider pairing the pin with an ignore rule so the constraint is machine-enforced — under the
pipentry in.github/dependabot.yml:That also keeps the two places in sync: whoever removes the ignore rule has to look at the pin, and vice versa.