Skip to content

Commit

Permalink
Update jinja2 dependency to fix vulnerability (#108)
Browse files Browse the repository at this point in the history
#### Motivation

[Describe why this change is needed]

#### Modifications

[Describe the code changes]

#### Result

[Describe how the changes affects existing behavior and how to test it]

#### Related Issues

[Resolves #123]

Signed-off-by: Vaibhav Jain <[email protected]>
  • Loading branch information
vaibhavjainwiz authored Aug 27, 2024
1 parent 015070b commit 9388f02
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 9388f02

Please sign in to comment.