File tree Expand file tree Collapse file tree 2 files changed +2
-2
lines changed Expand file tree Collapse file tree 2 files changed +2
-2
lines changed Original file line number Diff line number Diff line change @@ -34,7 +34,7 @@ trio==0.22.2;python_version>="3.7"
34
34
trio-websocket == 0.10.3 ;python_version >= "3.7"
35
35
wsproto == 1.2.0 ;python_version >= "3.7"
36
36
selenium == 3.141.0 ;python_version < "3.7"
37
- selenium == 4.10.0 ;python_version >= "3.7"
37
+ selenium == 4.11.2 ;python_version >= "3.7"
38
38
msedge-selenium-tools == 3.141.3 ;python_version < "3.7"
39
39
cssselect == 1.1.0 ;python_version < "3.7"
40
40
cssselect == 1.2.0 ;python_version >= "3.7"
Original file line number Diff line number Diff line change 168
168
'trio-websocket==0.10.3;python_version>="3.7"' ,
169
169
'wsproto==1.2.0;python_version>="3.7"' ,
170
170
'selenium==3.141.0;python_version<"3.7"' ,
171
- 'selenium==4.10.0 ;python_version>="3.7"' ,
171
+ 'selenium==4.11.2 ;python_version>="3.7"' ,
172
172
'msedge-selenium-tools==3.141.3;python_version<"3.7"' ,
173
173
'cssselect==1.1.0;python_version<"3.7"' ,
174
174
'cssselect==1.2.0;python_version>="3.7"' ,
You can’t perform that action at this time.
0 commit comments