From 543d622826d505719b18aa44c1d1c5e9f2062203 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Jakub=20Bedn=C3=A1=C5=99?= Date: Tue, 7 May 2024 09:56:16 +0200 Subject: [PATCH] chode(deps): update jinja2 --- setup.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/setup.py b/setup.py index ac1154d3..5596713f 100644 --- a/setup.py +++ b/setup.py @@ -27,7 +27,7 @@ 'aioresponses>=0.7.3', 'sphinx==1.8.5', 'sphinx_rtd_theme', - 'jinja2==3.1.3' + 'jinja2>=3.1.4' ] extra_requires = [