Update dependencies
This commit is contained in:
parent
fe80b04ed1
commit
3b76a0d4b9
|
|
@ -1,7 +1,7 @@
|
|||
# This file is automatically generated by scripts/dev/recompile_requirements.py
|
||||
|
||||
attrs==20.3.0
|
||||
flake8==3.9.0
|
||||
flake8==3.9.1
|
||||
flake8-bugbear==21.4.3
|
||||
flake8-builtins==1.5.3
|
||||
flake8-comprehensions==3.4.0
|
||||
|
|
|
|||
|
|
@ -2,7 +2,7 @@
|
|||
|
||||
chardet==4.0.0
|
||||
diff-cover==5.0.1
|
||||
importlib-metadata==3.10.0
|
||||
importlib-metadata==4.0.0
|
||||
importlib-resources==5.1.2
|
||||
inflect==5.3.0
|
||||
Jinja2==2.11.3
|
||||
|
|
|
|||
|
|
@ -1,5 +1,5 @@
|
|||
# This file is automatically generated by scripts/dev/recompile_requirements.py
|
||||
|
||||
altgraph==0.17
|
||||
pyinstaller==4.2
|
||||
pyinstaller==4.3
|
||||
pyinstaller-hooks-contrib==2021.1
|
||||
|
|
|
|||
|
|
@ -1,5 +1,5 @@
|
|||
# This file is automatically generated by scripts/dev/recompile_requirements.py
|
||||
|
||||
docutils==0.17
|
||||
docutils==0.17.1
|
||||
Pygments==2.8.1
|
||||
pyroma==3.1
|
||||
|
|
|
|||
|
|
@ -14,7 +14,7 @@ filelock==3.0.12
|
|||
Flask==1.1.2
|
||||
glob2==0.7
|
||||
hunter==3.3.2
|
||||
hypothesis==6.9.0
|
||||
hypothesis==6.10.0
|
||||
icdiff==1.9.1
|
||||
idna==2.10
|
||||
iniconfig==1.1.1
|
||||
|
|
@ -31,12 +31,12 @@ parse-type==0.5.2
|
|||
pluggy==0.13.1
|
||||
pprintpp==0.4.0
|
||||
py==1.10.0
|
||||
py-cpuinfo==7.0.0
|
||||
py-cpuinfo==8.0.0
|
||||
Pygments==2.8.1
|
||||
pyparsing==2.4.7
|
||||
pytest==6.2.3
|
||||
pytest-bdd==4.0.2
|
||||
pytest-benchmark==3.2.3
|
||||
pytest-benchmark==3.4.1
|
||||
pytest-cov==2.11.1
|
||||
pytest-forked==1.3.0
|
||||
pytest-icdiff==0.5
|
||||
|
|
|
|||
|
|
@ -1,9 +1,9 @@
|
|||
# This file is automatically generated by scripts/dev/recompile_requirements.py
|
||||
|
||||
adblock==0.4.3 ; python_version!="3.10"
|
||||
adblock==0.4.4 ; python_version!="3.10"
|
||||
colorama==0.4.4
|
||||
dataclasses==0.6 ; python_version<"3.7"
|
||||
importlib-metadata==3.10.0 ; python_version<"3.8"
|
||||
importlib-metadata==4.0.0 ; python_version<"3.8"
|
||||
importlib-resources==5.1.2 ; python_version<"3.9"
|
||||
Jinja2==2.11.3
|
||||
MarkupSafe==1.1.1
|
||||
|
|
|
|||
Loading…
Reference in New Issue