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
21
21
sniffio == 1.3.0
22
22
h11 == 0.14.0
23
23
outcome == 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"
25
26
trio-websocket == 0.11.1
26
27
wsproto == 1.2.0
27
28
selenium == 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"
29
30
cssselect == 1.2.0
30
31
sortedcontainers == 2.4.0
31
32
fasteners == 0.19
@@ -41,7 +42,7 @@ pytest-ordering==0.6
41
42
pytest-rerunfailures == 12.0
42
43
pytest-xdist == 3.3.1
43
44
parameterized == 0.9.0
44
- sbvirtualdisplay == 1.2 .0
45
+ sbvirtualdisplay == 1.3 .0
45
46
behave == 1.2.6
46
47
soupsieve == 2.4.1 ;python_version < "3.8"
47
48
soupsieve == 2.5 ;python_version >= "3.8"
Original file line number Diff line number Diff line change 154
154
'sniffio==1.3.0' ,
155
155
'h11==0.14.0' ,
156
156
'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"' ,
158
159
'trio-websocket==0.11.1' ,
159
160
'wsproto==1.2.0' ,
160
161
'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"' ,
162
163
'cssselect==1.2.0' ,
163
164
"sortedcontainers==2.4.0" ,
164
165
'fasteners==0.19' ,
174
175
'pytest-rerunfailures==12.0' ,
175
176
'pytest-xdist==3.3.1' ,
176
177
'parameterized==0.9.0' ,
177
- "sbvirtualdisplay==1.2 .0" ,
178
+ "sbvirtualdisplay==1.3 .0" ,
178
179
"behave==1.2.6" ,
179
180
'soupsieve==2.4.1;python_version<"3.8"' ,
180
181
'soupsieve==2.5;python_version>="3.8"' ,
You can’t perform that action at this time.
0 commit comments