Bump bleak from 1.0.1 to 1.1.1 by dependabot[bot] · Pull Request #156 · bretterer/rivian-python-client

Bumps bleak from 1.0.1 to 1.1.1.

Release notes

Sourced from bleak's releases.

v1.1.1

Fixed

  • Fixed D-Bus connection leak on connection failure in BlueZ backend.
  • Fixed characteristic's max write without response size using wrong characteristic's value. Fixes #1820.
  • Fixed AttributeError in Python4Android backend when accessing is_connected before connecting. Fixes #1791.

v1.1.0

Added

  • Added support for Pythonista iOS app backend.
  • Added BleakClient.name property for getting the peripheral's name. Fixes #1802.

Fixed

  • Fixed BleakClient.connect() on Android when service characteristics have descriptors. Fixes #1803.
  • Fixed disconnect callback not called on Windows when Bleak initiates disconnection.
Changelog

Sourced from bleak's changelog.

1.1.1_ (2025-09-07)

Fixed

  • Fixed D-Bus connection leak on connection failure in BlueZ backend.
  • Fixed characteristic's max write without response size using wrong characteristic's value. Fixes #1820.
  • Fixed AttributeError in Python4Android backend when accessing is_connected before connecting. Fixes #1791.

1.1.0_ (2025-08-10)

Added

  • Added support for Pythonista iOS app backend.
  • Added BleakClient.name property for getting the peripheral's name. Fixes #1802.

Fixed

  • Fixed BleakClient.connect() on Android when service characteristics have descriptors. Fixes #1803.
  • Fixed disconnect callback not called on Windows when Bleak initiates disconnection.
Commits
  • 2564f91 v1.1.1
  • e1c44be bluezdbus: improve D-Bus connection error handling in manager
  • f934ece backends/bluez: don't bind lambda to loop variable
  • 6b2c390 backends/p4android/client: initialize __callbacks to None
  • 1e6dd6f Merge pull request #1808 from hbldh/release/v1.1.0
  • edc9c51 v1.1.0
  • 47b5974 backends/winrt/client: call disconnect callback on disconnect
  • a65eb33 Pythonista iOS app backend support
  • 4733a78 bleak: add BleakClient.name property
  • 55ff513 backends: p4android: fix connect()
  • 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 <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)