[PR #90] [MERGED] Bump protobuf from 3.19.0 to 3.19.1 #142

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

📋 Pull Request Information

Original PR: https://github.com/kokarare1212/librespot-python/pull/90
Author: @dependabot[bot]
Created: 10/29/2021
Status: Merged
Merged: 10/30/2021
Merged by: @kokarare1212

Base: rewriteHead: dependabot/pip/protobuf-3.19.1


📝 Commits (1)

  • 54e59da Bump protobuf from 3.19.0 to 3.19.1

📊 Changes

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

View changed files

📝 requirements.txt (+1 -1)

📄 Description

Bumps protobuf from 3.19.0 to 3.19.1.

Release notes

Sourced from protobuf's releases.

Protocol Buffers v3.19.1

Bazel

  • Ensure that release archives contain everything needed for Bazel (#9131)
  • Align dependency handling with Bazel best practices (#9165)

JavaScript

  • Fix ReferenceError: window is not defined when getting the global object (#9156)

Ruby

  • Fix memory leak in MessageClass.encode (#9150)
Commits
  • 7c40b2d Update protobuf version (#9167)
  • 42ff92a Merge pull request #9166 from acozzette/cherry-pick-fixes
  • 1c8ae24 Update changelog for 3.19.1
  • b2ac7ce Fix memory leak in MessageClass.encode
  • e58469b JS: Fixed ReferenceError: window is not defined when getting the global obj...
  • c7dfd0d Align dependency handling with Bazel best practices (#9165)
  • 67c2a92 Ensure that release archives contain everything needed for Bazel (#9131)
  • See full diff 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/90 **Author:** [@dependabot[bot]](https://github.com/apps/dependabot) **Created:** 10/29/2021 **Status:** ✅ Merged **Merged:** 10/30/2021 **Merged by:** [@kokarare1212](https://github.com/kokarare1212) **Base:** `rewrite` ← **Head:** `dependabot/pip/protobuf-3.19.1` --- ### 📝 Commits (1) - [`54e59da`](https://github.com/kokarare1212/librespot-python/commit/54e59da704a42c65a7ecfbc9edd66f06e39a6fa2) Bump protobuf from 3.19.0 to 3.19.1 ### 📊 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.19.0 to 3.19.1. <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.19.1</h2> <h1>Bazel</h1> <ul> <li>Ensure that release archives contain everything needed for Bazel (<a href="https://github-redirect.dependabot.com/protocolbuffers/protobuf/issues/9131">#9131</a>)</li> <li>Align dependency handling with Bazel best practices (<a href="https://github-redirect.dependabot.com/protocolbuffers/protobuf/issues/9165">#9165</a>)</li> </ul> <h1>JavaScript</h1> <ul> <li>Fix <code>ReferenceError: window is not defined</code> when getting the global object (<a href="https://github-redirect.dependabot.com/protocolbuffers/protobuf/issues/9156">#9156</a>)</li> </ul> <h1>Ruby</h1> <ul> <li>Fix memory leak in MessageClass.encode (<a href="https://github-redirect.dependabot.com/protocolbuffers/protobuf/issues/9150">#9150</a>)</li> </ul> </blockquote> </details> <details> <summary>Commits</summary> <ul> <li><a href="https://github.com/protocolbuffers/protobuf/commit/7c40b2df1fdf6f414c1c18c789715a9c948a0725"><code>7c40b2d</code></a> Update protobuf version (<a href="https://github-redirect.dependabot.com/protocolbuffers/protobuf/issues/9167">#9167</a>)</li> <li><a href="https://github.com/protocolbuffers/protobuf/commit/42ff92a4d183fe952d48adffa23dc84e491c86fc"><code>42ff92a</code></a> Merge pull request <a href="https://github-redirect.dependabot.com/protocolbuffers/protobuf/issues/9166">#9166</a> from acozzette/cherry-pick-fixes</li> <li><a href="https://github.com/protocolbuffers/protobuf/commit/1c8ae2459567388085f5da4b5ef2af7863a003fb"><code>1c8ae24</code></a> Update changelog for 3.19.1</li> <li><a href="https://github.com/protocolbuffers/protobuf/commit/b2ac7ced50ed160985ba79bbbdea8bad8f28b039"><code>b2ac7ce</code></a> Fix memory leak in MessageClass.encode</li> <li><a href="https://github.com/protocolbuffers/protobuf/commit/e58469bdbedf514988efa86af9e8e7b5b1fa272f"><code>e58469b</code></a> JS: Fixed <code>ReferenceError: window is not defined</code> when getting the global obj...</li> <li><a href="https://github.com/protocolbuffers/protobuf/commit/c7dfd0d6b92f825a4b9e986b3e948a5ab61c7438"><code>c7dfd0d</code></a> Align dependency handling with Bazel best practices (<a href="https://github-redirect.dependabot.com/protocolbuffers/protobuf/issues/9165">#9165</a>)</li> <li><a href="https://github.com/protocolbuffers/protobuf/commit/67c2a92f82b16331199cb89062b832e15aeb0c1f"><code>67c2a92</code></a> Ensure that release archives contain everything needed for Bazel (<a href="https://github-redirect.dependabot.com/protocolbuffers/protobuf/issues/9131">#9131</a>)</li> <li>See full diff in <a href="https://github.com/protocolbuffers/protobuf/compare/v3.19.0...v3.19.1">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.19.0&new-version=3.19.1)](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:12:05 +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#142
No description provided.