Skip to content

Commit 936b88f

Browse files
Bump frequenz-repo-config from 0.14.0 to 0.17.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.14.0 to 0.17.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.14.0...v0.17.0) --- updated-dependencies: - dependency-name: frequenz-repo-config dependency-version: 0.17.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 92cf747 commit 936b88f

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

@@ -63,15 +63,15 @@ dev-mkdocs = [
6363
"mkdocs-material == 9.7.6",
6464
"mkdocstrings[python] == 1.0.3",
6565
"mkdocstrings-python == 2.0.3",
66-
"frequenz-repo-config[lib] == 0.14.0",
66+
"frequenz-repo-config[lib] == 0.17.0",
6767
]
6868
dev-mypy = [
6969
"mypy == 1.19.1",
7070
"types-Markdown == 3.10.2.20260211",
7171
# For checking the noxfile, docs/ script, and tests
7272
"frequenz-core[dev-mkdocs,dev-noxfile,dev-pytest]",
7373
]
74-
dev-noxfile = ["nox == 2026.2.9", "frequenz-repo-config[lib] == 0.14.0"]
74+
dev-noxfile = ["nox == 2026.2.9", "frequenz-repo-config[lib] == 0.17.0"]
7575
dev-pylint = [
7676
# dev-pytest already defines a dependency to pylint because of the examples
7777
# For checking the noxfile, docs/ script, and tests
@@ -80,7 +80,7 @@ dev-pylint = [
8080
dev-pytest = [
8181
"pytest == 9.0.2",
8282
"pylint == 4.0.5", # We need this to check for the examples
83-
"frequenz-repo-config[extra-lint-examples] == 0.14.0",
83+
"frequenz-repo-config[extra-lint-examples] == 0.17.0",
8484
"pytest-mock == 3.15.1",
8585
"pytest-asyncio == 1.3.0",
8686
"async-solipsism == 0.9",

0 commit comments

Comments
 (0)