Stricter jinja version (#186)

# PR Description
Jinja2 versions 3.1.5 or higher resolves security vulnerabilities in
this repo.
This commit is contained in:
Eric Gustin 2025-01-02 14:09:22 -08:00 committed by GitHub
parent 0ad8dc6e5e
commit f7f5888b21
No known key found for this signature in database
GPG key ID: B5690EEEBB952194

View file

@ -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"