From c04f774634ed833ffdb94b534fbfd7160f25e3f6 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Fri, 17 May 2024 19:16:01 +0000 Subject: [PATCH] Bump jinja2 from 3.1.2 to 3.1.4 Bumps [jinja2](https://github.com/pallets/jinja) from 3.1.2 to 3.1.4. - [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.1.2...3.1.4) --- 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 4cefd5da..bafd1f80 100644 --- a/setup.py +++ b/setup.py @@ -56,7 +56,7 @@ def find_version(*file_paths): "docker==6.0.1", "texttable==1.6.7", "python-dateutil==2.8.2", - "Jinja2==3.1.2", + "Jinja2==3.1.4", "psutil==5.9.4", "python-dotenv==0.21.0", "terminaltables==3.1.10",