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 22# Minimum Python version: 3.9 (for generating docs only)
33
44regex >= 2024.11.6
5- pymdown-extensions >= 10.14.3
5+ pymdown-extensions >= 10.15
66pipdeptree >= 2.26.1
77python-dateutil >= 2.8.2
88Markdown == 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"
23packaging >= 25.0
34setuptools ~= 70.2 ;python_version < "3.10"
4- setuptools >= 79 .0.1 ;python_version >= "3.10"
5+ setuptools >= 80 .0.0 ;python_version >= "3.10"
56wheel >= 0.45.1
67attrs >= 25.3.0
7- certifi >= 2025.1.31
8+ certifi >= 2025.4.26
89exceptiongroup >= 1.2.2
910websockets ~= 13.1 ;python_version < "3.9"
1011websockets >= 15.0.1 ;python_version >= "3.9"
Original file line number Diff line number Diff line change 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"' ,
You can’t perform that action at this time.
0 commit comments