From 7770c4fe172531c0a18e2d2cf4998993762c4a6a Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Mon, 23 Dec 2024 20:40:23 +0000 Subject: [PATCH] build(deps): bump jinja2 from 3.0.1 to 3.1.5 in /python/obt_web Bumps [jinja2](https://github.com/pallets/jinja) from 3.0.1 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.0.1...3.1.5) --- updated-dependencies: - dependency-name: jinja2 dependency-type: direct:production ... Signed-off-by: dependabot[bot] --- python/obt_web/requirements.txt | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/python/obt_web/requirements.txt b/python/obt_web/requirements.txt index e2dd2c6a6e..5054073792 100644 --- a/python/obt_web/requirements.txt +++ b/python/obt_web/requirements.txt @@ -5,7 +5,7 @@ Flask==2.0.1 Flask-SocketIO==5.1.0 importlib-metadata==4.6.1 itsdangerous==2.0.1 -Jinja2==3.0.1 +Jinja2==3.1.5 MarkupSafe==2.0.1 numpy pkg-resources==0.0.0