Skip to content

Commit b78ac83

Browse files
committed
Refresh Python dependencies
1 parent 7a5f811 commit b78ac83

3 files changed

Lines changed: 9 additions & 7 deletions

File tree

mkdocs_build/requirements.txt

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -10,7 +10,7 @@ click==8.3.1
1010
ghp-import==2.1.0
1111
watchdog==6.0.0
1212
cairocffi==1.7.1
13-
pathspec==1.0.1
13+
pathspec==1.0.3
1414
Babel==2.17.0
1515
paginate==0.5.7
1616
mkdocs==1.6.1

requirements.txt

Lines changed: 4 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -6,9 +6,10 @@ wheel>=0.45.1
66
attrs>=25.4.0
77
certifi>=2026.1.4
88
exceptiongroup>=1.3.1
9-
websockets>=15.0.1
9+
websockets~=15.0.1;python_version<"3.10"
10+
websockets>=16.0;python_version>="3.10"
1011
filelock~=3.19.1;python_version<"3.10"
11-
filelock>=3.20.2;python_version>="3.10"
12+
filelock>=3.20.3;python_version>="3.10"
1213
fasteners>=0.20
1314
mycdp>=1.3.2
1415
pynose>=1.5.5
@@ -26,7 +27,7 @@ pyyaml>=6.0.3
2627
pygments>=2.19.2
2728
pyreadline3>=3.5.4;platform_system=="Windows"
2829
tabcompleter>=1.4.0
29-
pdbp>=1.8.1
30+
pdbp>=1.8.2
3031
idna>=3.11
3132
chardet==5.2.0
3233
charset-normalizer>=3.4.4,<4

setup.py

Lines changed: 4 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -154,9 +154,10 @@
154154
'attrs>=25.4.0',
155155
'certifi>=2026.1.4',
156156
'exceptiongroup>=1.3.1',
157-
'websockets>=15.0.1',
157+
'websockets~=15.0.1;python_version<"3.10"',
158+
'websockets>=16.0;python_version>="3.10"',
158159
'filelock~=3.19.1;python_version<"3.10"',
159-
'filelock>=3.20.2;python_version>="3.10"',
160+
'filelock>=3.20.3;python_version>="3.10"',
160161
'fasteners>=0.20',
161162
'mycdp>=1.3.2',
162163
'pynose>=1.5.5',
@@ -174,7 +175,7 @@
174175
'pygments>=2.19.2',
175176
'pyreadline3>=3.5.4;platform_system=="Windows"',
176177
'tabcompleter>=1.4.0',
177-
'pdbp>=1.8.1',
178+
'pdbp>=1.8.2',
178179
'idna>=3.11',
179180
'chardet==5.2.0',
180181
'charset-normalizer>=3.4.4,<4',

0 commit comments

Comments
 (0)