Skip to content

Commit 94988be

Browse files
committed
Refresh Python dependencies
1 parent 2fa855d commit 94988be

3 files changed

Lines changed: 7 additions & 7 deletions

File tree

mkdocs_build/requirements.txt

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

44
regex>=2025.11.3
5-
pymdown-extensions>=10.19.1
5+
pymdown-extensions>=10.20
66
pipdeptree>=2.30.0
77
python-dateutil>=2.8.2
88
Markdown==3.10
99
click==8.3.1
1010
ghp-import==2.1.0
1111
watchdog==6.0.0
1212
cairocffi==1.7.1
13-
pathspec==0.12.1
13+
pathspec==1.0.1
1414
Babel==2.17.0
1515
paginate==0.5.7
1616
mkdocs==1.6.1

requirements.txt

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -4,11 +4,11 @@ setuptools~=70.2;python_version<"3.10"
44
setuptools>=80.9.0;python_version>="3.10"
55
wheel>=0.45.1
66
attrs>=25.4.0
7-
certifi>=2025.11.12
7+
certifi>=2026.1.4
88
exceptiongroup>=1.3.1
99
websockets>=15.0.1
1010
filelock~=3.19.1;python_version<"3.10"
11-
filelock>=3.20.1;python_version>="3.10"
11+
filelock>=3.20.2;python_version>="3.10"
1212
fasteners>=0.20
1313
mycdp>=1.3.2
1414
pynose>=1.5.5

setup.py

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -152,11 +152,11 @@
152152
'setuptools>=80.9.0;python_version>="3.10"',
153153
'wheel>=0.45.1',
154154
'attrs>=25.4.0',
155-
'certifi>=2025.11.12',
155+
'certifi>=2026.1.4',
156156
'exceptiongroup>=1.3.1',
157157
'websockets>=15.0.1',
158158
'filelock~=3.19.1;python_version<"3.10"',
159-
'filelock>=3.20.1;python_version>="3.10"',
159+
'filelock>=3.20.2;python_version>="3.10"',
160160
'fasteners>=0.20',
161161
'mycdp>=1.3.2',
162162
'pynose>=1.5.5',
@@ -268,7 +268,7 @@
268268
# (An optional library for image-processing.)
269269
"pillow": [
270270
'Pillow>=11.3.0;python_version<"3.10"',
271-
'Pillow>=12.0.0;python_version>="3.10"',
271+
'Pillow>=12.1.0;python_version>="3.10"',
272272
],
273273
# pip install -e .[pip-system-certs]
274274
# (If you see [SSL: CERTIFICATE_VERIFY_FAILED], then get this.)

0 commit comments

Comments
 (0)