Skip to content

Conversation

dependabot[bot]
Copy link
Contributor

@dependabot dependabot bot commented on behalf of github Jul 7, 2025

Bumps bleak from 0.22.3 to 1.0.1.

Release notes

Sourced from bleak's releases.

v1.0.1

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

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.
Changelog

Sourced from bleak's changelog.

1.0.1_ (2025-06-30)

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.

1.0.0_ (2025-06-28)

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.
Commits
  • bf224c0 v1.0.1
  • a46d9b6 github: add -v option to pytest
  • e8fcfa0 backends: bluezdbus: restore deprecated imports
  • a0acd55 backends/device: restore **kwargs in BLEDevice constructor
  • acf7f59 bluez: client: fix a few static typing complaints
  • 7304b4f "tomli" was included in Python 3.11 as "tomllib" (#1782)
  • b6a61d4 Merge pull request #1781 from hbldh/master
  • d2d4f63 Merge pull request #1780 from hbldh/release/v1.0.0
  • 69f634e v1.0.0
  • cefe9d8 bleak: use backend-specific key for seen_devices
  • 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)

Bumps [bleak](https://github.com/hbldh/bleak) from 0.22.3 to 1.0.1.
- [Release notes](https://github.com/hbldh/bleak/releases)
- [Changelog](https://github.com/hbldh/bleak/blob/develop/CHANGELOG.rst)
- [Commits](hbldh/bleak@v0.22.3...v1.0.1)

---
updated-dependencies:
- dependency-name: bleak
  dependency-version: 1.0.1
  dependency-type: direct:production
  update-type: version-update:semver-major
...

Signed-off-by: dependabot[bot] <[email protected]>
@dependabot dependabot bot added dependencies Pull requests that update a dependency file python Pull requests that update python code labels Jul 7, 2025
Copy link
Contributor Author

dependabot bot commented on behalf of github Aug 11, 2025

Superseded by #72.

@dependabot dependabot bot closed this Aug 11, 2025
@dependabot dependabot bot deleted the dependabot/pip/bleak-1.0.1 branch August 11, 2025 20:39
Copy link

codecov bot commented Aug 11, 2025

Codecov Report

✅ All modified and coverable lines are covered by tests.
✅ Project coverage is 87.50%. Comparing base (f8dd896) to head (5663e45).

Additional details and impacted files
@@           Coverage Diff           @@
##             main      #71   +/-   ##
=======================================
  Coverage   87.50%   87.50%           
=======================================
  Files           2        2           
  Lines         112      112           
  Branches       23       23           
=======================================
  Hits           98       98           
  Misses          6        6           
  Partials        8        8           

☔ View full report in Codecov by Sentry.
📢 Have feedback on the report? Share it here.

🚀 New features to boost your workflow:
  • ❄️ Test Analytics: Detect flaky tests, report on failures, and find test suite problems.
  • 📦 JS Bundle Analysis: Save yourself from yourself by tracking and limiting bundle sizes in JS merges.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
dependencies Pull requests that update a dependency file python Pull requests that update python code
Projects
None yet
Development

Successfully merging this pull request may close these issues.

0 participants