|
3 | 3 |
|
4 | 4 | [build-system] |
5 | 5 | requires = [ |
6 | | - "setuptools == 68.1.0", |
7 | | - "setuptools_scm[toml] == 7.1.0", |
8 | | - "frequenz-repo-config[api] == 0.9.2", |
| 6 | + "setuptools == 75.8.0", |
| 7 | + "setuptools_scm[toml] == 8.1.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. |
@@ -62,23 +62,23 @@ dev-mkdocs = [ |
62 | 62 | "mkdocs-literate-nav == 0.6.1", |
63 | 63 | "mkdocs-material == 9.5.21", |
64 | 64 | "mkdocstrings[python] == 0.25.1", |
65 | | - "frequenz-repo-config[api] == 0.9.2", |
| 65 | + "frequenz-repo-config[api] == 0.11.0", |
66 | 66 | ] |
67 | 67 | dev-mypy = [ |
68 | 68 | "mypy == 1.10.0", |
69 | 69 | "grpc-stubs == 1.53.0.5", |
70 | 70 | # For checking the noxfile, docs/ script, and tests |
71 | 71 | "frequenz-api-common[dev-mkdocs,dev-noxfile,dev-pytest]", |
72 | 72 | ] |
73 | | -dev-noxfile = ["nox == 2024.4.15", "frequenz-repo-config[api] == 0.9.2"] |
| 73 | +dev-noxfile = ["nox == 2024.4.15", "frequenz-repo-config[api] == 0.11.0"] |
74 | 74 | dev-pylint = [ |
75 | 75 | "pylint == 3.1.0", |
76 | 76 | # For checking the noxfile, docs/ script, and tests |
77 | 77 | "frequenz-api-common[dev-mkdocs,dev-noxfile,dev-pytest]", |
78 | 78 | ] |
79 | 79 | dev-pytest = [ |
80 | 80 | "pytest == 8.2.0", |
81 | | - "frequenz-repo-config[extra-lint-examples] == 0.9.2", |
| 81 | + "frequenz-repo-config[extra-lint-examples] == 0.11.0", |
82 | 82 | ] |
83 | 83 | dev = [ |
84 | 84 | "frequenz-api-common[dev-mkdocs,dev-flake8,dev-formatting,dev-mkdocs,dev-mypy,dev-noxfile,dev-pylint,dev-pytest]", |
|
0 commit comments