|
3 | 3 |
|
4 | 4 | [build-system] |
5 | 5 | requires = [ |
6 | | - "setuptools == 75.8.0", |
| 6 | + "setuptools == 78.1.0", |
7 | 7 | "setuptools_scm[toml] == 8.2.0", |
8 | | - "frequenz-repo-config[api] == 0.13.1", |
| 8 | + "frequenz-repo-config[api] == 0.13.2", |
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. |
@@ -56,30 +56,30 @@ dev-flake8 = [ |
56 | 56 | "pydoclint == 0.6.5", |
57 | 57 | "pydocstyle == 6.3.0", |
58 | 58 | ] |
59 | | -dev-formatting = ["black == 25.1.0", "isort == 6.0.0"] |
| 59 | +dev-formatting = ["black == 25.1.0", "isort == 6.0.1"] |
60 | 60 | dev-mkdocs = [ |
61 | 61 | "mike == 1.1.2", |
62 | 62 | "mkdocs-gen-files == 0.5.0", |
63 | | - "mkdocs-literate-nav == 0.6.1", |
64 | | - "mkdocs-material == 9.6.1", |
| 63 | + "mkdocs-literate-nav == 0.6.2", |
| 64 | + "mkdocs-material == 9.6.11", |
65 | 65 | "mkdocstrings[python] == 0.29.1", |
66 | | - "frequenz-repo-config[api] == 0.13.1", |
| 66 | + "frequenz-repo-config[api] == 0.13.2", |
67 | 67 | ] |
68 | 68 | dev-mypy = [ |
69 | 69 | "mypy == 1.15.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 == 2025.2.9", "frequenz-repo-config[api] == 0.13.1"] |
| 74 | +dev-noxfile = ["nox == 2025.2.9", "frequenz-repo-config[api] == 0.13.2"] |
75 | 75 | dev-pylint = [ |
76 | | - "pylint == 3.3.4", |
| 76 | + "pylint == 3.3.6", |
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 | | - "pytest == 8.3.4", |
82 | | - "frequenz-repo-config[extra-lint-examples] == 0.13.1", |
| 81 | + "pytest == 8.3.5", |
| 82 | + "frequenz-repo-config[extra-lint-examples] == 0.13.2", |
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