From f1a01b76a2985fa8d550d319b75f36d1f9afe6cd Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Sat, 4 Jul 2026 19:40:59 +0000 Subject: [PATCH] build(deps): bump jinja2 from 3.1.4 to 3.1.6 in /sentinel Bumps [jinja2](https://github.com/pallets/jinja) from 3.1.4 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.4...3.1.6) --- updated-dependencies: - dependency-name: jinja2 dependency-version: 3.1.6 dependency-type: direct:production ... Signed-off-by: dependabot[bot] --- sentinel/requirements.txt | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/sentinel/requirements.txt b/sentinel/requirements.txt index 821b46f..09fdcab 100644 --- a/sentinel/requirements.txt +++ b/sentinel/requirements.txt @@ -3,7 +3,7 @@ uvicorn[standard]==0.34.0 pydantic==2.10.4 pyyaml==6.0.2 httpx==0.28.1 -jinja2==3.1.4 +jinja2==3.1.6 pandas==2.2.3 numpy==1.26.4 scikit-learn==1.5.2