From c7e105eb8c2692e23846c9b0321b576bf77446f0 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Mon, 18 Mar 2024 17:52:21 +0000 Subject: [PATCH] build(deps): bump wheel from 0.42.0 to 0.43.0 Bumps [wheel](https://github.com/pypa/wheel) from 0.42.0 to 0.43.0. - [Release notes](https://github.com/pypa/wheel/releases) - [Changelog](https://github.com/pypa/wheel/blob/main/docs/news.rst) - [Commits](https://github.com/pypa/wheel/compare/0.42.0...0.43.0) --- updated-dependencies: - dependency-name: wheel dependency-type: direct:production update-type: version-update:semver-minor ... Signed-off-by: dependabot[bot] --- local-requirements.txt | 2 +- setup.py | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/local-requirements.txt b/local-requirements.txt index e8196db264..88cdd6224c 100644 --- a/local-requirements.txt +++ b/local-requirements.txt @@ -21,4 +21,4 @@ setuptools==69.1.1 twisted==24.3.0 types-pyOpenSSL==24.0.0.20240311 types-requests==2.31.0.20240311 -wheel==0.42.0 +wheel==0.43.0 diff --git a/setup.py b/setup.py index db21211fb8..0de88347dc 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.0.4", "wheel==0.43.0"], classifiers=[ "Topic :: Software Development :: Testing", "Topic :: Internet :: WWW/HTTP :: Browsers",