Skip to content

Commit 03d7dc0

Browse files
committed
Refresh Python dependencies
1 parent a3d6e62 commit 03d7dc0

File tree

3 files changed

+9
-7
lines changed

3 files changed

+9
-7
lines changed

mkdocs_build/requirements.txt

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -2,7 +2,7 @@
22
# Minimum Python version: 3.9 (for generating docs only)
33

44
regex>=2024.11.6
5-
pymdown-extensions>=10.14.3
5+
pymdown-extensions>=10.15
66
pipdeptree>=2.26.1
77
python-dateutil>=2.8.2
88
Markdown==3.8

requirements.txt

Lines changed: 4 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -1,10 +1,11 @@
1-
pip>=25.0.1
1+
pip>=25.0.1;python_version<"3.9"
2+
pip>=25.1;python_version>="3.9"
23
packaging>=25.0
34
setuptools~=70.2;python_version<"3.10"
4-
setuptools>=79.0.1;python_version>="3.10"
5+
setuptools>=80.0.0;python_version>="3.10"
56
wheel>=0.45.1
67
attrs>=25.3.0
7-
certifi>=2025.1.31
8+
certifi>=2025.4.26
89
exceptiongroup>=1.2.2
910
websockets~=13.1;python_version<"3.9"
1011
websockets>=15.0.1;python_version>="3.9"

setup.py

Lines changed: 4 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -147,13 +147,14 @@
147147
],
148148
python_requires=">=3.8",
149149
install_requires=[
150-
'pip>=25.0.1',
150+
'pip>=25.0.1;python_version<"3.9"',
151+
'pip>=25.1;python_version>="3.9"',
151152
'packaging>=25.0',
152153
'setuptools~=70.2;python_version<"3.10"', # Newer ones had issues
153-
'setuptools>=79.0.1;python_version>="3.10"',
154+
'setuptools>=80.0.0;python_version>="3.10"',
154155
'wheel>=0.45.1',
155156
'attrs>=25.3.0',
156-
"certifi>=2025.1.31",
157+
"certifi>=2025.4.26",
157158
"exceptiongroup>=1.2.2",
158159
'websockets~=13.1;python_version<"3.9"',
159160
'websockets>=15.0.1;python_version>="3.9"',

0 commit comments

Comments
 (0)