diff --git a/setup.py b/setup.py index 29cc21951..3ad7aa9ec 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.1.0", "wheel==0.42.0"], classifiers=[ "Topic :: Software Development :: Testing", "Topic :: Internet :: WWW/HTTP :: Browsers",