Skip to content

Commit

Permalink
Add a lower bound for the version of setuptools
Browse files Browse the repository at this point in the history
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
  • Loading branch information
jsf9k committed Nov 15, 2022
1 parent e803e1a commit 51fa6d7
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion requirements.txt
@@ -1,2 +1,2 @@
setuptools
setuptools>=65.5.1
wheel

0 comments on commit 51fa6d7

Please sign in to comment.