|
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 |
|
@@ -62,27 +62,27 @@ dev-mkdocs = [
|
62 | 62 | "mkdocs-gen-files == 0.5.0",
|
63 | 63 | "mkdocs-literate-nav == 0.6.2",
|
64 | 64 | "mkdocs-macros-plugin == 1.3.7",
|
65 |
| - "mkdocs-material == 9.6.12", |
| 65 | + "mkdocs-material == 9.6.14", |
66 | 66 | "mkdocstrings[python] == 0.29.1",
|
67 |
| - "mkdocstrings-python == 1.16.10", |
68 |
| - "frequenz-repo-config[lib] == 0.13.3", |
| 67 | + "mkdocstrings-python == 1.16.11", |
| 68 | + "frequenz-repo-config[lib] == 0.13.4", |
69 | 69 | ]
|
70 | 70 | dev-mypy = [
|
71 | 71 | "mypy == 1.15.0",
|
72 | 72 | "types-Markdown == 3.8.0.20250415",
|
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.5.1", "frequenz-repo-config[lib] == 0.13.3"] |
| 76 | +dev-noxfile = ["nox == 2025.5.1", "frequenz-repo-config[lib] == 0.13.4"] |
77 | 77 | dev-pylint = [
|
78 |
| - "pylint == 3.3.6", |
| 78 | + "pylint == 3.3.7", |
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.3.5",
|
84 |
| - "frequenz-repo-config[extra-lint-examples] == 0.13.3", |
85 |
| - "pytest-mock == 3.14.0", |
| 84 | + "frequenz-repo-config[extra-lint-examples] == 0.13.4", |
| 85 | + "pytest-mock == 3.14.1", |
86 | 86 | "pytest-asyncio == 0.26.0",
|
87 | 87 | "async-solipsism == 0.7",
|
88 | 88 | ]
|
|
0 commit comments