|
5 | 5 | requires = [
|
6 | 6 | "setuptools == 80.3.1",
|
7 | 7 | "setuptools_scm[toml] == 8.3.1",
|
8 |
| - "frequenz-repo-config[lib] == 0.13.3", |
| 8 | + "frequenz-repo-config[lib] == 0.13.4", |
9 | 9 | ]
|
10 | 10 | build-backend = "setuptools.build_meta"
|
11 | 11 |
|
@@ -60,28 +60,28 @@ dev-mkdocs = [
|
60 | 60 | "mkdocs-gen-files == 0.5.0",
|
61 | 61 | "mkdocs-literate-nav == 0.6.2",
|
62 | 62 | "mkdocs-macros-plugin == 1.3.7",
|
63 |
| - "mkdocs-material == 9.6.12", |
| 63 | + "mkdocs-material == 9.6.14", |
64 | 64 | "mkdocstrings[python] == 0.29.1",
|
65 |
| - "mkdocstrings-python == 1.16.10", |
66 |
| - "frequenz-repo-config[lib] == 0.13.3", |
| 65 | + "mkdocstrings-python == 1.16.11", |
| 66 | + "frequenz-repo-config[lib] == 0.13.4", |
67 | 67 | ]
|
68 | 68 | dev-mypy = [
|
69 | 69 | "mypy == 1.15.0",
|
70 | 70 | "types-Markdown == 3.8.0.20250415",
|
71 | 71 | # For checking the noxfile, docs/ script, and tests
|
72 | 72 | "frequenz-core[dev-mkdocs,dev-noxfile,dev-pytest]",
|
73 | 73 | ]
|
74 |
| -dev-noxfile = ["nox == 2025.5.1", "frequenz-repo-config[lib] == 0.13.3"] |
| 74 | +dev-noxfile = ["nox == 2025.5.1", "frequenz-repo-config[lib] == 0.13.4"] |
75 | 75 | dev-pylint = [
|
76 | 76 | # dev-pytest already defines a dependency to pylint because of the examples
|
77 | 77 | # For checking the noxfile, docs/ script, and tests
|
78 | 78 | "frequenz-core[dev-mkdocs,dev-noxfile,dev-pytest]",
|
79 | 79 | ]
|
80 | 80 | dev-pytest = [
|
81 | 81 | "pytest == 8.3.5",
|
82 |
| - "pylint == 3.3.6", # We need this to check for the examples |
83 |
| - "frequenz-repo-config[extra-lint-examples] == 0.13.3", |
84 |
| - "pytest-mock == 3.14.0", |
| 82 | + "pylint == 3.3.7", # We need this to check for the examples |
| 83 | + "frequenz-repo-config[extra-lint-examples] == 0.13.4", |
| 84 | + "pytest-mock == 3.14.1", |
85 | 85 | "pytest-asyncio == 0.26.0",
|
86 | 86 | "async-solipsism == 0.7",
|
87 | 87 | "hypothesis == 6.131.9",
|
|
0 commit comments