diff --git a/pyproject.toml b/pyproject.toml index b8345456..91a889e3 100644 --- a/pyproject.toml +++ b/pyproject.toml @@ -50,7 +50,7 @@ dev = [ "twine >=3.4,<6.3", # PyPI "types-requests >=2.26,<3", # mypy type hints "types-setuptools >=71.1,<83", # mypy type hints - "wheel >=0.37,<0.47", + "wheel >=0.37,<0.48", ] test = [ "psycopg >=3.2,<4",