Skip to content

build(deps): Bump zeroconf from 0.148.0 to 0.149.7#110

Open
dependabot[bot] wants to merge 1 commit into
mainfrom
dependabot/pip/zeroconf-0.149.7
Open

build(deps): Bump zeroconf from 0.148.0 to 0.149.7#110
dependabot[bot] wants to merge 1 commit into
mainfrom
dependabot/pip/zeroconf-0.149.7

Conversation

@dependabot
Copy link
Copy Markdown
Contributor

@dependabot dependabot Bot commented on behalf of github May 29, 2026

Bumps zeroconf from 0.148.0 to 0.149.7.

Release notes

Sourced from zeroconf's releases.

0.149.7

v0.149.7 (2026-05-18)

This release is published under the LGPL-2.1-or-later License.

Bug Fixes

  • Bound DNSCache record count to prevent unbounded LAN-driven growth (#1718, 0ad3f37)

Testing

  • Shave ServiceBrowser first-query delay on loopback (#1720, 0ff3c6b)

Detailed Changes: 0.149.6...0.149.7

0.149.6

v0.149.6 (2026-05-18)

This release is published under the LGPL-2.1-or-later License.

Bug Fixes

  • Bound _seen_logs and stop retaining exc_info (#1717, 95561e2)

Detailed Changes: 0.149.5...0.149.6

0.149.5

v0.149.5 (2026-05-18)

This release is published under the LGPL-2.1-or-later License.

Bug Fixes

  • Bound DNS compression-pointer chain depth in DNSIncoming (#1719, f9e2359)

Testing

  • Cap helper get_service_info timeout in suppression test (~3.0s → ~1.85s) (#1708, ee3c7d7)

  • Drop ZeroconfServiceTypes.find() timeouts from 500ms to 200ms on loopback (#1710, 64d143d)

  • Eliminate test_get_info_single race by injecting from the send mock (#1716, 963d3d7)

  • Fix race in test_register_and_lookup_type_by_uppercase_name (#1712, 91aa21d)

  • Speed up service-info request tests with quick_request_timing fixture (#1709, 4bae30a)

... (truncated)

Changelog

Sourced from zeroconf's changelog.

v0.149.7 (2026-05-18)

Bug Fixes

  • Bound DNSCache record count to prevent unbounded LAN-driven growth (#1718, 0ad3f37)

Testing

  • Shave ServiceBrowser first-query delay on loopback (#1720, 0ff3c6b)

v0.149.6 (2026-05-18)

Bug Fixes

  • Bound _seen_logs and stop retaining exc_info (#1717, 95561e2)

v0.149.5 (2026-05-18)

Bug Fixes

  • Bound DNS compression-pointer chain depth in DNSIncoming (#1719, f9e2359)

Testing

  • Cap helper get_service_info timeout in suppression test (~3.0s → ~1.85s) (#1708, ee3c7d7)

  • Drop ZeroconfServiceTypes.find() timeouts from 500ms to 200ms on loopback (#1710, 64d143d)

  • Eliminate test_get_info_single race by injecting from the send mock (#1716, 963d3d7)

  • Fix race in test_register_and_lookup_type_by_uppercase_name (#1712, 91aa21d)

... (truncated)

Commits
  • e32f52d 0.149.7
  • 0ad3f37 fix: bound DNSCache record count to prevent unbounded LAN-driven growth (#1718)
  • 0ff3c6b test: shave ServiceBrowser first-query delay on loopback (#1720)
  • 9683fe6 0.149.6
  • 95561e2 fix: bound _seen_logs and stop retaining exc_info (#1717)
  • 65b22cb 0.149.5
  • f9e2359 fix: bound DNS compression-pointer chain depth in DNSIncoming (#1719)
  • 64d143d test: drop ZeroconfServiceTypes.find() timeouts from 500ms to 200ms on loopba...
  • 963d3d7 test: eliminate test_get_info_single race by injecting from the send mock (#1...
  • 91aa21d test: fix race in test_register_and_lookup_type_by_uppercase_name (#1712)
  • 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 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)
    You can disable automated security fix PRs for this repo from the Security Alerts page.

Bumps [zeroconf](https://github.com/python-zeroconf/python-zeroconf) from 0.148.0 to 0.149.7.
- [Release notes](https://github.com/python-zeroconf/python-zeroconf/releases)
- [Changelog](https://github.com/python-zeroconf/python-zeroconf/blob/master/CHANGELOG.md)
- [Commits](python-zeroconf/python-zeroconf@0.148.0...0.149.7)

---
updated-dependencies:
- dependency-name: zeroconf
  dependency-version: 0.149.7
  dependency-type: indirect
...

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 May 29, 2026
@codecov
Copy link
Copy Markdown

codecov Bot commented May 29, 2026

Codecov Report

✅ All modified and coverable lines are covered by tests.
✅ Project coverage is 81.51%. Comparing base (2a0989e) to head (9590f2d).
✅ All tests successful. No failed tests found.

Additional details and impacted files
@@           Coverage Diff           @@
##             main     #110   +/-   ##
=======================================
  Coverage   81.51%   81.51%           
=======================================
  Files          17       17           
  Lines         860      860           
  Branches       56       56           
=======================================
  Hits          701      701           
  Misses        141      141           
  Partials       18       18           

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

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

build 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