Recompile requirements
This commit is contained in:
parent
f971cc041f
commit
c59165c92f
|
|
@ -17,10 +17,10 @@ packaging==20.4
|
|||
pycparser==2.20
|
||||
Pympler==0.8
|
||||
pyparsing==2.4.7
|
||||
PyQt-builder==1.3.2
|
||||
PyQt-builder==1.4.0
|
||||
python-dateutil==2.8.1
|
||||
requests==2.23.0
|
||||
sip==5.2.0
|
||||
sip==5.3.0
|
||||
six==1.15.0
|
||||
toml==0.10.1
|
||||
uritemplate==3.0.1
|
||||
|
|
|
|||
|
|
@ -20,4 +20,4 @@ six==1.15.0
|
|||
typed-ast==1.4.1 ; python_version<"3.8"
|
||||
uritemplate==3.0.1
|
||||
urllib3==1.25.9
|
||||
wrapt==1.12.1
|
||||
wrapt==1.11.2
|
||||
|
|
|
|||
|
|
@ -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.7.2
|
||||
PyQt5-sip==12.8.0
|
||||
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.7.2
|
||||
PyQt5-sip==12.8.0
|
||||
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.7.2
|
||||
PyQt5-sip==12.8.0
|
||||
PyQtWebEngine==5.14.0 # rq.filter: < 5.15
|
||||
|
|
|
|||
|
|
@ -16,7 +16,7 @@ pytz==2020.1
|
|||
requests==2.23.0
|
||||
six==1.15.0
|
||||
snowballstemmer==2.0.0
|
||||
Sphinx==3.0.3
|
||||
Sphinx==3.0.4
|
||||
sphinxcontrib-applehelp==1.0.2
|
||||
sphinxcontrib-devhelp==1.0.2
|
||||
sphinxcontrib-htmlhelp==1.0.3
|
||||
|
|
|
|||
|
|
@ -10,11 +10,11 @@ EasyProcess==0.3
|
|||
Flask==1.1.2
|
||||
glob2==0.7
|
||||
hunter==3.1.3
|
||||
hypothesis==5.15.1
|
||||
hypothesis==5.16.0
|
||||
itsdangerous==1.1.0
|
||||
jaraco.functools==3.0.1 ; python_version>="3.6"
|
||||
# Jinja2==2.11.2
|
||||
Mako==1.1.2
|
||||
Mako==1.1.3
|
||||
manhole==1.6.0
|
||||
# MarkupSafe==1.1.1
|
||||
more-itertools==8.3.0
|
||||
|
|
@ -37,11 +37,11 @@ pytest-repeat==0.8.0
|
|||
pytest-rerunfailures==9.0
|
||||
pytest-travis-fold==1.3.0
|
||||
pytest-xvfb==1.2.0
|
||||
PyVirtualDisplay==0.2.5
|
||||
PyVirtualDisplay==0.2.5 # rq.filter: < 1.0
|
||||
six==1.15.0
|
||||
sortedcontainers==2.1.0
|
||||
soupsieve==2.0.1
|
||||
vulture==1.4
|
||||
vulture==1.5
|
||||
wcwidth==0.1.9
|
||||
Werkzeug==1.0.1
|
||||
jaraco.functools==2.0; python_version<"3.6" # rq.filter: <= 2.0
|
||||
|
|
|
|||
|
|
@ -12,6 +12,8 @@ pytest-mock
|
|||
pytest-qt
|
||||
pytest-rerunfailures
|
||||
pytest-xvfb
|
||||
# https://github.com/The-Compiler/pytest-xvfb/issues/22
|
||||
PyVirtualDisplay < 1.0
|
||||
|
||||
## optional:
|
||||
# To test :debug-trace, gets skipped if hunter is not installed
|
||||
|
|
@ -28,3 +30,4 @@ pytest-repeat
|
|||
#@ markers: jaraco.functools python_version>="3.6"
|
||||
#@ add: jaraco.functools==2.0; python_version<"3.6" # rq.filter: <= 2.0
|
||||
#@ ignore: Jinja2, MarkupSafe, colorama
|
||||
#@ filter: PyVirtualDisplay < 1.0
|
||||
|
|
|
|||
|
|
@ -1,3 +1,3 @@
|
|||
# This file is automatically generated by scripts/dev/recompile_requirements.py
|
||||
|
||||
vulture==1.4
|
||||
vulture==1.5
|
||||
|
|
|
|||
Loading…
Reference in New Issue