Skip to content

Commit a5f2df4

Browse files
committed
fix: dev_requirements.txt to reduce vulnerabilities
The following vulnerabilities are fixed by pinning transitive dependencies: - https://snyk.io/vuln/SNYK-PYTHON-SETUPTOOLS-9964606
1 parent 92be303 commit a5f2df4

File tree

1 file changed

+2
-1
lines changed

1 file changed

+2
-1
lines changed

dev_requirements.txt

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -2,4 +2,5 @@ termcolor
22
pytest
33
pytest-asyncio
44
sphinx
5-
sphinxcontrib-apidoc
5+
sphinxcontrib-apidoc
6+
setuptools>=78.1.1 # not directly required, pinned by Snyk to avoid a vulnerability

0 commit comments

Comments
 (0)