Skip to content

Commit ab6bdae

Browse files
committed
Refresh Python dependencies
1 parent 00ba1f0 commit ab6bdae

File tree

2 files changed

+6
-6
lines changed

2 files changed

+6
-6
lines changed

requirements.txt

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -7,14 +7,14 @@ wheel>=0.45.1
77
attrs~=25.3.0;python_version<"3.9"
88
attrs>=25.4.0;python_version>="3.9"
99
certifi>=2025.11.12
10-
exceptiongroup>=1.3.0
10+
exceptiongroup>=1.3.1
1111
websockets~=13.1;python_version<"3.9"
1212
websockets>=15.0.1;python_version>="3.9"
1313
filelock~=3.16.1;python_version<"3.9"
1414
filelock~=3.19.1;python_version>="3.9" and python_version<"3.10"
1515
filelock>=3.20.0;python_version>="3.10"
1616
fasteners>=0.20
17-
mycdp>=1.3.0
17+
mycdp>=1.3.1
1818
pynose>=1.5.5
1919
platformdirs~=4.3.6;python_version<"3.9"
2020
platformdirs~=4.4.0;python_version>="3.9" and python_version<"3.10"
@@ -49,7 +49,7 @@ trio>=0.31.0,<1;python_version>="3.9" and python_version<"3.10"
4949
trio>=0.32.0,<1;python_version>="3.10"
5050
trio-websocket~=0.12.2
5151
wsproto==1.2.0;python_version<"3.10"
52-
wsproto==1.3.1;python_version>="3.10"
52+
wsproto~=1.3.2;python_version>="3.10"
5353
websocket-client~=1.8.0;python_version<"3.9"
5454
websocket-client~=1.9.0;python_version>="3.9"
5555
selenium==4.27.1;python_version<"3.9"

setup.py

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -156,14 +156,14 @@
156156
'attrs~=25.3.0;python_version<"3.9"',
157157
'attrs>=25.4.0;python_version>="3.9"',
158158
"certifi>=2025.11.12",
159-
"exceptiongroup>=1.3.0",
159+
"exceptiongroup>=1.3.1",
160160
'websockets~=13.1;python_version<"3.9"',
161161
'websockets>=15.0.1;python_version>="3.9"',
162162
'filelock~=3.16.1;python_version<"3.9"',
163163
'filelock~=3.19.1;python_version>="3.9" and python_version<"3.10"',
164164
'filelock>=3.20.0;python_version>="3.10"',
165165
'fasteners>=0.20',
166-
"mycdp>=1.3.0",
166+
"mycdp>=1.3.1",
167167
"pynose>=1.5.5",
168168
'platformdirs~=4.3.6;python_version<"3.9"',
169169
'platformdirs~=4.4.0;python_version>="3.9" and python_version<"3.10"',
@@ -198,7 +198,7 @@
198198
'trio>=0.32.0,<1;python_version>="3.10"',
199199
'trio-websocket~=0.12.2',
200200
'wsproto==1.2.0;python_version<"3.10"',
201-
'wsproto==1.3.1;python_version>="3.10"',
201+
'wsproto~=1.3.2;python_version>="3.10"',
202202
'websocket-client~=1.8.0;python_version<"3.9"',
203203
'websocket-client~=1.9.0;python_version>="3.9"',
204204
'selenium==4.27.1;python_version<"3.9"',

0 commit comments

Comments
 (0)