[PR #213] [CLOSED] Bump zeroconf from 0.71.4 to 0.72.3 #238

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

📋 Pull Request Information

Original PR: https://github.com/kokarare1212/librespot-python/pull/213
Author: @dependabot[bot]
Created: 8/3/2023
Status: Closed

Base: mainHead: dependabot/pip/zeroconf-0.72.3


📝 Commits (1)

  • 8ea2a56 Bump zeroconf from 0.71.4 to 0.72.3

📊 Changes

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

View changed files

📝 requirements.txt (+1 -1)

📄 Description

Bumps zeroconf from 0.71.4 to 0.72.3.

Release notes

Sourced from zeroconf's releases.

0.72.3

Fix

  • Revert adding typing to DNSRecord.suppressed_by (#1210) (3dba5ae)

0.72.2

Fix

0.72.1

Fix

  • Race with InvalidStateError when async_request times out (#1208) (2233b6b)

0.72.0

Feature

0.71.5

Fix

  • Improve performance of ServiceInfo.async_request (#1205) (8019a73)
Changelog

Sourced from zeroconf's changelog.

v0.72.3 (2023-08-03)

Fix

  • Revert adding typing to DNSRecord.suppressed_by (#1210) (3dba5ae)

v0.72.2 (2023-08-03)

Fix

v0.72.1 (2023-08-03)

Fix

  • Race with InvalidStateError when async_request times out (#1208) (2233b6b)

v0.72.0 (2023-08-02)

Feature

v0.71.5 (2023-08-02)

Fix

  • Improve performance of ServiceInfo.async_request (#1205) (8019a73)
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/213 **Author:** [@dependabot[bot]](https://github.com/apps/dependabot) **Created:** 8/3/2023 **Status:** ❌ Closed **Base:** `main` ← **Head:** `dependabot/pip/zeroconf-0.72.3` --- ### 📝 Commits (1) - [`8ea2a56`](https://github.com/kokarare1212/librespot-python/commit/8ea2a56ea5b61bc4c75e9df570be838327007dd1) Bump zeroconf from 0.71.4 to 0.72.3 ### 📊 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.71.4 to 0.72.3. <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.72.3</h2> <h3>Fix</h3> <ul> <li>Revert adding typing to DNSRecord.suppressed_by (<a href="https://redirect.github.com/python-zeroconf/python-zeroconf/issues/1210">#1210</a>) (<a href="https://github.com/python-zeroconf/python-zeroconf/commit/3dba5ae0c0e9473b7b20fd6fc79fa1a3b298dc5a"><code>3dba5ae</code></a>)</li> </ul> <h2>0.72.2</h2> <h3>Fix</h3> <ul> <li>Revert DNSIncoming cimport in _dns.pxd (<a href="https://redirect.github.com/python-zeroconf/python-zeroconf/issues/1209">#1209</a>) (<a href="https://github.com/python-zeroconf/python-zeroconf/commit/5f14b6dc687b3a0716d0ca7f61ccf1e93dfe5fa1"><code>5f14b6d</code></a>)</li> </ul> <h2>0.72.1</h2> <h3>Fix</h3> <ul> <li>Race with InvalidStateError when async_request times out (<a href="https://redirect.github.com/python-zeroconf/python-zeroconf/issues/1208">#1208</a>) (<a href="https://github.com/python-zeroconf/python-zeroconf/commit/2233b6bc4ceeee5524d2ee88ecae8234173feb5f"><code>2233b6b</code></a>)</li> </ul> <h2>0.72.0</h2> <h3>Feature</h3> <ul> <li>Speed up processing incoming records (<a href="https://redirect.github.com/python-zeroconf/python-zeroconf/issues/1206">#1206</a>) (<a href="https://github.com/python-zeroconf/python-zeroconf/commit/126849c92be8cec9253fba9faa591029d992fcc3"><code>126849c</code></a>)</li> </ul> <h2>0.71.5</h2> <h3>Fix</h3> <ul> <li>Improve performance of ServiceInfo.async_request (<a href="https://redirect.github.com/python-zeroconf/python-zeroconf/issues/1205">#1205</a>) (<a href="https://github.com/python-zeroconf/python-zeroconf/commit/8019a73c952f2fc4c88d849aab970fafedb316d8"><code>8019a73</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.72.3 (2023-08-03)</h2> <h3>Fix</h3> <ul> <li>Revert adding typing to DNSRecord.suppressed_by (<a href="https://redirect.github.com/python-zeroconf/python-zeroconf/issues/1210">#1210</a>) (<a href="https://github.com/python-zeroconf/python-zeroconf/commit/3dba5ae0c0e9473b7b20fd6fc79fa1a3b298dc5a"><code>3dba5ae</code></a>)</li> </ul> <h2>v0.72.2 (2023-08-03)</h2> <h3>Fix</h3> <ul> <li>Revert DNSIncoming cimport in _dns.pxd (<a href="https://redirect.github.com/python-zeroconf/python-zeroconf/issues/1209">#1209</a>) (<a href="https://github.com/python-zeroconf/python-zeroconf/commit/5f14b6dc687b3a0716d0ca7f61ccf1e93dfe5fa1"><code>5f14b6d</code></a>)</li> </ul> <h2>v0.72.1 (2023-08-03)</h2> <h3>Fix</h3> <ul> <li>Race with InvalidStateError when async_request times out (<a href="https://redirect.github.com/python-zeroconf/python-zeroconf/issues/1208">#1208</a>) (<a href="https://github.com/python-zeroconf/python-zeroconf/commit/2233b6bc4ceeee5524d2ee88ecae8234173feb5f"><code>2233b6b</code></a>)</li> </ul> <h2>v0.72.0 (2023-08-02)</h2> <h3>Feature</h3> <ul> <li>Speed up processing incoming records (<a href="https://redirect.github.com/python-zeroconf/python-zeroconf/issues/1206">#1206</a>) (<a href="https://github.com/python-zeroconf/python-zeroconf/commit/126849c92be8cec9253fba9faa591029d992fcc3"><code>126849c</code></a>)</li> </ul> <h2>v0.71.5 (2023-08-02)</h2> <h3>Fix</h3> <ul> <li>Improve performance of ServiceInfo.async_request (<a href="https://redirect.github.com/python-zeroconf/python-zeroconf/issues/1205">#1205</a>) (<a href="https://github.com/python-zeroconf/python-zeroconf/commit/8019a73c952f2fc4c88d849aab970fafedb316d8"><code>8019a73</code></a>)</li> </ul> </blockquote> </details> <details> <summary>Commits</summary> <ul> <li><a href="https://github.com/python-zeroconf/python-zeroconf/commit/cbca88cfa6a225bcd193b2144f1d59564adc22ce"><code>cbca88c</code></a> 0.72.3</li> <li><a href="https://github.com/python-zeroconf/python-zeroconf/commit/3dba5ae0c0e9473b7b20fd6fc79fa1a3b298dc5a"><code>3dba5ae</code></a> fix: revert adding typing to DNSRecord.suppressed_by (<a href="https://redirect.github.com/python-zeroconf/python-zeroconf/issues/1210">#1210</a>)</li> <li><a href="https://github.com/python-zeroconf/python-zeroconf/commit/07cf846cc9d3d9eba32be961df04099e2ba4d9cd"><code>07cf846</code></a> 0.72.2</li> <li><a href="https://github.com/python-zeroconf/python-zeroconf/commit/5f14b6dc687b3a0716d0ca7f61ccf1e93dfe5fa1"><code>5f14b6d</code></a> fix: revert DNSIncoming cimport in _dns.pxd (<a href="https://redirect.github.com/python-zeroconf/python-zeroconf/issues/1209">#1209</a>)</li> <li><a href="https://github.com/python-zeroconf/python-zeroconf/commit/ffe8fd5ecb6abd11362fea865e81ae987c86f7e7"><code>ffe8fd5</code></a> 0.72.1</li> <li><a href="https://github.com/python-zeroconf/python-zeroconf/commit/2233b6bc4ceeee5524d2ee88ecae8234173feb5f"><code>2233b6b</code></a> fix: race with InvalidStateError when async_request times out (<a href="https://redirect.github.com/python-zeroconf/python-zeroconf/issues/1208">#1208</a>)</li> <li><a href="https://github.com/python-zeroconf/python-zeroconf/commit/063b5d9c8ff9daa4ddd1a9d4f2f3d2a5b2c652c4"><code>063b5d9</code></a> 0.72.0</li> <li><a href="https://github.com/python-zeroconf/python-zeroconf/commit/126849c92be8cec9253fba9faa591029d992fcc3"><code>126849c</code></a> feat: speed up processing incoming records (<a href="https://redirect.github.com/python-zeroconf/python-zeroconf/issues/1206">#1206</a>)</li> <li><a href="https://github.com/python-zeroconf/python-zeroconf/commit/1310f122bca6b283c7b3ac1d1cbcac5dcafb2adb"><code>1310f12</code></a> 0.71.5</li> <li><a href="https://github.com/python-zeroconf/python-zeroconf/commit/8019a73c952f2fc4c88d849aab970fafedb316d8"><code>8019a73</code></a> fix: improve performance of ServiceInfo.async_request (<a href="https://redirect.github.com/python-zeroconf/python-zeroconf/issues/1205">#1205</a>)</li> <li>Additional commits viewable in <a href="https://github.com/python-zeroconf/python-zeroconf/compare/0.71.4...0.72.3">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.71.4&new-version=0.72.3)](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:26 +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#238
No description provided.