Skip to content

Commit ddd1a68

Browse files
committed
Refresh Python dependencies
1 parent 58c2c89 commit ddd1a68

File tree

3 files changed

+12
-8
lines changed

3 files changed

+12
-8
lines changed

mkdocs_build/requirements.txt

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -2,8 +2,8 @@
22
# Minimum Python version: 3.10 (for generating docs only)
33

44
regex>=2025.11.3
5-
pymdown-extensions>=10.16.1
6-
pipdeptree>=2.29.0
5+
pymdown-extensions>=10.17.1
6+
pipdeptree>=2.30.0
77
python-dateutil>=2.8.2
88
Markdown==3.10
99
click==8.3.0

requirements.txt

Lines changed: 5 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -6,7 +6,7 @@ setuptools>=80.9.0;python_version>="3.10"
66
wheel>=0.45.1
77
attrs~=25.3.0;python_version<"3.9"
88
attrs>=25.4.0;python_version>="3.9"
9-
certifi>=2025.10.5
9+
certifi>=2025.11.12
1010
exceptiongroup>=1.3.0
1111
websockets~=13.1;python_version<"3.9"
1212
websockets>=15.0.1;python_version>="3.9"
@@ -48,7 +48,8 @@ trio==0.27.0;python_version<"3.9"
4848
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
51-
wsproto==1.2.0
51+
wsproto==1.2.0;python_version<"3.10"
52+
wsproto==1.3.1;python_version>="3.10"
5253
websocket-client~=1.8.0;python_version<"3.9"
5354
websocket-client~=1.9.0;python_version>="3.9"
5455
selenium==4.27.1;python_version<"3.9"
@@ -57,7 +58,8 @@ selenium==4.38.0;python_version>="3.10"
5758
cssselect==1.2.0;python_version<"3.9"
5859
cssselect==1.3.0;python_version>="3.9"
5960
sortedcontainers==2.4.0
60-
execnet==2.1.1
61+
execnet==2.1.1;python_version<"3.10"
62+
execnet==2.1.2;python_version>="3.10"
6163
iniconfig==2.1.0;python_version<"3.10"
6264
iniconfig==2.3.0;python_version>="3.10"
6365
pluggy==1.5.0;python_version<"3.9"

setup.py

Lines changed: 5 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -155,7 +155,7 @@
155155
'wheel>=0.45.1',
156156
'attrs~=25.3.0;python_version<"3.9"',
157157
'attrs>=25.4.0;python_version>="3.9"',
158-
"certifi>=2025.10.5",
158+
"certifi>=2025.11.12",
159159
"exceptiongroup>=1.3.0",
160160
'websockets~=13.1;python_version<"3.9"',
161161
'websockets>=15.0.1;python_version>="3.9"',
@@ -197,7 +197,8 @@
197197
'trio>=0.31.0,<1;python_version>="3.9" and python_version<"3.10"',
198198
'trio>=0.32.0,<1;python_version>="3.10"',
199199
'trio-websocket~=0.12.2',
200-
'wsproto==1.2.0',
200+
'wsproto==1.2.0;python_version<"3.10"',
201+
'wsproto==1.3.1;python_version>="3.10"',
201202
'websocket-client~=1.8.0;python_version<"3.9"',
202203
'websocket-client~=1.9.0;python_version>="3.9"',
203204
'selenium==4.27.1;python_version<"3.9"',
@@ -206,7 +207,8 @@
206207
'cssselect==1.2.0;python_version<"3.9"',
207208
'cssselect==1.3.0;python_version>="3.9"',
208209
"sortedcontainers==2.4.0",
209-
'execnet==2.1.1',
210+
'execnet==2.1.1;python_version<"3.10"',
211+
'execnet==2.1.2;python_version>="3.10"',
210212
'iniconfig==2.1.0;python_version<"3.10"',
211213
'iniconfig==2.3.0;python_version>="3.10"',
212214
'pluggy==1.5.0;python_version<"3.9"',

0 commit comments

Comments
 (0)