|
5 | 5 | requires = [ |
6 | 6 | "setuptools == 78.1.0", |
7 | 7 | "setuptools_scm[toml] == 8.3.1", |
8 | | - "frequenz-repo-config[api] == 0.13.3", |
| 8 | + "frequenz-repo-config[api] == 0.13.4", |
9 | 9 | # We need to pin the protobuf, grpcio and grpcio-tools dependencies to make |
10 | 10 | # sure the code is generated using the minimum supported versions, as older |
11 | 11 | # versions can't work with code that was generated with newer versions. |
@@ -61,25 +61,25 @@ dev-mkdocs = [ |
61 | 61 | "mike == 1.1.2", |
62 | 62 | "mkdocs-gen-files == 0.5.0", |
63 | 63 | "mkdocs-literate-nav == 0.6.2", |
64 | | - "mkdocs-material == 9.6.12", |
| 64 | + "mkdocs-material == 9.6.14", |
65 | 65 | "mkdocstrings[python] == 0.29.1", |
66 | | - "frequenz-repo-config[api] == 0.13.3", |
| 66 | + "frequenz-repo-config[api] == 0.13.4", |
67 | 67 | ] |
68 | 68 | dev-mypy = [ |
69 | 69 | "mypy == 1.15.0", |
70 | 70 | "grpc-stubs == 1.53.0.6", |
71 | 71 | # For checking the noxfile, docs/ script, and tests |
72 | 72 | "frequenz-api-common[dev-mkdocs,dev-noxfile,dev-pytest]", |
73 | 73 | ] |
74 | | -dev-noxfile = ["nox == 2025.2.9", "frequenz-repo-config[api] == 0.13.3"] |
| 74 | +dev-noxfile = ["nox == 2025.2.9", "frequenz-repo-config[api] == 0.13.4"] |
75 | 75 | dev-pylint = [ |
76 | 76 | "pylint == 3.3.7", |
77 | 77 | # For checking the noxfile, docs/ script, and tests |
78 | 78 | "frequenz-api-common[dev-mkdocs,dev-noxfile,dev-pytest]", |
79 | 79 | ] |
80 | 80 | dev-pytest = [ |
81 | 81 | "pytest == 8.3.5", |
82 | | - "frequenz-repo-config[extra-lint-examples] == 0.13.3", |
| 82 | + "frequenz-repo-config[extra-lint-examples] == 0.13.4", |
83 | 83 | ] |
84 | 84 | dev = [ |
85 | 85 | "frequenz-api-common[dev-mkdocs,dev-flake8,dev-formatting,dev-mkdocs,dev-mypy,dev-noxfile,dev-pylint,dev-pytest]", |
|
0 commit comments