Skip to content

Commit

Permalink
fix: requirements.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-PYGMENTS-1086606
- https://snyk.io/vuln/SNYK-PYTHON-PYGMENTS-1088505
  • Loading branch information
snyk-bot committed May 2, 2021
1 parent c47019f commit ee9736c
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions requirements.txt
Original file line number Diff line number Diff line change
Expand Up @@ -26,3 +26,4 @@ pytest-mock==3.3.1
pytest-sugar==0.9.4
pytest-xdist==1.34.0
pyyaml==5.4
pygments>=2.7.4 # not directly required, pinned by Snyk to avoid a vulnerability

0 comments on commit ee9736c

Please sign in to comment.