Upgrade jinja2 to 3.0.2 (#57095)

This commit is contained in:
Franck Nijhof
2021-10-05 11:03:51 +02:00
committed by GitHub
parent f364d53c7b
commit 3645568dcc
3 changed files with 3 additions and 3 deletions

View File

@ -42,7 +42,7 @@ REQUIRES = [
"certifi>=2021.5.30",
"ciso8601==2.2.0",
"httpx==0.19.0",
"jinja2==3.0.1",
"jinja2==3.0.2",
"PyJWT==2.1.0",
# PyJWT has loose dependency. We want the latest one.
"cryptography==3.4.8",