File tree 2 files changed +4
-4
lines changed
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
7
7
certifi >= 2023.11.17
8
8
filelock >= 3.12.2 ;python_version < "3.8"
9
9
filelock >= 3.13.1 ;python_version >= "3.8"
10
- platformdirs >= 4.0 .0
10
+ platformdirs >= 4.1 .0
11
11
parse >= 1.20.0
12
12
parse-type >= 0.6.2
13
13
six == 1.16.0
@@ -26,7 +26,7 @@ trio==0.23.1;python_version>="3.8"
26
26
trio-websocket == 0.11.1
27
27
wsproto == 1.2.0
28
28
selenium == 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"
30
30
cssselect == 1.2.0
31
31
sortedcontainers == 2.4.0
32
32
fasteners == 0.19
Original file line number Diff line number Diff line change 140
140
"certifi>=2023.11.17" ,
141
141
'filelock>=3.12.2;python_version<"3.8"' ,
142
142
'filelock>=3.13.1;python_version>="3.8"' ,
143
- 'platformdirs>=4.0 .0' ,
143
+ 'platformdirs>=4.1 .0' ,
144
144
'parse>=1.20.0' ,
145
145
'parse-type>=0.6.2' ,
146
146
"six==1.16.0" ,
159
159
'trio-websocket==0.11.1' ,
160
160
'wsproto==1.2.0' ,
161
161
'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"' ,
163
163
'cssselect==1.2.0' ,
164
164
"sortedcontainers==2.4.0" ,
165
165
'fasteners==0.19' ,
You can’t perform that action at this time.
0 commit comments