This pull request bumps up the lower bound on the ansible-core Python package.
See also cisagov/skeleton-generic#196 and the commits cisagov/skeleton-packer@26a8bafe25f49a099a07342a1539e4dd6eb60095 and cisagov/skeleton-packer@19fbaf3e1a6da801ce796509b8187ff1aa541d43 in cisagov/skeleton-packer#376.
Supplants #208.
๐ญ Motivation and context
This is being done because the pip-auditpre-commit hook identifies a vulnerability in ansible-core version 2.16.13. Note that this requires that we bump up the version of ansible to version 10 since all versions of ansible 9 have a dependency on ansible-core~=2.16.X.
๐งช Testing
All automated tests pass.
โ Pre-approval checklist
[x] This PR has an informative and human-readable title.
[x] Changes are limited to a single goal - eschew scope creep!
[x] All relevant type-of-change labels have been added.
๐ฃ Description
This pull request bumps up the lower bound on the
ansible-core
Python package.See also cisagov/skeleton-generic#196 and the commits cisagov/skeleton-packer@26a8bafe25f49a099a07342a1539e4dd6eb60095 and cisagov/skeleton-packer@19fbaf3e1a6da801ce796509b8187ff1aa541d43 in cisagov/skeleton-packer#376.
Supplants #208.
๐ญ Motivation and context
This is being done because the
pip-audit
pre-commit
hook identifies a vulnerability inansible-core
version 2.16.13. Note that this requires that we bump up the version ofansible
to version 10 since all versions ofansible
9 have a dependency onansible-core~=2.16.X
.๐งช Testing
All automated tests pass.
โ Pre-approval checklist