From da9e1a0f26cd838e9f7b94543c51f4f02b01badb Mon Sep 17 00:00:00 2001 From: dgtlmoon Date: Thu, 27 Oct 2022 11:56:54 +0200 Subject: [PATCH] Update jinja --- requirements.txt | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/requirements.txt b/requirements.txt index 4bf29823..615ca55a 100644 --- a/requirements.txt +++ b/requirements.txt @@ -47,7 +47,7 @@ selenium ~= 4.1.0 werkzeug ~= 2.0.0 # Templating, so far just in the URLs but in the future can be for the notifications also -jinja2 +jinja2 ~= 3.1 jinja2-time # playwright is installed at Dockerfile build time because it's not available on all platforms