Update dependencies
This commit is contained in:
parent
12a4d34758
commit
4b7a3aaae7
|
|
@ -5,7 +5,7 @@ certifi==2020.6.20
|
|||
cffi==1.14.2
|
||||
chardet==3.0.4
|
||||
colorama==0.4.3
|
||||
cryptography==3.0
|
||||
cryptography==3.1
|
||||
cssutils==1.0.2
|
||||
github3.py==1.3.0
|
||||
hunter==3.2.1
|
||||
|
|
@ -16,10 +16,10 @@ packaging==20.4
|
|||
pycparser==2.20
|
||||
Pympler==0.8
|
||||
pyparsing==2.4.7
|
||||
PyQt-builder==1.4.0
|
||||
PyQt-builder==1.5.0
|
||||
python-dateutil==2.8.1
|
||||
requests==2.24.0
|
||||
sip==5.3.0
|
||||
sip==5.4.0
|
||||
six==1.15.0
|
||||
toml==0.10.1
|
||||
uritemplate==3.0.1
|
||||
|
|
|
|||
|
|
@ -18,7 +18,7 @@ flake8-tuple==0.4.1
|
|||
mccabe==0.6.1
|
||||
pep8-naming==0.11.1
|
||||
pycodestyle==2.6.0
|
||||
pydocstyle==5.1.0
|
||||
pydocstyle==5.1.1
|
||||
pyflakes==2.2.0
|
||||
six==1.15.0
|
||||
snowballstemmer==2.0.0
|
||||
|
|
|
|||
|
|
@ -4,7 +4,7 @@ astroid==2.3.3 # rq.filter: < 2.4
|
|||
certifi==2020.6.20
|
||||
cffi==1.14.2
|
||||
chardet==3.0.4
|
||||
cryptography==3.0
|
||||
cryptography==3.1
|
||||
github3.py==1.3.0
|
||||
idna==2.10
|
||||
isort==4.3.21
|
||||
|
|
|
|||
|
|
@ -1,5 +1,5 @@
|
|||
# This file is automatically generated by scripts/dev/recompile_requirements.py
|
||||
|
||||
PyQt5==5.12.3 # rq.filter: < 5.13
|
||||
PyQt5-sip==12.8.0
|
||||
PyQt5-sip==12.8.1
|
||||
PyQtWebEngine==5.12.1 # rq.filter: < 5.13
|
||||
|
|
|
|||
|
|
@ -1,5 +1,5 @@
|
|||
# This file is automatically generated by scripts/dev/recompile_requirements.py
|
||||
|
||||
PyQt5==5.13.2 # rq.filter: < 5.14
|
||||
PyQt5-sip==12.8.0
|
||||
PyQt5-sip==12.8.1
|
||||
PyQtWebEngine==5.13.2 # rq.filter: < 5.14
|
||||
|
|
|
|||
|
|
@ -1,5 +1,5 @@
|
|||
# This file is automatically generated by scripts/dev/recompile_requirements.py
|
||||
|
||||
PyQt5==5.14.2 # rq.filter: < 5.15
|
||||
PyQt5-sip==12.8.0
|
||||
PyQt5-sip==12.8.1
|
||||
PyQtWebEngine==5.14.0 # rq.filter: < 5.15
|
||||
|
|
|
|||
|
|
@ -1,5 +1,5 @@
|
|||
# This file is automatically generated by scripts/dev/recompile_requirements.py
|
||||
|
||||
PyQt5==5.15.0 # rq.filter: < 6
|
||||
PyQt5-sip==12.8.0
|
||||
PyQt5-sip==12.8.1
|
||||
PyQtWebEngine==5.15.0 # rq.filter: < 6
|
||||
|
|
|
|||
|
|
@ -1,5 +1,5 @@
|
|||
# This file is automatically generated by scripts/dev/recompile_requirements.py
|
||||
|
||||
PyQt5==5.15.0
|
||||
PyQt5-sip==12.8.0
|
||||
PyQt5-sip==12.8.1
|
||||
PyQtWebEngine==5.15.0
|
||||
|
|
|
|||
|
|
@ -12,7 +12,7 @@ EasyProcess==0.3
|
|||
Flask==1.1.2
|
||||
glob2==0.7
|
||||
hunter==3.2.1
|
||||
hypothesis==5.29.0
|
||||
hypothesis==5.30.0
|
||||
idna==2.10
|
||||
iniconfig==1.0.1
|
||||
itsdangerous==1.1.0
|
||||
|
|
@ -21,9 +21,9 @@ jaraco.functools==3.0.1 ; python_version>="3.6"
|
|||
Mako==1.1.3
|
||||
manhole==1.6.0
|
||||
# MarkupSafe==1.1.1
|
||||
more-itertools==8.4.0
|
||||
more-itertools==8.5.0
|
||||
packaging==20.4
|
||||
parse==1.16.0
|
||||
parse==1.17.0
|
||||
parse-type==0.5.2
|
||||
pluggy==0.13.1
|
||||
py==1.9.0
|
||||
|
|
@ -35,10 +35,10 @@ pytest-bdd==3.4.0
|
|||
pytest-benchmark==3.2.3
|
||||
pytest-cov==2.10.1
|
||||
pytest-instafail==0.4.2
|
||||
pytest-mock==3.3.0
|
||||
pytest-mock==3.3.1
|
||||
pytest-qt==3.3.0
|
||||
pytest-repeat==0.8.0
|
||||
pytest-rerunfailures==9.0
|
||||
pytest-rerunfailures==9.1
|
||||
pytest-xvfb==2.0.0
|
||||
PyVirtualDisplay==1.3.2
|
||||
requests==2.24.0
|
||||
|
|
|
|||
Loading…
Reference in New Issue