Skip to content

Commit 17fef0e

Browse files
authored
Bump the minor group with 8 updates (#243)
2 parents 98101c1 + 9ecb3e0 commit 17fef0e

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
@@ -68,29 +68,29 @@ dev-flake8 = [
6868
"pydoclint == 0.8.3",
6969
"pydocstyle == 6.3.0",
7070
]
71-
dev-formatting = ["black == 25.9.0", "isort == 7.0.0"]
71+
dev-formatting = ["black == 25.11.0", "isort == 7.0.0"]
7272
dev-mkdocs = [
73-
"black == 25.9.0",
74-
"Markdown == 3.9",
73+
"black == 25.11.0",
74+
"Markdown == 3.10",
7575
"mike == 2.1.3",
7676
"mkdocs-gen-files == 0.5.0",
7777
"mkdocs-literate-nav == 0.6.2",
7878
"frequenz-api-dispatch == 1.0.0",
79-
"mkdocs-macros-plugin == 1.4.1",
80-
"mkdocs-material == 9.6.23",
79+
"mkdocs-macros-plugin == 1.5.0",
80+
"mkdocs-material == 9.7.0",
8181
"mkdocstrings[python] == 1.0.0",
8282
"frequenz-repo-config[lib] == 0.13.6",
8383
]
8484
dev-mypy = [
85-
"mypy == 1.18.2",
86-
"types-Markdown == 3.9.0.20250906",
85+
"mypy == 1.19.0",
86+
"types-Markdown == 3.10.0.20251106",
8787
# For checking the noxfile, docs/ script, and tests
8888
"frequenz-client-dispatch[cli,dev-mkdocs,dev-noxfile,dev-pytest]",
8989
"grpc-stubs == 1.53.0.6",
9090
"types-protobuf == 6.32.1.20251105",
9191
"types-python-dateutil == 2.9.0.20251115",
9292
]
93-
dev-noxfile = ["nox == 2025.10.16", "frequenz-repo-config[lib] == 0.13.6"]
93+
dev-noxfile = ["nox == 2025.11.12", "frequenz-repo-config[lib] == 0.13.6"]
9494
dev-pylint = [
9595
"pylint == 4.0.2",
9696
# For checking the noxfile, docs/ script, and tests
@@ -104,7 +104,7 @@ dev-pytest = [
104104
"pytest-asyncio == 1.3.0",
105105
"async-solipsism == 0.8",
106106
"time-machine == 3.1.0",
107-
"hypothesis == 6.142.5",
107+
"hypothesis == 6.148.6",
108108
"frequenz-client-dispatch[cli]",
109109
]
110110
dev = [

0 commit comments

Comments
 (0)