@@ -58,13 +58,13 @@ dev-formatting = ["black == 24.4.2", "isort == 5.13.2"]
5858dev-mkdocs  = [
5959  " black == 24.4.2"  ,
6060  " Markdown==3.6"  ,
61-   " mike == 2.1.0 "  ,
61+   " mike == 2.1.1 "  ,
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.20 "  ,
65+   " mkdocs-material == 9.5.25 "  ,
6666  " mkdocstrings[python] == 0.25.1"  ,
67-   " mkdocstrings-python == 1.9.2 "  ,
67+   " mkdocstrings-python == 1.10.3 "  ,
6868  " frequenz-repo-config[lib] == 0.9.2"  ,
6969]
7070dev-mypy  = [
@@ -75,15 +75,15 @@ dev-mypy = [
7575]
7676dev-noxfile  = [" nox == 2024.4.15"  , " frequenz-repo-config[lib] == 0.9.2"  ]
7777dev-pylint  = [
78-   " pylint == 3.1.0 "  ,
78+   " pylint == 3.2.2 "  ,
7979  #  For checking the noxfile, docs/ script, and tests
8080  " pymdownx-superfence-filter-lines[dev-mkdocs,dev-noxfile,dev-pytest]"  ,
8181]
8282dev-pytest  = [
83-   " pytest == 8.2.0 "  ,
83+   " pytest == 8.2.1 "  ,
8484  " frequenz-repo-config[extra-lint-examples] == 0.9.2"  ,
8585  " pytest-mock == 3.14.0"  ,
86-   " pytest-asyncio == 0.23.6 "  ,
86+   " pytest-asyncio == 0.23.7 "  ,
8787  " async-solipsism == 0.6"  ,
8888]
8989dev  = [
0 commit comments