@@ -54,21 +54,21 @@ dev-flake8 = [
54
54
" pydoclint == 0.4.1" ,
55
55
" pydocstyle == 6.3.0" ,
56
56
]
57
- dev-formatting = [" black == 24.2 .0" , " isort == 5.13.2" ]
57
+ dev-formatting = [" black == 24.3 .0" , " isort == 5.13.2" ]
58
58
dev-mkdocs = [
59
- " black == 24.2 .0" ,
60
- " Markdown==3.5.2 " ,
59
+ " black == 24.3 .0" ,
60
+ " Markdown==3.6 " ,
61
61
" mike == 2.0.0" ,
62
62
" mkdocs-gen-files == 0.5.0" ,
63
63
" mkdocs-literate-nav == 0.6.1" ,
64
64
" mkdocs-macros-plugin == 1.0.5" ,
65
- " mkdocs-material == 9.5.12 " ,
65
+ " mkdocs-material == 9.5.16 " ,
66
66
" mkdocstrings[python] == 0.24.1" ,
67
67
" frequenz-repo-config[lib] == 0.9.1" ,
68
68
]
69
69
dev-mypy = [
70
- " mypy == 1.8 .0" ,
71
- " types-Markdown == 3.5 .0.20240129 " ,
70
+ " mypy == 1.9 .0" ,
71
+ " types-Markdown == 3.6 .0.20240316 " ,
72
72
# For checking the noxfile, docs/ script, and tests
73
73
" pymdownx-superfence-filter-lines[dev-mkdocs,dev-noxfile,dev-pytest]" ,
74
74
]
@@ -79,11 +79,11 @@ dev-pylint = [
79
79
" pymdownx-superfence-filter-lines[dev-mkdocs,dev-noxfile,dev-pytest]" ,
80
80
]
81
81
dev-pytest = [
82
- " pytest == 8.0.2 " ,
82
+ " pytest == 8.1.1 " ,
83
83
" frequenz-repo-config[extra-lint-examples] == 0.9.1" ,
84
- " pytest-mock == 3.12 .0" ,
85
- " pytest-asyncio == 0.23.5 " ,
86
- " async-solipsism == 0.5 " ,
84
+ " pytest-mock == 3.14 .0" ,
85
+ " pytest-asyncio == 0.23.6 " ,
86
+ " async-solipsism == 0.6 " ,
87
87
]
88
88
dev = [
89
89
" pymdownx-superfence-filter-lines[dev-mkdocs,dev-flake8,dev-formatting,dev-mkdocs,dev-mypy,dev-noxfile,dev-pylint,dev-pytest]" ,
0 commit comments