-
Notifications
You must be signed in to change notification settings - Fork 97
Commit a996fcb
authored
Bump protobuf from 3.19.3 to 3.19.5 (#177)
Bumps [protobuf](https://github.com/protocolbuffers/protobuf) from
3.19.3 to 3.19.5.
<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.5</h2>
<h1>C++</h1>
<ul>
<li>Reduce memory consumption of MessageSet parsing</li>
<li>This release addresses a <a
href="https://github.com/protocolbuffers/protobuf/security/advisories/GHSA-8gq9-2x98-w8hf">Security
Advisory for C++ and Python users</a></li>
</ul>
<h2>Protocol Buffers v3.19.4</h2>
<h1>Python</h1>
<ul>
<li>Make libprotobuf symbols local on OSX to fix issue <a
href="https://redirect.github.com/protocolbuffers/protobuf/issues/9395">#9395</a>
(<a
href="https://redirect.github.com/protocolbuffers/protobuf/issues/9435">#9435</a>)</li>
</ul>
<h1>Ruby</h1>
<ul>
<li>Fixed a data loss bug that could occur when the number of
<code>optional</code> fields in a message is an exact multiple of 32.
(<a
href="https://redirect.github.com/protocolbuffers/protobuf/issues/9440">#9440</a>).</li>
</ul>
<h1>PHP</h1>
<ul>
<li>Fixed a data loss bug that could occur when the number of
<code>optional</code> fields in a message is an exact multiple of 32.
(<a
href="https://redirect.github.com/protocolbuffers/protobuf/issues/9440">#9440</a>).</li>
</ul>
</blockquote>
</details>
<details>
<summary>Commits</summary>
<ul>
<li><a
href="https://github.com/protocolbuffers/protobuf/commit/b464cfbee18c71c40e761a5273ad369f3547294b"><code>b464cfb</code></a>
Updating changelog</li>
<li><a
href="https://github.com/protocolbuffers/protobuf/commit/40859fb1c03bfbffe10cdb8009d08ff7e8d8a2f2"><code>40859fb</code></a>
Updating version.json and repo version numbers to: 19.5</li>
<li><a
href="https://github.com/protocolbuffers/protobuf/commit/3b175f173903c934f5ba0d1726b430ddbce7ea56"><code>3b175f1</code></a>
Merge pull request <a
href="https://redirect.github.com/protocolbuffers/protobuf/issues/10543">#10543</a>
from deannagarcia/3.19.x</li>
<li><a
href="https://github.com/protocolbuffers/protobuf/commit/c05b5f3755af2f6a05c37cb0930373ac3e37463f"><code>c05b5f3</code></a>
Add missing includes</li>
<li><a
href="https://github.com/protocolbuffers/protobuf/commit/0299c03005fbfe086d8394fb7a873a8a21fe327f"><code>0299c03</code></a>
Apply patch</li>
<li><a
href="https://github.com/protocolbuffers/protobuf/commit/0a722f1573e629f8c3adc8fd4d298522b667548c"><code>0a722f1</code></a>
Update version.json with "lts": true (<a
href="https://redirect.github.com/protocolbuffers/protobuf/issues/10533">#10533</a>)</li>
<li><a
href="https://github.com/protocolbuffers/protobuf/commit/d5eb60a56081930c706198e459480ab3204e435c"><code>d5eb60a</code></a>
Merge pull request <a
href="https://redirect.github.com/protocolbuffers/protobuf/issues/10530">#10530</a>
from protocolbuffers/deannagarcia-patch-6</li>
<li><a
href="https://github.com/protocolbuffers/protobuf/commit/6cf1f78c27c15ae66fb7714798c82de24d4aa2a8"><code>6cf1f78</code></a>
Update version.json</li>
<li><a
href="https://github.com/protocolbuffers/protobuf/commit/97fc8447c7b2441bff9b5be02d0964bfe4926302"><code>97fc844</code></a>
Merge pull request <a
href="https://redirect.github.com/protocolbuffers/protobuf/issues/10504">#10504</a>
from deannagarcia/3.19.x</li>
<li><a
href="https://github.com/protocolbuffers/protobuf/commit/29d60a2fa478d3c222a615c39cbf29918f194877"><code>29d60a2</code></a>
Add version file</li>
<li>Additional commits viewable in <a
href="https://github.com/protocolbuffers/protobuf/compare/v3.19.3...v3.19.5">compare
view</a></li>
</ul>
</details>
<br />
[](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)
You can disable automated security fix PRs for this repo from the
[Security Alerts
page](https://github.com/pinecone-io/pinecone-python-client/network/alerts).
</details>
Signed-off-by: dependabot[bot] <[email protected]>
Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>1 parent 12eabde commit a996fcbCopy full SHA for a996fcb
File tree
Expand file treeCollapse file tree
1 file changed
+1
-1
lines changedFilter options
Expand file treeCollapse file tree
1 file changed
+1
-1
lines changed+1-1Lines changed: 1 addition & 1 deletion
Original file line number | Diff line number | Diff line change | |
---|---|---|---|
| |||
2 | 2 |
| |
3 | 3 |
| |
4 | 4 |
| |
5 |
| - | |
| 5 | + |
0 commit comments