Skip to content

Commit 9740afc

Browse files
Bump frequenz-repo-config[api] from 0.13.8 to 0.14.0
Bumps [frequenz-repo-config[api]](https://github.com/frequenz-floss/frequenz-repo-config-python) from 0.13.8 to 0.14.0. - [Release notes](https://github.com/frequenz-floss/frequenz-repo-config-python/releases) - [Changelog](https://github.com/frequenz-floss/frequenz-repo-config-python/blob/v0.x.x/RELEASE_NOTES.md) - [Commits](frequenz-floss/frequenz-repo-config-python@v0.13.8...v0.14.0) --- updated-dependencies: - dependency-name: frequenz-repo-config[api] dependency-version: 0.14.0 dependency-type: direct:development update-type: version-update:semver-minor ... Signed-off-by: dependabot[bot] <support@github.com>
1 parent 8cac5ae commit 9740afc

1 file changed

Lines changed: 3 additions & 3 deletions

File tree

pyproject.toml

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -5,7 +5,7 @@
55
requires = [
66
"setuptools == 80.9.0",
77
"setuptools_scm[toml] == 9.2.2",
8-
"frequenz-repo-config[api] == 0.13.8",
8+
"frequenz-repo-config[api] == 0.14.0",
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.21",
8080
"mkdocstrings[python] == 0.30.1",
8181
"mkdocstrings-python == 1.18.2",
82-
"frequenz-repo-config[api] == 0.13.8",
82+
"frequenz-repo-config[api] == 0.14.0",
8383
]
8484
dev-mypy = [
8585
"mypy == 1.18.2",
@@ -88,7 +88,7 @@ dev-mypy = [
8888
# For checking the noxfile, docs/ script, and tests
8989
"frequenz-api-reporting[dev-mkdocs,dev-noxfile,dev-pytest]",
9090
]
91-
dev-noxfile = ["nox == 2025.10.16", "frequenz-repo-config[api] == 0.13.8"]
91+
dev-noxfile = ["nox == 2025.10.16", "frequenz-repo-config[api] == 0.14.0"]
9292
dev-pylint = [
9393
# dev-pytest already defines a dependency to pylint because of the examples
9494
# For checking the noxfile, docs/ script, and tests

0 commit comments

Comments
 (0)