|
5 | 5 | requires = [ |
6 | 6 | "setuptools == 68.1.0", |
7 | 7 | "setuptools_scm[toml] == 7.1.0", |
8 | | - "frequenz-repo-config[lib] == 0.9.1", |
| 8 | + "frequenz-repo-config[lib] == 0.9.2", |
9 | 9 | ] |
10 | 10 | build-backend = "setuptools.build_meta" |
11 | 11 |
|
@@ -58,29 +58,29 @@ dev-formatting = ["black == 24.4.2", "isort == 5.13.2"] |
58 | 58 | dev-mkdocs = [ |
59 | 59 | "black == 24.4.2", |
60 | 60 | "Markdown==3.6", |
61 | | - "mike == 2.0.0", |
| 61 | + "mike == 2.1.0", |
62 | 62 | "mkdocs-gen-files == 0.5.0", |
63 | 63 | "mkdocs-literate-nav == 0.6.1", |
64 | 64 | "mkdocs-macros-plugin == 1.0.5", |
65 | 65 | "mkdocs-material == 9.5.20", |
66 | 66 | "mkdocstrings[python] == 0.25.0", |
67 | | - "frequenz-repo-config[lib] == 0.9.1", |
| 67 | + "frequenz-repo-config[lib] == 0.9.2", |
68 | 68 | ] |
69 | 69 | dev-mypy = [ |
70 | 70 | "mypy == 1.10.0", |
71 | 71 | "types-Markdown == 3.6.0.20240316", |
72 | 72 | # For checking the noxfile, docs/ script, and tests |
73 | 73 | "pymdownx-superfence-filter-lines[dev-mkdocs,dev-noxfile,dev-pytest]", |
74 | 74 | ] |
75 | | -dev-noxfile = ["nox == 2024.4.15", "frequenz-repo-config[lib] == 0.9.1"] |
| 75 | +dev-noxfile = ["nox == 2024.4.15", "frequenz-repo-config[lib] == 0.9.2"] |
76 | 76 | dev-pylint = [ |
77 | 77 | "pylint == 3.1.0", |
78 | 78 | # For checking the noxfile, docs/ script, and tests |
79 | 79 | "pymdownx-superfence-filter-lines[dev-mkdocs,dev-noxfile,dev-pytest]", |
80 | 80 | ] |
81 | 81 | dev-pytest = [ |
82 | 82 | "pytest == 8.2.0", |
83 | | - "frequenz-repo-config[extra-lint-examples] == 0.9.1", |
| 83 | + "frequenz-repo-config[extra-lint-examples] == 0.9.2", |
84 | 84 | "pytest-mock == 3.14.0", |
85 | 85 | "pytest-asyncio == 0.23.6", |
86 | 86 | "async-solipsism == 0.6", |
|
0 commit comments