File tree 3 files changed +6
-6
lines changed
3 files changed +6
-6
lines changed Original file line number Diff line number Diff line change 3
3
4
4
regex >= 2024.11.6
5
5
pymdown-extensions >= 10.14.3
6
- pipdeptree >= 2.25.1
6
+ pipdeptree >= 2.26.0
7
7
python-dateutil >= 2.8.2
8
8
Markdown == 3.7
9
9
click == 8.1.8
Original file line number Diff line number Diff line change 1
1
pip >= 25.0.1
2
2
packaging >= 24.2
3
3
setuptools ~= 70.2 ;python_version < "3.10"
4
- setuptools >= 77 .0.3 ;python_version >= "3.10"
4
+ setuptools >= 78 .0.2 ;python_version >= "3.10"
5
5
wheel >= 0.45.1
6
6
attrs >= 25.3.0
7
7
certifi >= 2025.1.31
@@ -28,7 +28,7 @@ pyyaml>=6.0.2
28
28
pygments >= 2.19.1
29
29
pyreadline3 >= 3.5.3 ;platform_system == "Windows"
30
30
tabcompleter >= 1.4.0
31
- pdbp >= 1.6.1
31
+ pdbp >= 1.7.0
32
32
idna == 3.10
33
33
chardet == 5.2.0
34
34
charset-normalizer == 3.4.1
Original file line number Diff line number Diff line change 150
150
'pip>=25.0.1' ,
151
151
'packaging>=24.2' ,
152
152
'setuptools~=70.2;python_version<"3.10"' , # Newer ones had issues
153
- 'setuptools>=77 .0.3 ;python_version>="3.10"' ,
153
+ 'setuptools>=78 .0.2 ;python_version>="3.10"' ,
154
154
'wheel>=0.45.1' ,
155
155
'attrs>=25.3.0' ,
156
156
"certifi>=2025.1.31" ,
177
177
'pygments>=2.19.1' ,
178
178
'pyreadline3>=3.5.3;platform_system=="Windows"' ,
179
179
"tabcompleter>=1.4.0" ,
180
- "pdbp>=1.6.1 " ,
180
+ "pdbp>=1.7.0 " ,
181
181
"idna==3.10" ,
182
182
'chardet==5.2.0' ,
183
183
'charset-normalizer==3.4.1' ,
259
259
# pip install -e .[pdfminer]
260
260
# (An optional library for parsing PDF files.)
261
261
"pdfminer" : [
262
- 'pdfminer.six==20240706 ' ,
262
+ 'pdfminer.six==20250324 ' ,
263
263
'cryptography==39.0.2;python_version<"3.9"' ,
264
264
'cryptography==44.0.2;python_version>="3.9"' ,
265
265
'cffi==1.17.1' ,
You can’t perform that action at this time.
0 commit comments