Update dependencies
This commit is contained in:
parent
41afe0febe
commit
11f231f7aa
|
|
@ -21,4 +21,4 @@ pycodestyle==2.6.0
|
|||
pydocstyle==5.1.1
|
||||
pyflakes==2.2.0
|
||||
six==1.15.0
|
||||
snowballstemmer==2.0.0
|
||||
snowballstemmer==2.1.0
|
||||
|
|
|
|||
|
|
@ -1,13 +1,14 @@
|
|||
# This file is automatically generated by scripts/dev/recompile_requirements.py
|
||||
|
||||
diff-cover==4.1.1
|
||||
chardet==4.0.0
|
||||
diff-cover==4.2.0
|
||||
importlib-resources==5.1.0
|
||||
inflect==5.0.2
|
||||
Jinja2==2.11.2
|
||||
jinja2-pluralize==0.3.0
|
||||
lxml==4.6.2
|
||||
MarkupSafe==1.1.1
|
||||
mypy==0.790
|
||||
mypy==0.800
|
||||
mypy-extensions==0.4.3
|
||||
pluggy==0.13.1
|
||||
Pygments==2.7.4
|
||||
|
|
|
|||
|
|
@ -14,7 +14,7 @@ Pygments==2.7.4
|
|||
pyparsing==2.4.7
|
||||
pytz==2020.5
|
||||
requests==2.25.1
|
||||
snowballstemmer==2.0.0
|
||||
snowballstemmer==2.1.0
|
||||
Sphinx==3.4.3
|
||||
sphinxcontrib-applehelp==1.0.2
|
||||
sphinxcontrib-devhelp==1.0.2
|
||||
|
|
|
|||
|
|
@ -15,7 +15,7 @@ filelock==3.0.12
|
|||
Flask==1.1.2
|
||||
glob2==0.7
|
||||
hunter==3.3.1
|
||||
hypothesis==6.0.2
|
||||
hypothesis==6.0.3
|
||||
icdiff==1.9.1
|
||||
idna==2.10
|
||||
iniconfig==1.1.1
|
||||
|
|
@ -39,7 +39,7 @@ pytest==6.2.1
|
|||
pytest-bdd==4.0.2
|
||||
pytest-benchmark==3.2.3
|
||||
pytest-clarity==0.3.0a0
|
||||
pytest-cov==2.11.0
|
||||
pytest-cov==2.11.1
|
||||
pytest-forked==1.3.0
|
||||
pytest-icdiff==0.5
|
||||
pytest-instafail==0.4.2
|
||||
|
|
|
|||
|
|
@ -1,5 +1,5 @@
|
|||
# This file is automatically generated by scripts/dev/recompile_requirements.py
|
||||
|
||||
pathspec==0.8.1
|
||||
PyYAML==5.3.1
|
||||
PyYAML==5.4.1
|
||||
yamllint==1.25.0
|
||||
|
|
|
|||
|
|
@ -8,4 +8,4 @@ importlib-resources==5.1.0 ; python_version<"3.9"
|
|||
Jinja2==2.11.2
|
||||
MarkupSafe==1.1.1
|
||||
Pygments==2.7.4
|
||||
PyYAML==5.3.1
|
||||
PyYAML==5.4.1
|
||||
|
|
|
|||
Loading…
Reference in New Issue