Skip to content

Commit 1f8ee2c

Browse files
committed
fix: requirements-dev.txt to reduce vulnerabilities
The following vulnerabilities are fixed by pinning transitive dependencies: - https://snyk.io/vuln/SNYK-PYTHON-SETUPTOOLS-7448482
1 parent f01c196 commit 1f8ee2c

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

requirements-dev.txt

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -6,6 +6,6 @@ isort
66
mypy
77
pytest
88
pytest-cov
9-
setuptools>=65.5.1 # not directly required, pinned by Snyk to avoid a vulnerability
9+
setuptools>=70.0.0 # not directly required, pinned by Snyk to avoid a vulnerability
1010
sphinx
1111
twine<3.4

0 commit comments

Comments
 (0)