File tree Expand file tree Collapse file tree 3 files changed +4
-4
lines changed Expand file tree Collapse file tree 3 files changed +4
-4
lines changed Original file line number Diff line number Diff line change @@ -5,7 +5,7 @@ regex>=2025.9.1
55pymdown-extensions >= 10.16.1
66pipdeptree >= 2.28.0
77python-dateutil >= 2.8.2
8- Markdown == 3.8.2
8+ Markdown == 3.9
99click == 8.2.1
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.18
17+ mkdocs-material == 9.6.19
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 @@ -82,7 +82,7 @@ rich>=14.1.0,<15
8282coverage >= 7.6.1 ;python_version < "3.9"
8383coverage >= 7.10.6 ;python_version >= "3.9"
8484pytest-cov >= 5.0.0 ;python_version < "3.9"
85- pytest-cov >= 6.2.1 ;python_version >= "3.9"
85+ pytest-cov >= 6.3.0 ;python_version >= "3.9"
8686flake8 == 5.0.4 ;python_version < "3.9"
8787flake8 == 7.3.0 ;python_version >= "3.9"
8888mccabe == 0.7.0
Original file line number Diff line number Diff line change 239239 'coverage>=7.6.1;python_version<"3.9"' ,
240240 'coverage>=7.10.6;python_version>="3.9"' ,
241241 'pytest-cov>=5.0.0;python_version<"3.9"' ,
242- 'pytest-cov>=6.2.1 ;python_version>="3.9"' ,
242+ 'pytest-cov>=6.3.0 ;python_version>="3.9"' ,
243243 ],
244244 # pip install -e .[flake8]
245245 # Usage: flake8
You can’t perform that action at this time.
0 commit comments