Skip to content

Commit 0b4631b

Browse files
committed
Bump repo-config to v0.13.2
Signed-off-by: Leandro Lucarella <[email protected]>
1 parent f8334a6 commit 0b4631b

File tree

1 file changed

+4
-4
lines changed

1 file changed

+4
-4
lines changed

pyproject.toml

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

@@ -54,23 +54,23 @@ dev-mkdocs = [
5454
"mkdocs-material == 9.6.1",
5555
"mkdocstrings[python] == 0.27.0",
5656
"mkdocstrings-python == 1.13.0",
57-
"frequenz-repo-config[lib] == 0.11.0",
57+
"frequenz-repo-config[lib] == 0.13.2",
5858
]
5959
dev-mypy = [
6060
"mypy == 1.14.1",
6161
"types-Markdown == 3.7.0.20241204",
6262
# For checking the noxfile, docs/ script, and tests
6363
"frequenz-client-common[dev-mkdocs,dev-noxfile,dev-pytest]",
6464
]
65-
dev-noxfile = ["nox == 2025.2.9", "frequenz-repo-config[lib] == 0.11.0"]
65+
dev-noxfile = ["nox == 2025.2.9", "frequenz-repo-config[lib] == 0.13.2"]
6666
dev-pylint = [
6767
"pylint == 3.3.4",
6868
# For checking the noxfile, docs/ script, and tests
6969
"frequenz-client-common[dev-mkdocs,dev-noxfile,dev-pytest]",
7070
]
7171
dev-pytest = [
7272
"pytest == 8.3.4",
73-
"frequenz-repo-config[extra-lint-examples] == 0.11.0",
73+
"frequenz-repo-config[extra-lint-examples] == 0.13.2",
7474
"pytest-mock == 3.14.0",
7575
"pytest-asyncio == 0.25.3",
7676
"async-solipsism == 0.7",

0 commit comments

Comments
 (0)