We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 7b9d9e1 commit 1bc8b42Copy full SHA for 1bc8b42
pyproject.toml
@@ -2,7 +2,7 @@
2
# Copyright © 2023 Frequenz Energy-as-a-Service GmbH
3
4
[build-system]
5
-requires = ["setuptools == 80.3.1", "setuptools_scm[toml] == 8.3.1"]
+requires = ["setuptools == 80.9.0", "setuptools_scm[toml] == 8.3.1"]
6
build-backend = "setuptools.build_meta"
7
8
[project]
@@ -87,7 +87,7 @@ dev-mkdocs = [
87
"mkdocstrings-python == 1.16.10",
88
]
89
dev-mypy = [
90
- "mypy == 1.15.0",
+ "mypy == 1.16.0",
91
"types-setuptools >= 67.6.0, < 81", # Should match the api dependency
92
"types-Markdown == 3.8.0.20250415",
93
"types-PyYAML == 6.0.12.20250402",
0 commit comments