Skip to content

Commit

Permalink
fix: chatbot/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 30, 2024
1 parent 6ed7b6e commit ffc3f7e
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion chatbot/requirements.txt
Original file line number Diff line number Diff line change
Expand Up @@ -33,7 +33,7 @@ h11==0.14.0
httpcore==1.0.5
httpx==0.27.0
idna==3.7
jinja2==3.1.3
jinja2==3.1.5
jiter==0.5.0
joblib==1.4.0
jsonschema==4.20.0
Expand Down

0 comments on commit ffc3f7e

Please sign in to comment.