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

pull/85985/head
Matt Clay 2 months ago committed by GitHub
parent 5a9afe4409
commit de7dd5bbb2
No known key found for this signature in database
GPG Key ID: B5690EEEBB952194

@ -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