33
44[build-system ]
55requires  = [
6-   " setuptools == 75.6 .0"  ,
6+   " setuptools == 75.8 .0"  ,
77  " setuptools_scm[toml] == 8.1.0"  ,
88  " frequenz-repo-config[lib] == 0.11.0"  ,
99]
@@ -49,7 +49,7 @@ dev-flake8 = [
4949  " flake8 == 7.1.1"  ,
5050  " flake8-docstrings == 1.7.0"  ,
5151  " flake8-pyproject == 1.2.3"  , #  For reading the flake8 config from pyproject.toml
52-   " pydoclint == 0.5.14 "  ,
52+   " pydoclint == 0.6.0 "  ,
5353  " pydocstyle == 6.3.0"  ,
5454]
5555dev-formatting  = [" black == 24.10.0"  , " isort == 5.13.2"  ]
@@ -60,7 +60,7 @@ dev-mkdocs = [
6060  " mkdocs-gen-files == 0.5.0"  ,
6161  " mkdocs-literate-nav == 0.6.1"  ,
6262  " mkdocs-macros-plugin == 1.3.7"  ,
63-   " mkdocs-material == 9.5.49 "  ,
63+   " mkdocs-material == 9.6.1 "  ,
6464  " mkdocstrings[python] == 0.27.0"  ,
6565  " mkdocstrings-python == 1.13.0"  ,
6666  " frequenz-repo-config[lib] == 0.11.0"  ,
@@ -69,24 +69,24 @@ dev-mypy = [
6969  " mypy == 1.14.1"  ,
7070  " types-Markdown == 3.7.0.20241204"  ,
7171  " types-protobuf == 5.29.1.20241207"  ,
72-   " types-setuptools == 75.6 .0.20241223 "  ,
72+   " types-setuptools == 75.8 .0.20250110 "  ,
7373  #  For checking the noxfile, docs/ script, and tests
7474  " frequenz-sdk[dev-mkdocs,dev-noxfile,dev-pytest]"  ,
7575]
7676dev-noxfile  = [" nox == 2024.10.9"  , " frequenz-repo-config[lib] == 0.11.0"  ]
7777dev-pylint  = [
78-   " pylint == 3.3.3 "  ,
78+   " pylint == 3.3.4 "  ,
7979  #  For checking the noxfile, docs/ script, and tests
8080  " frequenz-sdk[dev-mkdocs,dev-noxfile,dev-pytest]"  ,
8181]
8282dev-pytest  = [
8383  " pytest == 8.3.4"  ,
8484  " frequenz-repo-config[extra-lint-examples] == 0.11.0"  ,
8585  " pytest-mock == 3.14.0"  ,
86-   " pytest-asyncio == 0.25.1 "  ,
86+   " pytest-asyncio == 0.25.3 "  ,
8787  " time-machine == 2.12.0"  ,
8888  " async-solipsism == 0.7"  ,
89-   " hypothesis == 6.123.2 "  ,
89+   " hypothesis == 6.124.9 "  ,
9090]
9191dev  = [
9292  " frequenz-sdk[dev-mkdocs,dev-flake8,dev-formatting,dev-mkdocs,dev-mypy,dev-noxfile,dev-pylint,dev-pytest]"  ,
0 commit comments