Skip to content

Update bleak requirement from ~=0.14.2 to ~=0.16.0#59

Closed
dependabot[bot] wants to merge 1 commit intomainfrom
dependabot/pip/bleak-approx-eq-0.16.0
Closed

Update bleak requirement from ~=0.14.2 to ~=0.16.0#59
dependabot[bot] wants to merge 1 commit intomainfrom
dependabot/pip/bleak-approx-eq-0.16.0

Conversation

@dependabot
Copy link
Contributor

@dependabot dependabot bot commented on behalf of github Sep 1, 2022

Updates the requirements on bleak to permit the latest version.

Release notes

Sourced from bleak's releases.

v0.16.0

Added

  • Added BleakGattCharacteristic.max_write_without_response_size property. Fixes #738.

Fixed

  • Fixed regression in v0.15 where devices removed from BlueZ while scanning were still listed in BleakScanner.discovered_devices. Fixes #942.
  • Fixed possible bad connection state in BlueZ backend. Fixes #951.

Changed

  • Made BlueZ D-Bus signal callback logging lazy to improve performance. Merged #912.
  • Switch to using async_timeout instead of asyncio.wait_for for performance. Merged #916.
  • Improved performance of BlueZManager.get_services(). Fixes #927.

Removed

  • Removed explicit inheritance from object in class declarations. Merged #922.
  • Removed first seen filter in BleakScanner detection callbacks on BlueZ backend. Merged #964.
Changelog

Sourced from bleak's changelog.

0.16.0_ (2022-08-31)

Added

  • Added BleakGattCharacteristic.max_write_without_response_size property. Fixes #738.

Fixed

  • Fixed regression in v0.15 where devices removed from BlueZ while scanning were still listed in BleakScanner.discovered_devices. Fixes #942.
  • Fixed possible bad connection state in BlueZ backend. Fixes #951.

Changed

  • Made BlueZ D-Bus signal callback logging lazy to improve performance. Merged #912.
  • Switch to using async_timeout instead of asyncio.wait_for for performance. Merged #916.
  • Improved performance of BlueZManager.get_services(). Fixes #927.

Removed

  • Removed explicit inheritance from object in class declarations. Merged #922.
  • Removed first seen filter in BleakScanner detection callbacks on BlueZ backend. Merged #964.

0.15.1_ (2022-08-03)

Fixed

  • The global BlueZ manager now disconnects correctly on exception. Merged #918.
  • Handle the race in the BlueZ D-Bus backend where the device disconnects during the connection process which presented as Failed to cancel connection. Merged #919.
  • Ensure the BlueZ D-Bus scanner can reconnect after DBus disconnection. Merged #920.
  • Adjust default timeout for read_gatt_char() with CoreBluetooth to 20s. Fixes #926.

0.15.0_ (2022-07-29)

Added

  • Added new assigned_numbers module and AdvertisementDataType enum.
  • Added new bluez kwarg to BleakScanner in BlueZ backend.
  • Added support for passive scanning in the BlueZ backend. Fixes #606.
  • Added option to use cached services, characteristics and descriptors in WinRT backend. Fixes #686.
  • Added PendingDeprecationWarning to use of address_type as keyword argument. It will be moved into the winrt keyword instead according to #623.
  • Added better error message when adapter is not present in BlueZ backend. Fixes #889.

... (truncated)

Commits
  • 357e501 release v0.16.0
  • 77d74ed Merge pull request #968 from hbldh/bluez-fix-bad-connect-state
  • 7999b2c Merge branch 'develop' into bluez-fix-bad-connect-state
  • bdfaea1 Merge pull request #967 from hbldh/bluez-fix-device-removed-while-scanning
  • aa27f4c backends/bluezdbus/scanner: fix removed devices included in discovered_devices
  • b93082a backends/bluezdbus/client: fix not disconnecting if get_services() throws
  • 6901c63 Merge pull request #962 from hbldh/max-write-without-response-size
  • 03370c0 Merge branch 'develop' into max-write-without-response-size
  • dbb716f Merge pull request #963 from hbldh/remove-makefile
  • 775d426 Merge pull request #964 from hbldh/bluez-no-ignore-rssi-change
  • Additional commits viewable in compare view

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

Updates the requirements on [bleak](https://github.com/hbldh/bleak) to permit the latest version.
- [Release notes](https://github.com/hbldh/bleak/releases)
- [Changelog](https://github.com/hbldh/bleak/blob/develop/CHANGELOG.rst)
- [Commits](hbldh/bleak@v0.14.2...v0.16.0)

---
updated-dependencies:
- dependency-name: bleak
  dependency-type: direct:production
...

Signed-off-by: dependabot[bot] <support@github.com>
@dependabot dependabot bot added dependencies Pull requests that update a dependency file python Pull requests that update Python code labels Sep 1, 2022
@dependabot @github
Copy link
Contributor Author

dependabot bot commented on behalf of github Sep 13, 2022

Superseded by #61.

@dependabot dependabot bot closed this Sep 13, 2022
@dependabot dependabot bot deleted the dependabot/pip/bleak-approx-eq-0.16.0 branch September 13, 2022 02:34
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

Comments