|
5 | 5 | requires = [ |
6 | 6 | "setuptools == 80.9.0", |
7 | 7 | "setuptools_scm[toml] == 8.3.1", |
8 | | - "frequenz-repo-config[lib] == 0.13.4", |
| 8 | + "frequenz-repo-config[lib] == 0.13.5", |
9 | 9 | ] |
10 | 10 | build-backend = "setuptools.build_meta" |
11 | 11 |
|
@@ -45,36 +45,36 @@ dev-flake8 = [ |
45 | 45 | ] |
46 | 46 | dev-formatting = ["black == 25.1.0", "isort == 6.0.1"] |
47 | 47 | dev-mkdocs = [ |
48 | | - "Markdown == 3.8", |
| 48 | + "Markdown == 3.8.2", |
49 | 49 | "black == 25.1.0", |
50 | | - "frequenz-repo-config[lib] == 0.13.4", |
| 50 | + "frequenz-repo-config[lib] == 0.13.5", |
51 | 51 | "markdown-callouts == 0.4.0", |
52 | 52 | "markdown-svgbob == 202406.1023", |
53 | 53 | "mike == 2.1.3", |
54 | 54 | "mkdocs-gen-files == 0.5.0", |
55 | | - "mkdocs-include-markdown-plugin == 7.1.5", |
| 55 | + "mkdocs-include-markdown-plugin == 7.1.6", |
56 | 56 | "mkdocs-literate-nav == 0.6.2", |
57 | 57 | "mkdocs-macros-plugin == 1.3.7", |
58 | | - "mkdocs-material == 9.6.14", |
| 58 | + "mkdocs-material == 9.6.15", |
59 | 59 | "mkdocstrings[python] == 0.29.1", |
60 | | - "mkdocstrings-python == 1.16.11", |
| 60 | + "mkdocstrings-python == 1.16.12", |
61 | 61 | "pymdownx-superfence-filter-lines == 0.1.0", |
62 | 62 | ] |
63 | 63 | dev-mypy = [ |
64 | 64 | # For checking the noxfile, docs/ script, and tests |
65 | 65 | "frequenz-channels[dev-mkdocs,dev-noxfile,dev-pytest]", |
66 | | - "mypy == 1.16.0", |
| 66 | + "mypy == 1.16.1", |
67 | 67 | "types-Markdown == 3.8.0.20250415", |
68 | 68 | ] |
69 | | -dev-noxfile = ["nox == 2025.5.1", "frequenz-repo-config[lib] == 0.13.4"] |
| 69 | +dev-noxfile = ["nox == 2025.5.1", "frequenz-repo-config[lib] == 0.13.5"] |
70 | 70 | dev-pylint = [ |
71 | 71 | # For checking the noxfile, docs/ script, and tests |
72 | 72 | "frequenz-channels[dev-mkdocs,dev-noxfile,dev-pytest]", |
73 | 73 | "pylint == 3.3.7", |
74 | 74 | ] |
75 | 75 | dev-pytest = [ |
76 | 76 | "async-solipsism == 0.7", |
77 | | - "frequenz-repo-config[extra-lint-examples] == 0.13.4", |
| 77 | + "frequenz-repo-config[extra-lint-examples] == 0.13.5", |
78 | 78 | "hypothesis == 6.132.0", |
79 | 79 | "pytest == 8.3.5", |
80 | 80 | "pytest-asyncio == 0.26.0", |
|
0 commit comments