Skip to content

Commit e637bdd

Browse files
authored
fixes
1 parent 7c0e23c commit e637bdd

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

pyproject.toml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
11
[build-system]
2-
requires = ["setuptools==70.0.0", "setuptools-scm==8.1.0", "wheel==0.42.0", "auditwheel==5.4.0"]
2+
requires = ["setuptools==68.2.2", "setuptools-scm==8.1.0", "wheel==0.42.0", "auditwheel==5.4.0"]
33
build-backend = "setuptools.build_meta"
44

55
[tool.setuptools_scm]

setup.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -222,7 +222,7 @@ def _download_and_extract_local_driver(
222222
"pyee==11.1.0",
223223
],
224224
# TODO: Can be removed once we migrate to pypa/build or pypa/installer.
225-
setup_requires=["setuptools-scm==8.0.4", "wheel==0.42.0"],
225+
setup_requires=["setuptools-scm==8.1.0", "wheel==0.42.0"],
226226
classifiers=[
227227
"Topic :: Software Development :: Testing",
228228
"Topic :: Internet :: WWW/HTTP :: Browsers",

0 commit comments

Comments
 (0)