[PR #289] [CLOSED] Bump zeroconf from 0.136.0 to 0.137.2 #296

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

📋 Pull Request Information

Original PR: https://github.com/kokarare1212/librespot-python/pull/289
Author: @dependabot[bot]
Created: 1/7/2025
Status: Closed

Base: mainHead: dependabot/pip/zeroconf-0.137.2


📝 Commits (1)

  • 1195fdf Bump zeroconf from 0.136.0 to 0.137.2

📊 Changes

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

View changed files

📝 requirements.txt (+1 -1)

📄 Description

Bumps zeroconf from 0.136.0 to 0.137.2.

Release notes

Sourced from zeroconf's releases.

0.137.2

v0.137.2 (2025-01-06)

Bug Fixes

  • fix: split wheel builds to avoid timeout (#1461) (be05f0d)

0.137.1

v0.137.1 (2025-01-06)

Bug Fixes

0.137.0

v0.137.0 (2025-01-06)

Features

0.136.2

v0.136.2 (2024-11-21)

Bug Fixes

  • fix: retrigger release from failed github workflow (#1443) (2ea705d)

0.136.1

v0.136.1 (2024-11-21)

Bug Fixes

  • fix(ci): run release workflow only on main repository (#1441) (f637c75)

  • fix(docs): update python to 3.8 (#1430) (483d067)

Changelog

Sourced from zeroconf's changelog.

v0.137.2 (2025-01-06)

Bug Fixes

  • fix: split wheel builds to avoid timeout (#1461) (be05f0d)

v0.137.1 (2025-01-06)

Bug Fixes

v0.137.0 (2025-01-06)

Features

v0.136.2 (2024-11-21)

Bug Fixes

  • fix: retrigger release from failed github workflow (#1443) (2ea705d)

v0.136.1 (2024-11-21)

Bug Fixes

  • fix(ci): run release workflow only on main repository (#1441) (f637c75)

  • fix(docs): update python to 3.8 (#1430) (483d067)

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 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/289 **Author:** [@dependabot[bot]](https://github.com/apps/dependabot) **Created:** 1/7/2025 **Status:** ❌ Closed **Base:** `main` ← **Head:** `dependabot/pip/zeroconf-0.137.2` --- ### 📝 Commits (1) - [`1195fdf`](https://github.com/kokarare1212/librespot-python/commit/1195fdff035e0e9c81ec7917340aeabd8336535a) Bump zeroconf from 0.136.0 to 0.137.2 ### 📊 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.136.0 to 0.137.2. <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.137.2</h2> <h2>v0.137.2 (2025-01-06)</h2> <h3>Bug Fixes</h3> <ul> <li>fix: split wheel builds to avoid timeout (<a href="https://redirect.github.com/python-zeroconf/python-zeroconf/issues/1461">#1461</a>) (<a href="https://github.com/python-zeroconf/python-zeroconf/commit/be05f0dc4f6b2431606031a7bb24585728d15f01"><code>be05f0d</code></a>)</li> </ul> <h2>0.137.1</h2> <h2>v0.137.1 (2025-01-06)</h2> <h3>Bug Fixes</h3> <ul> <li>fix: move wheel builds to macos-13 (<a href="https://redirect.github.com/python-zeroconf/python-zeroconf/issues/1459">#1459</a>) (<a href="https://github.com/python-zeroconf/python-zeroconf/commit/4ff48a01bc76c82e5710aafaf6cf6e79c069cd85"><code>4ff48a0</code></a>)</li> </ul> <h2>0.137.0</h2> <h2>v0.137.0 (2025-01-06)</h2> <h3>Features</h3> <ul> <li>feat: speed up parsing incoming records (<a href="https://redirect.github.com/python-zeroconf/python-zeroconf/issues/1458">#1458</a>) (<a href="https://github.com/python-zeroconf/python-zeroconf/commit/783c1b37d1372c90dfce658c66d03aa753afbf49"><code>783c1b3</code></a>)</li> </ul> <h2>0.136.2</h2> <h2>v0.136.2 (2024-11-21)</h2> <h3>Bug Fixes</h3> <ul> <li>fix: retrigger release from failed github workflow (<a href="https://redirect.github.com/python-zeroconf/python-zeroconf/issues/1443">#1443</a>) (<a href="https://github.com/python-zeroconf/python-zeroconf/commit/2ea705d850c1cb096c87372d5ec855f684603d01"><code>2ea705d</code></a>)</li> </ul> <h2>0.136.1</h2> <h2>v0.136.1 (2024-11-21)</h2> <h3>Bug Fixes</h3> <ul> <li> <p>fix(ci): run release workflow only on main repository (<a href="https://redirect.github.com/python-zeroconf/python-zeroconf/issues/1441">#1441</a>) (<a href="https://github.com/python-zeroconf/python-zeroconf/commit/f637c75f638ba20c193e58ff63c073a4003430b9"><code>f637c75</code></a>)</p> </li> <li> <p>fix(docs): update python to 3.8 (<a href="https://redirect.github.com/python-zeroconf/python-zeroconf/issues/1430">#1430</a>) (<a href="https://github.com/python-zeroconf/python-zeroconf/commit/483d0673d4ae3eec37840452723fc1839a6cc95c"><code>483d067</code></a>)</p> </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.137.2 (2025-01-06)</h2> <h3>Bug Fixes</h3> <ul> <li>fix: split wheel builds to avoid timeout (<a href="https://redirect.github.com/python-zeroconf/python-zeroconf/issues/1461">#1461</a>) (<a href="https://github.com/python-zeroconf/python-zeroconf/commit/be05f0dc4f6b2431606031a7bb24585728d15f01"><code>be05f0d</code></a>)</li> </ul> <h2>v0.137.1 (2025-01-06)</h2> <h3>Bug Fixes</h3> <ul> <li>fix: move wheel builds to macos-13 (<a href="https://redirect.github.com/python-zeroconf/python-zeroconf/issues/1459">#1459</a>) (<a href="https://github.com/python-zeroconf/python-zeroconf/commit/4ff48a01bc76c82e5710aafaf6cf6e79c069cd85"><code>4ff48a0</code></a>)</li> </ul> <h2>v0.137.0 (2025-01-06)</h2> <h3>Features</h3> <ul> <li>feat: speed up parsing incoming records (<a href="https://redirect.github.com/python-zeroconf/python-zeroconf/issues/1458">#1458</a>) (<a href="https://github.com/python-zeroconf/python-zeroconf/commit/783c1b37d1372c90dfce658c66d03aa753afbf49"><code>783c1b3</code></a>)</li> </ul> <h2>v0.136.2 (2024-11-21)</h2> <h3>Bug Fixes</h3> <ul> <li>fix: retrigger release from failed github workflow (<a href="https://redirect.github.com/python-zeroconf/python-zeroconf/issues/1443">#1443</a>) (<a href="https://github.com/python-zeroconf/python-zeroconf/commit/2ea705d850c1cb096c87372d5ec855f684603d01"><code>2ea705d</code></a>)</li> </ul> <h2>v0.136.1 (2024-11-21)</h2> <h3>Bug Fixes</h3> <ul> <li> <p>fix(ci): run release workflow only on main repository (<a href="https://redirect.github.com/python-zeroconf/python-zeroconf/issues/1441">#1441</a>) (<a href="https://github.com/python-zeroconf/python-zeroconf/commit/f637c75f638ba20c193e58ff63c073a4003430b9"><code>f637c75</code></a>)</p> </li> <li> <p>fix(docs): update python to 3.8 (<a href="https://redirect.github.com/python-zeroconf/python-zeroconf/issues/1430">#1430</a>) (<a href="https://github.com/python-zeroconf/python-zeroconf/commit/483d0673d4ae3eec37840452723fc1839a6cc95c"><code>483d067</code></a>)</p> </li> </ul> </blockquote> </details> <details> <summary>Commits</summary> <ul> <li><a href="https://github.com/python-zeroconf/python-zeroconf/commit/44e92d48071dbbab592623b511968447cee13548"><code>44e92d4</code></a> 0.137.2</li> <li><a href="https://github.com/python-zeroconf/python-zeroconf/commit/be05f0dc4f6b2431606031a7bb24585728d15f01"><code>be05f0d</code></a> fix: split wheel builds to avoid timeout (<a href="https://redirect.github.com/python-zeroconf/python-zeroconf/issues/1461">#1461</a>)</li> <li><a href="https://github.com/python-zeroconf/python-zeroconf/commit/9dc0eff4f9c605b4281970b044ec2a4cdf9aa27d"><code>9dc0eff</code></a> 0.137.1</li> <li><a href="https://github.com/python-zeroconf/python-zeroconf/commit/4ff48a01bc76c82e5710aafaf6cf6e79c069cd85"><code>4ff48a0</code></a> fix: move wheel builds to macos-13 (<a href="https://redirect.github.com/python-zeroconf/python-zeroconf/issues/1459">#1459</a>)</li> <li><a href="https://github.com/python-zeroconf/python-zeroconf/commit/6a48fac061bf5921b2df5729881661de8baa5dd4"><code>6a48fac</code></a> 0.137.0</li> <li><a href="https://github.com/python-zeroconf/python-zeroconf/commit/783c1b37d1372c90dfce658c66d03aa753afbf49"><code>783c1b3</code></a> feat: speed up parsing incoming records (<a href="https://redirect.github.com/python-zeroconf/python-zeroconf/issues/1458">#1458</a>)</li> <li><a href="https://github.com/python-zeroconf/python-zeroconf/commit/9f6af54e52a5a5689f8ba615e7a2c6593dbcf461"><code>9f6af54</code></a> chore: enable codspeed benchmarks (<a href="https://redirect.github.com/python-zeroconf/python-zeroconf/issues/1456">#1456</a>)</li> <li><a href="https://github.com/python-zeroconf/python-zeroconf/commit/7b4a29b660afdde54538831bf93038fbd87459fa"><code>7b4a29b</code></a> chore: drop Python 3.8 support (<a href="https://redirect.github.com/python-zeroconf/python-zeroconf/issues/1455">#1455</a>)</li> <li><a href="https://github.com/python-zeroconf/python-zeroconf/commit/5d285107fbf5ca5a2332c08e7b508f11330b9e60"><code>5d28510</code></a> chore(pre-commit.ci): pre-commit autoupdate (<a href="https://redirect.github.com/python-zeroconf/python-zeroconf/issues/1454">#1454</a>)</li> <li><a href="https://github.com/python-zeroconf/python-zeroconf/commit/1ec95c72146078dbf7915a97b22bd699361c8d28"><code>1ec95c7</code></a> chore(deps-dev): bump pytest from 8.3.3 to 8.3.4 (<a href="https://redirect.github.com/python-zeroconf/python-zeroconf/issues/1446">#1446</a>)</li> <li>Additional commits viewable in <a href="https://github.com/python-zeroconf/python-zeroconf/compare/0.136.0...0.137.2">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.136.0&new-version=0.137.2)](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:38 +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#296
No description provided.