[PR #170] [MERGED] Bump zeroconf from 0.39.4 to 0.47.1 #204

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

📋 Pull Request Information

Original PR: https://github.com/kokarare1212/librespot-python/pull/170
Author: @dependabot[bot]
Created: 12/26/2022
Status: Merged
Merged: 12/30/2022
Merged by: @kokarare1212

Base: mainHead: dependabot/pip/zeroconf-0.47.1


📝 Commits (1)

  • e296b13 Bump zeroconf from 0.39.4 to 0.47.1

📊 Changes

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

View changed files

📝 requirements.txt (+1 -1)

📄 Description

Bumps zeroconf from 0.39.4 to 0.47.1.

Release notes

Sourced from zeroconf's releases.

0.47.1

Fix

  • The equality checks for DNSPointer and DNSService should be case insensitive (#1122) (48ae77f)

0.47.0

Feature

  • Optimize equality checks for DNS records (#1120) (3a25ff7)

0.46.0

Feature

0.45.0

Feature

  • Optimize construction of outgoing packets (#1118) (81e186d)

0.44.0

Feature

  • Optimize dns objects by adding pxd files (#1113) (919d4d8)

0.43.0

Feature

  • Optimize incoming parser by reducing call stack (#1116) (11f3f0e)

0.42.0

Feature

  • Optimize incoming parser by using unpack_from (#1115) (a7d50ba)

0.41.0

Feature

  • Optimize incoming parser by adding pxd files (#1111) (26efeb0)

0.40.1

Fix

0.40.0

Feature

  • Drop async_timeout requirement for python 3.11+ (#1107) (1f4224e)
Changelog

Sourced from zeroconf's changelog.

v0.47.1 (2022-12-24)

Fix

  • The equality checks for DNSPointer and DNSService should be case insensitive (#1122) (48ae77f)

v0.47.0 (2022-12-22)

Feature

  • Optimize equality checks for DNS records (#1120) (3a25ff7)

v0.46.0 (2022-12-21)

Feature

v0.45.0 (2022-12-20)

Feature

  • Optimize construction of outgoing packets (#1118) (81e186d)

v0.44.0 (2022-12-18)

Feature

  • Optimize dns objects by adding pxd files (#1113) (919d4d8)

v0.43.0 (2022-12-18)

Feature

  • Optimize incoming parser by reducing call stack (#1116) (11f3f0e)

v0.42.0 (2022-12-18)

Feature

  • Optimize incoming parser by using unpack_from (#1115) (a7d50ba)

v0.41.0 (2022-12-18)

Feature

  • Optimize incoming parser by adding pxd files (#1111) (26efeb0)

v0.40.1 (2022-12-18)

Fix

v0.40.0 (2022-12-17)

Feature

  • Drop async_timeout requirement for python 3.11+ (#1107) (1f4224e)

0.39.5

  • This is a stub version to initialize python-semantic-release

    This version will not be published

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/170 **Author:** [@dependabot[bot]](https://github.com/apps/dependabot) **Created:** 12/26/2022 **Status:** ✅ Merged **Merged:** 12/30/2022 **Merged by:** [@kokarare1212](https://github.com/kokarare1212) **Base:** `main` ← **Head:** `dependabot/pip/zeroconf-0.47.1` --- ### 📝 Commits (1) - [`e296b13`](https://github.com/kokarare1212/librespot-python/commit/e296b1312cced0378b17e47adf8159a6cafbb6e5) Bump zeroconf from 0.39.4 to 0.47.1 ### 📊 Changes **1 file changed** (+1 additions, -1 deletions) <details> <summary>View changed files</summary> 📝 `requirements.txt` (+1 -1) </details> ### 📄 Description Bumps [zeroconf](https://github.com/python-zeroconf/python-zeroconf) from 0.39.4 to 0.47.1. <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.47.1</h2> <h3>Fix</h3> <ul> <li>The equality checks for DNSPointer and DNSService should be case insensitive (<a href="https://github-redirect.dependabot.com/python-zeroconf/python-zeroconf/issues/1122">#1122</a>) (<a href="https://github.com/python-zeroconf/python-zeroconf/commit/48ae77f026a96e2ca475b0ff80cb6d22207ce52f"><code>48ae77f</code></a>)</li> </ul> <h2>0.47.0</h2> <h3>Feature</h3> <ul> <li>Optimize equality checks for DNS records (<a href="https://github-redirect.dependabot.com/python-zeroconf/python-zeroconf/issues/1120">#1120</a>) (<a href="https://github.com/python-zeroconf/python-zeroconf/commit/3a25ff74bea83cd7d50888ce1ebfd7650d704bfa"><code>3a25ff7</code></a>)</li> </ul> <h2>0.46.0</h2> <h3>Feature</h3> <ul> <li>Optimize the dns cache (<a href="https://github-redirect.dependabot.com/python-zeroconf/python-zeroconf/issues/1119">#1119</a>) (<a href="https://github.com/python-zeroconf/python-zeroconf/commit/e80fcef967024f8e846e44b464a82a25f5550edf"><code>e80fcef</code></a>)</li> </ul> <h2>0.45.0</h2> <h3>Feature</h3> <ul> <li>Optimize construction of outgoing packets (<a href="https://github-redirect.dependabot.com/python-zeroconf/python-zeroconf/issues/1118">#1118</a>) (<a href="https://github.com/python-zeroconf/python-zeroconf/commit/81e186d365c018381f9b486a4dbe4e2e4b8bacbf"><code>81e186d</code></a>)</li> </ul> <h2>0.44.0</h2> <h3>Feature</h3> <ul> <li>Optimize dns objects by adding pxd files (<a href="https://github-redirect.dependabot.com/python-zeroconf/python-zeroconf/issues/1113">#1113</a>) (<a href="https://github.com/python-zeroconf/python-zeroconf/commit/919d4d875747b4fa68e25bccd5aae7f304d8a36d"><code>919d4d8</code></a>)</li> </ul> <h2>0.43.0</h2> <h3>Feature</h3> <ul> <li>Optimize incoming parser by reducing call stack (<a href="https://github-redirect.dependabot.com/python-zeroconf/python-zeroconf/issues/1116">#1116</a>) (<a href="https://github.com/python-zeroconf/python-zeroconf/commit/11f3f0e699e00c1ee3d6d8ab5e30f62525510589"><code>11f3f0e</code></a>)</li> </ul> <h2>0.42.0</h2> <h3>Feature</h3> <ul> <li>Optimize incoming parser by using unpack_from (<a href="https://github-redirect.dependabot.com/python-zeroconf/python-zeroconf/issues/1115">#1115</a>) (<a href="https://github.com/python-zeroconf/python-zeroconf/commit/a7d50baab362eadd2d292df08a39de6836b41ea7"><code>a7d50ba</code></a>)</li> </ul> <h2>0.41.0</h2> <h3>Feature</h3> <ul> <li>Optimize incoming parser by adding pxd files (<a href="https://github-redirect.dependabot.com/python-zeroconf/python-zeroconf/issues/1111">#1111</a>) (<a href="https://github.com/python-zeroconf/python-zeroconf/commit/26efeb09783050266242542228f34eb4dd83e30c"><code>26efeb0</code></a>)</li> </ul> <h2>0.40.1</h2> <h3>Fix</h3> <ul> <li>Fix project name in pyproject.toml (<a href="https://github-redirect.dependabot.com/python-zeroconf/python-zeroconf/issues/1112">#1112</a>) (<a href="https://github.com/python-zeroconf/python-zeroconf/commit/a330f62040475257c4a983044e1675aeb95e030a"><code>a330f62</code></a>)</li> </ul> <h2>0.40.0</h2> <h3>Feature</h3> <ul> <li>Drop async_timeout requirement for python 3.11+ (<a href="https://github-redirect.dependabot.com/python-zeroconf/python-zeroconf/issues/1107">#1107</a>) (<a href="https://github.com/python-zeroconf/python-zeroconf/commit/1f4224ef122299235013cb81b501f8ff9a30dea1"><code>1f4224e</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.47.1 (2022-12-24)</h2> <h3>Fix</h3> <ul> <li>The equality checks for DNSPointer and DNSService should be case insensitive (<a href="https://github-redirect.dependabot.com/python-zeroconf/python-zeroconf/issues/1122">#1122</a>) (<a href="https://github.com/python-zeroconf/python-zeroconf/commit/48ae77f026a96e2ca475b0ff80cb6d22207ce52f"><code>48ae77f</code></a>)</li> </ul> <h2>v0.47.0 (2022-12-22)</h2> <h3>Feature</h3> <ul> <li>Optimize equality checks for DNS records (<a href="https://github-redirect.dependabot.com/python-zeroconf/python-zeroconf/issues/1120">#1120</a>) (<a href="https://github.com/python-zeroconf/python-zeroconf/commit/3a25ff74bea83cd7d50888ce1ebfd7650d704bfa"><code>3a25ff7</code></a>)</li> </ul> <h2>v0.46.0 (2022-12-21)</h2> <h3>Feature</h3> <ul> <li>Optimize the dns cache (<a href="https://github-redirect.dependabot.com/python-zeroconf/python-zeroconf/issues/1119">#1119</a>) (<a href="https://github.com/python-zeroconf/python-zeroconf/commit/e80fcef967024f8e846e44b464a82a25f5550edf"><code>e80fcef</code></a>)</li> </ul> <h2>v0.45.0 (2022-12-20)</h2> <h3>Feature</h3> <ul> <li>Optimize construction of outgoing packets (<a href="https://github-redirect.dependabot.com/python-zeroconf/python-zeroconf/issues/1118">#1118</a>) (<a href="https://github.com/python-zeroconf/python-zeroconf/commit/81e186d365c018381f9b486a4dbe4e2e4b8bacbf"><code>81e186d</code></a>)</li> </ul> <h2>v0.44.0 (2022-12-18)</h2> <h3>Feature</h3> <ul> <li>Optimize dns objects by adding pxd files (<a href="https://github-redirect.dependabot.com/python-zeroconf/python-zeroconf/issues/1113">#1113</a>) (<a href="https://github.com/python-zeroconf/python-zeroconf/commit/919d4d875747b4fa68e25bccd5aae7f304d8a36d"><code>919d4d8</code></a>)</li> </ul> <h2>v0.43.0 (2022-12-18)</h2> <h3>Feature</h3> <ul> <li>Optimize incoming parser by reducing call stack (<a href="https://github-redirect.dependabot.com/python-zeroconf/python-zeroconf/issues/1116">#1116</a>) (<a href="https://github.com/python-zeroconf/python-zeroconf/commit/11f3f0e699e00c1ee3d6d8ab5e30f62525510589"><code>11f3f0e</code></a>)</li> </ul> <h2>v0.42.0 (2022-12-18)</h2> <h3>Feature</h3> <ul> <li>Optimize incoming parser by using unpack_from (<a href="https://github-redirect.dependabot.com/python-zeroconf/python-zeroconf/issues/1115">#1115</a>) (<a href="https://github.com/python-zeroconf/python-zeroconf/commit/a7d50baab362eadd2d292df08a39de6836b41ea7"><code>a7d50ba</code></a>)</li> </ul> <h2>v0.41.0 (2022-12-18)</h2> <h3>Feature</h3> <ul> <li>Optimize incoming parser by adding pxd files (<a href="https://github-redirect.dependabot.com/python-zeroconf/python-zeroconf/issues/1111">#1111</a>) (<a href="https://github.com/python-zeroconf/python-zeroconf/commit/26efeb09783050266242542228f34eb4dd83e30c"><code>26efeb0</code></a>)</li> </ul> <h2>v0.40.1 (2022-12-18)</h2> <h3>Fix</h3> <ul> <li>Fix project name in pyproject.toml (<a href="https://github-redirect.dependabot.com/python-zeroconf/python-zeroconf/issues/1112">#1112</a>) (<a href="https://github.com/python-zeroconf/python-zeroconf/commit/a330f62040475257c4a983044e1675aeb95e030a"><code>a330f62</code></a>)</li> </ul> <h2>v0.40.0 (2022-12-17)</h2> <h3>Feature</h3> <ul> <li>Drop async_timeout requirement for python 3.11+ (<a href="https://github-redirect.dependabot.com/python-zeroconf/python-zeroconf/issues/1107">#1107</a>) (<a href="https://github.com/python-zeroconf/python-zeroconf/commit/1f4224ef122299235013cb81b501f8ff9a30dea1"><code>1f4224e</code></a>)</li> </ul> <h1>0.39.5</h1> <ul> <li> <p>This is a stub version to initialize python-semantic-release</p> <p>This version will not be published</p> </li> </ul> </blockquote> </details> <details> <summary>Commits</summary> <ul> <li><a href="https://github.com/python-zeroconf/python-zeroconf/commit/ef09683b5bfb88ac7bdd14e9ac8b45165846c275"><code>ef09683</code></a> 0.47.1</li> <li><a href="https://github.com/python-zeroconf/python-zeroconf/commit/48ae77f026a96e2ca475b0ff80cb6d22207ce52f"><code>48ae77f</code></a> fix: the equality checks for DNSPointer and DNSService should be case insensi...</li> <li><a href="https://github.com/python-zeroconf/python-zeroconf/commit/d6115c813ad0170de34bc0e3a27cd22bdf2bf307"><code>d6115c8</code></a> 0.47.0</li> <li><a href="https://github.com/python-zeroconf/python-zeroconf/commit/3a25ff74bea83cd7d50888ce1ebfd7650d704bfa"><code>3a25ff7</code></a> feat: optimize equality checks for DNS records (<a href="https://github-redirect.dependabot.com/python-zeroconf/python-zeroconf/issues/1120">#1120</a>)</li> <li><a href="https://github.com/python-zeroconf/python-zeroconf/commit/255a884f91ee0a959f1c943eca6d81e3d63ab5d1"><code>255a884</code></a> 0.46.0</li> <li><a href="https://github.com/python-zeroconf/python-zeroconf/commit/e80fcef967024f8e846e44b464a82a25f5550edf"><code>e80fcef</code></a> feat: optimize the dns cache (<a href="https://github-redirect.dependabot.com/python-zeroconf/python-zeroconf/issues/1119">#1119</a>)</li> <li><a href="https://github.com/python-zeroconf/python-zeroconf/commit/f57d9f15161ddd8563e80d53f1f48d0488985e64"><code>f57d9f1</code></a> 0.45.0</li> <li><a href="https://github.com/python-zeroconf/python-zeroconf/commit/81e186d365c018381f9b486a4dbe4e2e4b8bacbf"><code>81e186d</code></a> feat: optimize construction of outgoing packets (<a href="https://github-redirect.dependabot.com/python-zeroconf/python-zeroconf/issues/1118">#1118</a>)</li> <li><a href="https://github.com/python-zeroconf/python-zeroconf/commit/1e9de3c88a0c16e2b37944c7db1ef1fd2e4c265c"><code>1e9de3c</code></a> 0.44.0</li> <li><a href="https://github.com/python-zeroconf/python-zeroconf/commit/919d4d875747b4fa68e25bccd5aae7f304d8a36d"><code>919d4d8</code></a> feat: optimize dns objects by adding pxd files (<a href="https://github-redirect.dependabot.com/python-zeroconf/python-zeroconf/issues/1113">#1113</a>)</li> <li>Additional commits viewable in <a href="https://github.com/python-zeroconf/python-zeroconf/compare/0.39.4...0.47.1">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.39.4&new-version=0.47.1)](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:19 +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#204
No description provided.