Update dependencies
This commit is contained in:
parent
423e7e25bd
commit
f244721738
|
|
@ -2,7 +2,7 @@
|
|||
|
||||
attrs==20.3.0
|
||||
flake8==3.8.4
|
||||
flake8-bugbear==20.11.1
|
||||
flake8-bugbear==21.3.1
|
||||
flake8-builtins==1.5.3
|
||||
flake8-comprehensions==3.3.1
|
||||
flake8-copyright==0.2.2
|
||||
|
|
|
|||
|
|
@ -1,10 +1,10 @@
|
|||
# This file is automatically generated by scripts/dev/recompile_requirements.py
|
||||
|
||||
chardet==4.0.0
|
||||
diff-cover==4.2.1
|
||||
importlib-metadata==3.7.0
|
||||
importlib-resources==5.1.1
|
||||
inflect==5.2.0
|
||||
diff-cover==4.2.3
|
||||
importlib-metadata==3.7.2
|
||||
importlib-resources==5.1.2
|
||||
inflect==3.0.2
|
||||
Jinja2==2.11.3
|
||||
jinja2-pluralize==0.3.0
|
||||
lxml==4.6.2
|
||||
|
|
@ -12,8 +12,8 @@ MarkupSafe==1.1.1
|
|||
mypy==0.812
|
||||
mypy-extensions==0.4.3
|
||||
pluggy==0.13.1
|
||||
Pygments==2.8.0
|
||||
Pygments==2.8.1
|
||||
PyQt5-stubs==5.15.2.0
|
||||
typed-ast==1.4.2
|
||||
typing-extensions==3.7.4.3
|
||||
zipp==3.4.0
|
||||
zipp==3.4.1
|
||||
|
|
|
|||
|
|
@ -2,4 +2,4 @@
|
|||
|
||||
altgraph==0.17
|
||||
pyinstaller==4.2
|
||||
pyinstaller-hooks-contrib==2020.11
|
||||
pyinstaller-hooks-contrib==2021.1
|
||||
|
|
|
|||
|
|
@ -1,5 +1,5 @@
|
|||
# This file is automatically generated by scripts/dev/recompile_requirements.py
|
||||
|
||||
docutils==0.16
|
||||
Pygments==2.5.2
|
||||
pyroma==2.6.1
|
||||
Pygments==2.8.1
|
||||
pyroma==3.1
|
||||
|
|
|
|||
|
|
@ -10,12 +10,12 @@ imagesize==1.2.0
|
|||
Jinja2==2.11.3
|
||||
MarkupSafe==1.1.1
|
||||
packaging==20.9
|
||||
Pygments==2.8.0
|
||||
Pygments==2.8.1
|
||||
pyparsing==2.4.7
|
||||
pytz==2021.1
|
||||
requests==2.25.1
|
||||
snowballstemmer==2.1.0
|
||||
Sphinx==3.5.1
|
||||
Sphinx==3.5.2
|
||||
sphinxcontrib-applehelp==1.0.2
|
||||
sphinxcontrib-devhelp==1.0.2
|
||||
sphinxcontrib-htmlhelp==1.0.3
|
||||
|
|
|
|||
|
|
@ -15,7 +15,7 @@ filelock==3.0.12
|
|||
Flask==1.1.2
|
||||
glob2==0.7
|
||||
hunter==3.3.1
|
||||
hypothesis==6.3.4
|
||||
hypothesis==6.6.0
|
||||
icdiff==1.9.1
|
||||
idna==2.10
|
||||
iniconfig==1.1.1
|
||||
|
|
@ -33,7 +33,7 @@ pluggy==0.13.1
|
|||
pprintpp==0.4.0
|
||||
py==1.10.0
|
||||
py-cpuinfo==7.0.0
|
||||
Pygments==2.8.0
|
||||
Pygments==2.8.1
|
||||
pyparsing==2.4.7
|
||||
pytest==6.2.2
|
||||
pytest-bdd==4.0.2
|
||||
|
|
@ -48,7 +48,7 @@ pytest-repeat==0.9.1
|
|||
pytest-rerunfailures==9.1.1
|
||||
pytest-xdist==2.2.1
|
||||
pytest-xvfb==2.0.0
|
||||
PyVirtualDisplay==2.0
|
||||
PyVirtualDisplay==2.1
|
||||
requests==2.25.1
|
||||
requests-file==1.5.1
|
||||
six==1.15.0
|
||||
|
|
|
|||
|
|
@ -8,9 +8,9 @@ pip==21.0.1
|
|||
pluggy==0.13.1
|
||||
py==1.10.0
|
||||
pyparsing==2.4.7
|
||||
setuptools==54.0.0
|
||||
setuptools==54.1.1
|
||||
six==1.15.0
|
||||
toml==0.10.2
|
||||
tox==3.22.0
|
||||
tox==3.23.0
|
||||
virtualenv==20.4.2
|
||||
wheel==0.36.2
|
||||
|
|
|
|||
|
|
@ -3,11 +3,11 @@
|
|||
adblock==0.4.2 ; python_version!="3.10"
|
||||
colorama==0.4.4
|
||||
dataclasses==0.6 ; python_version<"3.7"
|
||||
importlib-metadata==3.7.0 ; python_version<"3.8"
|
||||
importlib-resources==5.1.1 ; python_version<"3.9"
|
||||
importlib-metadata==3.7.2 ; python_version<"3.8"
|
||||
importlib-resources==5.1.2 ; python_version<"3.9"
|
||||
Jinja2==2.11.3
|
||||
MarkupSafe==1.1.1
|
||||
Pygments==2.8.0
|
||||
Pygments==2.8.1
|
||||
PyYAML==5.4.1
|
||||
typing-extensions==3.7.4.3
|
||||
zipp==3.4.0
|
||||
zipp==3.4.1
|
||||
|
|
|
|||
Loading…
Reference in New Issue