Skip to content

Commit a6827dd

Browse files
committed
Refresh Python dependencies
1 parent dc986e0 commit a6827dd

File tree

2 files changed

+5
-5
lines changed

2 files changed

+5
-5
lines changed

requirements.txt

+2-2
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
pip>=25.0.1
22
packaging>=24.2
33
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"
55
wheel>=0.45.1
66
attrs>=25.1.0
77
certifi>=2025.1.31
@@ -39,7 +39,7 @@ h11==0.14.0
3939
outcome==1.3.0.post0
4040
trio==0.27.0;python_version<"3.9"
4141
trio==0.29.0;python_version>="3.9"
42-
trio-websocket==0.12.1
42+
trio-websocket==0.12.2
4343
wsproto==1.2.0
4444
websocket-client==1.8.0
4545
selenium==4.27.1;python_version<"3.9"

setup.py

+3-3
Original file line numberDiff line numberDiff line change
@@ -150,7 +150,7 @@
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",
@@ -188,7 +188,7 @@
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"',
@@ -283,7 +283,7 @@
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": [

0 commit comments

Comments
 (0)