[PR #258] [MERGED] Bump zeroconf from 0.128.0 to 0.130.0 #277

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

📋 Pull Request Information

Original PR: https://github.com/kokarare1212/librespot-python/pull/258
Author: @dependabot[bot]
Created: 12/18/2023
Status: Merged
Merged: 12/18/2023
Merged by: @kokarare1212

Base: mainHead: dependabot/pip/zeroconf-0.130.0


📝 Commits (1)

  • 9b16b62 Bump zeroconf from 0.128.0 to 0.130.0

📊 Changes

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

View changed files

📝 requirements.txt (+1 -1)

📄 Description

Bumps zeroconf from 0.128.0 to 0.130.0.

Release notes

Sourced from zeroconf's releases.

0.130.0

Feature

  • Make ServiceInfo aware of question history (#1348) (b9aae1d)
  • Small speed up to ServiceInfo construction (#1346) (b329d99)
  • Significantly improve efficiency of the ServiceBrowser scheduler (#1335) (c65d869)
  • Small speed up to processing incoming records (#1345) (7de655b)
  • Small performance improvement for converting time (#1342) (73d3ab9)
  • Small performance improvement for ServiceInfo asking questions (#1341) (810a309)
  • Small performance improvement constructing outgoing questions (#1340) (157185f)

Fix

  • Scheduling race with the QueryScheduler (#1347) (cf40470)
  • Ensure question history suppresses duplicates (#1338) (6f23656)
  • Microsecond precision loss in the query handler (#1339) (6560fad)
  • Ensure IPv6 scoped address construction uses the string cache (#1336) (f78a196)

Traffic Reduction

This release resolves multiple long-standing issues that caused the library to generate excessive network traffic when a ServiceBrowser ran continuously.

0.129.0

Feature

  • Add decoded_properties method to ServiceInfo (#1332) (9b595a1)
  • Ensure ServiceInfo.properties always returns bytes (#1333) (d29553a)
  • Cache is_unspecified for zeroconf ip address objects (#1331) (a1c84dc)

Technically breaking change

  • ServiceInfo.properties always returns a dictionary with type dict[bytes, bytes | None] instead of a mix str and bytes. It was only possible to get a mixed dictionary if it was manually passed in when ServiceInfo was constructed.

0.128.5

Fix

  • Performance regression with ServiceInfo IPv6Addresses (#1330) (e2f9f81)

0.128.4

Fix

  • Re-expose ServiceInfo._set_properties for backwards compat (#1327) (39c4005)

0.128.3

Fix

0.128.2

Fix

... (truncated)

Changelog

Sourced from zeroconf's changelog.

v0.130.0 (2023-12-16)

Feature

  • Make ServiceInfo aware of question history (#1348) (b9aae1d)
  • Small speed up to ServiceInfo construction (#1346) (b329d99)
  • Significantly improve efficiency of the ServiceBrowser scheduler (#1335) (c65d869)
  • Small speed up to processing incoming records (#1345) (7de655b)
  • Small performance improvement for converting time (#1342) (73d3ab9)
  • Small performance improvement for ServiceInfo asking questions (#1341) (810a309)
  • Small performance improvement constructing outgoing questions (#1340) (157185f)

Fix

  • Scheduling race with the QueryScheduler (#1347) (cf40470)
  • Ensure question history suppresses duplicates (#1338) (6f23656)
  • Microsecond precision loss in the query handler (#1339) (6560fad)
  • Ensure IPv6 scoped address construction uses the string cache (#1336) (f78a196)

v0.129.0 (2023-12-13)

Feature

  • Add decoded_properties method to ServiceInfo (#1332) (9b595a1)
  • Ensure ServiceInfo.properties always returns bytes (#1333) (d29553a)
  • Cache is_unspecified for zeroconf ip address objects (#1331) (a1c84dc)

Technically breaking change

  • ServiceInfo.properties always returns a dictionary with type dict[bytes, bytes | None] instead of a mix str and bytes. It was only possible to get a mixed dictionary if it was manually passed in when ServiceInfo was constructed.

v0.128.5 (2023-12-13)

Fix

  • Performance regression with ServiceInfo IPv6Addresses (#1330) (e2f9f81)

v0.128.4 (2023-12-10)

Fix

  • Re-expose ServiceInfo._set_properties for backwards compat (#1327) (39c4005)

v0.128.3 (2023-12-10)

Fix

v0.128.2 (2023-12-10)

... (truncated)

Commits
  • 7ffbed8 0.130.0
  • b9aae1d feat: make ServiceInfo aware of question history (#1348)
  • cf40470 fix: scheduling race with the QueryScheduler (#1347)
  • b329d99 feat: small speed up to ServiceInfo construction (#1346)
  • c65d869 feat: significantly improve efficiency of the ServiceBrowser scheduler (#1335)
  • 7de655b feat: small speed up to processing incoming records (#1345)
  • a0b8aed chore: partially revert add get_percentage_remaining_ttl helper to DNSRecord ...
  • 7a24b88 chore: add get_percentage_remaining_ttl helper to DNSRecord (#1343)
  • 6f23656 fix: ensure question history suppresses duplicates (#1338)
  • 73d3ab9 feat: small performance improvement for converting time (#1342)
  • 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 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 show <dependency name> ignore conditions will show all of the ignore conditions of the specified dependency
  • @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/258 **Author:** [@dependabot[bot]](https://github.com/apps/dependabot) **Created:** 12/18/2023 **Status:** ✅ Merged **Merged:** 12/18/2023 **Merged by:** [@kokarare1212](https://github.com/kokarare1212) **Base:** `main` ← **Head:** `dependabot/pip/zeroconf-0.130.0` --- ### 📝 Commits (1) - [`9b16b62`](https://github.com/kokarare1212/librespot-python/commit/9b16b623192c1cd89b42b3277ee75893d5de9fd6) Bump zeroconf from 0.128.0 to 0.130.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.128.0 to 0.130.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.130.0</h2> <h3>Feature</h3> <ul> <li>Make ServiceInfo aware of question history (<a href="https://redirect.github.com/python-zeroconf/python-zeroconf/issues/1348">#1348</a>) (<a href="https://github.com/python-zeroconf/python-zeroconf/commit/b9aae1de07bf1491e873bc314f8a1d7996127ad3"><code>b9aae1d</code></a>)</li> <li>Small speed up to ServiceInfo construction (<a href="https://redirect.github.com/python-zeroconf/python-zeroconf/issues/1346">#1346</a>) (<a href="https://github.com/python-zeroconf/python-zeroconf/commit/b329d99917bb731b4c70bf20c7c010eeb85ad9fd"><code>b329d99</code></a>)</li> <li>Significantly improve efficiency of the ServiceBrowser scheduler (<a href="https://redirect.github.com/python-zeroconf/python-zeroconf/issues/1335">#1335</a>) (<a href="https://github.com/python-zeroconf/python-zeroconf/commit/c65d869aec731b803484871e9d242a984f9f5848"><code>c65d869</code></a>)</li> <li>Small speed up to processing incoming records (<a href="https://redirect.github.com/python-zeroconf/python-zeroconf/issues/1345">#1345</a>) (<a href="https://github.com/python-zeroconf/python-zeroconf/commit/7de655b6f05012f20a3671e0bcdd44a1913d7b52"><code>7de655b</code></a>)</li> <li>Small performance improvement for converting time (<a href="https://redirect.github.com/python-zeroconf/python-zeroconf/issues/1342">#1342</a>) (<a href="https://github.com/python-zeroconf/python-zeroconf/commit/73d3ab90dd3b59caab771235dd6dbedf05bfe0b3"><code>73d3ab9</code></a>)</li> <li>Small performance improvement for ServiceInfo asking questions (<a href="https://redirect.github.com/python-zeroconf/python-zeroconf/issues/1341">#1341</a>) (<a href="https://github.com/python-zeroconf/python-zeroconf/commit/810a3093c5a9411ee97740b468bd706bdf4a95de"><code>810a309</code></a>)</li> <li>Small performance improvement constructing outgoing questions (<a href="https://redirect.github.com/python-zeroconf/python-zeroconf/issues/1340">#1340</a>) (<a href="https://github.com/python-zeroconf/python-zeroconf/commit/157185f28bf1e83e6811e2a5cd1fa9b38966f780"><code>157185f</code></a>)</li> </ul> <h3>Fix</h3> <ul> <li>Scheduling race with the QueryScheduler (<a href="https://redirect.github.com/python-zeroconf/python-zeroconf/issues/1347">#1347</a>) (<a href="https://github.com/python-zeroconf/python-zeroconf/commit/cf40470b89f918d3c24d7889d3536f3ffa44846c"><code>cf40470</code></a>)</li> <li>Ensure question history suppresses duplicates (<a href="https://redirect.github.com/python-zeroconf/python-zeroconf/issues/1338">#1338</a>) (<a href="https://github.com/python-zeroconf/python-zeroconf/commit/6f23656576daa04e3de44e100f3ddd60ee4c560d"><code>6f23656</code></a>)</li> <li>Microsecond precision loss in the query handler (<a href="https://redirect.github.com/python-zeroconf/python-zeroconf/issues/1339">#1339</a>) (<a href="https://github.com/python-zeroconf/python-zeroconf/commit/6560fad584e0d392962c9a9248759f17c416620e"><code>6560fad</code></a>)</li> <li>Ensure IPv6 scoped address construction uses the string cache (<a href="https://redirect.github.com/python-zeroconf/python-zeroconf/issues/1336">#1336</a>) (<a href="https://github.com/python-zeroconf/python-zeroconf/commit/f78a196db632c4fe017a34f1af8a58903c15a575"><code>f78a196</code></a>)</li> </ul> <h2>Traffic Reduction</h2> <p>This release resolves multiple long-standing issues that caused the library to generate excessive network traffic when a <code>ServiceBrowser</code> ran continuously.</p> <h2>0.129.0</h2> <h3>Feature</h3> <ul> <li>Add decoded_properties method to ServiceInfo (<a href="https://redirect.github.com/python-zeroconf/python-zeroconf/issues/1332">#1332</a>) (<a href="https://github.com/python-zeroconf/python-zeroconf/commit/9b595a1dcacf109c699953219d70fe36296c7318"><code>9b595a1</code></a>)</li> <li>Ensure ServiceInfo.properties always returns bytes (<a href="https://redirect.github.com/python-zeroconf/python-zeroconf/issues/1333">#1333</a>) (<a href="https://github.com/python-zeroconf/python-zeroconf/commit/d29553ab7de6b7af70769ddb804fe2aaf492f320"><code>d29553a</code></a>)</li> <li>Cache is_unspecified for zeroconf ip address objects (<a href="https://redirect.github.com/python-zeroconf/python-zeroconf/issues/1331">#1331</a>) (<a href="https://github.com/python-zeroconf/python-zeroconf/commit/a1c84dc6adeebd155faec1a647c0f70d70de2945"><code>a1c84dc</code></a>)</li> </ul> <h3>Technically breaking change</h3> <ul> <li><code>ServiceInfo.properties</code> always returns a dictionary with type <code>dict[bytes, bytes | None]</code> instead of a mix <code>str</code> and <code>bytes</code>. It was only possible to get a mixed dictionary if it was manually passed in when <code>ServiceInfo</code> was constructed.</li> </ul> <h2>0.128.5</h2> <h3>Fix</h3> <ul> <li>Performance regression with ServiceInfo IPv6Addresses (<a href="https://redirect.github.com/python-zeroconf/python-zeroconf/issues/1330">#1330</a>) (<a href="https://github.com/python-zeroconf/python-zeroconf/commit/e2f9f81dbc54c3dd527eeb3298897d63f99d33f4"><code>e2f9f81</code></a>)</li> </ul> <h2>0.128.4</h2> <h3>Fix</h3> <ul> <li>Re-expose ServiceInfo._set_properties for backwards compat (<a href="https://redirect.github.com/python-zeroconf/python-zeroconf/issues/1327">#1327</a>) (<a href="https://github.com/python-zeroconf/python-zeroconf/commit/39c40051d7a63bdc63a3e2dfa20bd944fee4e761"><code>39c4005</code></a>)</li> </ul> <h2>0.128.3</h2> <h3>Fix</h3> <ul> <li>Correct nsec record writing (<a href="https://redirect.github.com/python-zeroconf/python-zeroconf/issues/1326">#1326</a>) (<a href="https://github.com/python-zeroconf/python-zeroconf/commit/cd7a16a32c37b2f7a2e90d3c749525a5393bad57"><code>cd7a16a</code></a>)</li> </ul> <h2>0.128.2</h2> <h3>Fix</h3> <!-- raw HTML omitted --> </blockquote> <p>... (truncated)</p> </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.130.0 (2023-12-16)</h2> <h3>Feature</h3> <ul> <li>Make ServiceInfo aware of question history (<a href="https://redirect.github.com/python-zeroconf/python-zeroconf/issues/1348">#1348</a>) (<a href="https://github.com/python-zeroconf/python-zeroconf/commit/b9aae1de07bf1491e873bc314f8a1d7996127ad3"><code>b9aae1d</code></a>)</li> <li>Small speed up to ServiceInfo construction (<a href="https://redirect.github.com/python-zeroconf/python-zeroconf/issues/1346">#1346</a>) (<a href="https://github.com/python-zeroconf/python-zeroconf/commit/b329d99917bb731b4c70bf20c7c010eeb85ad9fd"><code>b329d99</code></a>)</li> <li>Significantly improve efficiency of the ServiceBrowser scheduler (<a href="https://redirect.github.com/python-zeroconf/python-zeroconf/issues/1335">#1335</a>) (<a href="https://github.com/python-zeroconf/python-zeroconf/commit/c65d869aec731b803484871e9d242a984f9f5848"><code>c65d869</code></a>)</li> <li>Small speed up to processing incoming records (<a href="https://redirect.github.com/python-zeroconf/python-zeroconf/issues/1345">#1345</a>) (<a href="https://github.com/python-zeroconf/python-zeroconf/commit/7de655b6f05012f20a3671e0bcdd44a1913d7b52"><code>7de655b</code></a>)</li> <li>Small performance improvement for converting time (<a href="https://redirect.github.com/python-zeroconf/python-zeroconf/issues/1342">#1342</a>) (<a href="https://github.com/python-zeroconf/python-zeroconf/commit/73d3ab90dd3b59caab771235dd6dbedf05bfe0b3"><code>73d3ab9</code></a>)</li> <li>Small performance improvement for ServiceInfo asking questions (<a href="https://redirect.github.com/python-zeroconf/python-zeroconf/issues/1341">#1341</a>) (<a href="https://github.com/python-zeroconf/python-zeroconf/commit/810a3093c5a9411ee97740b468bd706bdf4a95de"><code>810a309</code></a>)</li> <li>Small performance improvement constructing outgoing questions (<a href="https://redirect.github.com/python-zeroconf/python-zeroconf/issues/1340">#1340</a>) (<a href="https://github.com/python-zeroconf/python-zeroconf/commit/157185f28bf1e83e6811e2a5cd1fa9b38966f780"><code>157185f</code></a>)</li> </ul> <h3>Fix</h3> <ul> <li>Scheduling race with the QueryScheduler (<a href="https://redirect.github.com/python-zeroconf/python-zeroconf/issues/1347">#1347</a>) (<a href="https://github.com/python-zeroconf/python-zeroconf/commit/cf40470b89f918d3c24d7889d3536f3ffa44846c"><code>cf40470</code></a>)</li> <li>Ensure question history suppresses duplicates (<a href="https://redirect.github.com/python-zeroconf/python-zeroconf/issues/1338">#1338</a>) (<a href="https://github.com/python-zeroconf/python-zeroconf/commit/6f23656576daa04e3de44e100f3ddd60ee4c560d"><code>6f23656</code></a>)</li> <li>Microsecond precision loss in the query handler (<a href="https://redirect.github.com/python-zeroconf/python-zeroconf/issues/1339">#1339</a>) (<a href="https://github.com/python-zeroconf/python-zeroconf/commit/6560fad584e0d392962c9a9248759f17c416620e"><code>6560fad</code></a>)</li> <li>Ensure IPv6 scoped address construction uses the string cache (<a href="https://redirect.github.com/python-zeroconf/python-zeroconf/issues/1336">#1336</a>) (<a href="https://github.com/python-zeroconf/python-zeroconf/commit/f78a196db632c4fe017a34f1af8a58903c15a575"><code>f78a196</code></a>)</li> </ul> <h2>v0.129.0 (2023-12-13)</h2> <h3>Feature</h3> <ul> <li>Add decoded_properties method to ServiceInfo (<a href="https://redirect.github.com/python-zeroconf/python-zeroconf/issues/1332">#1332</a>) (<a href="https://github.com/python-zeroconf/python-zeroconf/commit/9b595a1dcacf109c699953219d70fe36296c7318"><code>9b595a1</code></a>)</li> <li>Ensure ServiceInfo.properties always returns bytes (<a href="https://redirect.github.com/python-zeroconf/python-zeroconf/issues/1333">#1333</a>) (<a href="https://github.com/python-zeroconf/python-zeroconf/commit/d29553ab7de6b7af70769ddb804fe2aaf492f320"><code>d29553a</code></a>)</li> <li>Cache is_unspecified for zeroconf ip address objects (<a href="https://redirect.github.com/python-zeroconf/python-zeroconf/issues/1331">#1331</a>) (<a href="https://github.com/python-zeroconf/python-zeroconf/commit/a1c84dc6adeebd155faec1a647c0f70d70de2945"><code>a1c84dc</code></a>)</li> </ul> <h3>Technically breaking change</h3> <ul> <li><code>ServiceInfo.properties</code> always returns a dictionary with type <code>dict[bytes, bytes | None]</code> instead of a mix <code>str</code> and <code>bytes</code>. It was only possible to get a mixed dictionary if it was manually passed in when <code>ServiceInfo</code> was constructed.</li> </ul> <h2>v0.128.5 (2023-12-13)</h2> <h3>Fix</h3> <ul> <li>Performance regression with ServiceInfo IPv6Addresses (<a href="https://redirect.github.com/python-zeroconf/python-zeroconf/issues/1330">#1330</a>) (<a href="https://github.com/python-zeroconf/python-zeroconf/commit/e2f9f81dbc54c3dd527eeb3298897d63f99d33f4"><code>e2f9f81</code></a>)</li> </ul> <h2>v0.128.4 (2023-12-10)</h2> <h3>Fix</h3> <ul> <li>Re-expose ServiceInfo._set_properties for backwards compat (<a href="https://redirect.github.com/python-zeroconf/python-zeroconf/issues/1327">#1327</a>) (<a href="https://github.com/python-zeroconf/python-zeroconf/commit/39c40051d7a63bdc63a3e2dfa20bd944fee4e761"><code>39c4005</code></a>)</li> </ul> <h2>v0.128.3 (2023-12-10)</h2> <h3>Fix</h3> <ul> <li>Correct nsec record writing (<a href="https://redirect.github.com/python-zeroconf/python-zeroconf/issues/1326">#1326</a>) (<a href="https://github.com/python-zeroconf/python-zeroconf/commit/cd7a16a32c37b2f7a2e90d3c749525a5393bad57"><code>cd7a16a</code></a>)</li> </ul> <h2>v0.128.2 (2023-12-10)</h2> <!-- raw HTML omitted --> </blockquote> <p>... (truncated)</p> </details> <details> <summary>Commits</summary> <ul> <li><a href="https://github.com/python-zeroconf/python-zeroconf/commit/7ffbed800e48c3f0b57596d5551b71c0363ede56"><code>7ffbed8</code></a> 0.130.0</li> <li><a href="https://github.com/python-zeroconf/python-zeroconf/commit/b9aae1de07bf1491e873bc314f8a1d7996127ad3"><code>b9aae1d</code></a> feat: make ServiceInfo aware of question history (<a href="https://redirect.github.com/python-zeroconf/python-zeroconf/issues/1348">#1348</a>)</li> <li><a href="https://github.com/python-zeroconf/python-zeroconf/commit/cf40470b89f918d3c24d7889d3536f3ffa44846c"><code>cf40470</code></a> fix: scheduling race with the QueryScheduler (<a href="https://redirect.github.com/python-zeroconf/python-zeroconf/issues/1347">#1347</a>)</li> <li><a href="https://github.com/python-zeroconf/python-zeroconf/commit/b329d99917bb731b4c70bf20c7c010eeb85ad9fd"><code>b329d99</code></a> feat: small speed up to ServiceInfo construction (<a href="https://redirect.github.com/python-zeroconf/python-zeroconf/issues/1346">#1346</a>)</li> <li><a href="https://github.com/python-zeroconf/python-zeroconf/commit/c65d869aec731b803484871e9d242a984f9f5848"><code>c65d869</code></a> feat: significantly improve efficiency of the ServiceBrowser scheduler (<a href="https://redirect.github.com/python-zeroconf/python-zeroconf/issues/1335">#1335</a>)</li> <li><a href="https://github.com/python-zeroconf/python-zeroconf/commit/7de655b6f05012f20a3671e0bcdd44a1913d7b52"><code>7de655b</code></a> feat: small speed up to processing incoming records (<a href="https://redirect.github.com/python-zeroconf/python-zeroconf/issues/1345">#1345</a>)</li> <li><a href="https://github.com/python-zeroconf/python-zeroconf/commit/a0b8aed93c898aff685483bd0202e59e04c6c63c"><code>a0b8aed</code></a> chore: partially revert add get_percentage_remaining_ttl helper to DNSRecord ...</li> <li><a href="https://github.com/python-zeroconf/python-zeroconf/commit/7a24b88ee2a7f9d65a4fa6a636d79fdc757b6ce5"><code>7a24b88</code></a> chore: add get_percentage_remaining_ttl helper to DNSRecord (<a href="https://redirect.github.com/python-zeroconf/python-zeroconf/issues/1343">#1343</a>)</li> <li><a href="https://github.com/python-zeroconf/python-zeroconf/commit/6f23656576daa04e3de44e100f3ddd60ee4c560d"><code>6f23656</code></a> fix: ensure question history suppresses duplicates (<a href="https://redirect.github.com/python-zeroconf/python-zeroconf/issues/1338">#1338</a>)</li> <li><a href="https://github.com/python-zeroconf/python-zeroconf/commit/73d3ab90dd3b59caab771235dd6dbedf05bfe0b3"><code>73d3ab9</code></a> feat: small performance improvement for converting time (<a href="https://redirect.github.com/python-zeroconf/python-zeroconf/issues/1342">#1342</a>)</li> <li>Additional commits viewable in <a href="https://github.com/python-zeroconf/python-zeroconf/compare/0.128.0...0.130.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.128.0&new-version=0.130.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 show <dependency name> ignore conditions` will show all of the ignore conditions of the specified dependency - `@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:34 +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#277
No description provided.