Skip to content

Commit 4b00f74

Browse files
committed
Refresh Python dependencies
1 parent 43b78ce commit 4b00f74

File tree

2 files changed

+4
-2
lines changed

2 files changed

+4
-2
lines changed

requirements.txt

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -4,7 +4,8 @@ packaging>=25.0
44
setuptools~=70.2;python_version<"3.10"
55
setuptools>=80.9.0;python_version>="3.10"
66
wheel>=0.45.1
7-
attrs>=25.3.0
7+
attrs~=25.3.0;python_version<"3.9"
8+
attrs>=25.4.0;python_version>="3.9"
89
certifi>=2025.10.5
910
exceptiongroup>=1.3.0
1011
websockets~=13.1;python_version<"3.9"

setup.py

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -152,7 +152,8 @@
152152
'setuptools~=70.2;python_version<"3.10"', # Newer ones had issues
153153
'setuptools>=80.9.0;python_version>="3.10"',
154154
'wheel>=0.45.1',
155-
'attrs>=25.3.0',
155+
'attrs~=25.3.0;python_version<"3.9"',
156+
'attrs>=25.4.0;python_version>="3.9"',
156157
"certifi>=2025.10.5",
157158
"exceptiongroup>=1.3.0",
158159
'websockets~=13.1;python_version<"3.9"',

0 commit comments

Comments
 (0)