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