[PR #47] [CLOSED] Bump protobuf from 3.17.1 to 3.17.2 #108

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

📋 Pull Request Information

Original PR: https://github.com/kokarare1212/librespot-python/pull/47
Author: @dependabot[bot]
Created: 6/3/2021
Status: Closed

Base: mainHead: dependabot/pip/protobuf-3.17.2


📝 Commits (1)

  • fd3aaad Bump protobuf from 3.17.1 to 3.17.2

📊 Changes

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

View changed files

📝 requirements.txt (+1 -1)

📄 Description

Bumps protobuf from 3.17.1 to 3.17.2.

Release notes

Sourced from protobuf's releases.

Protocol Buffers v3.17.2

Kotlin

  • Fix duplicate class error (#8653)

PHP

  • Fixed SEGV in sub-message getters for well-known types when message is unset (#8670)
Commits
  • 70db61a Merge pull request #8686 from protocolbuffers/addToChanges
  • c26e452 Adding PHP fix to changes for 3.17.2
  • 09cf183 Merge pull request #8685 from protocolbuffers/addDokka
  • 7090f7a Adding dokka to main pom
  • b42f237 Merge pull request #8670 from haberman/php-wkt-submsg
  • 75de6aa Fixed sub-message getters for well-known types when message is unset.
  • 769826e Merge pull request #8658 from deannagarcia/update-change-notes
  • a693d72 Add PR number for kotlin fix
  • d303bba Updating change logs
  • d3b71f2 Merge pull request #8657 from deannagarcia/3.17.x-202105251932
  • 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 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/47 **Author:** [@dependabot[bot]](https://github.com/apps/dependabot) **Created:** 6/3/2021 **Status:** ❌ Closed **Base:** `main` ← **Head:** `dependabot/pip/protobuf-3.17.2` --- ### 📝 Commits (1) - [`fd3aaad`](https://github.com/kokarare1212/librespot-python/commit/fd3aaadc68582323f57a4dbefd71f176b6e32495) Bump protobuf from 3.17.1 to 3.17.2 ### 📊 Changes **1 file changed** (+1 additions, -1 deletions) <details> <summary>View changed files</summary> 📝 `requirements.txt` (+1 -1) </details> ### 📄 Description Bumps [protobuf](https://github.com/protocolbuffers/protobuf) from 3.17.1 to 3.17.2. <details> <summary>Release notes</summary> <p><em>Sourced from <a href="https://github.com/protocolbuffers/protobuf/releases">protobuf's releases</a>.</em></p> <blockquote> <h2>Protocol Buffers v3.17.2</h2> <p><strong><strong>Kotlin</strong></strong></p> <ul> <li>Fix duplicate class error (<a href="https://github-redirect.dependabot.com/protocolbuffers/protobuf/issues/8653">#8653</a>)</li> </ul> <p><strong><strong>PHP</strong></strong></p> <ul> <li>Fixed SEGV in sub-message getters for well-known types when message is unset (<a href="https://github-redirect.dependabot.com/protocolbuffers/protobuf/issues/8670">#8670</a>)</li> </ul> </blockquote> </details> <details> <summary>Commits</summary> <ul> <li><a href="https://github.com/protocolbuffers/protobuf/commit/70db61a91bae270dca5db2f9837deea11118b148"><code>70db61a</code></a> Merge pull request <a href="https://github-redirect.dependabot.com/protocolbuffers/protobuf/issues/8686">#8686</a> from protocolbuffers/addToChanges</li> <li><a href="https://github.com/protocolbuffers/protobuf/commit/c26e452e9e008bc18094cca9ecff1efd37f963be"><code>c26e452</code></a> Adding PHP fix to changes for 3.17.2</li> <li><a href="https://github.com/protocolbuffers/protobuf/commit/09cf1839e1351d0d21717ba19df29494148b5785"><code>09cf183</code></a> Merge pull request <a href="https://github-redirect.dependabot.com/protocolbuffers/protobuf/issues/8685">#8685</a> from protocolbuffers/addDokka</li> <li><a href="https://github.com/protocolbuffers/protobuf/commit/7090f7ab55f34abea66d6ba090c28c52e6eb73dc"><code>7090f7a</code></a> Adding dokka to main pom</li> <li><a href="https://github.com/protocolbuffers/protobuf/commit/b42f2376e49dddcd2fb9e3e35a56ad9bfd419a3f"><code>b42f237</code></a> Merge pull request <a href="https://github-redirect.dependabot.com/protocolbuffers/protobuf/issues/8670">#8670</a> from haberman/php-wkt-submsg</li> <li><a href="https://github.com/protocolbuffers/protobuf/commit/75de6aa21a1039251eb7f747f5b84164a90a8e5f"><code>75de6aa</code></a> Fixed sub-message getters for well-known types when message is unset.</li> <li><a href="https://github.com/protocolbuffers/protobuf/commit/769826e338075ac4e13c4571f2f3f2b2f15e0353"><code>769826e</code></a> Merge pull request <a href="https://github-redirect.dependabot.com/protocolbuffers/protobuf/issues/8658">#8658</a> from deannagarcia/update-change-notes</li> <li><a href="https://github.com/protocolbuffers/protobuf/commit/a693d723d4552a49bb2d180996a26e40c750334e"><code>a693d72</code></a> Add PR number for kotlin fix</li> <li><a href="https://github.com/protocolbuffers/protobuf/commit/d303bba1bb542e499bf39c7bec86a6c0c8e7da90"><code>d303bba</code></a> Updating change logs</li> <li><a href="https://github.com/protocolbuffers/protobuf/commit/d3b71f21bb909e21bcdc8635d8b752a621fe73bc"><code>d3b71f2</code></a> Merge pull request <a href="https://github-redirect.dependabot.com/protocolbuffers/protobuf/issues/8657">#8657</a> from deannagarcia/3.17.x-202105251932</li> <li>Additional commits viewable in <a href="https://github.com/protocolbuffers/protobuf/compare/v3.17.1...v3.17.2">compare view</a></li> </ul> </details> <br /> [![Dependabot compatibility score](https://dependabot-badges.githubapp.com/badges/compatibility_score?dependency-name=protobuf&package-manager=pip&previous-version=3.17.1&new-version=3.17.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 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:11:57 +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#108
No description provided.