Skip to content

fix(deps): update dependency bleak to v1 - autoclosed#141

Closed
renovate[bot] wants to merge 1 commit intomainfrom
renovate/bleak-1.x
Closed

fix(deps): update dependency bleak to v1 - autoclosed#141
renovate[bot] wants to merge 1 commit intomainfrom
renovate/bleak-1.x

Conversation

@renovate
Copy link
Contributor

@renovate renovate bot commented Jul 1, 2025

This PR contains the following updates:

Package Change Age Adoption Passing Confidence
bleak (changelog) >=0.22.2,<1.0.0 -> >=1.0.1,<1.1.0 age adoption passing confidence

Release Notes

hbldh/bleak (bleak)

v1.0.1

Compare Source

=====================

Changed

  • Added deprecation warnings for importing bleak.args.* types from bleak.backends.*.

Fixed

  • Restored **kwargs in BLEDevice() constructor. Fixes #​1783.
  • Restored importing OrPattern from bleak.backends.bluezdbus.advertisement_monitor.

v1.0.0

Compare Source

=====================

Added

  • Added pair parameter to BleakClient() constructor to allow pairing before connecting. Fixes #​309.
  • Added notification_discriminator parameter to start_notify() on CoreBluetooth backend. Merged #​1742.

Changed

  • Enabled extended advertising scanning in the WinRT backend. Merged #​1705.
  • Made response argument of class BleakClient.write_gatt_char() explicitly optional. Fixes #​1730.
  • Updated Poetry build system version to >=2.0. Merged #​1718.
  • Log to stderr instead of stdout when BLEAK_LOGGING is enabled. Merged #​1709.
  • Updated winrt backend to use PyWinRT >= 3.1.
  • Changed return type of connect(), disconnect(), pair() and unpair() methods to None.
  • Moved backend-specific arg types to new bleak.args sub-package.
  • BLEDevice.name will now return None instead of the address when the name is not available. Merged #​1762.
  • Deprecated protection_level kwarg for pairing in WinRT backend. Merged #​1770.

Fixed

  • Fixed resolvable private address not updated after connecting in BlueZ backend. Fixes #​1737.
  • Fixed possible KeyError when getting services in BlueZ backend. Fixes #​1435.
  • Fix D-Bus connection leak when connecting to a device fails in BlueZ backend. Fixes #​1698.
  • Fixed possible deadlock when connecting on WinRT backend when device is already connected. Fixes #​1757.
  • Fixed getting notifications from devices connected to BLE adapters with index >9 (hci10, hci11, ...). Merged #​1744.
  • Fixed ATT error code 15 description to "Insufficient Encryption". Merged #​1746.

Removed

  • Removed support for Python 3.8. The minimum supported version is now Python 3.9.
  • Removed deprecated parameters, properties and methods.
  • Removed support for macOS < 10.13.
  • Removed support for BlueZ < 5.55.

Configuration

📅 Schedule: Branch creation - Between 12:00 AM and 03:59 AM, on day 1 of the month ( * 0-3 1 * * ) (UTC), Automerge - At any time (no schedule defined).

🚦 Automerge: Disabled by config. Please merge this manually once you are satisfied.

Rebasing: Whenever PR becomes conflicted, or you tick the rebase/retry checkbox.

🔕 Ignore: Close this PR and you won't be reminded about this update again.


  • If you want to rebase/retry this PR, check this box

This PR was generated by Mend Renovate. View the repository job log.

@renovate renovate bot changed the title fix(deps): update dependency bleak to v1 fix(deps): update dependency bleak to v1 - autoclosed Jul 18, 2025
@renovate renovate bot closed this Jul 18, 2025
@renovate renovate bot deleted the renovate/bleak-1.x branch July 18, 2025 14:28
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

None yet

Projects

None yet

Development

Successfully merging this pull request may close these issues.

0 participants