Skip to content

Commit

Permalink
Require younger setuptools
Browse files Browse the repository at this point in the history
There is a known vulnerability in setuptools version 65.5.0.
  • Loading branch information
jangop committed Mar 22, 2023
1 parent 55c82a9 commit e7884e2
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion pyproject.toml
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
[build-system]
# These are the assumed default build requirements from pip:
# https://pip.pypa.io/en/stable/reference/pip/#pep-517-and-518-support
requires = ["setuptools>=40.8.0", "wheel"]
requires = ["setuptools>=65.5.1", "wheel"]
build-backend = "setuptools.build_meta"

[versioneer]
Expand Down

0 comments on commit e7884e2

Please sign in to comment.