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