File tree Expand file tree Collapse file tree 3 files changed +8
-8
lines changed Expand file tree Collapse file tree 3 files changed +8
-8
lines changed Original file line number Diff line number Diff line change @@ -5,7 +5,7 @@ regex>=2024.11.6
55pymdown-extensions >= 10.14.3
66pipdeptree >= 2.26.0
77python-dateutil >= 2.8.2
8- Markdown == 3.7
8+ Markdown == 3.8
99click == 8.1.8
1010ghp-import == 2.1.0
1111watchdog == 6.0.0
@@ -14,7 +14,7 @@ pathspec==0.12.1
1414Babel == 2.17.0
1515paginate == 0.5.7
1616mkdocs == 1.6.1
17- mkdocs-material == 9.6.11
17+ mkdocs-material == 9.6.12
1818mkdocs-exclude-search == 0.6.6
1919mkdocs-simple-hooks == 0.1.5
2020mkdocs-material-extensions == 1.3.1
Original file line number Diff line number Diff line change 11pip >= 25.0.1
2- packaging >= 24.2
2+ packaging >= 25.0
33setuptools ~= 70.2 ;python_version < "3.10"
44setuptools >= 78.1.0 ;python_version >= "3.10"
55wheel >= 0.45.1
@@ -61,7 +61,7 @@ pytest-xdist==3.6.1
6161parameterized == 0.9.0
6262behave == 1.2.6
6363soupsieve == 2.6
64- beautifulsoup4 == 4.13.3
64+ beautifulsoup4 == 4.13.4
6565pyotp == 2.9.0
6666python-xlib == 0.33 ;platform_system == "Linux"
6767markdown-it-py == 3.0.0
Original file line number Diff line number Diff line change 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' ,
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' ,
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' ,
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.)
You can’t perform that action at this time.
0 commit comments