3737
3838[project .optional-dependencies ]
3939dev-flake8  = [
40-   " flake8 == 7.1.1 "  ,
40+   " flake8 == 7.1.2 "  ,
4141  " flake8-docstrings == 1.7.0"  ,
4242  " flake8-pyproject == 1.2.3"  ,  #  For reading the flake8 config from pyproject.toml
4343  " pydoclint == 0.6.0"  ,
4444  " pydocstyle == 6.3.0"  ,
4545]
46- dev-formatting  = [" black == 25.1.0"  , " isort == 6.0.0 "  ]
46+ dev-formatting  = [" black == 25.1.0"  , " isort == 6.0.1 "  ]
4747dev-mkdocs  = [
4848  " Markdown == 3.7"  ,
4949  " black == 25.1.0"  ,
@@ -52,10 +52,10 @@ dev-mkdocs = [
5252  " markdown-svgbob == 202406.1023"  ,
5353  " mike == 2.1.3"  ,
5454  " mkdocs-gen-files == 0.5.0"  ,
55-   " mkdocs-include-markdown-plugin == 7.1.2 "  ,
56-   " mkdocs-literate-nav == 0.6.1 "  ,
55+   " mkdocs-include-markdown-plugin == 7.1.5 "  ,
56+   " mkdocs-literate-nav == 0.6.2 "  ,
5757  " mkdocs-macros-plugin == 1.3.7"  ,
58-   " mkdocs-material == 9.6.1 "  ,
58+   " mkdocs-material == 9.6.9 "  ,
5959  " mkdocstrings[python] == 0.27.0"  ,
6060  " mkdocstrings-python == 1.13.0"  ,
6161  " pymdownx-superfence-filter-lines == 0.1.0"  ,
@@ -70,13 +70,13 @@ dev-noxfile = ["nox == 2025.2.9", "frequenz-repo-config[lib] == 0.11.0"]
7070dev-pylint  = [
7171  #  For checking the noxfile, docs/ script, and tests
7272  " frequenz-channels[dev-mkdocs,dev-noxfile,dev-pytest]"  ,
73-   " pylint == 3.3.4 "  ,
73+   " pylint == 3.3.6 "  ,
7474]
7575dev-pytest  = [
7676  " async-solipsism == 0.7"  ,
7777  " frequenz-repo-config[extra-lint-examples] == 0.11.0"  ,
7878  " hypothesis == 6.124.9"  ,
79-   " pytest == 8.3.4 "  ,
79+   " pytest == 8.3.5 "  ,
8080  " pytest-asyncio == 0.25.3"  ,
8181  " pytest-mock == 3.14.0"  ,
8282]
0 commit comments