Skip to content

Commit 263c59f

Browse files
committed
Bump repo-config dependency to v0.13.2
Signed-off-by: Leandro Lucarella <[email protected]>
1 parent 430c343 commit 263c59f

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

@@ -72,7 +72,7 @@ dev-mkdocs = [
7272
"mkdocs-macros-plugin == 1.3.7",
7373
"mkdocs-material == 9.6.1",
7474
"mkdocstrings[python] == 0.27.0",
75-
"frequenz-repo-config[lib] == 0.11.0",
75+
"frequenz-repo-config[lib] == 0.13.2",
7676
]
7777
dev-mypy = [
7878
"mypy == 1.14.1",
@@ -83,7 +83,7 @@ dev-mypy = [
8383
"types-protobuf == 5.29.1.20250208",
8484
"types-python-dateutil == 2.9.0.20241206",
8585
]
86-
dev-noxfile = ["nox == 2025.2.9", "frequenz-repo-config[lib] == 0.11.0"]
86+
dev-noxfile = ["nox == 2025.2.9", "frequenz-repo-config[lib] == 0.13.2"]
8787
dev-pylint = [
8888
"pylint == 3.3.4",
8989
# For checking the noxfile, docs/ script, and tests
@@ -92,7 +92,7 @@ dev-pylint = [
9292
]
9393
dev-pytest = [
9494
"pytest == 8.3.4",
95-
"frequenz-repo-config[extra-lint-examples] == 0.11.0",
95+
"frequenz-repo-config[extra-lint-examples] == 0.13.2",
9696
"pytest-mock == 3.14.0",
9797
"pytest-asyncio == 0.25.3",
9898
"async-solipsism == 0.7",

0 commit comments

Comments
 (0)