Skip to content

Commit

Permalink
Upgrade pin for ansible-core
Browse files Browse the repository at this point in the history
The pin of ansible-core was originally put in place because the
pip-audit pre-commit hook identifies a vulnerability in ansible-core
2.16.13.  Normally we would pin ansible-core accordingly (>2.16.13),
but the earlier pin of ansible>=10 effectively pins ansible-core to
>=2.17 so that's what do.

Co-authored-by: Nick M <[email protected]>
  • Loading branch information
jsf9k and mcdonnnj committed Nov 14, 2024
1 parent 26a8baf commit a00c336
Showing 1 changed file with 4 additions and 2 deletions.
6 changes: 4 additions & 2 deletions requirements.txt
Original file line number Diff line number Diff line change
Expand Up @@ -23,12 +23,14 @@ ansible>=10,<11
# Hence we never want to install those versions.
#
# Note that the pip-audit pre-commit hook identifies a vulnerability
# in ansible-core 2.16.13.
# in ansible-core 2.16.13. Normally we would pin ansible-core
# accordingly (>2.16.13), but the above pin of ansible>=10 effectively
# pins ansible-core to >=2.17 anyway so that's what we use.
#
# Note that any changes made to this dependency must also be made in
# requirements-test.txt in cisagov/skeleton-ansible-role and
# .pre-commit-config.yaml in cisagov/skeleton-generic.
ansible-core>2.16.13
ansible-core>=2.17
boto3
docopt
semver
Expand Down

0 comments on commit a00c336

Please sign in to comment.