Skip to content

Commit c4d2d1a

Browse files
committed
Refresh Python dependencies
1 parent 28eef66 commit c4d2d1a

File tree

3 files changed

+11
-7
lines changed

3 files changed

+11
-7
lines changed

mkdocs_build/requirements.txt

+1-1
Original file line numberDiff line numberDiff line change
@@ -18,7 +18,7 @@ lxml==5.3.0
1818
pyquery==2.0.1
1919
readtime==3.0.0
2020
mkdocs==1.6.1
21-
mkdocs-material==9.5.49
21+
mkdocs-material==9.5.50
2222
mkdocs-exclude-search==0.6.6
2323
mkdocs-simple-hooks==0.1.5
2424
mkdocs-material-extensions==1.3.1

requirements.txt

+5-3
Original file line numberDiff line numberDiff line change
@@ -7,8 +7,9 @@ attrs>=24.3.0
77
certifi>=2024.12.14
88
exceptiongroup>=1.2.2
99
websockets~=13.1;python_version<"3.9"
10-
websockets>=14.1;python_version>="3.9"
11-
filelock>=3.16.1
10+
websockets>=14.2;python_version>="3.9"
11+
filelock~=3.16.1;python_version<"3.9"
12+
filelock>=3.17.0;python_version>="3.9"
1213
fasteners>=0.19
1314
mycdp>=1.1.0
1415
pynose>=1.5.3
@@ -41,7 +42,8 @@ trio==0.28.0;python_version>="3.9"
4142
trio-websocket==0.11.1
4243
wsproto==1.2.0
4344
websocket-client==1.8.0
44-
selenium==4.27.1
45+
selenium==4.27.1;python_version<"3.9"
46+
selenium==4.28.0;python_version>="3.9"
4547
cssselect==1.2.0
4648
sortedcontainers==2.4.0
4749
execnet==2.1.1

setup.py

+5-3
Original file line numberDiff line numberDiff line change
@@ -156,8 +156,9 @@
156156
"certifi>=2024.12.14",
157157
"exceptiongroup>=1.2.2",
158158
'websockets~=13.1;python_version<"3.9"',
159-
'websockets>=14.1;python_version>="3.9"',
160-
'filelock>=3.16.1',
159+
'websockets>=14.2;python_version>="3.9"',
160+
'filelock~=3.16.1;python_version<"3.9"',
161+
'filelock>=3.17.0;python_version>="3.9"',
161162
'fasteners>=0.19',
162163
"mycdp>=1.1.0",
163164
"pynose>=1.5.3",
@@ -190,7 +191,8 @@
190191
'trio-websocket==0.11.1',
191192
'wsproto==1.2.0',
192193
'websocket-client==1.8.0',
193-
'selenium==4.27.1',
194+
'selenium==4.27.1;python_version<"3.9"',
195+
'selenium==4.28.0;python_version>="3.9"',
194196
'cssselect==1.2.0',
195197
"sortedcontainers==2.4.0",
196198
'execnet==2.1.1',

0 commit comments

Comments
 (0)