Update dependencies
This commit is contained in:
parent
46bedd5f61
commit
6e92986285
|
|
@ -9,7 +9,7 @@ github3.py==2.0.0
|
|||
hunter==3.3.2
|
||||
idna==2.10
|
||||
jwcrypto==0.8
|
||||
manhole==1.7.0
|
||||
manhole==1.8.0
|
||||
packaging==20.9
|
||||
pycparser==2.20
|
||||
Pympler==0.9
|
||||
|
|
|
|||
|
|
@ -14,6 +14,6 @@ mypy-extensions==0.4.3
|
|||
pluggy==0.13.1
|
||||
Pygments==2.8.1
|
||||
PyQt5-stubs==5.15.2.0
|
||||
typed-ast==1.4.2
|
||||
typed-ast==1.4.3
|
||||
typing-extensions==3.7.4.3
|
||||
zipp==3.4.1
|
||||
|
|
|
|||
|
|
@ -19,7 +19,7 @@ python-dateutil==2.8.1
|
|||
./scripts/dev/pylint_checkers
|
||||
requests==2.25.1
|
||||
six==1.15.0
|
||||
typed-ast==1.4.2 ; python_version<"3.8"
|
||||
typed-ast==1.4.3 ; python_version<"3.8"
|
||||
uritemplate==3.0.1
|
||||
# urllib3==1.26.4
|
||||
wrapt==1.11.2
|
||||
|
|
|
|||
|
|
@ -4,7 +4,7 @@ alabaster==0.7.12
|
|||
Babel==2.9.0
|
||||
certifi==2020.12.5
|
||||
chardet==4.0.0
|
||||
docutils==0.17
|
||||
docutils==0.16
|
||||
idna==2.10
|
||||
imagesize==1.2.0
|
||||
Jinja2==2.11.3
|
||||
|
|
@ -15,7 +15,7 @@ pyparsing==2.4.7
|
|||
pytz==2021.1
|
||||
requests==2.25.1
|
||||
snowballstemmer==2.1.0
|
||||
Sphinx==3.5.3
|
||||
Sphinx==3.5.4
|
||||
sphinxcontrib-applehelp==1.0.2
|
||||
sphinxcontrib-devhelp==1.0.2
|
||||
sphinxcontrib-htmlhelp==1.0.3
|
||||
|
|
|
|||
|
|
@ -14,7 +14,7 @@ filelock==3.0.12
|
|||
Flask==1.1.2
|
||||
glob2==0.7
|
||||
hunter==3.3.2
|
||||
hypothesis==6.8.4
|
||||
hypothesis==6.9.0
|
||||
icdiff==1.9.1
|
||||
idna==2.10
|
||||
iniconfig==1.1.1
|
||||
|
|
@ -22,7 +22,7 @@ itsdangerous==1.1.0
|
|||
jaraco.functools==3.3.0
|
||||
# Jinja2==2.11.3
|
||||
Mako==1.1.4
|
||||
manhole==1.7.0
|
||||
manhole==1.8.0
|
||||
# MarkupSafe==1.1.1
|
||||
more-itertools==8.7.0
|
||||
packaging==20.9
|
||||
|
|
|
|||
|
|
@ -8,7 +8,7 @@ pip==21.0.1
|
|||
pluggy==0.13.1
|
||||
py==1.10.0
|
||||
pyparsing==2.4.7
|
||||
setuptools==54.2.0
|
||||
setuptools==56.0.0
|
||||
six==1.15.0
|
||||
toml==0.10.2
|
||||
tox==3.23.0
|
||||
|
|
|
|||
|
|
@ -2,4 +2,4 @@
|
|||
|
||||
pathspec==0.8.1
|
||||
PyYAML==5.4.1
|
||||
yamllint==1.26.0
|
||||
yamllint==1.26.1
|
||||
|
|
|
|||
Loading…
Reference in New Issue