File tree Expand file tree Collapse file tree 2 files changed +8
-6
lines changed Expand file tree Collapse file tree 2 files changed +8
-6
lines changed Original file line number Diff line number Diff line change @@ -21,11 +21,12 @@ pynose==1.4.8
2121sniffio == 1.3.0
2222h11 == 0.14.0
2323outcome == 1.3.0.post0
24- trio == 0.22.2
24+ trio == 0.22.2 ;python_version < "3.8"
25+ trio == 0.23.1 ;python_version >= "3.8"
2526trio-websocket == 0.11.1
2627wsproto == 1.2.0
2728selenium == 4.11.2 ;python_version < "3.8"
28- selenium == 4.14.0 ;python_version >= "3.8"
29+ selenium == 4.15.2 ;python_version >= "3.8"
2930cssselect == 1.2.0
3031sortedcontainers == 2.4.0
3132fasteners == 0.19
@@ -41,7 +42,7 @@ pytest-ordering==0.6
4142pytest-rerunfailures == 12.0
4243pytest-xdist == 3.3.1
4344parameterized == 0.9.0
44- sbvirtualdisplay == 1.2 .0
45+ sbvirtualdisplay == 1.3 .0
4546behave == 1.2.6
4647soupsieve == 2.4.1 ;python_version < "3.8"
4748soupsieve == 2.5 ;python_version >= "3.8"
Original file line number Diff line number Diff line change 154154 'sniffio==1.3.0' ,
155155 'h11==0.14.0' ,
156156 'outcome==1.3.0.post0' ,
157- 'trio==0.22.2' ,
157+ 'trio==0.22.2;python_version<"3.8"' ,
158+ 'trio==0.23.1;python_version>="3.8"' ,
158159 'trio-websocket==0.11.1' ,
159160 'wsproto==1.2.0' ,
160161 'selenium==4.11.2;python_version<"3.8"' ,
161- 'selenium==4.14.0 ;python_version>="3.8"' ,
162+ 'selenium==4.15.2 ;python_version>="3.8"' ,
162163 'cssselect==1.2.0' ,
163164 "sortedcontainers==2.4.0" ,
164165 'fasteners==0.19' ,
174175 'pytest-rerunfailures==12.0' ,
175176 'pytest-xdist==3.3.1' ,
176177 'parameterized==0.9.0' ,
177- "sbvirtualdisplay==1.2 .0" ,
178+ "sbvirtualdisplay==1.3 .0" ,
178179 "behave==1.2.6" ,
179180 'soupsieve==2.4.1;python_version<"3.8"' ,
180181 'soupsieve==2.5;python_version>="3.8"' ,
You can’t perform that action at this time.
0 commit comments