File tree Expand file tree Collapse file tree 2 files changed +5
-5
lines changed Expand file tree Collapse file tree 2 files changed +5
-5
lines changed Original file line number Diff line number Diff line change 11pip >= 25.0.1
22packaging >= 24.2
33setuptools ~= 70.2 ;python_version < "3.10"
4- setuptools >= 75.8.0 ;python_version >= "3.10"
4+ setuptools >= 75.8.2 ;python_version >= "3.10"
55wheel >= 0.45.1
66attrs >= 25.1.0
77certifi >= 2025.1.31
@@ -39,7 +39,7 @@ h11==0.14.0
3939outcome == 1.3.0.post0
4040trio == 0.27.0 ;python_version < "3.9"
4141trio == 0.29.0 ;python_version >= "3.9"
42- trio-websocket == 0.12.1
42+ trio-websocket == 0.12.2
4343wsproto == 1.2.0
4444websocket-client == 1.8.0
4545selenium == 4.27.1 ;python_version < "3.9"
Original file line number Diff line number Diff line change 150150 'pip>=25.0.1' ,
151151 'packaging>=24.2' ,
152152 '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"' ,
154154 'wheel>=0.45.1' ,
155155 'attrs>=25.1.0' ,
156156 "certifi>=2025.1.31" ,
188188 'outcome==1.3.0.post0' ,
189189 'trio==0.27.0;python_version<"3.9"' ,
190190 'trio==0.29.0;python_version>="3.9"' ,
191- 'trio-websocket==0.12.1 ' ,
191+ 'trio-websocket==0.12.2 ' ,
192192 'wsproto==1.2.0' ,
193193 'websocket-client==1.8.0' ,
194194 'selenium==4.27.1;python_version<"3.9"' ,
283283 ],
284284 # pip install -e .[psutil]
285285 "psutil" : [
286- "psutil==6 .0.0" ,
286+ "psutil==7 .0.0" ,
287287 ],
288288 # pip install -e .[pyautogui]
289289 "pyautogui" : [
You can’t perform that action at this time.
0 commit comments