Skip to content

Commit

Permalink
Bump zigpy from 0.71.0 to 0.72.0 (#294)
Browse files Browse the repository at this point in the history
* Bump zigpy from 0.71.0 to 0.72.0

Bumps [zigpy](https://github.com/zigpy/zigpy) from 0.71.0 to 0.72.0.
- [Release notes](https://github.com/zigpy/zigpy/releases)
- [Commits](zigpy/zigpy@0.71.0...0.72.0)

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

Signed-off-by: dependabot[bot] <[email protected]>

* Drop `CONF_STARTUP_ENERGY_SCAN`

---------

Signed-off-by: dependabot[bot] <[email protected]>
Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
Co-authored-by: puddly <[email protected]>
  • Loading branch information
dependabot[bot] and puddly authored Nov 13, 2024
1 parent 0b90e3d commit 11cf9ba
Show file tree
Hide file tree
Showing 2 changed files with 1 addition and 2 deletions.
2 changes: 1 addition & 1 deletion pyproject.toml
Original file line number Diff line number Diff line change
Expand Up @@ -14,7 +14,7 @@ readme = "README.md"
license = {text = "Apache-2.0"}
requires-python = ">=3.12"
dependencies = [
"zigpy==0.71.0",
"zigpy==0.72.0",
"bellows==0.42.0",
"zigpy-znp==0.13.1",
"zigpy-deconz==0.24.1",
Expand Down
1 change: 0 additions & 1 deletion tests/conftest.py
Original file line number Diff line number Diff line change
Expand Up @@ -206,7 +206,6 @@ async def zigpy_app_controller_fixture():
{
zigpy.config.CONF_DATABASE: None,
zigpy.config.CONF_DEVICE: {zigpy.config.CONF_DEVICE_PATH: "/dev/null"},
zigpy.config.CONF_STARTUP_ENERGY_SCAN: False,
zigpy.config.CONF_NWK_BACKUP_ENABLED: False,
zigpy.config.CONF_TOPO_SCAN_ENABLED: False,
zigpy.config.CONF_OTA: {
Expand Down

0 comments on commit 11cf9ba

Please sign in to comment.