@@ -48,21 +48,21 @@ dev-flake8 = [
48
48
" pydoclint == 0.4.1" ,
49
49
" pydocstyle == 6.3.0" ,
50
50
]
51
- dev-formatting = [" black == 24.2 .0" , " isort == 5.13.2" ]
51
+ dev-formatting = [" black == 24.3 .0" , " isort == 5.13.2" ]
52
52
dev-mkdocs = [
53
- " black == 24.2 .0" ,
54
- " Markdown==3.5.2 " ,
53
+ " black == 24.3 .0" ,
54
+ " Markdown==3.6 " ,
55
55
" mike == 2.0.0" ,
56
56
" mkdocs-gen-files == 0.5.0" ,
57
57
" mkdocs-literate-nav == 0.6.1" ,
58
58
" mkdocs-macros-plugin == 1.0.5" ,
59
- " mkdocs-material == 9.5.12 " ,
59
+ " mkdocs-material == 9.5.17 " ,
60
60
" mkdocstrings[python] == 0.24.1" ,
61
61
" frequenz-repo-config[lib] == 0.9.1" ,
62
62
]
63
63
dev-mypy = [
64
- " mypy == 1.8 .0" ,
65
- " types-Markdown == 3.5 .0.20240129 " ,
64
+ " mypy == 1.9 .0" ,
65
+ " types-Markdown == 3.6 .0.20240316 " ,
66
66
" types-protobuf == 4.24.0.20240311" ,
67
67
" grpc-stubs == 1.53.0.5" , # This dependency introduces breaking changes in patch releases
68
68
# For checking the noxfile, docs/ script, and tests
@@ -75,12 +75,12 @@ dev-pylint = [
75
75
" frequenz-client-base[dev-mkdocs,dev-noxfile,dev-pytest]" ,
76
76
]
77
77
dev-pytest = [
78
- " pytest == 8.0.2 " ,
78
+ " pytest == 8.1.1 " ,
79
79
" frequenz-repo-config[extra-lint-examples] == 0.9.1" ,
80
- " pytest-mock == 3.12 .0" ,
81
- " pytest-asyncio == 0.23.5 " ,
82
- " async-solipsism == 0.5 " ,
83
- " hypothesis == 6.98.15 " ,
80
+ " pytest-mock == 3.14 .0" ,
81
+ " pytest-asyncio == 0.23.6 " ,
82
+ " async-solipsism == 0.6 " ,
83
+ " hypothesis == 6.100.0 " ,
84
84
]
85
85
dev = [
86
86
" frequenz-client-base[dev-mkdocs,dev-flake8,dev-formatting,dev-mkdocs,dev-mypy,dev-noxfile,dev-pylint,dev-pytest]" ,
0 commit comments