Skip to content

Commit 05de464

Browse files
committed
Refresh Python dependencies
1 parent 06babf4 commit 05de464

File tree

3 files changed

+11
-9
lines changed

3 files changed

+11
-9
lines changed

mkdocs_build/requirements.txt

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -6,15 +6,15 @@ pymdown-extensions>=10.15
66
pipdeptree>=2.26.1
77
python-dateutil>=2.8.2
88
Markdown==3.8
9-
click==8.2.0
9+
click==8.2.1
1010
ghp-import==2.1.0
1111
watchdog==6.0.0
1212
cairocffi==1.7.1
1313
pathspec==0.12.1
1414
Babel==2.17.0
1515
paginate==0.5.7
1616
mkdocs==1.6.1
17-
mkdocs-material==9.6.13
17+
mkdocs-material==9.6.14
1818
mkdocs-exclude-search==0.6.6
1919
mkdocs-simple-hooks==0.1.5
2020
mkdocs-material-extensions==1.3.1

requirements.txt

Lines changed: 4 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -2,7 +2,7 @@ pip>=25.0.1;python_version<"3.9"
22
pip>=25.1.1;python_version>="3.9"
33
packaging>=25.0
44
setuptools~=70.2;python_version<"3.10"
5-
setuptools>=80.4.0;python_version>="3.10"
5+
setuptools>=80.8.0;python_version>="3.10"
66
wheel>=0.45.1
77
attrs>=25.3.0
88
certifi>=2025.4.26
@@ -51,7 +51,8 @@ cssselect==1.3.0;python_version>="3.9"
5151
sortedcontainers==2.4.0
5252
execnet==2.1.1
5353
iniconfig==2.1.0
54-
pluggy==1.5.0
54+
pluggy==1.5.0;python_version<"3.9"
55+
pluggy==1.6.0;python_version>="3.9"
5556
pytest==8.3.5
5657
pytest-html==4.0.2
5758
pytest-metadata==3.1.1
@@ -73,7 +74,7 @@ rich>=14.0.0,<15
7374
# ("pip install -r requirements.txt" also installs this, but "pip install -e ." won't.)
7475

7576
coverage>=7.6.1;python_version<"3.9"
76-
coverage>=7.8.0;python_version>="3.9"
77+
coverage>=7.8.1;python_version>="3.9"
7778
pytest-cov>=5.0.0;python_version<"3.9"
7879
pytest-cov>=6.1.1;python_version>="3.9"
7980
flake8==5.0.4;python_version<"3.9"

setup.py

Lines changed: 5 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -151,7 +151,7 @@
151151
'pip>=25.1.1;python_version>="3.9"',
152152
'packaging>=25.0',
153153
'setuptools~=70.2;python_version<"3.10"', # Newer ones had issues
154-
'setuptools>=80.4.0;python_version>="3.10"',
154+
'setuptools>=80.8.0;python_version>="3.10"',
155155
'wheel>=0.45.1',
156156
'attrs>=25.3.0',
157157
"certifi>=2025.4.26",
@@ -200,7 +200,8 @@
200200
"sortedcontainers==2.4.0",
201201
'execnet==2.1.1',
202202
'iniconfig==2.1.0',
203-
'pluggy==1.5.0',
203+
'pluggy==1.5.0;python_version<"3.9"',
204+
'pluggy==1.6.0;python_version>="3.9"',
204205
'pytest==8.3.5',
205206
"pytest-html==4.0.2", # Newer ones had issues
206207
'pytest-metadata==3.1.1',
@@ -231,7 +232,7 @@
231232
# Usage: coverage run -m pytest; coverage html; coverage report
232233
"coverage": [
233234
'coverage>=7.6.1;python_version<"3.9"',
234-
'coverage>=7.8.0;python_version>="3.9"',
235+
'coverage>=7.8.1;python_version>="3.9"',
235236
'pytest-cov>=5.0.0;python_version<"3.9"',
236237
'pytest-cov>=6.1.1;python_version>="3.9"',
237238
],
@@ -264,7 +265,7 @@
264265
'pdfminer.six==20250324;python_version<"3.9"',
265266
'pdfminer.six==20250506;python_version>="3.9"',
266267
'cryptography==39.0.2;python_version<"3.9"',
267-
'cryptography==44.0.3;python_version>="3.9"',
268+
'cryptography==45.0.2;python_version>="3.9"',
268269
'cffi==1.17.1',
269270
"pycparser==2.22",
270271
],

0 commit comments

Comments
 (0)