From 5fe78cd327f33071233ebc3456a10096cb7be0f0 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Thu, 6 Mar 2025 00:23:11 +0000 Subject: [PATCH] build(deps): bump jinja2 from 3.0.3 to 3.1.6 in /docs 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-type: direct:production ... Signed-off-by: dependabot[bot] --- docs/requirements.in | 2 +- docs/requirements.txt | 6 +++--- 2 files changed, 4 insertions(+), 4 deletions(-) diff --git a/docs/requirements.in b/docs/requirements.in index 1984323148..e4045461c2 100644 --- a/docs/requirements.in +++ b/docs/requirements.in @@ -9,7 +9,7 @@ changelog>=0.5.6,<0.6 sphinxcontrib-fulltoc guzzle_sphinx_theme docutils!=0.15,<0.18 -jinja2<3.1.0 +jinja2<3.2.0 pyyaml==6.0.1 setuptools-scm==8.0.3 # setup-requires for sphinxcontrib-openapi pbr # setup-requires for sphinxcontrib-fulltoc diff --git a/docs/requirements.txt b/docs/requirements.txt index 6f90a56705..f6a58b5bbb 100644 --- a/docs/requirements.txt +++ b/docs/requirements.txt @@ -143,9 +143,9 @@ imagesize==1.4.1 \ --hash=sha256:0d8d18d08f840c19d0ee7ca1fd82490fdc3729b7ac93f49870406ddde8ef8d8b \ --hash=sha256:69150444affb9cb0d5cc5a92b3676f0b2fb7cd9ae39e947a5e11a36b4497cd4a # via sphinx -jinja2==3.0.3 \ - --hash=sha256:077ce6014f7b40d03b47d1f1ca4b0fc8328a692bd284016f806ed0eaca390ad8 \ - --hash=sha256:611bb273cd68f3b993fabdc4064fc858c5b47a973cb5aa7999ec1ba405c87cd7 +jinja2==3.1.6 \ + --hash=sha256:0137fb05990d35f1275a587e9aee6d56da821fc83491a0fb838183be43f66d6d \ + --hash=sha256:85ece4451f492d0c13c5dd7c13a64681a86afae63a5f347908daf103ce6d2f67 # via # -r requirements.in # sphinx -- 2.47.2