Skip to content

Commit

Permalink
update Jinja (security vulnerability)
Browse files Browse the repository at this point in the history
  • Loading branch information
mzuther committed Dec 26, 2024
1 parent b8574a2 commit ba904f6
Show file tree
Hide file tree
Showing 3 changed files with 120 additions and 85 deletions.
2 changes: 1 addition & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -92,7 +92,7 @@ Run the following lines to upgrade `pip` and install the dependencies:
python3 -m pip install --user --upgrade pip

# older versions should work, but will contain security vulnerabilities
python3 -m pip install --user --upgrade "Jinja2>=3.1.4"
python3 -m pip install --user --upgrade "Jinja2>=3.1.5"
```

For development dependencies, please see [pyproject.toml](./pyproject.toml).
Expand Down
Loading

0 comments on commit ba904f6

Please sign in to comment.