Skip to content

Commit ee60b0b

Browse files
Merge branch 'v0.x.x' into name_resolution
2 parents c36e839 + 7abbc9c commit ee60b0b

File tree

1 file changed

+8
-8
lines changed

1 file changed

+8
-8
lines changed

pyproject.toml

Lines changed: 8 additions & 8 deletions
Original file line numberDiff line numberDiff line change
@@ -52,28 +52,28 @@ dev-flake8 = [
5252
"pydoclint == 0.5.9",
5353
"pydocstyle == 6.3.0",
5454
]
55-
dev-formatting = ["black == 24.8.0", "isort == 5.13.2"]
55+
dev-formatting = ["black == 24.10.0", "isort == 5.13.2"]
5656
dev-mkdocs = [
57-
"black == 24.8.0",
57+
"black == 24.10.0",
5858
"Markdown==3.7",
5959
"mike == 2.1.3",
6060
"mkdocs-gen-files == 0.5.0",
6161
"mkdocs-literate-nav == 0.6.1",
62-
"mkdocs-macros-plugin == 1.2.0",
63-
"mkdocs-material == 9.5.39",
64-
"mkdocstrings[python] == 0.26.1",
62+
"mkdocs-macros-plugin == 1.3.7",
63+
"mkdocs-material == 9.5.43",
64+
"mkdocstrings[python] == 0.26.2",
6565
"frequenz-repo-config[lib] == 0.10.0",
6666
]
6767
dev-mypy = [
68-
"mypy == 1.11.2",
68+
"mypy == 1.13.0",
6969
"types-Markdown == 3.7.0.20240822",
70-
"types-protobuf == 5.28.0.20240924",
70+
"types-protobuf == 5.28.3.20241030",
7171
# For checking the noxfile, docs/ script, and tests
7272
"frequenz-client-reporting[dev-mkdocs,dev-noxfile,dev-pytest]",
7373
"pandas-stubs >= 2, < 3", # Only required for example
7474
]
7575
dev-noxfile = [
76-
"nox == 2024.4.15",
76+
"nox == 2024.10.9",
7777
"frequenz-repo-config[lib] == 0.10.0",
7878
]
7979
dev-pylint = [

0 commit comments

Comments
 (0)