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 1f8a83e + 15972c0 commit 2e8a0beCopy full SHA for 2e8a0be
pyproject.toml
@@ -56,7 +56,7 @@ email = "[email protected]"
56
[project.optional-dependencies]
57
cli = [
58
"asyncclick == 8.1.8",
59
- "prompt-toolkit == 3.0.51",
+ "prompt-toolkit == 3.0.52",
60
"parsedatetime == 2.6",
61
"tzlocal == 5.3.1",
62
]
@@ -76,8 +76,8 @@ dev-mkdocs = [
76
"mkdocs-gen-files == 0.5.0",
77
"mkdocs-literate-nav == 0.6.2",
78
"frequenz-api-dispatch == 1.0.0-rc3",
79
- "mkdocs-macros-plugin == 1.3.7",
80
- "mkdocs-material == 9.6.16",
+ "mkdocs-macros-plugin == 1.3.9",
+ "mkdocs-material == 9.6.18",
81
"mkdocstrings[python] == 0.30.0",
82
"frequenz-repo-config[lib] == 0.13.5",
83
@@ -92,7 +92,7 @@ dev-mypy = [
92
93
dev-noxfile = ["nox == 2025.5.1", "frequenz-repo-config[lib] == 0.13.5"]
94
dev-pylint = [
95
- "pylint == 3.3.7",
+ "pylint == 3.3.8",
96
# For checking the noxfile, docs/ script, and tests
97
"frequenz-client-dispatch[cli,dev-mkdocs,dev-noxfile,dev-pytest]",
98
0 commit comments