]> git.ipfire.org Git - thirdparty/fastapi/fastapi.git/commitdiff
⬆️ Upgrade `jinja2` to >=3.1.5 (#13194)
authorDaniel Kusy <36250676+DanielKusyDev@users.noreply.github.com>
Wed, 22 Jan 2025 18:02:36 +0000 (19:02 +0100)
committerGitHub <noreply@github.com>
Wed, 22 Jan 2025 18:02:36 +0000 (18:02 +0000)
pyproject.toml

index edfa81522f9c93d25c765b7987db8aec4763a32d..ae56ebb7ecaaf4eb6c35934b465df4ffea75f355 100644 (file)
@@ -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