@@ -46,29 +46,29 @@ dev-flake8 = [
4646 " pydocstyle == 6.3.0" ,
4747 " frequenz-client-base" ,
4848]
49- dev-formatting = [" black == 24.8 .0" , " isort == 5.13.2" ]
49+ dev-formatting = [" black == 24.10 .0" , " isort == 5.13.2" ]
5050dev-mkdocs = [
51- " black == 24.8 .0" ,
51+ " black == 24.10 .0" ,
5252 " Markdown==3.7" ,
5353 " mike == 2.1.3" ,
5454 " mkdocs-gen-files == 0.5.0" ,
5555 " mkdocs-literate-nav == 0.6.1" ,
56- " mkdocs-macros-plugin == 1.2.0 " ,
57- " mkdocs-material == 9.5.39 " ,
58- " mkdocstrings[python] == 0.26.1 " ,
59- " mkdocstrings-python == 1.11.1 " ,
56+ " mkdocs-macros-plugin == 1.3.7 " ,
57+ " mkdocs-material == 9.5.43 " ,
58+ " mkdocstrings[python] == 0.26.2 " ,
59+ " mkdocstrings-python == 1.12.2 " ,
6060 " frequenz-repo-config[lib] == 0.10.0" ,
6161 " frequenz-client-base" ,
6262]
6363dev-mypy = [
64- " mypy == 1.11.2 " ,
64+ " mypy == 1.13.0 " ,
6565 " types-Markdown == 3.7.0.20240822" ,
66- " types-protobuf == 5.28.0.20240924 " ,
66+ " types-protobuf == 5.28.3.20241030 " ,
6767 " grpc-stubs == 1.53.0.5" , # This dependency introduces breaking changes in patch releases
6868 # For checking the noxfile, docs/ script, and tests
6969 " frequenz-client-base[dev-mkdocs,dev-noxfile,dev-pytest]" ,
7070]
71- dev-noxfile = [" nox == 2024.4.15 " , " frequenz-repo-config[lib] == 0.10.0" ]
71+ dev-noxfile = [" nox == 2024.10.9 " , " frequenz-repo-config[lib] == 0.10.0" ]
7272dev-pylint = [
7373 " pylint == 3.3.1" ,
7474 # For checking the noxfile, docs/ script, and tests
@@ -80,7 +80,7 @@ dev-pytest = [
8080 " pytest-mock == 3.14.0" ,
8181 " pytest-asyncio == 0.24.0" ,
8282 " async-solipsism == 0.7" ,
83- " hypothesis == 6.112.2 " ,
83+ " hypothesis == 6.116.0 " ,
8484 " frequenz-client-base" ,
8585]
8686dev = [
0 commit comments