From e25763f55ea52b566219c768824b8be1c275a256 Mon Sep 17 00:00:00 2001 From: Andrew Date: Thu, 4 Jul 2024 23:06:54 -0500 Subject: [PATCH] chore: bump jinja to 3.1.3 (#1684) * chore: bump jinja to 3.1.3 https://jinja.palletsprojects.com/en/3.1.x/changes/ * docs: add info to CHANGES --------- Co-authored-by: Sijis Aviles --- CHANGES.rst | 1 + setup.py | 2 +- 2 files changed, 2 insertions(+), 1 deletion(-) diff --git a/CHANGES.rst b/CHANGES.rst index bc03ff555..bf64daa14 100644 --- a/CHANGES.rst +++ b/CHANGES.rst @@ -5,6 +5,7 @@ fixes: - docs: add unreleased section (#1681) - fix: check only activate plugins listed in CORE_PLUGINS (#1601) +- chore: bump jinja to 3.1.3 (#1684) v6.2.0 (2024-01-01) ------------------- diff --git a/setup.py b/setup.py index 28d65af4c..29b70613e 100755 --- a/setup.py +++ b/setup.py @@ -31,7 +31,7 @@ "setuptools==68.1.2", "flask==2.3.3", "requests==2.31.0", - "jinja2==3.1.2", + "jinja2==3.1.3", "pyOpenSSL==23.2.0", "colorlog==6.7.0", "markdown==3.4.4",