chore(deps): bump ansible-core to 2.20.7#10836
Closed
tmu0 wants to merge 1 commit into
Closed
Conversation
Pin ansible-core explicitly in requirements.in and regenerate requirements.txt. 2.20.7 stays within ansible 13.2.0's `ansible-core~=2.20.1` constraint, so no other resolved versions change. Co-Authored-By: Claude Opus 4.8 <noreply@anthropic.com>
tmu0
force-pushed
the
@tmu0/bump-ansible-core-security
branch
from
July 20, 2026 14:54
da103b5 to
b6f1974
Compare
Contributor
There was a problem hiding this comment.
Pull request overview
This PR addresses a Dependabot security alert by explicitly pinning ansible-core to a patched version and regenerating the lockfile to reflect that resolution.
Changes:
- Added an explicit
ansible-core>=2.20.7constraint to ensure the vulnerable transitive version cannot be selected. - Regenerated
requirements.txtso the resolvedansible-coreversion (and hashes) reflect2.20.7.
Reviewed changes
Copilot reviewed 1 out of 2 changed files in this pull request and generated 1 comment.
| File | Description |
|---|---|
| requirements.in | Adds an explicit ansible-core minimum version pin to force resolution to a non-vulnerable release. |
| requirements.txt | Updates the compiled lockfile to ansible-core==2.20.7 with new hashes and updated # via metadata. |
💡 Add Copilot custom instructions for smarter, more guided reviews. Learn how to get started.
| @@ -1,4 +1,6 @@ | |||
| ansible>=12.2.0 | |||
| # Pinned explicitly (resolved transitively via ansible) | |||
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.
Superseded by a fresh PR from branch @tmu0/bump-ansible-core (opened after a branch rename).