[PR #204] [MERGED] Bump zeroconf from 0.64.0 to 0.66.0 #229

Closed
opened 2026-02-27 08:12:24 +03:00 by kerem · 0 comments
Owner

📋 Pull Request Information

Original PR: https://github.com/kokarare1212/librespot-python/pull/204
Author: @dependabot[bot]
Created: 6/13/2023
Status: Merged
Merged: 6/15/2023
Merged by: @kokarare1212

Base: mainHead: dependabot/pip/zeroconf-0.66.0


📝 Commits (1)

  • 88d9d33 Bump zeroconf from 0.64.0 to 0.66.0

📊 Changes

1 file changed (+1 additions, -1 deletions)

View changed files

📝 requirements.txt (+1 -1)

📄 Description

⚠️ Dependabot is rebasing this PR ⚠️

Rebasing might not happen immediately, so don't worry if this takes some time.

Note: if you make any changes to this PR yourself, they will take precedence over the rebase.


Bumps zeroconf from 0.64.0 to 0.66.0.

Release notes

Sourced from zeroconf's releases.

0.66.0

Feature

  • Optimize construction of outgoing dns records (#1182) (fc0341f)

0.65.0

Feature

  • Reduce overhead to enumerate ip addresses in ServiceInfo (#1181) (6a85cbf)

0.64.1

Fix

Changelog

Sourced from zeroconf's changelog.

v0.66.0 (2023-06-13)

Feature

  • Optimize construction of outgoing dns records (#1182) (fc0341f)

v0.65.0 (2023-06-13)

Feature

  • Reduce overhead to enumerate ip addresses in ServiceInfo (#1181) (6a85cbf)

v0.64.1 (2023-06-05)

Fix

Commits

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

🔄 This issue represents a GitHub Pull Request. It cannot be merged through Gitea due to API limitations.

## 📋 Pull Request Information **Original PR:** https://github.com/kokarare1212/librespot-python/pull/204 **Author:** [@dependabot[bot]](https://github.com/apps/dependabot) **Created:** 6/13/2023 **Status:** ✅ Merged **Merged:** 6/15/2023 **Merged by:** [@kokarare1212](https://github.com/kokarare1212) **Base:** `main` ← **Head:** `dependabot/pip/zeroconf-0.66.0` --- ### 📝 Commits (1) - [`88d9d33`](https://github.com/kokarare1212/librespot-python/commit/88d9d33226af316c23eab5b7f9b19962fe5a50d6) Bump zeroconf from 0.64.0 to 0.66.0 ### 📊 Changes **1 file changed** (+1 additions, -1 deletions) <details> <summary>View changed files</summary> 📝 `requirements.txt` (+1 -1) </details> ### 📄 Description [//]: # (dependabot-start) ⚠️ **Dependabot is rebasing this PR** ⚠️ Rebasing might not happen immediately, so don't worry if this takes some time. Note: if you make any changes to this PR yourself, they will take precedence over the rebase. --- [//]: # (dependabot-end) Bumps [zeroconf](https://github.com/python-zeroconf/python-zeroconf) from 0.64.0 to 0.66.0. <details> <summary>Release notes</summary> <p><em>Sourced from <a href="https://github.com/python-zeroconf/python-zeroconf/releases">zeroconf's releases</a>.</em></p> <blockquote> <h2>0.66.0</h2> <h3>Feature</h3> <ul> <li>Optimize construction of outgoing dns records (<a href="https://redirect.github.com/python-zeroconf/python-zeroconf/issues/1182">#1182</a>) (<a href="https://github.com/python-zeroconf/python-zeroconf/commit/fc0341f281cdb71428c0f1cf90c12d34cbb4acae"><code>fc0341f</code></a>)</li> </ul> <h2>0.65.0</h2> <h3>Feature</h3> <ul> <li>Reduce overhead to enumerate ip addresses in ServiceInfo (<a href="https://redirect.github.com/python-zeroconf/python-zeroconf/issues/1181">#1181</a>) (<a href="https://github.com/python-zeroconf/python-zeroconf/commit/6a85cbf2b872cb0abd184c2dd728d9ae3eb8115c"><code>6a85cbf</code></a>)</li> </ul> <h2>0.64.1</h2> <h3>Fix</h3> <ul> <li>Small internal typing cleanups (<a href="https://redirect.github.com/python-zeroconf/python-zeroconf/issues/1180">#1180</a>) (<a href="https://github.com/python-zeroconf/python-zeroconf/commit/f03e511f7aae72c5ccd4f7514d89e168847bd7a2"><code>f03e511</code></a>)</li> </ul> </blockquote> </details> <details> <summary>Changelog</summary> <p><em>Sourced from <a href="https://github.com/python-zeroconf/python-zeroconf/blob/master/CHANGELOG.md">zeroconf's changelog</a>.</em></p> <blockquote> <h2>v0.66.0 (2023-06-13)</h2> <h3>Feature</h3> <ul> <li>Optimize construction of outgoing dns records (<a href="https://redirect.github.com/python-zeroconf/python-zeroconf/issues/1182">#1182</a>) (<a href="https://github.com/python-zeroconf/python-zeroconf/commit/fc0341f281cdb71428c0f1cf90c12d34cbb4acae"><code>fc0341f</code></a>)</li> </ul> <h2>v0.65.0 (2023-06-13)</h2> <h3>Feature</h3> <ul> <li>Reduce overhead to enumerate ip addresses in ServiceInfo (<a href="https://redirect.github.com/python-zeroconf/python-zeroconf/issues/1181">#1181</a>) (<a href="https://github.com/python-zeroconf/python-zeroconf/commit/6a85cbf2b872cb0abd184c2dd728d9ae3eb8115c"><code>6a85cbf</code></a>)</li> </ul> <h2>v0.64.1 (2023-06-05)</h2> <h3>Fix</h3> <ul> <li>Small internal typing cleanups (<a href="https://redirect.github.com/python-zeroconf/python-zeroconf/issues/1180">#1180</a>) (<a href="https://github.com/python-zeroconf/python-zeroconf/commit/f03e511f7aae72c5ccd4f7514d89e168847bd7a2"><code>f03e511</code></a>)</li> </ul> </blockquote> </details> <details> <summary>Commits</summary> <ul> <li><a href="https://github.com/python-zeroconf/python-zeroconf/commit/8cf5b876e22a1317fa94eff15cd3f0f7d9181525"><code>8cf5b87</code></a> 0.66.0</li> <li><a href="https://github.com/python-zeroconf/python-zeroconf/commit/fc0341f281cdb71428c0f1cf90c12d34cbb4acae"><code>fc0341f</code></a> feat: optimize construction of outgoing dns records (<a href="https://redirect.github.com/python-zeroconf/python-zeroconf/issues/1182">#1182</a>)</li> <li><a href="https://github.com/python-zeroconf/python-zeroconf/commit/efa1e452bfee5343573e0f48ba69989d943d975d"><code>efa1e45</code></a> 0.65.0</li> <li><a href="https://github.com/python-zeroconf/python-zeroconf/commit/6a85cbf2b872cb0abd184c2dd728d9ae3eb8115c"><code>6a85cbf</code></a> feat: reduce overhead to enumerate ip addresses in ServiceInfo (<a href="https://redirect.github.com/python-zeroconf/python-zeroconf/issues/1181">#1181</a>)</li> <li><a href="https://github.com/python-zeroconf/python-zeroconf/commit/8b44947f9e87dd5ac277c3f1e4facbd97e9bc216"><code>8b44947</code></a> 0.64.1</li> <li><a href="https://github.com/python-zeroconf/python-zeroconf/commit/f03e511f7aae72c5ccd4f7514d89e168847bd7a2"><code>f03e511</code></a> fix: small internal typing cleanups (<a href="https://redirect.github.com/python-zeroconf/python-zeroconf/issues/1180">#1180</a>)</li> <li>See full diff in <a href="https://github.com/python-zeroconf/python-zeroconf/compare/0.64.0...0.66.0">compare view</a></li> </ul> </details> <br /> [![Dependabot compatibility score](https://dependabot-badges.githubapp.com/badges/compatibility_score?dependency-name=zeroconf&package-manager=pip&previous-version=0.64.0&new-version=0.66.0)](https://docs.github.com/en/github/managing-security-vulnerabilities/about-dependabot-security-updates#about-compatibility-scores) 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-automerge-start) [//]: # (dependabot-automerge-end) --- <details> <summary>Dependabot commands and options</summary> <br /> 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) </details> --- <sub>🔄 This issue represents a GitHub Pull Request. It cannot be merged through Gitea due to API limitations.</sub>
kerem 2026-02-27 08:12:24 +03:00
Sign in to join this conversation.
No milestone
No project
No assignees
1 participant
Notifications
Due date
The due date is invalid or out of range. Please use the format "yyyy-mm-dd".

No due date set.

Dependencies

No dependencies set.

Reference
starred/librespot-python-kokarare1212#229
No description provided.