[PR #168] [CLOSED] Bump zeroconf from 0.39.4 to 0.45.0 #201

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

📋 Pull Request Information

Original PR: https://github.com/kokarare1212/librespot-python/pull/168
Author: @dependabot[bot]
Created: 12/21/2022
Status: Closed

Base: mainHead: dependabot/pip/zeroconf-0.45.0


📝 Commits (1)

  • 0372fd9 Bump zeroconf from 0.39.4 to 0.45.0

📊 Changes

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

View changed files

📝 requirements.txt (+1 -1)

📄 Description

Bumps zeroconf from 0.39.4 to 0.45.0.

Release notes

Sourced from zeroconf's releases.

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.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/168 **Author:** [@dependabot[bot]](https://github.com/apps/dependabot) **Created:** 12/21/2022 **Status:** ❌ Closed **Base:** `main` ← **Head:** `dependabot/pip/zeroconf-0.45.0` --- ### 📝 Commits (1) - [`0372fd9`](https://github.com/kokarare1212/librespot-python/commit/0372fd91e0e9321f2157a45e5b2e248bc8da41e4) Bump zeroconf from 0.39.4 to 0.45.0 ### 📊 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.45.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.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.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/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><a href="https://github.com/python-zeroconf/python-zeroconf/commit/a42e2d723729b9812682077d74e0b57496a5bcb0"><code>a42e2d7</code></a> 0.43.0</li> <li><a href="https://github.com/python-zeroconf/python-zeroconf/commit/11f3f0e699e00c1ee3d6d8ab5e30f62525510589"><code>11f3f0e</code></a> feat: optimize incoming parser by reducing call stack (<a href="https://github-redirect.dependabot.com/python-zeroconf/python-zeroconf/issues/1116">#1116</a>)</li> <li><a href="https://github.com/python-zeroconf/python-zeroconf/commit/bef91946178a42878b06163743530fd2f62396f0"><code>bef9194</code></a> 0.42.0</li> <li><a href="https://github.com/python-zeroconf/python-zeroconf/commit/a7d50baab362eadd2d292df08a39de6836b41ea7"><code>a7d50ba</code></a> feat: optimize incoming parser by using unpack_from (<a href="https://github-redirect.dependabot.com/python-zeroconf/python-zeroconf/issues/1115">#1115</a>)</li> <li><a href="https://github.com/python-zeroconf/python-zeroconf/commit/f41fcc32d3971ee898819dcf0c420bb17dddbc1c"><code>f41fcc3</code></a> 0.41.0</li> <li><a href="https://github.com/python-zeroconf/python-zeroconf/commit/26efeb09783050266242542228f34eb4dd83e30c"><code>26efeb0</code></a> feat: optimize incoming parser by adding pxd files (<a href="https://github-redirect.dependabot.com/python-zeroconf/python-zeroconf/issues/1111">#1111</a>)</li> <li>Additional commits viewable in <a href="https://github.com/python-zeroconf/python-zeroconf/compare/0.39.4...0.45.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.39.4&new-version=0.45.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:18 +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#201
No description provided.