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]
@@ -45,7 +45,7 @@ dev-flake8 = [
4545 " flake8 == 7.1.1" ,
4646 " flake8-docstrings == 1.7.0" ,
4747 " flake8-pyproject == 1.2.3" , # For reading the flake8 config from pyproject.toml
48- " pydoclint == 0.5.14 " ,
48+ " pydoclint == 0.6.0 " ,
4949 " pydocstyle == 6.3.0" ,
5050]
5151dev-formatting = [" black == 24.10.0" , " isort == 5.13.2" ]
@@ -56,7 +56,7 @@ dev-mkdocs = [
5656 " mkdocs-gen-files == 0.5.0" ,
5757 " mkdocs-literate-nav == 0.6.1" ,
5858 " mkdocs-macros-plugin == 1.3.7" ,
59- " mkdocs-material == 9.5.49 " ,
59+ " mkdocs-material == 9.6.1 " ,
6060 " mkdocstrings[python] == 0.27.0" ,
6161 " mkdocstrings-python == 1.13.0" ,
6262 " frequenz-repo-config[lib] == 0.11.0" ,
@@ -75,12 +75,12 @@ dev-pylint = [
7575]
7676dev-pytest = [
7777 " pytest == 8.3.4" ,
78- " pylint == 3.3.3 " , # We need this to check for the examples
78+ " pylint == 3.3.4 " , # We need this to check for the examples
7979 " frequenz-repo-config[extra-lint-examples] == 0.11.0" ,
8080 " pytest-mock == 3.14.0" ,
81- " pytest-asyncio == 0.25.1 " ,
81+ " pytest-asyncio == 0.25.3 " ,
8282 " async-solipsism == 0.7" ,
83- " hypothesis == 6.123.2 " ,
83+ " hypothesis == 6.124.9 " ,
8484 " frequenz-quantities[marshmallow]" ,
8585]
8686
0 commit comments