Skip to content

Commit 00903a3

Browse files
Update frequenz-client-reporting requirement
Updates the requirements on [frequenz-client-reporting](https://github.com/frequenz-floss/frequenz-client-reporting-python) to permit the latest version. - [Release notes](https://github.com/frequenz-floss/frequenz-client-reporting-python/releases) - [Changelog](https://github.com/frequenz-floss/frequenz-client-reporting-python/blob/v0.x.x/RELEASE_NOTES.md) - [Commits](frequenz-floss/frequenz-client-reporting-python@v0.18.0...v0.19.0) --- updated-dependencies: - dependency-name: frequenz-client-reporting dependency-version: 0.19.0 dependency-type: direct:production ... Signed-off-by: dependabot[bot] <[email protected]>
1 parent f25d49c commit 00903a3

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

pyproject.toml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -27,7 +27,7 @@ classifiers = [
2727
requires-python = ">= 3.11, < 4"
2828
dependencies = [
2929
"typing-extensions >= 4.6.1, < 5",
30-
"frequenz-client-reporting >= 0.18.0, < 0.19.0",
30+
"frequenz-client-reporting >= 0.18.0, < 0.20.0",
3131
"frequenz-client-common >= 0.3.0, < 0.4",
3232
]
3333
dynamic = ["version"]

0 commit comments

Comments
 (0)