|
5 | 5 | requires = [ |
6 | 6 | "setuptools == 80.9.0", |
7 | 7 | "setuptools_scm[toml] == 8.3.1", |
8 | | - "frequenz-repo-config[api] == 0.13.4", |
| 8 | + "frequenz-repo-config[api] == 0.13.5", |
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. |
@@ -71,32 +71,32 @@ dev-flake8 = [ |
71 | 71 | dev-formatting = ["black == 25.1.0", "isort == 6.0.1"] |
72 | 72 | dev-mkdocs = [ |
73 | 73 | "black == 25.1.0", |
74 | | - "Markdown==3.8", |
| 74 | + "Markdown==3.8.2", |
75 | 75 | "mike == 2.1.3", |
76 | 76 | "mkdocs-gen-files == 0.5.0", |
77 | 77 | "mkdocs-literate-nav == 0.6.2", |
78 | 78 | "mkdocs-macros-plugin == 1.3.7", |
79 | | - "mkdocs-material == 9.6.14", |
| 79 | + "mkdocs-material == 9.6.15", |
80 | 80 | "mkdocstrings[python] == 0.29.1", |
81 | | - "mkdocstrings-python == 1.16.11", |
82 | | - "frequenz-repo-config[api] == 0.13.4", |
| 81 | + "mkdocstrings-python == 1.16.12", |
| 82 | + "frequenz-repo-config[api] == 0.13.5", |
83 | 83 | ] |
84 | 84 | dev-mypy = [ |
85 | | - "mypy == 1.16.0", |
| 85 | + "mypy == 1.16.1", |
86 | 86 | "grpc-stubs == 1.53.0.6", |
87 | 87 | "types-Markdown == 3.8.0.20250415", |
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 == 2025.5.1", "frequenz-repo-config[api] == 0.13.4"] |
| 91 | +dev-noxfile = ["nox == 2025.5.1", "frequenz-repo-config[api] == 0.13.5"] |
92 | 92 | dev-pylint = [ |
93 | 93 | "pylint == 3.3.7", |
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.5", |
99 | | - "frequenz-repo-config[extra-lint-examples] == 0.13.4", |
| 99 | + "frequenz-repo-config[extra-lint-examples] == 0.13.5", |
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