Skip to content

Commit 37e89e2

Browse files
chore(deps-dev): Bump frequenz-repo-config
Bumps the repo-config group with 1 update in the / directory: [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 00dba31 commit 37e89e2

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.2.0",
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.
@@ -81,7 +81,7 @@ dev-mkdocs = [
8181
"mkdocs-material == 9.7.6",
8282
"mkdocstrings[python] == 1.0.4",
8383
"mkdocstrings-python == 2.0.5",
84-
"frequenz-repo-config[api] == 0.17.0",
84+
"frequenz-repo-config[api] == 0.18.0",
8585
]
8686
dev-mypy = [
8787
"mypy == 2.1.0",
@@ -90,7 +90,7 @@ dev-mypy = [
9090
# For checking the noxfile, docs/ script, and tests
9191
"frequenz-api-assets[dev-mkdocs,dev-noxfile,dev-pytest]",
9292
]
93-
dev-noxfile = ["nox == 2026.4.10", "frequenz-repo-config[api] == 0.17.0"]
93+
dev-noxfile = ["nox == 2026.4.10", "frequenz-repo-config[api] == 0.18.0"]
9494
dev-pylint = [
9595
# dev-pytest already defines a dependency to pylint because of the examples
9696
# For checking the noxfile, docs/ script, and tests
@@ -99,7 +99,7 @@ dev-pylint = [
9999
dev-pytest = [
100100
"pytest == 9.1.1",
101101
"pylint == 4.0.6",
102-
"frequenz-repo-config[extra-lint-examples] == 0.17.0",
102+
"frequenz-repo-config[extra-lint-examples] == 0.18.0",
103103
]
104104
dev = [
105105
"frequenz-api-assets[dev-mkdocs,dev-flake8,dev-formatting,dev-mkdocs,dev-mypy,dev-noxfile,dev-pylint,dev-pytest]",

0 commit comments

Comments
 (0)