Skip to content

Commit d1ece47

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.20.0) --- updated-dependencies: - dependency-name: frequenz-client-reporting dependency-version: 0.20.0 dependency-type: direct:production ... Signed-off-by: dependabot[bot] <[email protected]>
1 parent 03e4f39 commit d1ece47

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
@@ -36,7 +36,7 @@ classifiers = [
3636
requires-python = ">= 3.11, < 4"
3737
dependencies = [
3838
"typing-extensions >= 4.12.0, < 5",
39-
"frequenz-client-reporting >= 0.18.0, < 0.20.0",
39+
"frequenz-client-reporting >= 0.18.0, < 0.21.0",
4040
"frequenz-client-common >= 0.3.0, < 0.4",
4141
]
4242
dynamic = ["version"]

0 commit comments

Comments
 (0)