ansible-test - Update pinned pip to 25.2 (#85982)

(cherry picked from commit de7dd5bbb2)
pull/85987/head
Matt Clay 2 months ago committed by Matt Martz
parent ed60501603
commit 405e2bf2bf
No known key found for this signature in database
GPG Key ID: 40832D88E9FC91D8

@ -3,3 +3,4 @@ minor_changes:
- ansible-test - Filter out pylint messages for invalid filenames and display a notice when doing so.
- ansible-test - Update astroid imports in custom pylint checkers.
- ansible-test - Default to Python 3.14 in the ``base`` and ``default`` test containers.
- ansible-test - Update pinned ``pip`` version to 25.2.

@ -433,7 +433,7 @@ def get_venv_packages(python: PythonConfig) -> dict[str, str]:
# See: https://github.com/ansible/base-test-container/blob/main/files/installer.py
default_packages = dict(
pip='24.2',
pip='25.2',
)
override_packages: dict[str, dict[str, str]] = {

Loading…
Cancel
Save