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 32130e6 commit 6fa7982Copy full SHA for 6fa7982
pyproject.toml
@@ -31,7 +31,7 @@ dependencies = [
31
"pandas >= 2.3.1, < 3",
32
"pyarrow >= 20.0.0, < 21.0.0",
33
"matplotlib >= 3.8.4, < 3.11.0",
34
- "ipython == 9.3.0",
+ "ipython == 9.4.0",
35
"pvlib >= 0.13.0, < 0.14.0",
36
"python-dotenv >= 0.21.0, < 1.2.0",
37
"toml >= 0.10.2, < 0.11.0",
@@ -68,8 +68,8 @@ dev-mkdocs = [
68
"frequenz-repo-config[lib] == 0.13.5",
69
]
70
dev-mypy = [
71
- "mypy == 1.16.1",
72
- "pandas-stubs == 2.2.3.250527",
+ "mypy == 1.17.1",
+ "pandas-stubs == 2.3.0.250703",
73
"types-toml==0.10.8.20240310",
74
"types-Markdown == 3.8.0.20250415",
75
# For checking the noxfile, docs/ script, and tests
0 commit comments