@@ -43,21 +43,21 @@ dev-flake8 = [
43
43
" pydoclint == 0.4.1" ,
44
44
" pydocstyle == 6.3.0" ,
45
45
]
46
- dev-formatting = [" black == 24.2 .0" , " isort == 5.13.2" ]
46
+ dev-formatting = [" black == 24.3 .0" , " isort == 5.13.2" ]
47
47
dev-mkdocs = [
48
- " black == 24.2 .0" ,
49
- " Markdown==3.5.2 " ,
48
+ " black == 24.3 .0" ,
49
+ " Markdown==3.6 " ,
50
50
" mike == 2.0.0" ,
51
51
" mkdocs-gen-files == 0.5.0" ,
52
52
" mkdocs-literate-nav == 0.6.1" ,
53
53
" mkdocs-macros-plugin == 1.0.5" ,
54
- " mkdocs-material == 9.5.12 " ,
54
+ " mkdocs-material == 9.5.16 " ,
55
55
" mkdocstrings[python] == 0.24.1" ,
56
56
" frequenz-repo-config[lib] == 0.9.1" ,
57
57
]
58
58
dev-mypy = [
59
- " mypy == 1.8 .0" ,
60
- " types-Markdown == 3.5 .0.20240129 " ,
59
+ " mypy == 1.9 .0" ,
60
+ " types-Markdown == 3.6 .0.20240316 " ,
61
61
# For checking the noxfile, docs/ script, and tests
62
62
" frequenz-client-common[dev-mkdocs,dev-noxfile,dev-pytest]" ,
63
63
]
@@ -71,11 +71,11 @@ dev-pylint = [
71
71
" frequenz-client-common[dev-mkdocs,dev-noxfile,dev-pytest]" ,
72
72
]
73
73
dev-pytest = [
74
- " pytest == 8.1.0 " ,
74
+ " pytest == 8.1.1 " ,
75
75
" frequenz-repo-config[extra-lint-examples] == 0.9.1" ,
76
- " pytest-mock == 3.12 .0" ,
77
- " pytest-asyncio == 0.23.5 " ,
78
- " async-solipsism == 0.5 " ,
76
+ " pytest-mock == 3.14 .0" ,
77
+ " pytest-asyncio == 0.23.6 " ,
78
+ " async-solipsism == 0.6 " ,
79
79
]
80
80
dev = [
81
81
" frequenz-client-common[dev-mkdocs,dev-flake8,dev-formatting,dev-mkdocs,dev-mypy,dev-noxfile,dev-pylint,dev-pytest]" ,
0 commit comments