[PR #302] [MERGED] Bump zeroconf from 0.146.1 to 0.146.3 #309

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

📋 Pull Request Information

Original PR: https://github.com/kokarare1212/librespot-python/pull/302
Author: @dependabot[bot]
Created: 4/3/2025
Status: Merged
Merged: 4/3/2025
Merged by: @kokarare1212

Base: mainHead: dependabot/pip/zeroconf-0.146.3


📝 Commits (1)

  • 259e694 Bump zeroconf from 0.146.1 to 0.146.3

📊 Changes

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

View changed files

📝 requirements.txt (+1 -1)

📄 Description

Bumps zeroconf from 0.146.1 to 0.146.3.

Release notes

Sourced from zeroconf's releases.

0.146.3

v0.146.3 (2025-04-02)

Bug Fixes

  • Correctly override question type flag for requests (#1558, bd643a2)
  • fix: correctly override question type flag for requests

Currently even when setting the explicit question type flag, the implementation ignores it for subsequent queries. This commit ensures that all queries respect the explicit question type flag.

  • chore(tests): add test for explicit question type flag

Add unit test to validate that the explicit question type flag is set correctly in outgoing requests.


Detailed Changes: 0.146.2...0.146.3

0.146.2

v0.146.2 (2025-04-01)

Bug Fixes

  • Create listener socket with specific IP version (#1557, b757ddf)
  • fix: create listener socket with specific IP version

Create listener sockets when using unicast with specific IP version as well, just like in new_respond_socket().

  • chore(tests): add unit test for socket creation with unicast addressing

Detailed Changes: 0.146.1...0.146.2

Changelog

Sourced from zeroconf's changelog.

v0.146.3 (2025-04-02)

Bug Fixes

  • Correctly override question type flag for requests (#1558, bd643a2)
  • fix: correctly override question type flag for requests

Currently even when setting the explicit question type flag, the implementation ignores it for subsequent queries. This commit ensures that all queries respect the explicit question type flag.

  • chore(tests): add test for explicit question type flag

Add unit test to validate that the explicit question type flag is set correctly in outgoing requests.

v0.146.2 (2025-04-01)

Bug Fixes

  • Create listener socket with specific IP version (#1557, b757ddf)
  • fix: create listener socket with specific IP version

Create listener sockets when using unicast with specific IP version as well, just like in new_respond_socket().

  • chore(tests): add unit test for socket creation with unicast addressing
Commits
  • 16c257c 0.146.3
  • bd643a2 fix: correctly override question type flag for requests (#1558)
  • 94620b0 0.146.2
  • b757ddf fix: create listener socket with specific IP version (#1557)
  • 54eb383 chore(ci): bump pypa/cibuildwheel from 2.23.0 to 2.23.2 in the github-actions...
  • 3404373 chore: pin GitHub actions to SHAs to mitigate supply chain attacks (#1554)
  • 0fe79d7 chore(deps-dev): bump pytest-asyncio from 0.25.3 to 0.26.0 (#1553)
  • 741b6ef chore(deps-dev): bump setuptools from 77.0.3 to 78.1.0 (#1552)
  • f05b012 chore(pre-commit.ci): pre-commit autoupdate (#1551)
  • 33bf0e4 chore(deps-dev): bump setuptools from 76.0.0 to 77.0.3 (#1550)
  • 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/302 **Author:** [@dependabot[bot]](https://github.com/apps/dependabot) **Created:** 4/3/2025 **Status:** ✅ Merged **Merged:** 4/3/2025 **Merged by:** [@kokarare1212](https://github.com/kokarare1212) **Base:** `main` ← **Head:** `dependabot/pip/zeroconf-0.146.3` --- ### 📝 Commits (1) - [`259e694`](https://github.com/kokarare1212/librespot-python/commit/259e694a8249c6daa1f82ef3c7e3870cc600a557) Bump zeroconf from 0.146.1 to 0.146.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.146.1 to 0.146.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.146.3</h2> <h2>v0.146.3 (2025-04-02)</h2> <h3>Bug Fixes</h3> <ul> <li>Correctly override question type flag for requests (<a href="https://redirect.github.com/python-zeroconf/python-zeroconf/pull/1558">#1558</a>, <a href="https://github.com/python-zeroconf/python-zeroconf/commit/bd643a227bc4d6a949d558850ad1431bc2940d74"><code>bd643a2</code></a>)</li> </ul> <ul> <li>fix: correctly override question type flag for requests</li> </ul> <p>Currently even when setting the explicit question type flag, the implementation ignores it for subsequent queries. This commit ensures that all queries respect the explicit question type flag.</p> <ul> <li>chore(tests): add test for explicit question type flag</li> </ul> <p>Add unit test to validate that the explicit question type flag is set correctly in outgoing requests.</p> <hr /> <p><strong>Detailed Changes</strong>: <a href="https://github.com/python-zeroconf/python-zeroconf/compare/0.146.2...0.146.3">0.146.2...0.146.3</a></p> <h2>0.146.2</h2> <h2>v0.146.2 (2025-04-01)</h2> <h3>Bug Fixes</h3> <ul> <li>Create listener socket with specific IP version (<a href="https://redirect.github.com/python-zeroconf/python-zeroconf/pull/1557">#1557</a>, <a href="https://github.com/python-zeroconf/python-zeroconf/commit/b757ddf98d7d04c366281a4281a449c5c2cb897d"><code>b757ddf</code></a>)</li> </ul> <ul> <li>fix: create listener socket with specific IP version</li> </ul> <p>Create listener sockets when using unicast with specific IP version as well, just like in <code>new_respond_socket()</code>.</p> <ul> <li>chore(tests): add unit test for socket creation with unicast addressing</li> </ul> <hr /> <p><strong>Detailed Changes</strong>: <a href="https://github.com/python-zeroconf/python-zeroconf/compare/0.146.1...0.146.2">0.146.1...0.146.2</a></p> </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.146.3 (2025-04-02)</h2> <h3>Bug Fixes</h3> <ul> <li>Correctly override question type flag for requests (<a href="https://redirect.github.com/python-zeroconf/python-zeroconf/pull/1558">#1558</a>, <a href="https://github.com/python-zeroconf/python-zeroconf/commit/bd643a227bc4d6a949d558850ad1431bc2940d74"><code>bd643a2</code></a>)</li> </ul> <ul> <li>fix: correctly override question type flag for requests</li> </ul> <p>Currently even when setting the explicit question type flag, the implementation ignores it for subsequent queries. This commit ensures that all queries respect the explicit question type flag.</p> <ul> <li>chore(tests): add test for explicit question type flag</li> </ul> <p>Add unit test to validate that the explicit question type flag is set correctly in outgoing requests.</p> <h2>v0.146.2 (2025-04-01)</h2> <h3>Bug Fixes</h3> <ul> <li>Create listener socket with specific IP version (<a href="https://redirect.github.com/python-zeroconf/python-zeroconf/pull/1557">#1557</a>, <a href="https://github.com/python-zeroconf/python-zeroconf/commit/b757ddf98d7d04c366281a4281a449c5c2cb897d"><code>b757ddf</code></a>)</li> </ul> <ul> <li>fix: create listener socket with specific IP version</li> </ul> <p>Create listener sockets when using unicast with specific IP version as well, just like in <code>new_respond_socket()</code>.</p> <ul> <li>chore(tests): add unit test for socket creation with unicast addressing</li> </ul> </blockquote> </details> <details> <summary>Commits</summary> <ul> <li><a href="https://github.com/python-zeroconf/python-zeroconf/commit/16c257c0ca2772a024c6e9920df2375436bfc73c"><code>16c257c</code></a> 0.146.3</li> <li><a href="https://github.com/python-zeroconf/python-zeroconf/commit/bd643a227bc4d6a949d558850ad1431bc2940d74"><code>bd643a2</code></a> fix: correctly override question type flag for requests (<a href="https://redirect.github.com/python-zeroconf/python-zeroconf/issues/1558">#1558</a>)</li> <li><a href="https://github.com/python-zeroconf/python-zeroconf/commit/94620b084addfff6d7b73dd5d7ed69c1a213415e"><code>94620b0</code></a> 0.146.2</li> <li><a href="https://github.com/python-zeroconf/python-zeroconf/commit/b757ddf98d7d04c366281a4281a449c5c2cb897d"><code>b757ddf</code></a> fix: create listener socket with specific IP version (<a href="https://redirect.github.com/python-zeroconf/python-zeroconf/issues/1557">#1557</a>)</li> <li><a href="https://github.com/python-zeroconf/python-zeroconf/commit/54eb3830dc794d78b8419153f8233713e1dff840"><code>54eb383</code></a> chore(ci): bump pypa/cibuildwheel from 2.23.0 to 2.23.2 in the github-actions...</li> <li><a href="https://github.com/python-zeroconf/python-zeroconf/commit/34043735e13ba254cb5e31e03b6d672447ba6e57"><code>3404373</code></a> chore: pin GitHub actions to SHAs to mitigate supply chain attacks (<a href="https://redirect.github.com/python-zeroconf/python-zeroconf/issues/1554">#1554</a>)</li> <li><a href="https://github.com/python-zeroconf/python-zeroconf/commit/0fe79d7a53789719225509bce8c124950aed6237"><code>0fe79d7</code></a> chore(deps-dev): bump pytest-asyncio from 0.25.3 to 0.26.0 (<a href="https://redirect.github.com/python-zeroconf/python-zeroconf/issues/1553">#1553</a>)</li> <li><a href="https://github.com/python-zeroconf/python-zeroconf/commit/741b6ef3639334cb558b16ce568b33bf308e6688"><code>741b6ef</code></a> chore(deps-dev): bump setuptools from 77.0.3 to 78.1.0 (<a href="https://redirect.github.com/python-zeroconf/python-zeroconf/issues/1552">#1552</a>)</li> <li><a href="https://github.com/python-zeroconf/python-zeroconf/commit/f05b0127774ac69db5a6a7ba02ecdf57e46b4f9b"><code>f05b012</code></a> chore(pre-commit.ci): pre-commit autoupdate (<a href="https://redirect.github.com/python-zeroconf/python-zeroconf/issues/1551">#1551</a>)</li> <li><a href="https://github.com/python-zeroconf/python-zeroconf/commit/33bf0e4ef2e3468b7c9df1a53709ea0d9e35f32c"><code>33bf0e4</code></a> chore(deps-dev): bump setuptools from 76.0.0 to 77.0.3 (<a href="https://redirect.github.com/python-zeroconf/python-zeroconf/issues/1550">#1550</a>)</li> <li>Additional commits viewable in <a href="https://github.com/python-zeroconf/python-zeroconf/compare/0.146.1...0.146.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.146.1&new-version=0.146.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 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:41 +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#309
No description provided.