@@ -73,20 +73,20 @@ dev-flake8 = [
7373 " pydoclint == 0.5.9" ,
7474 " pydocstyle == 6.3.0" ,
7575]
76- dev-formatting = [" black == 24.8 .0" , " isort == 5.13.2" ]
76+ dev-formatting = [" black == 24.10 .0" , " isort == 5.13.2" ]
7777dev-mkdocs = [
78- " black == 24.8 .0" ,
78+ " black == 24.10 .0" ,
7979 " Markdown == 3.7" ,
8080 " mike == 2.1.3" ,
8181 " mkdocs-gen-files == 0.5.0" ,
8282 " mkdocs-literate-nav == 0.6.1" ,
83- " mkdocs-macros-plugin == 1.2.0 " ,
84- " mkdocs-material == 9.5.39 " ,
85- " mkdocstrings[python] == 0.26.1 " ,
86- " mkdocstrings-python == 1.11.1 " ,
83+ " mkdocs-macros-plugin == 1.3.7 " ,
84+ " mkdocs-material == 9.5.43 " ,
85+ " mkdocstrings[python] == 0.26.2 " ,
86+ " mkdocstrings-python == 1.12.2 " ,
8787]
8888dev-mypy = [
89- " mypy == 1.11.2 " ,
89+ " mypy == 1.13.0 " ,
9090 " types-setuptools >= 67.6.0, < 76" , # Should match the build dependency
9191 " types-Markdown == 3.7.0.20240822" ,
9292 " types-PyYAML == 6.0.12.20240917" ,
@@ -95,7 +95,7 @@ dev-mypy = [
9595 # For checking the noxfile, docs/ script, and tests
9696 " frequenz-repo-config[dev-mkdocs,dev-noxfile,dev-pytest]" ,
9797]
98- dev-noxfile = [" nox == 2024.4.15 " ]
98+ dev-noxfile = [" nox == 2024.10.9 " ]
9999dev-pylint = [
100100 # dev-pytest already defines a dependency to pylint because of the examples
101101 # For checking the noxfile, docs/ script, and tests
0 commit comments