|
3 | 3 |
|
4 | 4 | [build-system]
|
5 | 5 | requires = [
|
6 |
| - "setuptools == 75.8.0", |
7 |
| - "setuptools_scm[toml] == 8.1.0", |
8 |
| - "frequenz-repo-config[api] == 0.11.0", |
| 6 | + "setuptools == 75.8.2", |
| 7 | + "setuptools_scm[toml] == 8.2.0", |
| 8 | + "frequenz-repo-config[api] == 0.12.3", |
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,41 +62,41 @@ email = "floss@frequenz.com"
|
62 | 62 |
|
63 | 63 | [project.optional-dependencies]
|
64 | 64 | dev-flake8 = [
|
65 |
| - "flake8 == 7.1.1", |
| 65 | + "flake8 == 7.1.2", |
66 | 66 | "flake8-docstrings == 1.7.0",
|
67 | 67 | "flake8-pyproject == 1.2.3", # For reading the flake8 config from pyproject.toml
|
68 |
| - "pydoclint == 0.6.0", |
| 68 | + "pydoclint == 0.6.2", |
69 | 69 | "pydocstyle == 6.3.0",
|
70 | 70 | ]
|
71 |
| -dev-formatting = ["black == 25.1.0", "isort == 6.0.0"] |
| 71 | +dev-formatting = ["black == 25.1.0", "isort == 6.0.1"] |
72 | 72 | dev-mkdocs = [
|
73 | 73 | "black == 25.1.0",
|
74 | 74 | "Markdown==3.7",
|
75 | 75 | "mike == 2.1.3",
|
76 | 76 | "mkdocs-gen-files == 0.5.0",
|
77 | 77 | "mkdocs-literate-nav == 0.6.1",
|
78 | 78 | "mkdocs-macros-plugin == 1.3.7",
|
79 |
| - "mkdocs-material == 9.6.1", |
80 |
| - "mkdocstrings[python] == 0.27.0", |
81 |
| - "mkdocstrings-python == 1.13.0", |
82 |
| - "frequenz-repo-config[api] == 0.11.0", |
| 79 | + "mkdocs-material == 9.6.6", |
| 80 | + "mkdocstrings[python] == 0.28.2", |
| 81 | + "mkdocstrings-python == 1.16.2", |
| 82 | + "frequenz-repo-config[api] == 0.12.3", |
83 | 83 | ]
|
84 | 84 | dev-mypy = [
|
85 |
| - "mypy == 1.14.1", |
| 85 | + "mypy == 1.15.0", |
86 | 86 | "grpc-stubs == 1.53.0.5",
|
87 | 87 | "types-Markdown == 3.7.0.20241204",
|
88 | 88 | # For checking the noxfile, docs/ script, and tests
|
89 | 89 | "frequenz-api-dispatch[dev-mkdocs,dev-noxfile,dev-pytest]",
|
90 | 90 | ]
|
91 |
| -dev-noxfile = ["nox == 2024.10.9", "frequenz-repo-config[api] == 0.11.0"] |
| 91 | +dev-noxfile = ["nox == 2024.10.9", "frequenz-repo-config[api] == 0.12.3"] |
92 | 92 | dev-pylint = [
|
93 | 93 | "pylint == 3.3.4",
|
94 | 94 | # For checking the noxfile, docs/ script, and tests
|
95 | 95 | "frequenz-api-dispatch[dev-mkdocs,dev-noxfile,dev-pytest]",
|
96 | 96 | ]
|
97 | 97 | dev-pytest = [
|
98 | 98 | "pytest == 8.3.4",
|
99 |
| - "frequenz-repo-config[extra-lint-examples] == 0.11.0", |
| 99 | + "frequenz-repo-config[extra-lint-examples] == 0.12.3", |
100 | 100 | ]
|
101 | 101 | dev = [
|
102 | 102 | "frequenz-api-dispatch[dev-mkdocs,dev-flake8,dev-formatting,dev-mkdocs,dev-mypy,dev-noxfile,dev-pylint,dev-pytest]",
|
|
0 commit comments