33
44[build-system ]
55requires = [
6- " setuptools == 75.8.0 " ,
7- " setuptools_scm[toml] == 8.1 .0" ,
8- " frequenz-repo-config[lib] == 0.12.2 " ,
6+ " setuptools == 75.8.2 " ,
7+ " setuptools_scm[toml] == 8.2 .0" ,
8+ " frequenz-repo-config[lib] == 0.12.3 " ,
99]
1010build-backend = " setuptools.build_meta"
1111
3838
3939[project .optional-dependencies ]
4040dev-flake8 = [
41- " flake8 == 7.1.1 " ,
41+ " flake8 == 7.1.2 " ,
4242 " flake8-docstrings == 1.7.0" ,
4343 " flake8-pyproject == 1.2.3" , # For reading the flake8 config from pyproject.toml
44- " pydoclint == 0.6.0 " ,
44+ " pydoclint == 0.6.2 " ,
4545 " pydocstyle == 6.3.0" ,
4646]
47- dev-formatting = [" black == 25.1.0" , " isort == 6.0.0 " ]
47+ dev-formatting = [" black == 25.1.0" , " isort == 6.0.1 " ]
4848dev-mkdocs = [
4949 " Markdown == 3.7" ,
5050 " black == 25.1.0" ,
5151 " mike == 2.1.3" ,
5252 " mkdocs-gen-files == 0.5.0" ,
5353 " mkdocs-literate-nav == 0.6.1" ,
5454 " mkdocs-macros-plugin == 1.3.7" ,
55- " mkdocs-material == 9.6.1 " ,
56- " frequenz-repo-config[lib] == 0.12.2 " ,
55+ " mkdocs-material == 9.6.6 " ,
56+ " frequenz-repo-config[lib] == 0.12.3 " ,
5757]
5858dev-mypy = [
59- " mypy == 1.14.1 " ,
59+ " mypy == 1.15.0 " ,
6060 " types-Markdown == 3.7.0.20241204" ,
6161 # For checking the noxfile, docs/ script, and tests
6262 " frequenz-reporting-python[dev-mkdocs,dev-noxfile,dev-pytest]" ,
6363]
6464dev-noxfile = [
6565 " nox == 2024.10.9" ,
66- " frequenz-repo-config[lib] == 0.12.2 " ,
66+ " frequenz-repo-config[lib] == 0.12.3 " ,
6767]
6868dev-pylint = [
6969 # dev-pytest already defines a dependency to pylint because of the examples
@@ -73,7 +73,7 @@ dev-pylint = [
7373dev-pytest = [
7474 " pytest == 8.3.4" ,
7575 " pylint == 3.3.4" , # We need this to check for the examples
76- " frequenz-repo-config[extra-lint-examples] == 0.12.2 " ,
76+ " frequenz-repo-config[extra-lint-examples] == 0.12.3 " ,
7777 " pytest-mock == 3.14.0" ,
7878 " pytest-asyncio == 0.25.3" ,
7979 " async-solipsism == 0.7" ,
0 commit comments