Skip to content

Commit

Permalink
Update jinja2 dependency to fix vulnerability
Browse files Browse the repository at this point in the history
Signed-off-by: Vaibhav Jain <[email protected]>
  • Loading branch information
vaibhavjainwiz committed Aug 26, 2024
1 parent 015070b commit a3f6954
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 13 deletions.
14 changes: 2 additions & 12 deletions server/poetry.lock

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

2 changes: 1 addition & 1 deletion server/pyproject.toml
Original file line number Diff line number Diff line change
Expand Up @@ -39,7 +39,7 @@ fms-extras = { git = "https://github.com/foundation-model-stack/fms-extras", rev
numpy = "<2.0"

# Explicitly install some transitive dependencies to avoid CVEs
jinja2 = ">=3.1.3"
jinja2 = ">=3.1.4"
aiohttp = ">=3.9.4"
mpmath = ">=1.3.0"
requests = ">=2.31.0"
Expand Down

0 comments on commit a3f6954

Please sign in to comment.