Skip to content

Navigation Menu

Sign in
Appearance settings

Search code, repositories, users, issues, pull requests...

Provide feedback

We read every piece of feedback, and take your input very seriously.

Saved searches

Use saved searches to filter your results more quickly

Sign up
Appearance settings

Commit 7798808

Browse files
committed
Refresh Python dependencies
1 parent 4e9fbd6 commit 7798808

File tree

3 files changed

+8
-8
lines changed

3 files changed

+8
-8
lines changed

‎mkdocs_build/requirements.txt

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -5,7 +5,7 @@ regex>=2024年11月6日
55
pymdown-extensions>=10.14.3
66
pipdeptree>=2.26.0
77
python-dateutil>=2.8.2
8-
Markdown==3.7
8+
Markdown==3.8
99
click==8.1.8
1010
ghp-import==2.1.0
1111
watchdog==6.0.0
@@ -14,7 +14,7 @@ pathspec==0.12.1
1414
Babel==2.17.0
1515
paginate==0.5.7
1616
mkdocs==1.6.1
17-
mkdocs-material==9.6.11
17+
mkdocs-material==9.6.12
1818
mkdocs-exclude-search==0.6.6
1919
mkdocs-simple-hooks==0.1.5
2020
mkdocs-material-extensions==1.3.1

‎requirements.txt

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
11
pip>=25.0.1
2-
packaging>=24.2
2+
packaging>=25.0
33
setuptools~=70.2;python_version<"3.10"
44
setuptools>=78.1.0;python_version>="3.10"
55
wheel>=0.45.1
@@ -61,7 +61,7 @@ pytest-xdist==3.6.1
6161
parameterized==0.9.0
6262
behave==1.2.6
6363
soupsieve==2.6
64-
beautifulsoup4==4.13.3
64+
beautifulsoup4==4.13.4
6565
pyotp==2.9.0
6666
python-xlib==0.33;platform_system=="Linux"
6767
markdown-it-py==3.0.0

‎setup.py

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -148,7 +148,7 @@
148148
python_requires=">=3.8",
149149
install_requires=[
150150
'pip>=25.0.1',
151-
'packaging>=24.2',
151+
'packaging>=25.0',
152152
'setuptools~=70.2;python_version<"3.10"', # Newer ones had issues
153153
'setuptools>=78.1.0;python_version>="3.10"',
154154
'wheel>=0.45.1',
@@ -210,7 +210,7 @@
210210
'parameterized==0.9.0',
211211
"behave==1.2.6",
212212
'soupsieve==2.6',
213-
"beautifulsoup4==4.13.3",
213+
"beautifulsoup4==4.13.4",
214214
'pyotp==2.9.0',
215215
'python-xlib==0.33;platform_system=="Linux"',
216216
'markdown-it-py==3.0.0',
@@ -261,7 +261,7 @@
261261
# (An optional library for parsing PDF files.)
262262
"pdfminer": [
263263
'pdfminer.six==20250324;python_version<"3.9"',
264-
'pdfminer.six==20250327;python_version>="3.9"',
264+
'pdfminer.six==20250416;python_version>="3.9"',
265265
'cryptography==39.0.2;python_version<"3.9"',
266266
'cryptography==44.0.2;python_version>="3.9"',
267267
'cffi==1.17.1',
@@ -271,7 +271,7 @@
271271
# (An optional library for image-processing.)
272272
"pillow": [
273273
'Pillow>=10.4.0;python_version<"3.9"',
274-
'Pillow>=11.2.0;python_version>="3.9"',
274+
'Pillow>=11.2.1;python_version>="3.9"',
275275
],
276276
# pip install -e .[pip-system-certs]
277277
# (If you see [SSL: CERTIFICATE_VERIFY_FAILED], then get this.)

0 commit comments

Comments
(0)

AltStyle によって変換されたページ (->オリジナル) /