From c11197ee7c6fe11c6bbbc2389bbee8475c66a691 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Tue, 14 Apr 2026 08:35:46 +0000 Subject: [PATCH] chore(deps): update jinja2 requirement in /docs Updates the requirements on [jinja2](https://github.com/pallets/jinja) to permit the latest version. - [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.0...3.1.6) --- updated-dependencies: - dependency-name: jinja2 dependency-version: 3.1.6 dependency-type: direct:production ... Signed-off-by: dependabot[bot] --- docs/pyproject.toml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/docs/pyproject.toml b/docs/pyproject.toml index 12eb6b1e4bfa6..b5c63595786ef 100644 --- a/docs/pyproject.toml +++ b/docs/pyproject.toml @@ -8,6 +8,6 @@ dependencies = [ "pydata-sphinx-theme>=0.16,<1", "myst-parser>=5,<6", "maturin>=1.11,<2", - "jinja2>=3.1,<4", + "jinja2>=3.1.6,<4", "setuptools>=82,<83", ]