44[build-system ]
55requires = [
66 " setuptools == 80.9.0" ,
7- " setuptools_scm[toml] == 9.2.0 " ,
8- " frequenz-repo-config[lib] == 0.13.5 " ,
7+ " setuptools_scm[toml] == 9.2.2 " ,
8+ " frequenz-repo-config[lib] == 0.13.6 " ,
99]
1010build-backend = " setuptools.build_meta"
1111
@@ -68,11 +68,11 @@ dev-mkdocs = [
6868 " mike == 2.1.3" ,
6969 " mkdocs-gen-files == 0.5.0" ,
7070 " mkdocs-literate-nav == 0.6.2" ,
71- " mkdocs-macros-plugin == 1.4.0 " ,
72- " mkdocs-material == 9.6.17 " ,
73- " mkdocstrings[python] == 0.30.0 " ,
71+ " mkdocs-macros-plugin == 1.4.1 " ,
72+ " mkdocs-material == 9.6.23 " ,
73+ " mkdocstrings[python] == 0.30.1 " ,
7474 " mkdocstrings-python == 1.18.2" ,
75- " frequenz-repo-config[lib] == 0.13.5 " ,
75+ " frequenz-repo-config[lib] == 0.13.6 " ,
7676]
7777dev-mypy = [
7878 " mypy == 1.18.2" ,
@@ -82,16 +82,16 @@ dev-mypy = [
8282 # For checking the noxfile, docs/ script, and tests
8383 " frequenz-client-assets[dev-mkdocs,dev-noxfile,dev-pytest,cli]" ,
8484]
85- dev-noxfile = [" nox == 2025.5.1" , " frequenz-repo-config[lib] == 0.13.5 " ]
85+ dev-noxfile = [" nox == 2025.5.1" , " frequenz-repo-config[lib] == 0.13.6 " ]
8686dev-pylint = [
8787 # dev-pytest already defines a dependency to pylint because of the examples
8888 # For checking the noxfile, docs/ script, and tests
8989 " frequenz-client-assets[dev-mkdocs,dev-noxfile,dev-pytest,cli]" ,
9090]
9191dev-pytest = [
92- " pytest == 8.4.1 " ,
92+ " pytest == 8.4.2 " ,
9393 " pylint == 3.3.8" , # We need this to check for the examples
94- " frequenz-repo-config[extra-lint-examples] == 0.13.5 " ,
94+ " frequenz-repo-config[extra-lint-examples] == 0.13.6 " ,
9595 " pytest-mock == 3.15.1" ,
9696 " pytest-asyncio == 1.1.0" ,
9797 " async-solipsism == 0.8" ,
0 commit comments