From ec4de776629a2bb180091eb93e5a0ea1b7d44e4d Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Sun, 1 Feb 2026 12:00:31 +0000 Subject: [PATCH] Bump jinja2 from 3.1.2 to 3.1.6 Bumps [jinja2](https://github.com/pallets/jinja) from 3.1.2 to 3.1.6. - [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.6) --- updated-dependencies: - dependency-name: jinja2 dependency-version: 3.1.6 dependency-type: direct:production ... Signed-off-by: dependabot[bot] --- pyproject.toml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/pyproject.toml b/pyproject.toml index dc519f0..df6e97a 100644 --- a/pyproject.toml +++ b/pyproject.toml @@ -68,7 +68,7 @@ dependencies = [ "jaraco-classes==3.2.3", "jedi==0.18.2", "jeepney==0.8.0", - "jinja2==3.1.2", + "jinja2==3.1.6", "keyring==23.13.1", "markdown-it-py==2.2.0", "markupsafe==2.1.2",