Skip to content

Commit 3c5fd78

Browse files
committed
Refresh Python dependencies
1 parent dd0a706 commit 3c5fd78

File tree

3 files changed

+11
-11
lines changed

3 files changed

+11
-11
lines changed

mkdocs_build/requirements.txt

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -5,7 +5,7 @@ regex>=2026.1.15
55
pymdown-extensions>=10.20.1
66
pipdeptree>=2.30.0
77
python-dateutil>=2.8.2
8-
Markdown==3.10.1
8+
Markdown==3.10.2
99
click==8.3.1
1010
ghp-import==2.1.0
1111
watchdog==6.0.0

requirements.txt

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
1-
pip>=26.0
1+
pip>=26.0.1
22
packaging>=26.0
33
setuptools~=70.2;python_version<"3.10"
4-
setuptools>=80.10.2;python_version>="3.10"
4+
setuptools>=82.0.0;python_version>="3.10"
55
wheel>=0.46.3
66
attrs>=25.4.0
77
certifi>=2026.1.4
@@ -20,7 +20,7 @@ sbvirtualdisplay>=1.4.0
2020
MarkupSafe>=3.0.3
2121
Jinja2>=3.1.6
2222
six>=1.17.0
23-
parse>=1.20.2
23+
parse>=1.21.0
2424
parse-type>=0.6.6
2525
colorama>=0.4.6
2626
pyyaml>=6.0.3
@@ -78,7 +78,7 @@ rich>=14.3.2,<15
7878
# ("pip install -r requirements.txt" also installs this, but "pip install -e ." won't.)
7979

8080
coverage>=7.10.7;python_version<"3.10"
81-
coverage>=7.13.2;python_version>="3.10"
81+
coverage>=7.13.4;python_version>="3.10"
8282
pytest-cov>=7.0.0
8383
flake8==7.3.0
8484
mccabe==0.7.0

setup.py

Lines changed: 6 additions & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -146,10 +146,10 @@
146146
],
147147
python_requires=">=3.9",
148148
install_requires=[
149-
'pip>=26.0',
149+
'pip>=26.0.1',
150150
'packaging>=26.0',
151151
'setuptools~=70.2;python_version<"3.10"', # Newer ones had issues
152-
'setuptools>=80.10.2;python_version>="3.10"',
152+
'setuptools>=82.0.0;python_version>="3.10"',
153153
'wheel>=0.46.3',
154154
'attrs>=25.4.0',
155155
'certifi>=2026.1.4',
@@ -168,7 +168,7 @@
168168
'MarkupSafe>=3.0.3',
169169
"Jinja2>=3.1.6",
170170
"six>=1.17.0",
171-
'parse>=1.20.2',
171+
'parse>=1.21.0',
172172
'parse-type>=0.6.6',
173173
'colorama>=0.4.6',
174174
'pyyaml>=6.0.3',
@@ -235,7 +235,7 @@
235235
# Usage: coverage run -m pytest; coverage html; coverage report
236236
"coverage": [
237237
'coverage>=7.10.7;python_version<"3.10"',
238-
'coverage>=7.13.2;python_version>="3.10"',
238+
'coverage>=7.13.4;python_version>="3.10"',
239239
'pytest-cov>=7.0.0',
240240
],
241241
# pip install -e .[flake8]
@@ -262,7 +262,7 @@
262262
"pdfminer": [
263263
'pdfminer.six==20251107;python_version<"3.10"',
264264
'pdfminer.six==20260107;python_version>="3.10"',
265-
'cryptography==46.0.4',
265+
'cryptography==46.0.5',
266266
'cffi==2.0.0',
267267
'pycparser==2.23;python_version<"3.10"',
268268
'pycparser==3.0;python_version>="3.10"',
@@ -271,7 +271,7 @@
271271
# (An optional library for image-processing.)
272272
"pillow": [
273273
'Pillow>=11.3.0;python_version<"3.10"',
274-
'Pillow>=12.1.0;python_version>="3.10"',
274+
'Pillow>=12.1.1;python_version>="3.10"',
275275
],
276276
# pip install -e .[pip-system-certs]
277277
# (If you see [SSL: CERTIFICATE_VERIFY_FAILED], then get this.)

0 commit comments

Comments
 (0)