From d9e4ce5639693df946c52b83a0ee3f455e988400 Mon Sep 17 00:00:00 2001 From: grossmj Date: Wed, 8 May 2024 18:08:00 +0700 Subject: [PATCH] Upgrade Jinja2 to version 3.1.4. Fixes #2378 --- requirements.txt | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/requirements.txt b/requirements.txt index 73f2c557..eea991fd 100644 --- a/requirements.txt +++ b/requirements.txt @@ -3,7 +3,7 @@ aiohttp>=3.8.6,<3.9; python_version == '3.7' # v3.8.6 is the last version to s aiohttp>=3.9.3,<3.10; python_version > '3.7' aiohttp-cors>=0.7.0,<0.8 aiofiles>=23.2.1,<23.3 -Jinja2>=3.1.3,<3.2 +Jinja2>=3.1.4,<3.2 sentry-sdk==1.40.6,<1.41 psutil==5.9.8 async-timeout>=4.0.3,<4.1