Skip to content

Commit

Permalink
fix: {{cookiecutter.project_slug}}/requirements.txt to reduce vulnera…
Browse files Browse the repository at this point in the history
…bilities

The following vulnerabilities are fixed by pinning transitive dependencies:
- https://snyk.io/vuln/SNYK-PYTHON-PYGMENTS-1088505
  • Loading branch information
snyk-bot committed Mar 25, 2021
1 parent c47019f commit 49bb503
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion {{cookiecutter.project_slug}}/requirements.txt
Original file line number Diff line number Diff line change
Expand Up @@ -282,7 +282,7 @@ pycparser==2.20
# via cffi
pyflakes==2.2.0
# via flake8
pygments==2.7.1
pygments==2.7.4
# via
# bpython
# doc8
Expand Down

0 comments on commit 49bb503

Please sign in to comment.