|
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 |
|
@@ -69,35 +69,35 @@ dev-flake8 = [ |
69 | 69 | dev-formatting = ["black == 25.1.0", "isort == 6.0.1"] |
70 | 70 | dev-mkdocs = [ |
71 | 71 | "black == 25.1.0", |
72 | | - "Markdown==3.8", |
| 72 | + "Markdown==3.8.2", |
73 | 73 | "mike == 2.1.3", |
74 | 74 | "mkdocs-gen-files == 0.5.0", |
75 | 75 | "mkdocs-literate-nav == 0.6.2", |
76 | 76 | "mkdocs-macros-plugin == 1.3.7", |
77 | | - "mkdocs-material == 9.6.14", |
| 77 | + "mkdocs-material == 9.6.15", |
78 | 78 | "mkdocstrings[python] == 0.29.1", |
79 | | - "mkdocstrings-python == 1.16.11", |
80 | | - "frequenz-repo-config[lib] == 0.13.4", |
| 79 | + "mkdocstrings-python == 1.16.12", |
| 80 | + "frequenz-repo-config[lib] == 0.13.5", |
81 | 81 | ] |
82 | 82 | dev-mypy = [ |
83 | | - "mypy == 1.16.0", |
| 83 | + "mypy == 1.16.1", |
84 | 84 | "grpc-stubs == 1.53.0.6", |
85 | 85 | "pandas-stubs == 2.2.3.250308", |
86 | 86 | "types-Markdown == 3.8.0.20250415", |
87 | 87 | "types-protobuf == 5.29.1.20250403", |
88 | 88 | # For checking the noxfile, docs/ script, and tests |
89 | 89 | "frequenz-client-electricity-trading[dev-mkdocs,dev-noxfile,dev-pytest]", |
90 | 90 | ] |
91 | | -dev-noxfile = ["nox == 2025.5.1", "frequenz-repo-config[lib] == 0.13.4"] |
| 91 | +dev-noxfile = ["nox == 2025.5.1", "frequenz-repo-config[lib] == 0.13.5"] |
92 | 92 | dev-pylint = [ |
93 | 93 | "pylint == 3.3.7", |
94 | 94 | # For checking the noxfile, docs/ script, and tests |
95 | 95 | "frequenz-client-electricity-trading[dev-mkdocs,dev-noxfile,dev-pytest]", |
96 | 96 | ] |
97 | 97 | dev-pytest = [ |
98 | 98 | "pytest == 8.3.5", |
99 | | - "frequenz-repo-config[extra-lint-examples] == 0.13.4", |
100 | | - "pytest-mock == 3.14.0", |
| 99 | + "frequenz-repo-config[extra-lint-examples] == 0.13.5", |
| 100 | + "pytest-mock == 3.14.1", |
101 | 101 | "pytest-asyncio == 0.26.0", |
102 | 102 | "async-solipsism == 0.7", |
103 | 103 | "deepdiff == 8.5.0", |
|
0 commit comments