Upgrade importlib-metadata to 0.18 (#24848)

This commit is contained in:
Fabian Affolter 2019-07-01 02:23:27 +02:00 committed by Andrew Sayre
parent bf70e91a0d
commit a6ea5d43b4
3 changed files with 3 additions and 3 deletions

View file

@ -38,7 +38,7 @@ REQUIRES = [
'attrs==19.1.0',
'bcrypt==3.1.6',
'certifi>=2019.6.16',
'importlib-metadata==0.15',
'importlib-metadata==0.18',
'jinja2>=2.10.1',
'PyJWT==1.7.1',
# PyJWT has loose dependency. We want the latest one.