Skip to content

Comments

Bump zigpy from 0.92.0 to 1.0.0#679

Merged
puddly merged 1 commit intodevfrom
dependabot/pip/zigpy-1.0.0
Feb 25, 2026
Merged

Bump zigpy from 0.92.0 to 1.0.0#679
puddly merged 1 commit intodevfrom
dependabot/pip/zigpy-1.0.0

Conversation

@dependabot
Copy link
Contributor

@dependabot dependabot bot commented on behalf of github Feb 25, 2026

Bumps zigpy from 0.92.0 to 1.0.0.

Release notes

Sourced from zigpy's releases.

1.0.0

Versioning

This release has been arbitrarily tagged 1.0.0 to properly use semver.

What's Changed

Full Changelog: zigpy/zigpy@0.92.0...1.0.0

Commits
  • c81f158 Drop pysqlite3-binary in favor of distribution sqlite (#1772)
  • 7d926b5 Implement structured attribute reading and writing (#1776)
  • 79f5020 Fix manufacturer attribute report updating standard ZCL cache (#1775)
  • See full diff 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 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)

@dependabot dependabot bot added dependencies Pull requests that update a dependency file python Pull requests that update Python code labels Feb 25, 2026
@TheJulianJES
Copy link
Contributor

TheJulianJES commented Feb 25, 2026

Looks like some tests broke, likely because of zigpy/zigpy#1775 😅
That change is correct, so maybe it's just issues in ZHA tests or quirks having missing or wrong definitions? I'll take a look.

EDIT: Fixed by #680. Pulled that out into another PR for clarity.

@puddly
Copy link
Contributor

puddly commented Feb 25, 2026

a2e570b for me fixes all of the non-discovery tests. I think our existing tests relying on the raw attribute ID to be interpreted correct may be a bit flaky

@TheJulianJES
Copy link
Contributor

That seems like something we may want to do as well because the current behavior is a bit weird.

@TheJulianJES
Copy link
Contributor

@dependabot rebase

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

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

Signed-off-by: dependabot[bot] <support@github.com>
@dependabot dependabot bot force-pushed the dependabot/pip/zigpy-1.0.0 branch from 69494d9 to 1a32ca5 Compare February 25, 2026 03:10
@codecov
Copy link

codecov bot commented Feb 25, 2026

Codecov Report

✅ All modified and coverable lines are covered by tests.
✅ Project coverage is 97.51%. Comparing base (81efd42) to head (1a32ca5).
⚠️ Report is 1 commits behind head on dev.

Additional details and impacted files
@@           Coverage Diff           @@
##              dev     #679   +/-   ##
=======================================
  Coverage   97.51%   97.51%           
=======================================
  Files          62       62           
  Lines       10941    10941           
=======================================
  Hits        10669    10669           
  Misses        272      272           

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

Copy link
Contributor

@TheJulianJES TheJulianJES left a comment

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Cool! Now onto some last quirks changes 😄

@puddly puddly merged commit 189300e into dev Feb 25, 2026
9 checks passed
@dependabot dependabot bot deleted the dependabot/pip/zigpy-1.0.0 branch February 25, 2026 03:14
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.

2 participants