Refresh Python dependencies

This commit is contained in:
Michael Mintz 2023-02-08 22:39:48 -05:00
parent c6921a884d
commit f7e450cee6
2 changed files with 4 additions and 8 deletions

View File

@ -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

View File

@ -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",