Skip to content
Open
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension


Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
2 changes: 1 addition & 1 deletion pyproject.toml
Original file line number Diff line number Diff line change
Expand Up @@ -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',
]
Expand Down
2 changes: 1 addition & 1 deletion requirements/dev.in
Original file line number Diff line number Diff line change
Expand Up @@ -21,7 +21,7 @@ pydocstyle >= 6.1.0
pygments
pylint
pyroma
setuptools < 82
setuptools < 83
types-mock
types-setuptools < 82
vulture
Loading