Skip to content

Commit 218abb6

Browse files
committed
Bump repo-config version to 0.13.2
Signed-off-by: Leandro Lucarella <[email protected]>
1 parent ca35c69 commit 218abb6

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[api] == 0.11.0",
8+
"frequenz-repo-config[api] == 0.13.2",
99
# We need to pin the protobuf, grpcio and grpcio-tools dependencies to make
1010
# sure the code is generated using the minimum supported versions, as older
1111
# versions can't work with code that was generated with newer versions.
@@ -79,7 +79,7 @@ dev-mkdocs = [
7979
"mkdocs-material == 9.6.1",
8080
"mkdocstrings[python] == 0.27.0",
8181
"mkdocstrings-python == 1.13.0",
82-
"frequenz-repo-config[api] == 0.11.0",
82+
"frequenz-repo-config[api] == 0.13.2",
8383
]
8484
dev-mypy = [
8585
"mypy == 1.14.1",
@@ -88,15 +88,15 @@ dev-mypy = [
8888
# For checking the noxfile, docs/ script, and tests
8989
"frequenz-api-dispatch[dev-mkdocs,dev-noxfile,dev-pytest]",
9090
]
91-
dev-noxfile = ["nox == 2025.2.9", "frequenz-repo-config[api] == 0.11.0"]
91+
dev-noxfile = ["nox == 2025.2.9", "frequenz-repo-config[api] == 0.13.2"]
9292
dev-pylint = [
9393
"pylint == 3.3.4",
9494
# For checking the noxfile, docs/ script, and tests
9595
"frequenz-api-dispatch[dev-mkdocs,dev-noxfile,dev-pytest]",
9696
]
9797
dev-pytest = [
9898
"pytest == 8.3.4",
99-
"frequenz-repo-config[extra-lint-examples] == 0.11.0",
99+
"frequenz-repo-config[extra-lint-examples] == 0.13.2",
100100
]
101101
dev = [
102102
"frequenz-api-dispatch[dev-mkdocs,dev-flake8,dev-formatting,dev-mkdocs,dev-mypy,dev-noxfile,dev-pylint,dev-pytest]",

0 commit comments

Comments
 (0)