diff options
Diffstat (limited to 'Lib/ensurepip')
-rw-r--r-- | Lib/ensurepip/__init__.py | 4 | ||||
-rw-r--r-- | Lib/ensurepip/_bundled/pip-25.1.1-py3-none-any.whl (renamed from Lib/ensurepip/_bundled/pip-25.0.1-py3-none-any.whl) | bin | 1841526 -> 1825227 bytes |
2 files changed, 2 insertions, 2 deletions
diff --git a/Lib/ensurepip/__init__.py b/Lib/ensurepip/__init__.py index 2b10d97ec66..aa641e94a8b 100644 --- a/Lib/ensurepip/__init__.py +++ b/Lib/ensurepip/__init__.py @@ -10,7 +10,7 @@ from shutil import copy2 __all__ = ["version", "bootstrap"] -_PIP_VERSION = "25.0.1" +_PIP_VERSION = "25.1.1" # Directory of system wheel packages. Some Linux distribution packaging # policies recommend against bundling dependencies. For example, Fedora @@ -205,7 +205,7 @@ def _uninstall_helper(*, verbosity=0): def _main(argv=None): import argparse - parser = argparse.ArgumentParser() + parser = argparse.ArgumentParser(color=True) parser.add_argument( "--version", action="version", diff --git a/Lib/ensurepip/_bundled/pip-25.0.1-py3-none-any.whl b/Lib/ensurepip/_bundled/pip-25.1.1-py3-none-any.whl Binary files differindex 8d3b0043ea5..2fdcfbf9ff8 100644 --- a/Lib/ensurepip/_bundled/pip-25.0.1-py3-none-any.whl +++ b/Lib/ensurepip/_bundled/pip-25.1.1-py3-none-any.whl |