|
4 | 4 | [build-system] |
5 | 5 | requires = [ |
6 | 6 | "setuptools == 80.9.0", |
7 | | - "setuptools_scm[toml] == 9.2.0", |
8 | | - "frequenz-repo-config[lib] == 0.13.5", |
| 7 | + "setuptools_scm[toml] == 9.2.2", |
| 8 | + "frequenz-repo-config[lib] == 0.13.6", |
9 | 9 | ] |
10 | 10 | build-backend = "setuptools.build_meta" |
11 | 11 |
|
@@ -61,27 +61,27 @@ dev-mkdocs = [ |
61 | 61 | "mike == 2.1.3", |
62 | 62 | "mkdocs-gen-files == 0.5.0", |
63 | 63 | "mkdocs-literate-nav == 0.6.2", |
64 | | - "mkdocs-macros-plugin == 1.4.0", |
65 | | - "mkdocs-material == 9.6.21", |
| 64 | + "mkdocs-macros-plugin == 1.4.1", |
| 65 | + "mkdocs-material == 9.6.23", |
66 | 66 | "mkdocstrings[python] == 0.30.1", |
67 | 67 | "mkdocstrings-python == 1.18.2", |
68 | | - "frequenz-repo-config[lib] == 0.13.5", |
| 68 | + "frequenz-repo-config[lib] == 0.13.6", |
69 | 69 | ] |
70 | 70 | dev-mypy = [ |
71 | 71 | "mypy == 1.18.2", |
72 | 72 | "types-Markdown == 3.9.0.20250906", |
73 | 73 | # For checking the noxfile, docs/ script, and tests |
74 | 74 | "pymdownx-superfence-filter-lines[dev-mkdocs,dev-noxfile,dev-pytest]", |
75 | 75 | ] |
76 | | -dev-noxfile = ["nox == 2025.10.16", "frequenz-repo-config[lib] == 0.13.5"] |
| 76 | +dev-noxfile = ["nox == 2025.10.16", "frequenz-repo-config[lib] == 0.13.6"] |
77 | 77 | dev-pylint = [ |
78 | 78 | "pylint == 3.3.8", |
79 | 79 | # For checking the noxfile, docs/ script, and tests |
80 | 80 | "pymdownx-superfence-filter-lines[dev-mkdocs,dev-noxfile,dev-pytest]", |
81 | 81 | ] |
82 | 82 | dev-pytest = [ |
83 | 83 | "pytest == 8.4.2", |
84 | | - "frequenz-repo-config[extra-lint-examples] == 0.13.5", |
| 84 | + "frequenz-repo-config[extra-lint-examples] == 0.13.6", |
85 | 85 | "pytest-mock == 3.15.1", |
86 | 86 | "pytest-asyncio == 1.2.0", |
87 | 87 | "async-solipsism == 0.8", |
|
0 commit comments