@@ -40,7 +40,7 @@ dev-flake8 = [
4040 " flake8 == 7.1.1" ,
4141 " flake8-docstrings == 1.7.0" ,
4242 " flake8-pyproject == 1.2.3" , # For reading the flake8 config from pyproject.toml
43- " pydoclint == 0.5.6 " ,
43+ " pydoclint == 0.5.9 " ,
4444 " pydocstyle == 6.3.0" ,
4545]
4646dev-formatting = [" black == 24.8.0" , " isort == 5.13.2" ]
@@ -54,10 +54,10 @@ dev-mkdocs = [
5454 " mkdocs-gen-files == 0.5.0" ,
5555 " mkdocs-include-markdown-plugin == 6.2.2" ,
5656 " mkdocs-literate-nav == 0.6.1" ,
57- " mkdocs-macros-plugin == 1.0.5 " ,
58- " mkdocs-material == 9.5.34 " ,
59- " mkdocstrings[python] == 0.26.0 " ,
60- " mkdocstrings-python == 1.10.9 " ,
57+ " mkdocs-macros-plugin == 1.2.0 " ,
58+ " mkdocs-material == 9.5.39 " ,
59+ " mkdocstrings[python] == 0.26.1 " ,
60+ " mkdocstrings-python == 1.11.1 " ,
6161 " pymdownx-superfence-filter-lines == 0.1.0" ,
6262]
6363dev-mypy = [
@@ -70,13 +70,13 @@ dev-noxfile = ["nox == 2024.4.15", "frequenz-repo-config[lib] == 0.10.0"]
7070dev-pylint = [
7171 # For checking the noxfile, docs/ script, and tests
7272 " frequenz-channels[dev-mkdocs,dev-noxfile,dev-pytest]" ,
73- " pylint == 3.2.7 " ,
73+ " pylint == 3.3.1 " ,
7474]
7575dev-pytest = [
7676 " async-solipsism == 0.7" ,
7777 " frequenz-repo-config[extra-lint-examples] == 0.10.0" ,
78- " hypothesis == 6.111 .2" ,
79- " pytest == 8.3.2 " ,
78+ " hypothesis == 6.112 .2" ,
79+ " pytest == 8.3.3 " ,
8080 " pytest-asyncio == 0.24.0" ,
8181 " pytest-mock == 3.14.0" ,
8282]
0 commit comments