Skip to content

Commit bebe817

Browse files
Bump frequenz-repo-config from 0.14.0 to 0.16.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.16.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.16.0/RELEASE_NOTES.md) - [Commits](frequenz-floss/frequenz-repo-config-python@v0.14.0...v0.16.0) --- updated-dependencies: - dependency-name: frequenz-repo-config dependency-version: 0.16.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 67740b5 commit bebe817

File tree

1 file changed

+3
-3
lines changed

1 file changed

+3
-3
lines changed

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

@@ -65,7 +65,7 @@ dev-mkdocs = [
6565
"mkdocs-material == 9.7.3",
6666
"mkdocstrings[python] == 1.0.3",
6767
"mkdocstrings-python == 2.0.3",
68-
"frequenz-repo-config[lib] == 0.14.0",
68+
"frequenz-repo-config[lib] == 0.16.0",
6969
]
7070
dev-mypy = [
7171
"mypy == 1.19.1",
@@ -75,7 +75,7 @@ dev-mypy = [
7575
# For checking the noxfile, docs/ script, and tests
7676
"frequenz-sdk[dev-mkdocs,dev-noxfile,dev-pytest]",
7777
]
78-
dev-noxfile = ["nox == 2026.2.9", "frequenz-repo-config[lib] == 0.14.0"]
78+
dev-noxfile = ["nox == 2026.2.9", "frequenz-repo-config[lib] == 0.16.0"]
7979
dev-pylint = [
8080
"pylint == 4.0.5",
8181
# For checking the noxfile, docs/ script, and tests

0 commit comments

Comments
 (0)