From cffbc81fa458dd10f319654b827975ff7e09b43d Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Thu, 25 Jan 2024 16:08:23 +0000 Subject: [PATCH] Bump jinja2 from 3.1.2 to 3.1.3 in /python Bumps [jinja2](https://github.com/pallets/jinja) from 3.1.2 to 3.1.3. - [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.3) --- updated-dependencies: - dependency-name: jinja2 dependency-type: direct:production ... Signed-off-by: dependabot[bot] --- python/requirement.txt | 2 +- python/setup.py | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/python/requirement.txt b/python/requirement.txt index df89b65..6c9f139 100644 --- a/python/requirement.txt +++ b/python/requirement.txt @@ -8,7 +8,7 @@ gunicorn==20.1.0 h11==0.13.0 importlib-metadata==4.12.0 itsdangerous==2.1.2 -Jinja2==3.1.2 +Jinja2==3.1.3 MarkupSafe==2.1.1 PyJWT==2.3.0 python-multipart==0.0.5 diff --git a/python/setup.py b/python/setup.py index 4835825..249ea66 100644 --- a/python/setup.py +++ b/python/setup.py @@ -29,7 +29,7 @@ 'h11==0.13.0', 'importlib-metadata==4.12.0', 'itsdangerous==2.1.2', - 'Jinja2==3.1.2', + 'Jinja2==3.1.3', 'MarkupSafe==2.1.1', 'PyJWT==2.3.0', 'python-multipart==0.0.5',