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-JINJA2-6150717
  • Loading branch information
snyk-bot committed Jan 11, 2024
1 parent 4a29b4b commit bac6d7c
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion requirements.txt
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
contextvars==2.4
diagrams==0.18.0
graphviz==0.13.2
Jinja2==2.11.3
Jinja2==3.1.3
MarkupSafe==1.1.1
pre-commit==2.15.0
detect-secrets==1.1.0
Expand Down

0 comments on commit bac6d7c

Please sign in to comment.