jinja2.contextfilter decorator renamed to pass_context (#51007)

* jinja2.contextfilter decorator renamed to pass_context

* bump jinja2 dependency
This commit is contained in:
Matt Zimmerman 2021-05-24 08:38:37 -07:00 committed by GitHub
parent 987e8ed5ed
commit e964c607a3
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23
4 changed files with 8 additions and 8 deletions

View file

@ -42,7 +42,7 @@ REQUIRES = [
"certifi>=2020.12.5",
"ciso8601==2.1.3",
"httpx==0.18.0",
"jinja2>=2.11.3",
"jinja2>=3.0.1",
"PyJWT==1.7.1",
# PyJWT has loose dependency. We want the latest one.
"cryptography==3.3.2",