Skip to content

Commit

Permalink
fix: requirements-build.txt to reduce vulnerabilities
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
  • Loading branch information
snyk-bot committed Jul 16, 2024
1 parent 43a806e commit 9d2b588
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.1
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.16

0 comments on commit 9d2b588

Please sign in to comment.