File tree Expand file tree Collapse file tree 3 files changed +9
-7
lines changed Expand file tree Collapse file tree 3 files changed +9
-7
lines changed Original file line number Diff line number Diff line change 2
2
# Minimum Python version: 3.9 (for generating docs only)
3
3
4
4
regex >= 2024.11.6
5
- pymdown-extensions >= 10.14.3
5
+ pymdown-extensions >= 10.15
6
6
pipdeptree >= 2.26.1
7
7
python-dateutil >= 2.8.2
8
8
Markdown == 3.8
Original file line number Diff line number Diff line change 1
- pip >= 25.0.1
1
+ pip >= 25.0.1 ;python_version < "3.9"
2
+ pip >= 25.1 ;python_version >= "3.9"
2
3
packaging >= 25.0
3
4
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"
5
6
wheel >= 0.45.1
6
7
attrs >= 25.3.0
7
- certifi >= 2025.1.31
8
+ certifi >= 2025.4.26
8
9
exceptiongroup >= 1.2.2
9
10
websockets ~= 13.1 ;python_version < "3.9"
10
11
websockets >= 15.0.1 ;python_version >= "3.9"
Original file line number Diff line number Diff line change 147
147
],
148
148
python_requires = ">=3.8" ,
149
149
install_requires = [
150
- 'pip>=25.0.1' ,
150
+ 'pip>=25.0.1;python_version<"3.9"' ,
151
+ 'pip>=25.1;python_version>="3.9"' ,
151
152
'packaging>=25.0' ,
152
153
'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"' ,
154
155
'wheel>=0.45.1' ,
155
156
'attrs>=25.3.0' ,
156
- "certifi>=2025.1.31 " ,
157
+ "certifi>=2025.4.26 " ,
157
158
"exceptiongroup>=1.2.2" ,
158
159
'websockets~=13.1;python_version<"3.9"' ,
159
160
'websockets>=15.0.1;python_version>="3.9"' ,
You can’t perform that action at this time.
0 commit comments