|
5 | 5 | requires = [ |
6 | 6 | "setuptools == 68.1.0", |
7 | 7 | "setuptools_scm[toml] == 7.1.0", |
8 | | - "frequenz-repo-config[api] == 0.10.0", |
| 8 | + "frequenz-repo-config[api] == 0.11.0", |
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. |
12 | 12 | # https://protobuf.dev/support/cross-version-runtime-guarantee/#backwards |
13 | | - "protobuf == 5.28.0", |
14 | | - "grpcio-tools == 1.66.1", |
15 | | - "grpcio == 1.66.1", |
| 13 | + "protobuf == 5.29.0", |
| 14 | + "grpcio-tools == 1.68.0", |
| 15 | + "grpcio == 1.68.0", |
16 | 16 | ] |
17 | 17 | build-backend = "setuptools.build_meta" |
18 | 18 |
|
@@ -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.1", |
64 | | - "mkdocs-material == 9.5.43", |
65 | | - "mkdocstrings[python] == 0.26.2", |
66 | | - "frequenz-repo-config[api] == 0.10.0", |
| 64 | + "mkdocs-material == 9.5.47", |
| 65 | + "mkdocstrings[python] == 0.27.0", |
| 66 | + "frequenz-repo-config[api] == 0.11.0", |
67 | 67 | ] |
68 | 68 | dev-mypy = [ |
69 | 69 | "mypy == 1.13.0", |
70 | 70 | "grpc-stubs == 1.53.0.5", |
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 == 2024.10.9", "frequenz-repo-config[api] == 0.10.0"] |
| 74 | +dev-noxfile = ["nox == 2024.10.9", "frequenz-repo-config[api] == 0.11.0"] |
75 | 75 | dev-pylint = [ |
76 | 76 | "pylint == 3.3.1", |
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.3", |
82 | | - "frequenz-repo-config[extra-lint-examples] == 0.10.0", |
| 82 | + "frequenz-repo-config[extra-lint-examples] == 0.11.0", |
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