Skip to content

Commit 71a0446

Browse files
committed
Refresh Python dependencies
1 parent f8f3010 commit 71a0446

File tree

3 files changed

+6
-6
lines changed

3 files changed

+6
-6
lines changed

mkdocs_build/requirements.txt

+1-1
Original file line numberDiff line numberDiff line change
@@ -3,7 +3,7 @@
33

44
regex>=2024.11.6
55
pymdown-extensions>=10.14.3
6-
pipdeptree>=2.25.1
6+
pipdeptree>=2.26.0
77
python-dateutil>=2.8.2
88
Markdown==3.7
99
click==8.1.8

requirements.txt

+2-2
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
pip>=25.0.1
22
packaging>=24.2
33
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"
55
wheel>=0.45.1
66
attrs>=25.3.0
77
certifi>=2025.1.31
@@ -28,7 +28,7 @@ pyyaml>=6.0.2
2828
pygments>=2.19.1
2929
pyreadline3>=3.5.3;platform_system=="Windows"
3030
tabcompleter>=1.4.0
31-
pdbp>=1.6.1
31+
pdbp>=1.7.0
3232
idna==3.10
3333
chardet==5.2.0
3434
charset-normalizer==3.4.1

setup.py

+3-3
Original file line numberDiff line numberDiff line change
@@ -150,7 +150,7 @@
150150
'pip>=25.0.1',
151151
'packaging>=24.2',
152152
'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"',
154154
'wheel>=0.45.1',
155155
'attrs>=25.3.0',
156156
"certifi>=2025.1.31",
@@ -177,7 +177,7 @@
177177
'pygments>=2.19.1',
178178
'pyreadline3>=3.5.3;platform_system=="Windows"',
179179
"tabcompleter>=1.4.0",
180-
"pdbp>=1.6.1",
180+
"pdbp>=1.7.0",
181181
"idna==3.10",
182182
'chardet==5.2.0',
183183
'charset-normalizer==3.4.1',
@@ -259,7 +259,7 @@
259259
# pip install -e .[pdfminer]
260260
# (An optional library for parsing PDF files.)
261261
"pdfminer": [
262-
'pdfminer.six==20240706',
262+
'pdfminer.six==20250324',
263263
'cryptography==39.0.2;python_version<"3.9"',
264264
'cryptography==44.0.2;python_version>="3.9"',
265265
'cffi==1.17.1',

0 commit comments

Comments
 (0)