Update dependencies
This commit is contained in:
parent
90fbe1e181
commit
d4177dcf47
|
|
@ -1,6 +1,6 @@
|
|||
# This file is automatically generated by scripts/dev/recompile_requirements.py
|
||||
|
||||
build==0.3.1.post1
|
||||
build==0.4.0
|
||||
check-manifest==0.46
|
||||
packaging==20.9
|
||||
pep517==0.10.0
|
||||
|
|
|
|||
|
|
@ -18,7 +18,7 @@ flake8-tuple==0.4.1
|
|||
mccabe==0.6.1
|
||||
pep8-naming==0.11.1
|
||||
pycodestyle==2.7.0
|
||||
pydocstyle==6.0.0
|
||||
pydocstyle==6.1.1
|
||||
pyflakes==2.3.1
|
||||
six==1.16.0
|
||||
snowballstemmer==2.1.0
|
||||
|
|
|
|||
|
|
@ -3,12 +3,12 @@
|
|||
chardet==4.0.0
|
||||
diff-cover==5.1.1
|
||||
importlib-metadata==4.0.1
|
||||
importlib-resources==5.1.3
|
||||
importlib-resources==5.1.4
|
||||
inflect==5.3.0
|
||||
Jinja2==3.0.0
|
||||
Jinja2==3.0.1
|
||||
jinja2-pluralize==0.3.0
|
||||
lxml==4.6.3
|
||||
MarkupSafe==2.0.0
|
||||
MarkupSafe==2.0.1
|
||||
mypy==0.812
|
||||
mypy-extensions==0.4.3
|
||||
pluggy==0.13.1
|
||||
|
|
|
|||
|
|
@ -7,19 +7,19 @@ chardet==4.0.0
|
|||
docutils==0.17.1
|
||||
idna==2.10
|
||||
imagesize==1.2.0
|
||||
Jinja2==2.11.3
|
||||
MarkupSafe==1.1.1
|
||||
Jinja2==3.0.1
|
||||
MarkupSafe==2.0.1
|
||||
packaging==20.9
|
||||
Pygments==2.9.0
|
||||
pyparsing==2.4.7
|
||||
pytz==2021.1
|
||||
requests==2.25.1
|
||||
snowballstemmer==2.1.0
|
||||
Sphinx==4.0.1
|
||||
Sphinx==4.0.2
|
||||
sphinxcontrib-applehelp==1.0.2
|
||||
sphinxcontrib-devhelp==1.0.2
|
||||
sphinxcontrib-htmlhelp==1.0.3
|
||||
sphinxcontrib-htmlhelp==2.0.0
|
||||
sphinxcontrib-jsmath==1.0.1
|
||||
sphinxcontrib-qthelp==1.0.3
|
||||
sphinxcontrib-serializinghtml==1.1.4
|
||||
sphinxcontrib-serializinghtml==1.1.5
|
||||
urllib3==1.26.4
|
||||
|
|
|
|||
|
|
@ -6,25 +6,25 @@ beautifulsoup4==4.9.3
|
|||
certifi==2020.12.5
|
||||
chardet==4.0.0
|
||||
cheroot==8.5.2
|
||||
click==8.0.0
|
||||
click==8.0.1
|
||||
coverage==5.5
|
||||
EasyProcess==0.3
|
||||
execnet==1.8.0
|
||||
filelock==3.0.12
|
||||
Flask==2.0.0
|
||||
Flask==2.0.1
|
||||
glob2==0.7
|
||||
hunter==3.3.3
|
||||
hypothesis==6.12.0
|
||||
hypothesis==6.13.4
|
||||
icdiff==1.9.1
|
||||
idna==2.10
|
||||
iniconfig==1.1.1
|
||||
itsdangerous==2.0.0
|
||||
itsdangerous==2.0.1
|
||||
jaraco.functools==3.3.0
|
||||
# Jinja2==3.0.0
|
||||
# Jinja2==3.0.1
|
||||
Mako==1.1.4
|
||||
manhole==1.8.0
|
||||
# MarkupSafe==2.0.0
|
||||
more-itertools==8.7.0
|
||||
# MarkupSafe==2.0.1
|
||||
more-itertools==8.8.0
|
||||
packaging==20.9
|
||||
parse==1.19.0
|
||||
parse-type==0.5.2
|
||||
|
|
@ -57,4 +57,4 @@ tldextract==3.1.0
|
|||
toml==0.10.2
|
||||
urllib3==1.26.4
|
||||
vulture==2.3
|
||||
Werkzeug==2.0.0
|
||||
Werkzeug==2.0.1
|
||||
|
|
|
|||
|
|
@ -4,11 +4,11 @@ appdirs==1.4.4
|
|||
distlib==0.3.1
|
||||
filelock==3.0.12
|
||||
packaging==20.9
|
||||
pip==21.1.1
|
||||
pip==21.1.2
|
||||
pluggy==0.13.1
|
||||
py==1.10.0
|
||||
pyparsing==2.4.7
|
||||
setuptools==56.2.0
|
||||
setuptools==57.0.0
|
||||
six==1.16.0
|
||||
toml==0.10.2
|
||||
tox==3.23.1
|
||||
|
|
|
|||
|
|
@ -4,9 +4,9 @@ adblock==0.4.4
|
|||
colorama==0.4.4
|
||||
dataclasses==0.6 ; python_version<"3.7"
|
||||
importlib-metadata==4.0.1 ; python_version<"3.8"
|
||||
importlib-resources==5.1.3 ; python_version<"3.9"
|
||||
Jinja2==3.0.0
|
||||
MarkupSafe==2.0.0
|
||||
importlib-resources==5.1.4 ; python_version<"3.9"
|
||||
Jinja2==3.0.1
|
||||
MarkupSafe==2.0.1
|
||||
Pygments==2.9.0
|
||||
PyYAML==5.4.1
|
||||
typing-extensions==3.10.0.0
|
||||
|
|
|
|||
Loading…
Reference in New Issue