diff --git a/pyproject.toml b/pyproject.toml index 9553149..555c3f0 100644 --- a/pyproject.toml +++ b/pyproject.toml @@ -9,7 +9,7 @@ requires = [ # pkg_resources was removed from setuptools in 82.0.0 # https://github.com/pypa/setuptools/issues/3085 # https://setuptools.pypa.io/en/latest/history.html#v82-0-0 - 'setuptools>=36.6.0,<82', + 'setuptools>=36.6.0,<83', # For building wheels 'wheel', ] diff --git a/requirements/dev.in b/requirements/dev.in index 30e0477..d348c46 100644 --- a/requirements/dev.in +++ b/requirements/dev.in @@ -21,7 +21,7 @@ pydocstyle >= 6.1.0 pygments pylint pyroma -setuptools < 82 +setuptools < 83 types-mock types-setuptools < 82 vulture