Skip to content

Commit f58bf4a

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 6b242fd commit f58bf4a

1 file changed

Lines changed: 3 additions & 3 deletions

File tree

pyproject.toml

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -5,7 +5,7 @@
55
requires = [
66
"setuptools == 82.0.0",
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

@@ -63,15 +63,15 @@ dev-mkdocs = [
6363
"mkdocs-material == 9.7.3",
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.16.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.16.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

0 commit comments

Comments
 (0)