Skip to content

Commit 1027cc7

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 76512ef commit 1027cc7

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[lib] == 0.17.0",
8+
"frequenz-repo-config[lib] == 0.18.0",
99
]
1010
build-backend = "setuptools.build_meta"
1111

@@ -64,15 +64,15 @@ dev-mkdocs = [
6464
"mkdocs-material == 9.7.6",
6565
"mkdocstrings[python] == 1.0.4",
6666
"mkdocstrings-python == 2.0.3",
67-
"frequenz-repo-config[lib] == 0.17.0",
67+
"frequenz-repo-config[lib] == 0.18.0",
6868
]
6969
dev-mypy = [
7070
"mypy == 2.1.0",
7171
"types-Markdown == 3.10.2.20260518",
7272
# For checking the noxfile, docs/ script, and tests
7373
"frequenz-core[dev-mkdocs,dev-noxfile,dev-pytest]",
7474
]
75-
dev-noxfile = ["nox == 2026.4.10", "frequenz-repo-config[lib] == 0.17.0"]
75+
dev-noxfile = ["nox == 2026.4.10", "frequenz-repo-config[lib] == 0.18.0"]
7676
dev-pylint = [
7777
# dev-pytest already defines a dependency to pylint because of the examples
7878
# For checking the noxfile, docs/ script, and tests
@@ -81,7 +81,7 @@ dev-pylint = [
8181
dev-pytest = [
8282
"pytest == 9.0.3",
8383
"pylint == 4.0.5", # We need this to check for the examples
84-
"frequenz-repo-config[extra-lint-examples] == 0.17.0",
84+
"frequenz-repo-config[extra-lint-examples] == 0.18.0",
8585
"pytest-mock == 3.15.1",
8686
"pytest-asyncio == 1.4.0",
8787
"async-solipsism == 0.9",

0 commit comments

Comments
 (0)