From 1e1122c5278103e2c146de6a1b4af28d521147bb Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Mon, 11 Nov 2024 23:14:58 +0100 Subject: [PATCH] build(deps): bump wheel from 0.42.0 to 0.45.0 (#2638) --- local-requirements.txt | 2 +- pyproject.toml | 2 +- setup.py | 2 +- 3 files changed, 3 insertions(+), 3 deletions(-) diff --git a/local-requirements.txt b/local-requirements.txt index 485104ae7..170ed7edb 100644 --- a/local-requirements.txt +++ b/local-requirements.txt @@ -21,4 +21,4 @@ setuptools==75.4.0 twisted==24.10.0 types-pyOpenSSL==24.1.0.20240722 types-requests==2.32.0.20241016 -wheel==0.42.0 +wheel==0.45.0 diff --git a/pyproject.toml b/pyproject.toml index 7558bd451..8a067f8e2 100644 --- a/pyproject.toml +++ b/pyproject.toml @@ -1,5 +1,5 @@ [build-system] -requires = ["setuptools==75.4.0", "setuptools-scm==8.1.0", "wheel==0.42.0", "auditwheel==6.1.0"] +requires = ["setuptools==75.4.0", "setuptools-scm==8.1.0", "wheel==0.45.0", "auditwheel==6.1.0"] build-backend = "setuptools.build_meta" [tool.setuptools_scm] diff --git a/setup.py b/setup.py index a98358b45..5fdc27645 100644 --- a/setup.py +++ b/setup.py @@ -222,7 +222,7 @@ def _download_and_extract_local_driver( "pyee==12.0.0", ], # TODO: Can be removed once we migrate to pypa/build or pypa/installer. - setup_requires=["setuptools-scm==8.1.0", "wheel==0.42.0"], + setup_requires=["setuptools-scm==8.1.0", "wheel==0.45.0"], classifiers=[ "Topic :: Software Development :: Testing", "Topic :: Internet :: WWW/HTTP :: Browsers",