From 3e9369ee7eaae480546bf35bcd4a8e18b3d5b48f Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Fri, 16 Aug 2024 15:17:51 +0000 Subject: [PATCH] Bump jinja2 from 3.1.3 to 3.1.4 in /jwt/decode-jwt Bumps [jinja2](https://github.com/pallets/jinja) from 3.1.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.1.3...3.1.4) --- updated-dependencies: - dependency-name: jinja2 dependency-type: direct:production ... Signed-off-by: dependabot[bot] --- jwt/decode-jwt/requirements.txt | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/jwt/decode-jwt/requirements.txt b/jwt/decode-jwt/requirements.txt index c516f15..9c101e4 100644 --- a/jwt/decode-jwt/requirements.txt +++ b/jwt/decode-jwt/requirements.txt @@ -11,7 +11,7 @@ cffi==1.15.1 click==8.1.3; python_version >= '3.7' flask==2.3.2 itsdangerous==2.1.2; python_version >= '3.7' -jinja2==3.1.3; python_version >= '3.7' +jinja2==3.1.4; python_version >= '3.7' markupsafe==2.1.2; python_version >= '3.7' pycparser==2.21; python_version >= '2.7' and python_version not in '3.0, 3.1, 3.2, 3.3' python-dotenv==1.0.0