File tree Expand file tree Collapse file tree 2 files changed +4
-4
lines changed Expand file tree Collapse file tree 2 files changed +4
-4
lines changed Original file line number Diff line number Diff line change @@ -7,7 +7,7 @@ attrs>=23.1.0
77certifi >= 2023.11.17
88filelock >= 3.12.2 ;python_version < "3.8"
99filelock >= 3.13.1 ;python_version >= "3.8"
10- platformdirs >= 4.0 .0
10+ platformdirs >= 4.1 .0
1111parse >= 1.20.0
1212parse-type >= 0.6.2
1313six == 1.16.0
@@ -26,7 +26,7 @@ trio==0.23.1;python_version>="3.8"
2626trio-websocket == 0.11.1
2727wsproto == 1.2.0
2828selenium == 4.11.2 ;python_version < "3.8"
29- selenium == 4.15.2 ;python_version >= "3.8"
29+ selenium == 4.16.0 ;python_version >= "3.8"
3030cssselect == 1.2.0
3131sortedcontainers == 2.4.0
3232fasteners == 0.19
Original file line number Diff line number Diff line change 140140 "certifi>=2023.11.17" ,
141141 'filelock>=3.12.2;python_version<"3.8"' ,
142142 'filelock>=3.13.1;python_version>="3.8"' ,
143- 'platformdirs>=4.0 .0' ,
143+ 'platformdirs>=4.1 .0' ,
144144 'parse>=1.20.0' ,
145145 'parse-type>=0.6.2' ,
146146 "six==1.16.0" ,
159159 'trio-websocket==0.11.1' ,
160160 'wsproto==1.2.0' ,
161161 'selenium==4.11.2;python_version<"3.8"' ,
162- 'selenium==4.15.2 ;python_version>="3.8"' ,
162+ 'selenium==4.16.0 ;python_version>="3.8"' ,
163163 'cssselect==1.2.0' ,
164164 "sortedcontainers==2.4.0" ,
165165 'fasteners==0.19' ,
You can’t perform that action at this time.
0 commit comments