From a967062e2542bd228abe312972351fa538a27910 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Thu, 11 Jan 2024 18:55:26 +0000 Subject: [PATCH] Bump jinja2 from 3.0.2 to 3.1.3 Bumps [jinja2](https://github.com/pallets/jinja) from 3.0.2 to 3.1.3. - [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/3.0.2...3.1.3) --- updated-dependencies: - dependency-name: jinja2 dependency-type: direct:production ... Signed-off-by: dependabot[bot] --- setup.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/setup.py b/setup.py index 03bfc15c7..912416e5a 100644 --- a/setup.py +++ b/setup.py @@ -25,7 +25,7 @@ 'tabulate==0.8.9', 'PyYAML==6.0', 'ansible-core==2.11.8', - 'Jinja2==3.0.2', + 'Jinja2==3.1.3', 'joblib==1.3.2', 'PyMySQL==0.7.11', 'psycopg2-binary==2.9.5',