From: Daniel Kusy <36250676+DanielKusyDev@users.noreply.github.com> Date: Wed, 22 Jan 2025 18:02:36 +0000 (+0100) Subject: ⬆️ Upgrade `jinja2` to >=3.1.5 (#13194) X-Git-Tag: 0.115.7~9 X-Git-Url: http://git.ipfire.org/?a=commitdiff_plain;h=548f67d465afff233fa1856b2d337d13595e3308;p=thirdparty%2Ffastapi%2Ffastapi.git ⬆️ Upgrade `jinja2` to >=3.1.5 (#13194) --- diff --git a/pyproject.toml b/pyproject.toml index edfa81522f..ae56ebb7ec 100644 --- a/pyproject.toml +++ b/pyproject.toml @@ -60,7 +60,7 @@ standard = [ # For the test client "httpx >=0.23.0", # For templates - "jinja2 >=2.11.2", + "jinja2 >=3.1.5", # For forms and file uploads "python-multipart >=0.0.7", # To validate email fields @@ -79,7 +79,7 @@ all = [ # # For the test client "httpx >=0.23.0", # For templates - "jinja2 >=2.11.2", + "jinja2 >=3.1.5", # For forms and file uploads "python-multipart >=0.0.7", # For Starlette's SessionMiddleware, not commonly used with FastAPI