From 6a48ed6273e7b3069900cc1532661753c76082a4 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Mon, 23 Dec 2024 22:37:52 +0000 Subject: [PATCH] Bump jinja2 from 3.1.4 to 3.1.5 in the python-packages group Bumps the python-packages group with 1 update: [jinja2](https://github.com/pallets/jinja). Updates `jinja2` from 3.1.4 to 3.1.5 - [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.4...3.1.5) --- updated-dependencies: - dependency-name: jinja2 dependency-type: direct:production update-type: version-update:semver-patch dependency-group: python-packages ... Signed-off-by: dependabot[bot] --- pyproject.toml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/pyproject.toml b/pyproject.toml index ce1e560d..16da4a4c 100644 --- a/pyproject.toml +++ b/pyproject.toml @@ -33,7 +33,7 @@ test = [ "tclint == 0.5.0", "lambdalib == 0.3.2", "sc-leflib == 0.4.0", - "Jinja2 == 3.1.4" + "Jinja2 == 3.1.5" ] [tool.tclint]