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",