From 67294d39bdd98d4c8edc7d02a9444a2ec8490d4f Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Mon, 27 Jan 2025 20:48:52 +0000 Subject: [PATCH] Bump jinja2 from 3.1.4 to 3.1.5 in /services/inference 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] --- services/inference/requirements.txt | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/services/inference/requirements.txt b/services/inference/requirements.txt index 23316020..954b2d54 100644 --- a/services/inference/requirements.txt +++ b/services/inference/requirements.txt @@ -25,7 +25,7 @@ gunicorn==23.0.0 ; python_version >= "3.10" and python_version < "3.13" h11==0.14.0 ; python_version >= "3.10" and python_version < "3.13" huggingface-hub==0.27.0 ; python_version >= "3.10" and python_version < "3.13" and sys_platform != "win32" idna==3.10 ; python_version >= "3.10" and python_version < "3.13" -jinja2==3.1.4 ; python_version >= "3.10" and python_version < "3.13" +jinja2==3.1.5 ; python_version >= "3.10" and python_version < "3.13" joblib==1.4.2 ; python_version >= "3.10" and python_version < "3.13" and sys_platform != "win32" markupsafe==3.0.2 ; python_version >= "3.10" and python_version < "3.13" mpmath==1.3.0 ; python_version >= "3.10" and python_version < "3.13"