From 0c001d6319146faa498c8e006bf58648cd7fa1d9 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Thu, 6 Mar 2025 02:57:43 +0000 Subject: [PATCH] Bump jinja2 in /examples/ui/gradio/gradio-hftgi-memory 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: direct:production ... Signed-off-by: dependabot[bot] --- examples/ui/gradio/gradio-hftgi-memory/requirements.txt | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/examples/ui/gradio/gradio-hftgi-memory/requirements.txt b/examples/ui/gradio/gradio-hftgi-memory/requirements.txt index 342281b..86a79de 100644 --- a/examples/ui/gradio/gradio-hftgi-memory/requirements.txt +++ b/examples/ui/gradio/gradio-hftgi-memory/requirements.txt @@ -28,7 +28,7 @@ httpx==0.25.0; python_version >= '3.8' huggingface-hub==0.17.3; python_full_version >= '3.8.0' idna==3.4; python_version >= '3.5' importlib-resources==6.1.0; python_version >= '3.8' -jinja2==3.1.2; python_version >= '3.7' +jinja2==3.1.6; python_version >= '3.7' jsonpatch==1.33; python_version >= '2.7' and python_version not in '3.0, 3.1, 3.2, 3.3, 3.4, 3.5, 3.6' jsonpointer==2.4; python_version >= '2.7' and python_version not in '3.0, 3.1, 3.2, 3.3, 3.4, 3.5, 3.6' jsonschema==4.19.1; python_version >= '3.8'