Refresh Python dependencies
This commit is contained in:
parent
c6921a884d
commit
f7e450cee6
|
@ -67,16 +67,14 @@ pytest-ordering==0.6
|
|||
pytest-rerunfailures==10.3;python_version<"3.7"
|
||||
pytest-rerunfailures==11.0;python_version>="3.7"
|
||||
pytest-xdist==2.5.0;python_version<"3.7"
|
||||
pytest-xdist==3.1.0;python_version>="3.7"
|
||||
pytest-xdist==3.2.0;python_version>="3.7"
|
||||
parameterized==0.8.1
|
||||
sbvirtualdisplay==1.2.0
|
||||
behave==1.2.6
|
||||
parse==1.19.0
|
||||
parse-type==0.6.0
|
||||
soupsieve==2.3.2.post1
|
||||
beautifulsoup4==4.11.2
|
||||
cryptography==36.0.2;python_version<"3.7"
|
||||
cryptography==39.0.0;python_version>="3.7"
|
||||
cryptography==39.0.1;python_version>="3.7"
|
||||
pygments==2.14.0
|
||||
pyreadline3==3.4.1;platform_system=="Windows"
|
||||
tabcompleter==1.1.0
|
||||
|
|
6
setup.py
6
setup.py
|
@ -191,16 +191,14 @@ setup(
|
|||
'pytest-rerunfailures==10.3;python_version<"3.7"',
|
||||
'pytest-rerunfailures==11.0;python_version>="3.7"',
|
||||
'pytest-xdist==2.5.0;python_version<"3.7"',
|
||||
'pytest-xdist==3.1.0;python_version>="3.7"',
|
||||
'pytest-xdist==3.2.0;python_version>="3.7"',
|
||||
"parameterized==0.8.1",
|
||||
"sbvirtualdisplay==1.2.0",
|
||||
"behave==1.2.6",
|
||||
"parse==1.19.0",
|
||||
"parse-type==0.6.0",
|
||||
"soupsieve==2.3.2.post1",
|
||||
"beautifulsoup4==4.11.2",
|
||||
'cryptography==36.0.2;python_version<"3.7"',
|
||||
'cryptography==39.0.0;python_version>="3.7"',
|
||||
'cryptography==39.0.1;python_version>="3.7"',
|
||||
"pygments==2.14.0",
|
||||
'pyreadline3==3.4.1;platform_system=="Windows"',
|
||||
"tabcompleter==1.1.0",
|
||||
|
|
Loading…
Reference in New Issue