55requires = [
66 " setuptools == 80.9.0" ,
77 " setuptools_scm[toml] == 8.3.1" ,
8- " frequenz-repo-config[lib] == 0.13.4 " ,
8+ " frequenz-repo-config[lib] == 0.13.5 " ,
99]
1010build-backend = " setuptools.build_meta"
1111
@@ -54,18 +54,18 @@ dev-flake8 = [
5454dev-formatting = [" black == 25.1.0" , " isort == 6.0.1" ]
5555dev-mkdocs = [
5656 " black == 25.1.0" ,
57- " Markdown==3.8" ,
57+ " Markdown==3.8.2 " ,
5858 " mike == 2.1.3" ,
5959 " mkdocs-gen-files == 0.5.0" ,
6060 " mkdocs-literate-nav == 0.6.2" ,
6161 " mkdocs-macros-plugin == 1.3.7" ,
6262 " mkdocs-material == 9.6.14" ,
6363 " mkdocstrings[python] == 0.29.1" ,
64- " mkdocstrings-python == 1.16.11 " ,
65- " frequenz-repo-config[lib] == 0.13.4 " ,
64+ " mkdocstrings-python == 1.16.12 " ,
65+ " frequenz-repo-config[lib] == 0.13.5 " ,
6666]
6767dev-mypy = [
68- " mypy == 1.16.0 " ,
68+ " mypy == 1.16.1 " ,
6969 " types-Markdown == 3.8.0.20250415" ,
7070 " types-protobuf == 6.30.2.20250516" ,
7171 # For checking the noxfile, docs/ script, and tests
@@ -74,7 +74,7 @@ dev-mypy = [
7474]
7575dev-noxfile = [
7676 " nox == 2025.5.1" ,
77- " frequenz-repo-config[lib] == 0.13.4 " ,
77+ " frequenz-repo-config[lib] == 0.13.5 " ,
7878]
7979dev-pylint = [
8080 " pylint == 3.3.7" ,
@@ -83,8 +83,8 @@ dev-pylint = [
8383 " pandas >= 2, < 3" , # Only required for example
8484]
8585dev-pytest = [
86- " pytest == 8.4.0 " ,
87- " frequenz-repo-config[extra-lint-examples] == 0.13.4 " ,
86+ " pytest == 8.4.1 " ,
87+ " frequenz-repo-config[extra-lint-examples] == 0.13.5 " ,
8888 " pytest-mock == 3.14.1" ,
8989 " pytest-asyncio == 0.26.0" ,
9090 " async-solipsism == 0.7" ,
0 commit comments