File tree 2 files changed +5
-5
lines changed
2 files changed +5
-5
lines changed Original file line number Diff line number Diff line change 1
1
pip >= 25.0.1
2
2
packaging >= 24.2
3
3
setuptools ~= 70.2 ;python_version < "3.10"
4
- setuptools >= 75.8.0 ;python_version >= "3.10"
4
+ setuptools >= 75.8.2 ;python_version >= "3.10"
5
5
wheel >= 0.45.1
6
6
attrs >= 25.1.0
7
7
certifi >= 2025.1.31
@@ -39,7 +39,7 @@ h11==0.14.0
39
39
outcome == 1.3.0.post0
40
40
trio == 0.27.0 ;python_version < "3.9"
41
41
trio == 0.29.0 ;python_version >= "3.9"
42
- trio-websocket == 0.12.1
42
+ trio-websocket == 0.12.2
43
43
wsproto == 1.2.0
44
44
websocket-client == 1.8.0
45
45
selenium == 4.27.1 ;python_version < "3.9"
Original file line number Diff line number Diff line change 150
150
'pip>=25.0.1' ,
151
151
'packaging>=24.2' ,
152
152
'setuptools~=70.2;python_version<"3.10"' , # Newer ones had issues
153
- 'setuptools>=75.8.0 ;python_version>="3.10"' ,
153
+ 'setuptools>=75.8.2 ;python_version>="3.10"' ,
154
154
'wheel>=0.45.1' ,
155
155
'attrs>=25.1.0' ,
156
156
"certifi>=2025.1.31" ,
188
188
'outcome==1.3.0.post0' ,
189
189
'trio==0.27.0;python_version<"3.9"' ,
190
190
'trio==0.29.0;python_version>="3.9"' ,
191
- 'trio-websocket==0.12.1 ' ,
191
+ 'trio-websocket==0.12.2 ' ,
192
192
'wsproto==1.2.0' ,
193
193
'websocket-client==1.8.0' ,
194
194
'selenium==4.27.1;python_version<"3.9"' ,
283
283
],
284
284
# pip install -e .[psutil]
285
285
"psutil" : [
286
- "psutil==6 .0.0" ,
286
+ "psutil==7 .0.0" ,
287
287
],
288
288
# pip install -e .[pyautogui]
289
289
"pyautogui" : [
You can’t perform that action at this time.
0 commit comments