diff --git a/local-requirements.txt b/local-requirements.txt index ad29988d1..fc591fa0c 100644 --- a/local-requirements.txt +++ b/local-requirements.txt @@ -15,7 +15,7 @@ pytest-cov==5.0.0 pytest-repeat==0.9.3 pytest-timeout==2.3.1 pytest-xdist==3.6.1 -requests==2.31.0 +requests==2.32.0 service_identity==24.1.0 setuptools==69.5.1 twisted==24.3.0 diff --git a/pyproject.toml b/pyproject.toml index 2f6801904..34504380f 100644 --- a/pyproject.toml +++ b/pyproject.toml @@ -1,5 +1,5 @@ [build-system] -requires = ["setuptools==68.2.2", "setuptools-scm==8.0.4", "wheel==0.42.0", "auditwheel==5.4.0"] +requires = ["setuptools==68.2.2", "setuptools-scm==8.1.0", "wheel==0.42.0", "auditwheel==5.4.0"] build-backend = "setuptools.build_meta" [tool.setuptools_scm] diff --git a/setup.py b/setup.py index 8709e52a2..714bb20fe 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",