From 97cd37cdfc0503cfa70a8855ee4ca3c4157f3bf4 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Wed, 9 Jul 2025 17:43:24 +0000 Subject: [PATCH] Bump jinja2 from 2.10.3 to 3.1.6 Bumps [jinja2](https://github.com/pallets/jinja) from 2.10.3 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/2.10.3...3.1.6) --- updated-dependencies: - dependency-name: jinja2 dependency-version: 3.1.6 dependency-type: direct:production update-type: version-update:semver-major ... Signed-off-by: dependabot[bot] --- constraints.txt | 2 +- pyproject.toml | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/constraints.txt b/constraints.txt index 0b04427f42..98be97da65 100644 --- a/constraints.txt +++ b/constraints.txt @@ -15,7 +15,7 @@ httpcore==1.0.9 httpx==0.28.1 idna==3.10 iniconfig==2.1.0 -Jinja2==2.10.3 +Jinja2==3.1.6 markdown-it-py==3.0.0 MarkupSafe==2.0.1 mdurl==0.1.2 diff --git a/pyproject.toml b/pyproject.toml index 31ac9ec7bc..2b5d4b0887 100644 --- a/pyproject.toml +++ b/pyproject.toml @@ -31,7 +31,7 @@ dependencies = [ "chardet>=3.0,<5.3", # https://pypi.python.org/pypi/chardet "babel==2.12.1", # http://babel.pocoo.org/en/latest/changelog.html "pyxdg>=0.26,<0.29", # https://freedesktop.org/wiki/Software/pyxdg/ - "Jinja2>=2.10,<2.11", # http://jinja.pocoo.org/docs/latest/changelog/ + "Jinja2>=2.10,<3.2", # http://jinja.pocoo.org/docs/latest/changelog/ "markdown-it-py==3.0.0", # https://github.com/executablebooks/markdown-it-py/blob/master/CHANGELOG.md "setuptools>=80,<81", # https://setuptools.pypa.io/en/latest/history.html