@@ -54,32 +54,32 @@ dev-flake8 = [
5454 " pydoclint == 0.4.1" ,
5555 " pydocstyle == 6.3.0" ,
5656]
57- dev-formatting = [" black == 24.3.0 " , " isort == 5.13.2" ]
57+ dev-formatting = [" black == 24.4.2 " , " isort == 5.13.2" ]
5858dev-mkdocs = [
59- " black == 24.3.0 " ,
59+ " black == 24.4.2 " ,
6060 " Markdown==3.6" ,
6161 " mike == 2.0.0" ,
6262 " mkdocs-gen-files == 0.5.0" ,
6363 " mkdocs-literate-nav == 0.6.1" ,
6464 " mkdocs-macros-plugin == 1.0.5" ,
65- " mkdocs-material == 9.5.16 " ,
66- " mkdocstrings[python] == 0.24.1 " ,
65+ " mkdocs-material == 9.5.20 " ,
66+ " mkdocstrings[python] == 0.25.0 " ,
6767 " frequenz-repo-config[lib] == 0.9.1" ,
6868]
6969dev-mypy = [
70- " mypy == 1.9 .0" ,
70+ " mypy == 1.10 .0" ,
7171 " types-Markdown == 3.6.0.20240316" ,
7272 # For checking the noxfile, docs/ script, and tests
7373 " pymdownx-superfence-filter-lines[dev-mkdocs,dev-noxfile,dev-pytest]" ,
7474]
75- dev-noxfile = [" nox == 2024.3.2 " , " frequenz-repo-config[lib] == 0.9.1" ]
75+ dev-noxfile = [" nox == 2024.4.15 " , " frequenz-repo-config[lib] == 0.9.1" ]
7676dev-pylint = [
7777 " pylint == 3.1.0" ,
7878 # For checking the noxfile, docs/ script, and tests
7979 " pymdownx-superfence-filter-lines[dev-mkdocs,dev-noxfile,dev-pytest]" ,
8080]
8181dev-pytest = [
82- " pytest == 8.1.1 " ,
82+ " pytest == 8.2.0 " ,
8383 " frequenz-repo-config[extra-lint-examples] == 0.9.1" ,
8484 " pytest-mock == 3.14.0" ,
8585 " pytest-asyncio == 0.23.6" ,
0 commit comments