[PR #278] [MERGED] Bump zeroconf from 0.132.2 to 0.133.0 #288

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

📋 Pull Request Information

Original PR: https://github.com/kokarare1212/librespot-python/pull/278
Author: @dependabot[bot]
Created: 8/27/2024
Status: Merged
Merged: 9/4/2024
Merged by: @kokarare1212

Base: mainHead: dependabot/pip/zeroconf-0.133.0


📝 Commits (1)

  • aae7b27 Bump zeroconf from 0.132.2 to 0.133.0

📊 Changes

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

View changed files

📝 requirements.txt (+1 -1)

📄 Description

Bumps zeroconf from 0.132.2 to 0.133.0.

Release notes

Sourced from zeroconf's releases.

0.133.0

Feature

Changelog

Sourced from zeroconf's changelog.

v0.133.0 (2024-08-27)

Feature

Commits
  • 2ee954d 0.133.0
  • f7c7708 feat: improve performance of ip address caching (#1392)
  • b7c45e2 chore(deps-dev): bump setuptools from 65.7.0 to 73.0.1 (#1398)
  • cf1ea81 chore(deps-dev): bump setuptools from 65.7.0 to 70.0.0 in the pip group (#1395)
  • 2ca7102 chore: bump cython to 3.0.11 (#1402)
  • a43753f chore: enable and fix additional ruff rules (#1399)
  • d399a4e chore: fix wheel builds with newer python (#1401)
  • 5145617 chore(deps-dev): bump pytest-asyncio from 0.20.3 to 0.24.0 (#1400)
  • 0df2ce0 feat: enable building of arm64 macOS builds (#1384)
  • 764bdab chore(deps-dev): bump coverage from 7.4.1 to 7.6.1 (#1396)
  • 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/278 **Author:** [@dependabot[bot]](https://github.com/apps/dependabot) **Created:** 8/27/2024 **Status:** ✅ Merged **Merged:** 9/4/2024 **Merged by:** [@kokarare1212](https://github.com/kokarare1212) **Base:** `main` ← **Head:** `dependabot/pip/zeroconf-0.133.0` --- ### 📝 Commits (1) - [`aae7b27`](https://github.com/kokarare1212/librespot-python/commit/aae7b2757ba3de790068cbf3c28b50c2dd707a9a) Bump zeroconf from 0.132.2 to 0.133.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.132.2 to 0.133.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.133.0</h2> <h3>Feature</h3> <ul> <li>Improve performance of ip address caching (<a href="https://redirect.github.com/python-zeroconf/python-zeroconf/issues/1392">#1392</a>) (<a href="https://github.com/python-zeroconf/python-zeroconf/commit/f7c77081b2f8c70b1ed6a9b9751a86cf91f9aae2"><code>f7c7708</code></a>)</li> <li>Enable building of arm64 macOS builds (<a href="https://redirect.github.com/python-zeroconf/python-zeroconf/issues/1384">#1384</a>) (<a href="https://github.com/python-zeroconf/python-zeroconf/commit/0df2ce0e6f7313831da6a63d477019982d5df55c"><code>0df2ce0</code></a>)</li> <li>Add classifier for python 3.13 (<a href="https://redirect.github.com/python-zeroconf/python-zeroconf/issues/1393">#1393</a>) (<a href="https://github.com/python-zeroconf/python-zeroconf/commit/7fb2bb21421c70db0eb288fa7e73d955f58b0f5d"><code>7fb2bb2</code></a>)</li> <li>Python 3.13 support (<a href="https://redirect.github.com/python-zeroconf/python-zeroconf/issues/1390">#1390</a>) (<a href="https://github.com/python-zeroconf/python-zeroconf/commit/98cfa83710e43880698353821bae61108b08cb2f"><code>98cfa83</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.133.0 (2024-08-27)</h2> <h3>Feature</h3> <ul> <li>Improve performance of ip address caching (<a href="https://redirect.github.com/python-zeroconf/python-zeroconf/issues/1392">#1392</a>) (<a href="https://github.com/python-zeroconf/python-zeroconf/commit/f7c77081b2f8c70b1ed6a9b9751a86cf91f9aae2"><code>f7c7708</code></a>)</li> <li>Enable building of arm64 macOS builds (<a href="https://redirect.github.com/python-zeroconf/python-zeroconf/issues/1384">#1384</a>) (<a href="https://github.com/python-zeroconf/python-zeroconf/commit/0df2ce0e6f7313831da6a63d477019982d5df55c"><code>0df2ce0</code></a>)</li> <li>Add classifier for python 3.13 (<a href="https://redirect.github.com/python-zeroconf/python-zeroconf/issues/1393">#1393</a>) (<a href="https://github.com/python-zeroconf/python-zeroconf/commit/7fb2bb21421c70db0eb288fa7e73d955f58b0f5d"><code>7fb2bb2</code></a>)</li> <li>Python 3.13 support (<a href="https://redirect.github.com/python-zeroconf/python-zeroconf/issues/1390">#1390</a>) (<a href="https://github.com/python-zeroconf/python-zeroconf/commit/98cfa83710e43880698353821bae61108b08cb2f"><code>98cfa83</code></a>)</li> </ul> </blockquote> </details> <details> <summary>Commits</summary> <ul> <li><a href="https://github.com/python-zeroconf/python-zeroconf/commit/2ee954de379bc5b5beeb5891b8c937573ea5441b"><code>2ee954d</code></a> 0.133.0</li> <li><a href="https://github.com/python-zeroconf/python-zeroconf/commit/f7c77081b2f8c70b1ed6a9b9751a86cf91f9aae2"><code>f7c7708</code></a> feat: improve performance of ip address caching (<a href="https://redirect.github.com/python-zeroconf/python-zeroconf/issues/1392">#1392</a>)</li> <li><a href="https://github.com/python-zeroconf/python-zeroconf/commit/b7c45e28ec2a6aa9e9fdd8a1954ea538776d494c"><code>b7c45e2</code></a> chore(deps-dev): bump setuptools from 65.7.0 to 73.0.1 (<a href="https://redirect.github.com/python-zeroconf/python-zeroconf/issues/1398">#1398</a>)</li> <li><a href="https://github.com/python-zeroconf/python-zeroconf/commit/cf1ea819f50a084596180a2ac1491b14b328525a"><code>cf1ea81</code></a> chore(deps-dev): bump setuptools from 65.7.0 to 70.0.0 in the pip group (<a href="https://redirect.github.com/python-zeroconf/python-zeroconf/issues/1395">#1395</a>)</li> <li><a href="https://github.com/python-zeroconf/python-zeroconf/commit/2ca71027fd8d3a92f44874e0945029e206d986e1"><code>2ca7102</code></a> chore: bump cython to 3.0.11 (<a href="https://redirect.github.com/python-zeroconf/python-zeroconf/issues/1402">#1402</a>)</li> <li><a href="https://github.com/python-zeroconf/python-zeroconf/commit/a43753f9249c78564ea23e77103cd74e9522e305"><code>a43753f</code></a> chore: enable and fix additional ruff rules (<a href="https://redirect.github.com/python-zeroconf/python-zeroconf/issues/1399">#1399</a>)</li> <li><a href="https://github.com/python-zeroconf/python-zeroconf/commit/d399a4ede0fd68214dc05eccae392e06ef49bd2c"><code>d399a4e</code></a> chore: fix wheel builds with newer python (<a href="https://redirect.github.com/python-zeroconf/python-zeroconf/issues/1401">#1401</a>)</li> <li><a href="https://github.com/python-zeroconf/python-zeroconf/commit/5145617db95e214d33d5c5e68d27ff011df3d38e"><code>5145617</code></a> chore(deps-dev): bump pytest-asyncio from 0.20.3 to 0.24.0 (<a href="https://redirect.github.com/python-zeroconf/python-zeroconf/issues/1400">#1400</a>)</li> <li><a href="https://github.com/python-zeroconf/python-zeroconf/commit/0df2ce0e6f7313831da6a63d477019982d5df55c"><code>0df2ce0</code></a> feat: enable building of arm64 macOS builds (<a href="https://redirect.github.com/python-zeroconf/python-zeroconf/issues/1384">#1384</a>)</li> <li><a href="https://github.com/python-zeroconf/python-zeroconf/commit/764bdabe76099a7dbb206433310f04c55234f299"><code>764bdab</code></a> chore(deps-dev): bump coverage from 7.4.1 to 7.6.1 (<a href="https://redirect.github.com/python-zeroconf/python-zeroconf/issues/1396">#1396</a>)</li> <li>Additional commits viewable in <a href="https://github.com/python-zeroconf/python-zeroconf/compare/0.132.2...0.133.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.132.2&new-version=0.133.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:36 +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#288
No description provided.