diff --git a/local-requirements.txt b/local-requirements.txt index 5446be6c3..d8ba75c82 100644 --- a/local-requirements.txt +++ b/local-requirements.txt @@ -21,4 +21,4 @@ setuptools==69.1.1 twisted==24.3.0 types-pyOpenSSL==24.0.0.20240311 types-requests==2.31.0.20240311 -wheel==0.42.0 +wheel==0.43.0 diff --git a/setup.py b/setup.py index db21211fb..0de88347d 100644 --- a/setup.py +++ b/setup.py @@ -222,7 +222,7 @@ def _download_and_extract_local_driver( "pyee==11.1.0", ], # TODO: Can be removed once we migrate to pypa/build or pypa/installer. - setup_requires=["setuptools-scm==8.0.4", "wheel==0.42.0"], + setup_requires=["setuptools-scm==8.0.4", "wheel==0.43.0"], classifiers=[ "Topic :: Software Development :: Testing", "Topic :: Internet :: WWW/HTTP :: Browsers",