Update dependencies
This commit is contained in:
parent
802fde0be2
commit
e12bb67f66
|
|
@ -11,6 +11,6 @@ mypy==0.790
|
|||
mypy-extensions==0.4.3
|
||||
pluggy==0.13.1
|
||||
Pygments==2.7.3
|
||||
-e git+https://github.com/stlehmann/PyQt5-stubs.git@e9a2f2d9f5fd8d6a2665b0b0be2f1e96db3b58eb#egg=PyQt5_stubs
|
||||
typed-ast==1.4.1
|
||||
-e git+https://github.com/stlehmann/PyQt5-stubs.git@307eb693f63bd91ac67631ea57c4620e2c363435#egg=PyQt5_stubs
|
||||
typed-ast==1.4.2
|
||||
typing-extensions==3.7.4.3
|
||||
|
|
|
|||
|
|
@ -17,7 +17,7 @@ python-dateutil==2.8.1
|
|||
./scripts/dev/pylint_checkers
|
||||
requests==2.25.1
|
||||
six==1.15.0
|
||||
typed-ast==1.4.1 ; python_version<"3.8"
|
||||
typed-ast==1.4.2 ; python_version<"3.8"
|
||||
uritemplate==3.0.1
|
||||
# urllib3==1.26.2
|
||||
wrapt==1.11.2
|
||||
|
|
|
|||
|
|
@ -15,12 +15,12 @@ filelock==3.0.12
|
|||
Flask==1.1.2
|
||||
glob2==0.7
|
||||
hunter==3.3.1
|
||||
hypothesis==5.43.4
|
||||
hypothesis==5.46.0
|
||||
icdiff==1.9.1
|
||||
idna==2.10
|
||||
iniconfig==1.1.1
|
||||
itsdangerous==1.1.0
|
||||
jaraco.functools==3.0.1
|
||||
jaraco.functools==3.1.0
|
||||
# Jinja2==2.11.2
|
||||
Mako==1.1.3
|
||||
manhole==1.6.0
|
||||
|
|
|
|||
Loading…
Reference in New Issue