From 23f308b9492e321333d31428e62549cc16878dd7 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Mon, 19 Aug 2024 10:26:24 +0100 Subject: [PATCH] Bump jinja2 from 3.0.3 to 3.1.4 (#19) Bumps [jinja2](https://github.com/pallets/jinja) from 3.0.3 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.3...3.1.4) --- updated-dependencies: - dependency-name: jinja2 dependency-type: direct:production update-type: version-update:semver-minor ... Signed-off-by: dependabot[bot] Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com> --- example/requirements.txt | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/example/requirements.txt b/example/requirements.txt index 03368c8..d1987da 100644 --- a/example/requirements.txt +++ b/example/requirements.txt @@ -6,7 +6,7 @@ Flask==2.0.2 Flask-SocketIO==5.1.1 idna==3.3 itsdangerous==2.0.1 -Jinja2==3.0.3 +Jinja2==3.1.4 MarkupSafe==2.0.1 numpy==1.21.4 pandas==1.3.4