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
@@ -55,19 +55,19 @@ dev-mkdocs = [
5555 " mike == 2.1.3" ,
5656 " mkdocs-gen-files == 0.5.0" ,
5757 " mkdocs-literate-nav == 0.6.2" ,
58- " mkdocs-macros-plugin == 1.4.0 " ,
59- " mkdocs-material == 9.6.21 " ,
58+ " mkdocs-macros-plugin == 1.4.1 " ,
59+ " mkdocs-material == 9.6.23 " ,
6060 " mkdocstrings[python] == 0.30.1" ,
6161 " mkdocstrings-python == 1.18.2" ,
62- " frequenz-repo-config[lib] == 0.13.5 " ,
62+ " frequenz-repo-config[lib] == 0.13.6 " ,
6363]
6464dev-mypy = [
6565 " mypy == 1.18.2" ,
6666 " types-Markdown == 3.9.0.20250906" ,
6767 # For checking the noxfile, docs/ script, and tests
6868 " frequenz-quantities[dev-mkdocs,dev-noxfile,dev-pytest,marshmallow]" ,
6969]
70- dev-noxfile = [" nox == 2025.10.14 " , " frequenz-repo-config[lib] == 0.13.5 " ]
70+ dev-noxfile = [" nox == 2025.10.16 " , " frequenz-repo-config[lib] == 0.13.6 " ]
7171dev-pylint = [
7272 # dev-pytest already defines a dependency to pylint because of the examples
7373 # For checking the noxfile, docs/ script, and tests
@@ -76,11 +76,11 @@ dev-pylint = [
7676dev-pytest = [
7777 " pytest == 8.4.2" ,
7878 " pylint == 3.3.8" , # We need this to check for the examples
79- " frequenz-repo-config[extra-lint-examples] == 0.13.5 " ,
79+ " frequenz-repo-config[extra-lint-examples] == 0.13.6 " ,
8080 " pytest-mock == 3.15.1" ,
8181 " pytest-asyncio == 1.2.0" ,
8282 " async-solipsism == 0.8" ,
83- " hypothesis == 6.142.0 " ,
83+ " hypothesis == 6.142.5 " ,
8484 " frequenz-quantities[marshmallow]" ,
8585]
8686
0 commit comments