From a11080b60e5eff857581062888aee07a5a678fb2 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Wed, 19 Feb 2025 21:47:14 +0000 Subject: [PATCH] Bump jinja2 from 3.1.4 to 3.1.5 in /tools/docling-server/container/cuda Bumps [jinja2](https://github.com/pallets/jinja) from 3.1.4 to 3.1.5. - [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.4...3.1.5) --- updated-dependencies: - dependency-name: jinja2 dependency-type: direct:production ... Signed-off-by: dependabot[bot] --- tools/docling-server/container/cuda/requirements.txt | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/tools/docling-server/container/cuda/requirements.txt b/tools/docling-server/container/cuda/requirements.txt index 8216540..c077a05 100644 --- a/tools/docling-server/container/cuda/requirements.txt +++ b/tools/docling-server/container/cuda/requirements.txt @@ -23,7 +23,7 @@ h11==0.14.0; python_version >= '3.7' huggingface-hub==0.26.2; python_full_version >= '3.8.0' idna==3.10; python_version >= '3.6' imageio==2.36.0; python_version >= '3.9' -jinja2==3.1.4; python_version >= '3.7' +jinja2==3.1.5; python_version >= '3.7' jsonlines==3.1.0; python_version >= '3.6' jsonref==1.1.0; python_version >= '3.7' jsonschema==4.23.0; python_version >= '3.8'