Upgrade importlib-metadata to 0.23 (#26787)
This commit is contained in:
parent
e394be7337
commit
8c580209a6
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.19",
|
||||
"importlib-metadata==0.23",
|
||||
"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