Skip to content

Commit 327894e

Browse files
Bump frequenz-repo-config from 0.17.0 to 0.18.0 in the repo-config group
Bumps the repo-config group with 1 update: [frequenz-repo-config](https://github.com/frequenz-floss/frequenz-repo-config-python). Updates `frequenz-repo-config` from 0.17.0 to 0.18.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.17.0...v0.18.0) --- updated-dependencies: - dependency-name: frequenz-repo-config dependency-version: 0.18.0 dependency-type: direct:development update-type: version-update:semver-minor dependency-group: repo-config ... Signed-off-by: dependabot[bot] <support@github.com>
1 parent b673602 commit 327894e

1 file changed

Lines changed: 4 additions & 4 deletions

File tree

pyproject.toml

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -5,7 +5,7 @@
55
requires = [
66
"setuptools == 82.0.1",
77
"setuptools_scm[toml] == 10.0.5",
8-
"frequenz-repo-config[api] == 0.17.0",
8+
"frequenz-repo-config[api] == 0.18.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.
@@ -80,7 +80,7 @@ dev-mkdocs = [
8080
"mkdocs-material == 9.7.6",
8181
"mkdocstrings[python] == 0.30.1",
8282
"mkdocstrings-python == 1.18.2",
83-
"frequenz-repo-config[api] == 0.17.0",
83+
"frequenz-repo-config[api] == 0.18.0",
8484
]
8585
dev-mypy = [
8686
"mypy == 2.0.0",
@@ -89,7 +89,7 @@ dev-mypy = [
8989
# For checking the noxfile, docs/ script, and tests
9090
"frequenz-api-reporting[dev-mkdocs,dev-noxfile,dev-pytest]",
9191
]
92-
dev-noxfile = ["nox == 2026.4.10", "frequenz-repo-config[api] == 0.17.0"]
92+
dev-noxfile = ["nox == 2026.4.10", "frequenz-repo-config[api] == 0.18.0"]
9393
dev-pylint = [
9494
# dev-pytest already defines a dependency to pylint because of the examples
9595
# For checking the noxfile, docs/ script, and tests
@@ -98,7 +98,7 @@ dev-pylint = [
9898
dev-pytest = [
9999
"pytest == 9.0.3",
100100
"pylint == 4.0.5", # We need this to check for the examples
101-
"frequenz-repo-config[extra-lint-examples] == 0.17.0",
101+
"frequenz-repo-config[extra-lint-examples] == 0.18.0",
102102
]
103103
dev = [
104104
"frequenz-api-reporting[dev-mkdocs,dev-flake8,dev-formatting,dev-mkdocs,dev-mypy,dev-noxfile,dev-pylint,dev-pytest]",

0 commit comments

Comments
 (0)