Skip to content

Commit 115c324

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-PYGMENTS-1086606 - https://snyk.io/vuln/SNYK-PYTHON-PYGMENTS-1088505
1 parent 8332c87 commit 115c324

1 file changed

Lines changed: 2 additions & 1 deletion

File tree

requirements_dev.txt

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -4,4 +4,5 @@ twine>=1.13.0
44
black>=18.9b0
55
pytest>=4.3.0
66
pytest-cov>=2.6.1
7-
coveralls>=1.6.0
7+
coveralls>=1.6.0
8+
pygments>=2.7.4 # not directly required, pinned by Snyk to avoid a vulnerability

0 commit comments

Comments
 (0)