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.
2 parents 3921bd9 + b4110f9 commit 60af0d5Copy full SHA for 60af0d5
pyproject.toml
@@ -44,9 +44,9 @@ dev-flake8 = [
44
"pydoclint == 0.3.2",
45
"pydocstyle == 6.3.0",
46
]
47
-dev-formatting = ["black == 23.9.1", "isort == 5.12.0"]
+dev-formatting = ["black == 24.4.2", "isort == 5.12.0"]
48
dev-mkdocs = [
49
- "black == 23.9.1",
+ "black == 24.4.2",
50
"Markdown==3.4.4",
51
"mike == 2.0.0",
52
"mkdocs-gen-files == 0.5.0",
@@ -64,7 +64,7 @@ dev-mypy = [
64
"pandas-stubs >= 2, < 3", # Only required for example
65
66
dev-noxfile = [
67
- "nox == 2023.4.22",
+ "nox == 2024.4.15",
68
"frequenz-repo-config[lib] == 0.9.1",
69
70
dev-pylint = [
0 commit comments