From daee90f69927257ec8e78ecbe12ed735b1a4638e Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Mon, 6 May 2024 17:37:40 +0000 Subject: [PATCH] build(deps): bump jinja2 from 3.0.1 to 3.1.4 in /python/obt_web Bumps [jinja2](https://github.com/pallets/jinja) from 3.0.1 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.0.1...3.1.4) --- 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..a164fad804 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.4 MarkupSafe==2.0.1 numpy pkg-resources==0.0.0