Upgrade importlib-metadata to 0.19 (#26003)
This commit is contained in:
parent
4c16531df5
commit
1be6a7b7ee
3 changed files with 3 additions and 3 deletions
2
setup.py
2
setup.py
|
@ -38,7 +38,7 @@ REQUIRES = [
|
|||
"bcrypt==3.1.7",
|
||||
"certifi>=2019.6.16",
|
||||
'contextvars==2.4;python_version<"3.7"',
|
||||
"importlib-metadata==0.18",
|
||||
"importlib-metadata==0.19",
|
||||
"jinja2>=2.10.1",
|
||||
"PyJWT==1.7.1",
|
||||
# PyJWT has loose dependency. We want the latest one.
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue