Stricter jinja version (#186)
# PR Description Jinja2 versions 3.1.5 or higher resolves security vulnerabilities in this repo.
This commit is contained in:
parent
0ad8dc6e5e
commit
f7f5888b21
1 changed files with 1 additions and 1 deletions
|
|
@ -18,7 +18,7 @@ python = ">=3.10,<4.0"
|
|||
pydantic = "^2.7.0"
|
||||
typer = "^0.9.0"
|
||||
rich = "^13.7.1"
|
||||
Jinja2 = ">=2.7,<4.0.0"
|
||||
Jinja2 = ">=3.1.5,<4.0.0"
|
||||
toml = "^0.10.2"
|
||||
pyyaml = "^6.0"
|
||||
tomlkit = "^0.12.4"
|
||||
|
|
|
|||
Loading…
Reference in a new issue