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]
@@ -53,7 +53,7 @@ dev-flake8 = [
5353 " flake8 == 7.1.1" ,
5454 " flake8-docstrings == 1.7.0" ,
5555 " flake8-pyproject == 1.2.3" , # For reading the flake8 config from pyproject.toml
56- " pydoclint == 0.5.14 " ,
56+ " pydoclint == 0.6.0 " ,
5757 " pydocstyle == 6.3.0" ,
5858]
5959dev-formatting = [" black == 25.1.0" , " isort == 5.13.2" ]
@@ -64,7 +64,7 @@ dev-mkdocs = [
6464 " mkdocs-gen-files == 0.5.0" ,
6565 " mkdocs-literate-nav == 0.6.1" ,
6666 " mkdocs-macros-plugin == 1.3.7" ,
67- " mkdocs-material == 9.5.49 " ,
67+ " mkdocs-material == 9.6.1 " ,
6868 " mkdocstrings[python] == 0.27.0" ,
6969 " mkdocstrings-python == 1.13.0" ,
7070 " frequenz-repo-config[lib] == 0.11.0" ,
@@ -78,20 +78,20 @@ dev-mypy = [
7878 " frequenz-dispatch[dev-mkdocs,dev-noxfile,dev-pytest]" ,
7979]
8080dev-noxfile = [
81- " uv == 0.5.13 " ,
81+ " uv == 0.5.26 " ,
8282 " nox == 2024.10.9" ,
8383 " frequenz-repo-config[lib] == 0.11.0" ,
8484]
8585dev-pylint = [
86- " pylint == 3.3.3 " ,
86+ " pylint == 3.3.4 " ,
8787 # For checking the noxfile, docs/ script, and tests
8888 " frequenz-dispatch[dev-mkdocs,dev-noxfile,dev-pytest]" ,
8989]
9090dev-pytest = [
9191 " pytest == 8.3.4" ,
9292 " frequenz-repo-config[extra-lint-examples] == 0.11.0" ,
9393 " pytest-mock == 3.14.0" ,
94- " pytest-asyncio == 0.25.1 " ,
94+ " pytest-asyncio == 0.25.3 " ,
9595 " async-solipsism == 0.7" ,
9696 " time-machine == 2.16.0" ,
9797]
0 commit comments