Skip to content

Bump zeroconf from 0.149.7 to 0.149.12 in the pip group across 1 directory#2087

Merged
frenck merged 1 commit into
mainfrom
dependabot/pip/pip-5f95168581
Jun 11, 2026
Merged

Bump zeroconf from 0.149.7 to 0.149.12 in the pip group across 1 directory#2087
frenck merged 1 commit into
mainfrom
dependabot/pip/pip-5f95168581

Conversation

@dependabot

@dependabot dependabot Bot commented on behalf of github Jun 11, 2026

Copy link
Copy Markdown
Contributor

Bumps the pip group with 1 update in the / directory: zeroconf.

Updates zeroconf from 0.149.7 to 0.149.12

Release notes

Sourced from zeroconf's releases.

0.149.12

v0.149.12 (2026-05-20)

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

Bug Fixes

  • Bound QuestionHistory per-entry known-answer payload (#1755, 4ff6540)

  • Bound TC-deferred queues against spoofed-source flood OOM (#1751, b22c8ff)


Detailed Changes: 0.149.11...0.149.12

0.149.11

v0.149.11 (2026-05-20)

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

Bug Fixes

  • Bound duplicate-packet dedup against alternating-payload floods (#1750, 8c9d6ce)

Detailed Changes: 0.149.10...0.149.11

0.149.10

v0.149.10 (2026-05-20)

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

Bug Fixes

  • Accept uppercase .local. trailer in service_type_name (#1747, 37edde2)

  • Bound TC-deferral assembly window to first-arrival + max delay (#1732, a096238)

Testing

  • Add codspeed benchmarks for listener duplicate-packet dedup (#1744, 068c3f6)

Detailed Changes: 0.149.9...0.149.10

0.149.9

v0.149.9 (2026-05-20)

... (truncated)

Changelog

Sourced from zeroconf's changelog.

v0.149.12 (2026-05-20)

Bug Fixes

  • Bound QuestionHistory per-entry known-answer payload (#1755, 4ff6540)

  • Bound TC-deferred queues against spoofed-source flood OOM (#1751, b22c8ff)

v0.149.11 (2026-05-20)

Bug Fixes

  • Bound duplicate-packet dedup against alternating-payload floods (#1750, 8c9d6ce)

v0.149.10 (2026-05-20)

Bug Fixes

  • Accept uppercase .local. trailer in service_type_name (#1747, 37edde2)

  • Bound TC-deferral assembly window to first-arrival + max delay (#1732, a096238)

Testing

  • Add codspeed benchmarks for listener duplicate-packet dedup (#1744, 068c3f6)

v0.149.9 (2026-05-20)

Bug Fixes

  • Bound QuestionHistory size to prevent LAN-driven OOM (#1733, 0e5e637)

... (truncated)

Commits
  • f4b5066 0.149.12
  • 4ff6540 fix: bound QuestionHistory per-entry known-answer payload (#1755)
  • b22c8ff fix: bound TC-deferred queues against spoofed-source flood OOM (#1751)
  • 6a83ab8 0.149.11
  • 8c9d6ce fix: bound duplicate-packet dedup against alternating-payload floods (#1750)
  • 304fae6 chore: enable ruff PT006/PT007 parametrize tuple rules (#1749)
  • a7cefe9 0.149.10
  • a096238 fix: bound TC-deferral assembly window to first-arrival + max delay (#1732)
  • 37edde2 fix: accept uppercase .local. trailer in service_type_name (#1747)
  • 0e201f7 ci: key venv cache on resolved python patch version (#1745)
  • 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 <dependency name> major version will close this group update PR and stop Dependabot creating any more for the specific dependency's major version (unless you unignore this specific dependency's major version or upgrade to it yourself)
  • @dependabot ignore <dependency name> minor version will close this group update PR and stop Dependabot creating any more for the specific dependency's minor version (unless you unignore this specific dependency's minor version or upgrade to it yourself)
  • @dependabot ignore <dependency name> will close this group update PR and stop Dependabot creating any more for the specific dependency (unless you unignore this specific dependency or upgrade to it yourself)
  • @dependabot unignore <dependency name> will remove all of the ignore conditions of the specified dependency
  • @dependabot unignore <dependency name> <ignore condition> will remove the ignore condition of the specified dependency and ignore conditions
    You can disable automated security fix PRs for this repo from the Security Alerts page.

Bumps the pip group with 1 update in the / directory: [zeroconf](https://github.com/python-zeroconf/python-zeroconf).


Updates `zeroconf` from 0.149.7 to 0.149.12
- [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.149.7...0.149.12)

---
updated-dependencies:
- dependency-name: zeroconf
  dependency-version: 0.149.12
  dependency-type: direct:development
  dependency-group: pip
...

Signed-off-by: dependabot[bot] <support@github.com>
@dependabot dependabot Bot added dependencies Upgrade or downgrade of project dependencies. python labels Jun 11, 2026
@codecov

codecov Bot commented Jun 11, 2026

Copy link
Copy Markdown

Codecov Report

✅ All modified and coverable lines are covered by tests.
✅ Project coverage is 97.51%. Comparing base (3e87d76) to head (84e1132).
⚠️ Report is 617 commits behind head on main.

Additional details and impacted files
@@             Coverage Diff             @@
##             main    #2087       +/-   ##
===========================================
+ Coverage   58.61%   97.51%   +38.90%     
===========================================
  Files           6        8        +2     
  Lines         662     1129      +467     
  Branches      143      113       -30     
===========================================
+ Hits          388     1101      +713     
+ Misses        270       18      -252     
- Partials        4       10        +6     

☔ View full report in Codecov by Harness.
📢 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.

@frenck frenck merged commit 908efea into main Jun 11, 2026
34 checks passed
@frenck frenck deleted the dependabot/pip/pip-5f95168581 branch June 11, 2026 16:11
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

dependencies Upgrade or downgrade of project dependencies. python

Projects

None yet

Development

Successfully merging this pull request may close these issues.

1 participant