frequenz-floss / frequenz-dispatch-python

High-level interface to dispatch API
https://frequenz-floss.github.io/frequenz-dispatch-python/
MIT License
0 stars 2 forks source link

Bump frequenz-sdk from v1.0.0-rc6 to 1.0.0rc601 #33

Closed dependabot[bot] closed 1 month ago

dependabot[bot] commented 1 month ago

Bumps frequenz-sdk from v1.0.0-rc6 to 1.0.0rc601.

Release notes

Sourced from frequenz-sdk's releases.

v1.0.0-rc601

Frequenz Python SDK Release Notes

In this release we have changed the versioning scheme for pre-releases. rc601 means rc6.1, which we can't use due to limitations on the Python version specification. From now on rc versions will have 3 digits, so next rc will be rc700, and then rc800 etc, so we have some room to make patch releases in case it is necessary (which will be named rc701, rc702, etc.).

Bug Fixes

  • Fix getting reactive power from meters, inverters and EV chargers.

What's Changed

... (truncated)

Commits
  • 9c54f8d Don't recursively scan for pyproject.toml when calculating the cache key (#945)
  • 8069ac0 Bump nox from 2023.4.22 to 2024.4.15 (#935)
  • b94cb70 Don't recursively scan for pyproject.toml when calculating the cache key
  • 3f8bf04 Update release notes for rc6.post1 (#943)
  • 947d8fc Bump nox from 2023.4.22 to 2024.4.15
  • e354a32 Update release notes for rc6.post1
  • 8d65a11 Bump the required group across 1 directory with 11 updates (#942)
  • 615dbb7 Bump the required group across 1 directory with 11 updates
  • 58c02da dependabot: Ignore frequenz-api-microgrid >=0.16.0 (#941)
  • 79a067b dependabot: Ignore frequenz-api-microgrid >=0.16.0
  • Additional commits viewable in compare view


Dependabot compatibility score

Dependabot will resolve any conflicts with this PR as long as you don't alter it yourself. You can also trigger a rebase manually by commenting @dependabot rebase.


Dependabot commands and options
You can trigger Dependabot actions by commenting on this PR: - `@dependabot rebase` will rebase this PR - `@dependabot recreate` will recreate this PR, overwriting any edits that have been made to it - `@dependabot merge` will merge this PR after your CI passes on it - `@dependabot squash and merge` will squash and merge this PR after your CI passes on it - `@dependabot cancel merge` will cancel a previously requested merge and block automerging - `@dependabot reopen` will reopen this PR if it is closed - `@dependabot close` will close this PR and stop Dependabot recreating it. You can achieve the same result by closing it manually - `@dependabot show ignore conditions` will show all of the ignore conditions of the specified dependency - `@dependabot ignore this major version` will close this PR and stop Dependabot creating any more for this major version (unless you reopen the PR or upgrade to it yourself) - `@dependabot ignore this minor version` will close this PR and stop Dependabot creating any more for this minor version (unless you reopen the PR or upgrade to it yourself) - `@dependabot ignore this dependency` will close this PR and stop Dependabot creating any more for this dependency (unless you reopen the PR or upgrade to it yourself)
llucax commented 1 month ago

This will probably need approval from someone else (@Marenz).

Marenz commented 1 month ago

The changes are already in the repo, from https://github.com/frequenz-floss/frequenz-dispatch-python/pull/32

dependabot[bot] commented 1 month ago

OK, I won't notify you again about this release, but will get in touch when a new version is available. If you'd rather skip all updates until the next major or minor version, let me know by commenting @dependabot ignore this major version or @dependabot ignore this minor version. You can also ignore all major, minor, or patch releases for a dependency by adding an ignore condition with the desired update_types to your config file.

If you change your mind, just re-open this PR and I'll resolve any conflicts on it.