@@ -45,27 +45,27 @@ dev-flake8 = [
4545 " pydoclint == 0.7.6" ,
4646 " pydocstyle == 6.3.0" ,
4747]
48- dev-formatting = [" black == 25.1 .0" , " isort == 6.0.0" ]
48+ dev-formatting = [" black == 25.9 .0" , " isort == 6.0.0" ]
4949dev-mkdocs = [
50- " Markdown == 3.8.2 " ,
51- " black == 25.1 .0" ,
50+ " Markdown == 3.9 " ,
51+ " black == 25.9 .0" ,
5252 " mike == 2.1.3" ,
5353 " mkdocs-gen-files == 0.5.0" ,
5454 " mkdocs-literate-nav == 0.6.2" ,
55- " mkdocs-macros-plugin == 1.3.9 " ,
55+ " mkdocs-macros-plugin == 1.4.1 " ,
5656 " mkdocs-material == 9.6.23" ,
5757 " mkdocstrings[python] == 0.30.1" ,
5858 " mkdocstrings-python == 1.18.2" ,
5959 " frequenz-repo-config[lib] == 0.13.6" ,
6060]
6161dev-mypy = [
62- " mypy == 1.9.0 " ,
63- " types-Markdown == 3.8 .0.20250809 " ,
62+ " mypy == 1.18.2 " ,
63+ " types-Markdown == 3.9 .0.20250906 " ,
6464 # For checking the noxfile, docs/ script, and tests
6565 " frequenz-microgrid-component-graph[dev-mkdocs,dev-noxfile,dev-pytest]" ,
6666]
6767dev-noxfile = [
68- " nox == 2025.5.1 " ,
68+ " nox == 2025.10.16 " ,
6969 " frequenz-repo-config[lib] == 0.13.6" ,
7070]
7171dev-pylint = [
@@ -77,7 +77,7 @@ dev-pytest = [
7777 " pytest == 8.4.2" ,
7878 " pylint == 4.0.2" , # We need this to check for the examples
7979 " frequenz-repo-config[extra-lint-examples] == 0.13.6" ,
80- " pytest-mock == 3.14.0 " ,
80+ " pytest-mock == 3.15.1 " ,
8181 " pytest-asyncio == 1.2.0" ,
8282 " async-solipsism == 0.8" ,
8383]
0 commit comments