diff --git a/testing/mozharness/mozharness/base/python.py b/testing/mozharness/mozharness/base/python.py index 2f281e7766f2..15518506df2a 100644 --- a/testing/mozharness/mozharness/base/python.py +++ b/testing/mozharness/mozharness/base/python.py @@ -470,7 +470,7 @@ class VirtualenvMixin(object): / "python" / "_venv" / "wheels" - / "pip-23.0.1-py3-none-any.whl" + / "pip-23.2.1-py3-none-any.whl" ) setuptools_wheel_path = ( src_dir diff --git a/third_party/python/_venv/wheels/pip-23.0.1-py3-none-any.whl b/third_party/python/_venv/wheels/pip-23.2.1-py3-none-any.whl similarity index 66% rename from third_party/python/_venv/wheels/pip-23.0.1-py3-none-any.whl rename to third_party/python/_venv/wheels/pip-23.2.1-py3-none-any.whl index a855dc40e863..ba28ef02e265 100644 Binary files a/third_party/python/_venv/wheels/pip-23.0.1-py3-none-any.whl and b/third_party/python/_venv/wheels/pip-23.2.1-py3-none-any.whl differ