Skip to content

Commit

Permalink
fix: requirements-build.txt to reduce vulnerabilities (#213)
Browse files Browse the repository at this point in the history
The following vulnerabilities are fixed by pinning transitive dependencies:
- https://snyk.io/vuln/SNYK-PYTHON-SETUPTOOLS-7448482

Co-authored-by: snyk-bot <[email protected]>
  • Loading branch information
kyhau and snyk-bot authored Aug 28, 2024
1 parent d47472f commit 7f19e71
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion requirements-build.txt
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
# This file is used for running tox, flake8 and building the wheel
pip~=24.2
virtualenv~=20.26
setuptools>=65.5.1 # not directly required, pinned by Snyk to avoid a vulnerability
setuptools>=70.0.0 # not directly required, pinned by Snyk to avoid a vulnerability
logilab-common~=2.0
m2r~=0.3
tox~=4.18

0 comments on commit 7f19e71

Please sign in to comment.