Skip to content

Commit 51fa6d7

Browse files
committed
Add a lower bound for the version of setuptools
This is done in response to a recently-discovered vulnerability in setuptools: - https://security.snyk.io/vuln/SNYK-PYTHON-SETUPTOOLS-3113904 - https://cwe.mitre.org/data/definitions/1333.html - pypa/setuptools#3659
1 parent e803e1a commit 51fa6d7

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

requirements.txt

+1-1
Original file line numberDiff line numberDiff line change
@@ -1,2 +1,2 @@
1-
setuptools
1+
setuptools>=65.5.1
22
wheel

0 commit comments

Comments
 (0)