Skip to content

Commit e2d9377

Browse files
committed
Fix: Forgot to update repo-conf dependency to 0.13.1
Signed-off-by: Mathias L. Baumann <[email protected]>
1 parent 6705c66 commit e2d9377

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.2.0",
8-
"frequenz-repo-config[api] == 0.12.3",
8+
"frequenz-repo-config[api] == 0.13.1",
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.
@@ -63,23 +63,23 @@ dev-mkdocs = [
6363
"mkdocs-literate-nav == 0.6.1",
6464
"mkdocs-material == 9.6.1",
6565
"mkdocstrings[python] == 0.29.1",
66-
"frequenz-repo-config[api] == 0.12.3",
66+
"frequenz-repo-config[api] == 0.13.1",
6767
]
6868
dev-mypy = [
6969
"mypy == 1.15.0",
7070
"grpc-stubs == 1.53.0.5",
7171
# For checking the noxfile, docs/ script, and tests
7272
"frequenz-api-common[dev-mkdocs,dev-noxfile,dev-pytest]",
7373
]
74-
dev-noxfile = ["nox == 2025.2.9", "frequenz-repo-config[api] == 0.12.3"]
74+
dev-noxfile = ["nox == 2025.2.9", "frequenz-repo-config[api] == 0.13.1"]
7575
dev-pylint = [
7676
"pylint == 3.3.4",
7777
# For checking the noxfile, docs/ script, and tests
7878
"frequenz-api-common[dev-mkdocs,dev-noxfile,dev-pytest]",
7979
]
8080
dev-pytest = [
8181
"pytest == 8.3.4",
82-
"frequenz-repo-config[extra-lint-examples] == 0.12.3",
82+
"frequenz-repo-config[extra-lint-examples] == 0.13.1",
8383
]
8484
dev = [
8585
"frequenz-api-common[dev-mkdocs,dev-flake8,dev-formatting,dev-mkdocs,dev-mypy,dev-noxfile,dev-pylint,dev-pytest]",

0 commit comments

Comments
 (0)