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-LXML-2940874
  • Loading branch information
snyk-bot committed Jul 5, 2022
1 parent b3c71eb commit 0322aef
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 @@ -215,7 +215,7 @@ jinja2==3.0.3
# via commitizen
l18n==2020.6.1
# via wagtail
lxml==4.6.3
lxml==4.9.1
# via pyquery
lz4==3.1.3
# via -r requirements.in
Expand Down

0 comments on commit 0322aef

Please sign in to comment.