From 7ae06dcaa15745a77657d1ad2369cab51e8822a1 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Tue, 11 Jun 2024 00:38:54 +0000 Subject: [PATCH] Bump jinja2 from 3.1.2 to 3.1.4 in /dashboard Bumps [jinja2](https://github.com/pallets/jinja) from 3.1.2 to 3.1.4. - [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.4) --- updated-dependencies: - dependency-name: jinja2 dependency-type: direct:production ... Signed-off-by: dependabot[bot] --- dashboard/requirements.txt | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/dashboard/requirements.txt b/dashboard/requirements.txt index 46b52ba..58d3812 100644 --- a/dashboard/requirements.txt +++ b/dashboard/requirements.txt @@ -1,6 +1,6 @@ pymongo==4.1.1 fastapi==0.78.0 uvicorn==0.17.6 -Jinja2==3.1.2 +Jinja2==3.1.4 ../library/