Skip to content

Commit 4a3c849

Browse files
committed
fix: python/docs/requirements.txt to reduce vulnerabilities
The following vulnerabilities are fixed by pinning transitive dependencies: - https://snyk.io/vuln/SNYK-PYTHON-PYGMENTS-15746419
1 parent e752e5f commit 4a3c849

1 file changed

Lines changed: 1 addition & 0 deletions

File tree

python/docs/requirements.txt

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -3,3 +3,4 @@ jinja2==3.0.0
33
sphinx==2.3.1
44
sphinx_rtd_theme==0.4.3
55
sphinxcontrib-napoleon==0.7
6+
pygments>=2.20.0 # not directly required, pinned by Snyk to avoid a vulnerability

0 commit comments

Comments
 (0)