From 89d5926024c71eb20a7d66c3216c7f348ccdfc02 Mon Sep 17 00:00:00 2001 From: Matthias Bussonnier Date: Wed, 27 Sep 2023 13:53:09 +0200 Subject: [PATCH] wrong jinja pinning --- pyproject.toml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/pyproject.toml b/pyproject.toml index 5e5a3ab2..d283ad0f 100644 --- a/pyproject.toml +++ b/pyproject.toml @@ -16,7 +16,7 @@ dependencies = [ "tomli_w", "urwid", "httpx", - "jinja2>3.1.2", + "jinja2>=3.1.2", "ipython", "numpydoc", "cachetools",