Skip to content

Commit f6071ee

Browse files
build(deps): bump wheel from 0.41.2 to 0.42.0 (#2324)
1 parent 0d2899a commit f6071ee

File tree

3 files changed

+3
-3
lines changed

3 files changed

+3
-3
lines changed

local-requirements.txt

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -21,4 +21,4 @@ setuptools==69.1.1
2121
twisted==24.3.0
2222
types-pyOpenSSL==24.0.0.20240228
2323
types-requests==2.31.0.20240218
24-
wheel==0.41.2
24+
wheel==0.42.0

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==68.2.2", "setuptools-scm==8.0.4", "wheel==0.41.2", "auditwheel==5.4.0"]
2+
requires = ["setuptools==68.2.2", "setuptools-scm==8.0.4", "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.0.1",
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.41.2"],
225+
setup_requires=["setuptools-scm==8.0.4", "wheel==0.42.0"],
226226
classifiers=[
227227
"Topic :: Software Development :: Testing",
228228
"Topic :: Internet :: WWW/HTTP :: Browsers",

0 commit comments

Comments
 (0)