Skip to content

Commit 02d13c6

Browse files
committed
Refresh Python dependencies
1 parent a6c0493 commit 02d13c6

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

requirements.txt

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -3,7 +3,7 @@ packaging>=24.2
33
setuptools~=70.2;python_version<"3.10"
44
setuptools>=75.8.0;python_version>="3.10"
55
wheel>=0.45.1
6-
attrs>=24.3.0
6+
attrs>=25.1.0
77
certifi>=2024.12.14
88
exceptiongroup>=1.2.2
99
websockets~=13.1;python_version<"3.9"

setup.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -152,7 +152,7 @@
152152
'setuptools~=70.2;python_version<"3.10"', # Newer ones had issues
153153
'setuptools>=75.8.0;python_version>="3.10"',
154154
'wheel>=0.45.1',
155-
'attrs>=24.3.0',
155+
'attrs>=25.1.0',
156156
"certifi>=2024.12.14",
157157
"exceptiongroup>=1.2.2",
158158
'websockets~=13.1;python_version<"3.9"',

0 commit comments

Comments
 (0)