From e43e9bfb1afb9819d18693a12407def492cc71a0 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Tue, 16 Jun 2026 10:09:20 +0000 Subject: [PATCH] build(deps-dev): bump jinja2 from 3.0.3 to 3.1.6 Bumps [jinja2](https://github.com/pallets/jinja) from 3.0.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/3.0.3...3.1.6) --- updated-dependencies: - dependency-name: jinja2 dependency-version: 3.1.6 dependency-type: direct:development ... Signed-off-by: dependabot[bot] --- pyproject.toml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/pyproject.toml b/pyproject.toml index e0e665e3..93369264 100644 --- a/pyproject.toml +++ b/pyproject.toml @@ -45,7 +45,7 @@ quality = [ ] reports = [ # https://github.com/spatialaudio/nbsphinx/issues/641 - "Jinja2==3.0.3", + "Jinja2==3.1.6", ] antimony = [ "antimony>=2.14.0",