Skip to content

Commit 4948f59

Browse files
authored
Bump the patch group with 5 updates (#183)
2 parents ee701f0 + 881966c commit 4948f59

File tree

1 file changed

+7
-7
lines changed

1 file changed

+7
-7
lines changed

pyproject.toml

Lines changed: 7 additions & 7 deletions
Original file line numberDiff line numberDiff line change
@@ -5,7 +5,7 @@
55
requires = [
66
"setuptools == 80.9.0",
77
"setuptools_scm[toml] == 8.3.1",
8-
"frequenz-repo-config[lib] == 0.13.4",
8+
"frequenz-repo-config[lib] == 0.13.5",
99
]
1010
build-backend = "setuptools.build_meta"
1111

@@ -71,26 +71,26 @@ dev-flake8 = [
7171
dev-formatting = ["black == 25.1.0", "isort == 6.0.1"]
7272
dev-mkdocs = [
7373
"black == 25.1.0",
74-
"Markdown == 3.8",
74+
"Markdown == 3.8.2",
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-rc2",
7979
"mkdocs-macros-plugin == 1.3.7",
80-
"mkdocs-material == 9.6.14",
80+
"mkdocs-material == 9.6.15",
8181
"mkdocstrings[python] == 0.29.1",
82-
"frequenz-repo-config[lib] == 0.13.4",
82+
"frequenz-repo-config[lib] == 0.13.5",
8383
]
8484
dev-mypy = [
85-
"mypy == 1.16.0",
85+
"mypy == 1.16.1",
8686
"types-Markdown == 3.8.0.20250415",
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.30.2.20250516",
9191
"types-python-dateutil == 2.9.0.20250516",
9292
]
93-
dev-noxfile = ["nox == 2025.5.1", "frequenz-repo-config[lib] == 0.13.4"]
93+
dev-noxfile = ["nox == 2025.5.1", "frequenz-repo-config[lib] == 0.13.5"]
9494
dev-pylint = [
9595
"pylint == 3.3.7",
9696
# For checking the noxfile, docs/ script, and tests
@@ -99,7 +99,7 @@ dev-pylint = [
9999
]
100100
dev-pytest = [
101101
"pytest == 8.4.1",
102-
"frequenz-repo-config[extra-lint-examples] == 0.13.4",
102+
"frequenz-repo-config[extra-lint-examples] == 0.13.5",
103103
"pytest-mock == 3.14.1",
104104
"pytest-asyncio == 1.0.0",
105105
"async-solipsism == 0.7",

0 commit comments

Comments
 (0)