From 54e1ecb53dbcab5ca80099021b85a0cd3bd359e2 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Wed, 26 Mar 2025 21:24:36 +0000 Subject: [PATCH] Update jinja2 requirement from <3.1 to <3.2 Updates the requirements on [jinja2](https://github.com/pallets/jinja) to permit the latest version. - [Release notes](https://github.com/pallets/jinja/releases) - [Changelog](https://github.com/pallets/jinja/blob/main/CHANGES.rst) - [Commits](https://github.com/pallets/jinja/compare/2.0rc1...3.1.6) --- updated-dependencies: - dependency-name: jinja2 dependency-type: direct:development ... Signed-off-by: dependabot[bot] --- setup.cfg | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/setup.cfg b/setup.cfg index e1de34c..3410db2 100644 --- a/setup.cfg +++ b/setup.cfg @@ -75,7 +75,7 @@ dev = sphinx-rtd-theme~=0.5.0 tox~=4.11.0 types-setuptools~=68.1.0.0 - Jinja2<3.1 + Jinja2<3.2 [options.entry_points] # Put your entry point scripts here