diff --git a/local-requirements.txt b/local-requirements.txt index 740822b7a..802ace3d2 100644 --- a/local-requirements.txt +++ b/local-requirements.txt @@ -21,4 +21,4 @@ setuptools==68.2.2 twisted==23.10.0 types-pyOpenSSL==24.0.0.20240130 types-requests==2.31.0.20240218 -wheel==0.41.2 +wheel==0.42.0 diff --git a/setup.py b/setup.py index c190f3794..982dd9c3a 100644 --- a/setup.py +++ b/setup.py @@ -222,7 +222,7 @@ def _download_and_extract_local_driver( "pyee==11.0.1", ], # TODO: Can be removed once we migrate to pypa/build or pypa/installer. - setup_requires=["setuptools-scm==8.0.4", "wheel==0.41.2"], + setup_requires=["setuptools-scm==8.0.4", "wheel==0.42.0"], classifiers=[ "Topic :: Software Development :: Testing", "Topic :: Internet :: WWW/HTTP :: Browsers",