From 83d2650a55886b8e7d0b4ff853f3ae53ade455ee Mon Sep 17 00:00:00 2001 From: Jose Tomas Robles Hahn Date: Fri, 23 Aug 2024 13:39:03 -0400 Subject: [PATCH] =?UTF-8?q?chore(deps):=20Update=20`wheel`=20from=20?= =?UTF-8?q?=E2=89=A40.43.0=20to=200.44.0?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit - [Software Repository](https://pypi.org/project/wheel/0.44.0/) - [Release notes](https://github.com/pypa/wheel/releases/tag/0.44.0) - [Changelog](https://github.com/pypa/wheel/blob/0.44.0/docs/news.rst) - [Commits](https://github.com/pypa/wheel/compare/0.43.0...0.44.0) --- pyproject.toml | 2 +- requirements-dev.in | 2 +- requirements-dev.txt | 2 +- 3 files changed, 3 insertions(+), 3 deletions(-) diff --git a/pyproject.toml b/pyproject.toml index a852bd2c..b4e046f6 100644 --- a/pyproject.toml +++ b/pyproject.toml @@ -9,6 +9,6 @@ [build-system] requires = [ "setuptools==70.3.0", - "wheel==0.41.3", + "wheel==0.44.0", ] build-backend = "setuptools.build_meta:__legacy__" diff --git a/requirements-dev.in b/requirements-dev.in index 128cfa57..6adecb3f 100644 --- a/requirements-dev.in +++ b/requirements-dev.in @@ -16,4 +16,4 @@ twine==5.1.1 types-jsonschema==4.22.0.20240610 types-pyOpenSSL==24.1.0.20240425 types-pytz==2024.1.0.20240417 -wheel==0.43.0 +wheel==0.44.0 diff --git a/requirements-dev.txt b/requirements-dev.txt index 1240b711..9f14d988 100644 --- a/requirements-dev.txt +++ b/requirements-dev.txt @@ -179,7 +179,7 @@ virtualenv==20.26.3 # via tox webencodings==0.5.1 # via bleach -wheel==0.43.0 +wheel==0.44.0 # via # -r requirements-dev.in # pip-tools