Skip to content

Commit 1e1122c

Browse files
build(deps): bump wheel from 0.42.0 to 0.45.0 (#2638)
1 parent 0945361 commit 1e1122c

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==75.4.0
2121
twisted==24.10.0
2222
types-pyOpenSSL==24.1.0.20240722
2323
types-requests==2.32.0.20241016
24-
wheel==0.42.0
24+
wheel==0.45.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==75.4.0", "setuptools-scm==8.1.0", "wheel==0.42.0", "auditwheel==6.1.0"]
2+
requires = ["setuptools==75.4.0", "setuptools-scm==8.1.0", "wheel==0.45.0", "auditwheel==6.1.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==12.0.0",
223223
],
224224
# TODO: Can be removed once we migrate to pypa/build or pypa/installer.
225-
setup_requires=["setuptools-scm==8.1.0", "wheel==0.42.0"],
225+
setup_requires=["setuptools-scm==8.1.0", "wheel==0.45.0"],
226226
classifiers=[
227227
"Topic :: Software Development :: Testing",
228228
"Topic :: Internet :: WWW/HTTP :: Browsers",

0 commit comments

Comments
 (0)