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-8548181
- https://snyk.io/vuln/SNYK-PYTHON-JINJA2-8548987
  • Loading branch information
snyk-bot committed Dec 31, 2024
1 parent eeee946 commit c02e708
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,5 +1,5 @@
requests==2.31.0
Jinja2==3.1.3
Jinja2==3.1.5
urllib3==2.2.0
py-healthcheck==1.10.1
psutil==5.9.8
Expand Down

0 comments on commit c02e708

Please sign in to comment.