55requires = [
66 " setuptools == 68.1.0" ,
77 " setuptools_scm[toml] == 7.1.0" ,
8- " frequenz-repo-config[lib] == 0.10 .0" ,
8+ " frequenz-repo-config[lib] == 0.11 .0" ,
99]
1010build-backend = " setuptools.build_meta"
1111
@@ -43,28 +43,28 @@ dev-flake8 = [
4343 " pydoclint == 0.5.9" ,
4444 " pydocstyle == 6.3.0" ,
4545]
46- dev-formatting = [" black == 24.8 .0" , " isort == 5.13.2" ]
46+ dev-formatting = [" black == 24.10 .0" , " isort == 5.13.2" ]
4747dev-mkdocs = [
48- " black == 24.8 .0" ,
48+ " black == 24.10 .0" ,
4949 " Markdown==3.7" ,
5050 " mike == 2.1.3" ,
5151 " mkdocs-gen-files == 0.5.0" ,
5252 " mkdocs-literate-nav == 0.6.1" ,
53- " mkdocs-macros-plugin == 1.2.0 " ,
54- " mkdocs-material == 9.5.39 " ,
55- " mkdocstrings[python] == 0.26.1 " ,
56- " mkdocstrings-python == 1.11.1 " ,
57- " frequenz-repo-config[lib] == 0.10 .0" ,
53+ " mkdocs-macros-plugin == 1.3.7 " ,
54+ " mkdocs-material == 9.5.47 " ,
55+ " mkdocstrings[python] == 0.27.0 " ,
56+ " mkdocstrings-python == 1.12.2 " ,
57+ " frequenz-repo-config[lib] == 0.11 .0" ,
5858]
5959dev-mypy = [
60- " mypy == 1.11.2 " ,
60+ " mypy == 1.13.0 " ,
6161 " types-Markdown == 3.7.0.20240822" ,
6262 # For checking the noxfile, docs/ script, and tests
6363 " frequenz-client-common[dev-mkdocs,dev-noxfile,dev-pytest]" ,
6464]
6565dev-noxfile = [
66- " nox == 2024.4.15 " ,
67- " frequenz-repo-config[lib] == 0.10 .0" ,
66+ " nox == 2024.10.9 " ,
67+ " frequenz-repo-config[lib] == 0.11 .0" ,
6868]
6969dev-pylint = [
7070 " pylint == 3.3.1" ,
@@ -73,7 +73,7 @@ dev-pylint = [
7373]
7474dev-pytest = [
7575 " pytest == 8.3.3" ,
76- " frequenz-repo-config[extra-lint-examples] == 0.10 .0" ,
76+ " frequenz-repo-config[extra-lint-examples] == 0.11 .0" ,
7777 " pytest-mock == 3.14.0" ,
7878 " pytest-asyncio == 0.24.0" ,
7979 " async-solipsism == 0.7" ,
0 commit comments