Skip to content

Commit 9388f02

Browse files
Update jinja2 dependency to fix vulnerability (#108)
#### 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]>
1 parent 015070b commit 9388f02

File tree

2 files changed

+3
-13
lines changed

2 files changed

+3
-13
lines changed

server/poetry.lock

Lines changed: 2 additions & 12 deletions
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

server/pyproject.toml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -39,7 +39,7 @@ fms-extras = { git = "https://github.com/foundation-model-stack/fms-extras", rev
3939
numpy = "<2.0"
4040

4141
# Explicitly install some transitive dependencies to avoid CVEs
42-
jinja2 = ">=3.1.3"
42+
jinja2 = ">=3.1.4"
4343
aiohttp = ">=3.9.4"
4444
mpmath = ">=1.3.0"
4545
requests = ">=2.31.0"

0 commit comments

Comments
 (0)