@@ -68,29 +68,29 @@ dev-flake8 = [
6868 " pydoclint == 0.8.3" ,
6969 " pydocstyle == 6.3.0" ,
7070]
71- dev-formatting = [" black == 25.9 .0" , " isort == 7.0.0" ]
71+ dev-formatting = [" black == 25.11 .0" , " isort == 7.0.0" ]
7272dev-mkdocs = [
73- " black == 25.9 .0" ,
74- " Markdown == 3.9 " ,
73+ " black == 25.11 .0" ,
74+ " Markdown == 3.10 " ,
7575 " mike == 2.1.3" ,
7676 " mkdocs-gen-files == 0.5.0" ,
7777 " mkdocs-literate-nav == 0.6.2" ,
7878 " frequenz-api-dispatch == 1.0.0" ,
79- " mkdocs-macros-plugin == 1.4.1 " ,
80- " mkdocs-material == 9.6.23 " ,
79+ " mkdocs-macros-plugin == 1.5.0 " ,
80+ " mkdocs-material == 9.7.0 " ,
8181 " mkdocstrings[python] == 1.0.0" ,
8282 " frequenz-repo-config[lib] == 0.13.6" ,
8383]
8484dev-mypy = [
85- " mypy == 1.18.2 " ,
86- " types-Markdown == 3.9 .0.20250906 " ,
85+ " mypy == 1.19.0 " ,
86+ " types-Markdown == 3.10 .0.20251106 " ,
8787 # For checking the noxfile, docs/ script, and tests
8888 " frequenz-client-dispatch[cli,dev-mkdocs,dev-noxfile,dev-pytest]" ,
8989 " grpc-stubs == 1.53.0.6" ,
9090 " types-protobuf == 6.32.1.20251105" ,
9191 " types-python-dateutil == 2.9.0.20251115" ,
9292]
93- dev-noxfile = [" nox == 2025.10.16 " , " frequenz-repo-config[lib] == 0.13.6" ]
93+ dev-noxfile = [" nox == 2025.11.12 " , " frequenz-repo-config[lib] == 0.13.6" ]
9494dev-pylint = [
9595 " pylint == 4.0.2" ,
9696 # For checking the noxfile, docs/ script, and tests
@@ -104,7 +104,7 @@ dev-pytest = [
104104 " pytest-asyncio == 1.3.0" ,
105105 " async-solipsism == 0.8" ,
106106 " time-machine == 3.1.0" ,
107- " hypothesis == 6.142.5 " ,
107+ " hypothesis == 6.148.6 " ,
108108 " frequenz-client-dispatch[cli]" ,
109109]
110110dev = [
0 commit comments