From 62ac48fb1bf086d6e959a88982523a811b155358 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Thu, 6 Mar 2025 02:58:33 +0000 Subject: [PATCH] Bump jinja2 in /src/postgres/third-party-extensions/pg_hint_plan/docs 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-type: indirect ... Signed-off-by: dependabot[bot] --- .../pg_hint_plan/docs/requirements.txt | 10 +++++++--- 1 file changed, 7 insertions(+), 3 deletions(-) diff --git a/src/postgres/third-party-extensions/pg_hint_plan/docs/requirements.txt b/src/postgres/third-party-extensions/pg_hint_plan/docs/requirements.txt index c1bacb546491..1ad5b3e0275b 100644 --- a/src/postgres/third-party-extensions/pg_hint_plan/docs/requirements.txt +++ b/src/postgres/third-party-extensions/pg_hint_plan/docs/requirements.txt @@ -10,7 +10,7 @@ babel==2.12.1 # via # sphinx # sphinx-intl -certifi>=2023.7.22 +certifi==2025.1.31 # via requests charset-normalizer==3.0.1 # via requests @@ -24,7 +24,9 @@ idna==3.4 # via requests imagesize==1.4.1 # via sphinx -jinja2==3.1.2 +importlib-metadata==8.6.1 + # via sphinx +jinja2==3.1.6 # via # myst-parser # sphinx @@ -42,7 +44,7 @@ myst-parser==0.19.0 # via -r requirements.in packaging==23.0 # via sphinx -pygments>=2.15.0 +pygments==2.19.1 # via sphinx pyyaml==6.0 # via myst-parser @@ -78,6 +80,8 @@ sphinxcontrib-serializinghtml==1.1.5 # via sphinx urllib3==1.26.14 # via requests +zipp==3.21.0 + # via importlib-metadata # The following packages are considered to be unsafe in a requirements file: # setuptools