Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Bump dbus-fast from 2.12.0 to 2.13.1 #4681

Closed
wants to merge 1 commit into from

Conversation

dependabot[bot]
Copy link
Contributor

@dependabot dependabot bot commented on behalf of github Nov 8, 2023

Bumps dbus-fast from 2.12.0 to 2.13.1.

Release notes

Sourced from dbus-fast's releases.

v2.13.1

Fix

  • Re-release since the previous release ran out of space on PyPI (#266) (1586221)

v2.13.0

Feature

v2.12.1

Fix

Changelog

Sourced from dbus-fast's changelog.

v2.13.1 (2023-11-07)

Fix

  • Re-release since the previous release ran out of space on PyPI (#266) (1586221)

v2.13.0 (2023-11-07)

Feature

v2.12.1 (2023-11-07)

Fix

Commits

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 <dependency name> 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)

Bumps [dbus-fast](https://github.com/bluetooth-devices/dbus-fast) from 2.12.0 to 2.13.1.
- [Release notes](https://github.com/bluetooth-devices/dbus-fast/releases)
- [Changelog](https://github.com/Bluetooth-Devices/dbus-fast/blob/main/CHANGELOG.md)
- [Commits](Bluetooth-Devices/dbus-fast@v2.12.0...v2.13.1)

---
updated-dependencies:
- dependency-name: dbus-fast
  dependency-type: direct:production
  update-type: version-update:semver-minor
...

Signed-off-by: dependabot[bot] <[email protected]>
@dependabot dependabot bot added dependencies Updates of external dependencies python Pull requests that update Python code labels Nov 8, 2023
@bdraco
Copy link
Member

bdraco commented Nov 8, 2023

Bluetooth-Devices/dbus-fast#264 checks at marshall time instead so it doesn't hit

 File "src/dbus_fast/signature.py", line 263, in dbus_fast.signature.SignatureType._verify_struct
dbus_fast.errors.SignatureBodyMismatchError: DBus STRUCT type "(" must be Python type "list", got <class 'tuple'>

in most cases now because it fails sooner.. I'm not sure where the tuples are coming from though

Copy link
Member

@bdraco bdraco left a comment

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Need to figure out where tuples are used instead of lists and fix that before this can be upgraded

@home-assistant home-assistant bot marked this pull request as draft November 8, 2023 22:29
@home-assistant
Copy link

home-assistant bot commented Nov 8, 2023

Please take a look at the requested changes, and use the Ready for review button when you are done, thanks 👍

Learn more about our pull request process.

bdraco added a commit to bdraco/supervisor that referenced this pull request Nov 10, 2023
dbus-fast wants a list here and not a tuple

see home-assistant#4681
bdraco added a commit to Bluetooth-Devices/dbus-fast that referenced this pull request Nov 10, 2023
@bdraco
Copy link
Member

bdraco commented Nov 10, 2023

I'm going to add support for tuples to dbus-fast since this keeps coming up

Bluetooth-Devices/dbus-fast#267

bdraco added a commit to Bluetooth-Devices/dbus-fast that referenced this pull request Nov 10, 2023
@bdraco
Copy link
Member

bdraco commented Nov 10, 2023

@bdraco
Copy link
Member

bdraco commented Nov 10, 2023

@dependabot recreate

Copy link
Contributor Author

dependabot bot commented on behalf of github Nov 10, 2023

Sorry, only users with push access can use that command.

@agners
Copy link
Member

agners commented Nov 10, 2023

@dependabot recreate

Copy link
Contributor Author

dependabot bot commented on behalf of github Nov 10, 2023

Superseded by #4688.

@dependabot dependabot bot closed this Nov 10, 2023
@dependabot dependabot bot deleted the dependabot/pip/dbus-fast-2.13.1 branch November 10, 2023 15:06
@github-actions github-actions bot locked and limited conversation to collaborators Nov 12, 2023
Sign up for free to subscribe to this conversation on GitHub. Already have an account? Sign in.
Labels
dependencies Updates of external dependencies python Pull requests that update Python code
Projects
None yet
Development

Successfully merging this pull request may close these issues.

2 participants