@@ -53,24 +53,24 @@ dev-flake8 = [
5353 " pydoclint == 0.8.3" ,
5454 " pydocstyle == 6.3.0" ,
5555]
56- dev-formatting = [" black == 25.9 .0" , " isort == 7.0.0" ]
56+ dev-formatting = [" black == 25.11 .0" , " isort == 7.0.0" ]
5757dev-mkdocs = [
58- " Markdown == 3.9 " ,
59- " black == 25.9 .0" ,
58+ " Markdown == 3.10 " ,
59+ " black == 25.11 .0" ,
6060 " mike == 2.1.3" ,
6161 " mkdocs-gen-files == 0.5.0" ,
6262 " mkdocs-literate-nav == 0.6.2" ,
63- " mkdocs-macros-plugin == 1.4.1 " ,
64- " mkdocs-material == 9.6.23 " ,
63+ " mkdocs-macros-plugin == 1.5.0 " ,
64+ " mkdocs-material == 9.7.0 " ,
6565 " frequenz-repo-config[lib] == 0.13.6" ,
6666]
6767dev-mypy = [
68- " mypy == 1.18.2 " ,
69- " types-Markdown == 3.9 .0.20250906 " ,
68+ " mypy == 1.19.0 " ,
69+ " types-Markdown == 3.10 .0.20251106 " ,
7070 # For checking the noxfile, docs/ script, and tests
7171 " frequenz-reporting-python[dev-mkdocs,dev-noxfile,dev-pytest]" ,
7272]
73- dev-noxfile = [" nox == 2025.10.16 " , " frequenz-repo-config[lib] == 0.13.6" ]
73+ dev-noxfile = [" nox == 2025.11.12 " , " frequenz-repo-config[lib] == 0.13.6" ]
7474dev-pylint = [
7575 # dev-pytest already defines a dependency to pylint because of the examples
7676 # For checking the noxfile, docs/ script, and tests
0 commit comments