Bump importlib-metadata to 1.3.0 (#30196)
* Bump importlib-metadata to 1.3.0 * Include setup.py and package_constraints.txt
This commit is contained in:
parent
f32eaa2fdd
commit
482ff4061e
3 changed files with 3 additions and 3 deletions
2
setup.py
2
setup.py
|
@ -38,7 +38,7 @@ REQUIRES = [
|
|||
"attrs==19.3.0",
|
||||
"bcrypt==3.1.7",
|
||||
"certifi>=2019.11.28",
|
||||
"importlib-metadata==0.23",
|
||||
"importlib-metadata==1.3.0",
|
||||
"jinja2>=2.10.3",
|
||||
"PyJWT==1.7.1",
|
||||
# PyJWT has loose dependency. We want the latest one.
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue