Refresh Python dependencies
This commit is contained in:
parent
655c5c108a
commit
c76c5a15ac
|
@ -21,11 +21,12 @@ pynose==1.4.8
|
|||
sniffio==1.3.0
|
||||
h11==0.14.0
|
||||
outcome==1.3.0.post0
|
||||
trio==0.22.2
|
||||
trio==0.22.2;python_version<"3.8"
|
||||
trio==0.23.1;python_version>="3.8"
|
||||
trio-websocket==0.11.1
|
||||
wsproto==1.2.0
|
||||
selenium==4.11.2;python_version<"3.8"
|
||||
selenium==4.14.0;python_version>="3.8"
|
||||
selenium==4.15.2;python_version>="3.8"
|
||||
cssselect==1.2.0
|
||||
sortedcontainers==2.4.0
|
||||
fasteners==0.19
|
||||
|
@ -41,7 +42,7 @@ pytest-ordering==0.6
|
|||
pytest-rerunfailures==12.0
|
||||
pytest-xdist==3.3.1
|
||||
parameterized==0.9.0
|
||||
sbvirtualdisplay==1.2.0
|
||||
sbvirtualdisplay==1.3.0
|
||||
behave==1.2.6
|
||||
soupsieve==2.4.1;python_version<"3.8"
|
||||
soupsieve==2.5;python_version>="3.8"
|
||||
|
|
7
setup.py
7
setup.py
|
@ -154,11 +154,12 @@ setup(
|
|||
'sniffio==1.3.0',
|
||||
'h11==0.14.0',
|
||||
'outcome==1.3.0.post0',
|
||||
'trio==0.22.2',
|
||||
'trio==0.22.2;python_version<"3.8"',
|
||||
'trio==0.23.1;python_version>="3.8"',
|
||||
'trio-websocket==0.11.1',
|
||||
'wsproto==1.2.0',
|
||||
'selenium==4.11.2;python_version<"3.8"',
|
||||
'selenium==4.14.0;python_version>="3.8"',
|
||||
'selenium==4.15.2;python_version>="3.8"',
|
||||
'cssselect==1.2.0',
|
||||
"sortedcontainers==2.4.0",
|
||||
'fasteners==0.19',
|
||||
|
@ -174,7 +175,7 @@ setup(
|
|||
'pytest-rerunfailures==12.0',
|
||||
'pytest-xdist==3.3.1',
|
||||
'parameterized==0.9.0',
|
||||
"sbvirtualdisplay==1.2.0",
|
||||
"sbvirtualdisplay==1.3.0",
|
||||
"behave==1.2.6",
|
||||
'soupsieve==2.4.1;python_version<"3.8"',
|
||||
'soupsieve==2.5;python_version>="3.8"',
|
||||
|
|
Loading…
Reference in New Issue