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
5
5
pymdown-extensions >= 10.16.1
6
6
pipdeptree >= 2.28.0
7
7
python-dateutil >= 2.8.2
8
- Markdown == 3.8.2
8
+ Markdown == 3.9
9
9
click == 8.2.1
10
10
ghp-import == 2.1.0
11
11
watchdog == 6.0.0
@@ -14,7 +14,7 @@ pathspec==0.12.1
14
14
Babel == 2.17.0
15
15
paginate == 0.5.7
16
16
mkdocs == 1.6.1
17
- mkdocs-material == 9.6.18
17
+ mkdocs-material == 9.6.19
18
18
mkdocs-exclude-search == 0.6.6
19
19
mkdocs-simple-hooks == 0.1.5
20
20
mkdocs-material-extensions == 1.3.1
Original file line number Diff line number Diff line change @@ -82,7 +82,7 @@ rich>=14.1.0,<15
82
82
coverage >= 7.6.1 ;python_version < "3.9"
83
83
coverage >= 7.10.6 ;python_version >= "3.9"
84
84
pytest-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"
86
86
flake8 == 5.0.4 ;python_version < "3.9"
87
87
flake8 == 7.3.0 ;python_version >= "3.9"
88
88
mccabe == 0.7.0
Original file line number Diff line number Diff line change 239
239
'coverage>=7.6.1;python_version<"3.9"' ,
240
240
'coverage>=7.10.6;python_version>="3.9"' ,
241
241
'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"' ,
243
243
],
244
244
# pip install -e .[flake8]
245
245
# Usage: flake8
You can’t perform that action at this time.
0 commit comments