Skip to content

Commit 5c89a00

Browse files
authored
Bump the required group with 8 updates (frequenz-floss#101)
2 parents 64f2633 + 9db4ec4 commit 5c89a00

File tree

1 file changed

+9
-9
lines changed

1 file changed

+9
-9
lines changed

pyproject.toml

Lines changed: 9 additions & 9 deletions
Original file line numberDiff line numberDiff line change
@@ -61,27 +61,27 @@ dev-flake8 = [
6161
"pydoclint == 0.5.9",
6262
"pydocstyle == 6.3.0",
6363
]
64-
dev-formatting = ["black == 24.8.0", "isort == 5.13.2"]
64+
dev-formatting = ["black == 24.10.0", "isort == 5.13.2"]
6565
dev-mkdocs = [
66-
"black == 24.8.0",
66+
"black == 24.10.0",
6767
"Markdown==3.7",
6868
"mike == 2.1.3",
6969
"mkdocs-gen-files == 0.5.0",
7070
"mkdocs-literate-nav == 0.6.1",
71-
"mkdocs-macros-plugin == 1.2.0",
72-
"mkdocs-material == 9.5.39",
73-
"mkdocstrings[python] == 0.26.1",
71+
"mkdocs-macros-plugin == 1.3.7",
72+
"mkdocs-material == 9.5.43",
73+
"mkdocstrings[python] == 0.26.2",
7474
"frequenz-repo-config[lib] == 0.10.0",
7575
]
7676
dev-mypy = [
77-
"mypy == 1.11.2",
77+
"mypy == 1.13.0",
7878
"types-Markdown == 3.7.0.20240822",
7979
# For checking the noxfile, docs/ script, and tests
8080
"frequenz-client-dispatch[cli,dev-mkdocs,dev-noxfile,dev-pytest]",
8181
"grpc-stubs == 1.53.0.5",
82-
"types-protobuf == 5.28.0.20240924",
82+
"types-protobuf == 5.28.3.20241030",
8383
]
84-
dev-noxfile = ["nox == 2024.4.15", "frequenz-repo-config[lib] == 0.10.0"]
84+
dev-noxfile = ["nox == 2024.10.9", "frequenz-repo-config[lib] == 0.10.0"]
8585
dev-pylint = [
8686
"pylint == 3.3.1",
8787
# For checking the noxfile, docs/ script, and tests
@@ -94,7 +94,7 @@ dev-pytest = [
9494
"pytest-mock == 3.14.0",
9595
"pytest-asyncio == 0.24.0",
9696
"async-solipsism == 0.7",
97-
"hypothesis == 6.112.2",
97+
"hypothesis == 6.116.0",
9898
"frequenz-client-dispatch[cli]",
9999
]
100100
dev = [

0 commit comments

Comments
 (0)