dependabot[bot] opened a new pull request, #24981:
URL: https://github.com/apache/beam/pull/24981

   Bumps [grpcio-tools](https://github.com/grpc/grpc) from 1.37.0 to 1.51.1.
   <details>
   <summary>Release notes</summary>
   <p><em>Sourced from <a 
href="https://github.com/grpc/grpc/releases";>grpcio-tools's 
releases</a>.</em></p>
   <blockquote>
   <h2>Release v1.51.1</h2>
   <p>This is release gRPC Core 1.51.1 (galaxy).</p>
   <p>For gRPC documentation, see <a href="https://grpc.io/";>grpc.io</a>. For 
previous releases, see <a 
href="https://github.com/grpc/grpc/releases";>Releases</a>.</p>
   <p>This release contains refinements, improvements, and bug fixes.</p>
   <h2>Python</h2>
   <ul>
   <li>Revert &quot;Build with System OpenSSL on Mac OS arm64 (<a 
href="https://github-redirect.dependabot.com/grpc/grpc/issues/31096";>#31096</a>)&quot;.
 (<a 
href="https://github-redirect.dependabot.com/grpc/grpc/pull/31739";>#31739</a>)</li>
   </ul>
   <h2>Release v1.51.0</h2>
   <p>This is release gRPC Core 1.51.0 (galaxy).</p>
   <p>For gRPC documentation, see <a href="https://grpc.io/";>grpc.io</a>. For 
previous releases, see <a 
href="https://github.com/grpc/grpc/releases";>Releases</a>.</p>
   <p>This release contains refinements, improvements, and bug fixes.</p>
   <h2>Core</h2>
   <ul>
   <li>Bump core version 202211082118. (<a 
href="https://github-redirect.dependabot.com/grpc/grpc/pull/31585";>#31585</a>)</li>
   <li>c-ares DNS resolver: fix logical race between resolution 
timeout/cancellation and fd readability. (<a 
href="https://github-redirect.dependabot.com/grpc/grpc/pull/31443";>#31443</a>)</li>
   <li>[log] Longer space for filenames. (<a 
href="https://github-redirect.dependabot.com/grpc/grpc/pull/31432";>#31432</a>)</li>
   <li>c-ares DNS resolver: remove unnecessary code in SRV callback. (<a 
href="https://github-redirect.dependabot.com/grpc/grpc/pull/31426";>#31426</a>)</li>
   <li>Correct the domain-socket client address read out from the 
ServerContext. (<a 
href="https://github-redirect.dependabot.com/grpc/grpc/pull/31108";>#31108</a>)</li>
   <li>outlier detection: remove env var protection. (<a 
href="https://github-redirect.dependabot.com/grpc/grpc/pull/31251";>#31251</a>)</li>
   <li>EventEngineFactoryReset - remove custom factory and reset default 
engine. (<a 
href="https://github-redirect.dependabot.com/grpc/grpc/pull/30554";>#30554</a>)</li>
   <li>[tls] Remove support for pthread tls. (<a 
href="https://github-redirect.dependabot.com/grpc/grpc/pull/31040";>#31040</a>)</li>
   </ul>
   <h2>C++</h2>
   <ul>
   <li>Added version macros to gRPC C++. (<a 
href="https://github-redirect.dependabot.com/grpc/grpc/pull/31033";>#31033</a>)</li>
   <li>OpenCensus: Move measures, views and CensusContext to include file. (<a 
href="https://github-redirect.dependabot.com/grpc/grpc/pull/31341";>#31341</a>)</li>
   <li>GcpObservability: Add experimental public target. (<a 
href="https://github-redirect.dependabot.com/grpc/grpc/pull/31339";>#31339</a>)</li>
   </ul>
   <h2>C#</h2>
   <ul>
   <li>Fix msbuild failing when '@' is present in path (2nd attempt). (<a 
href="https://github-redirect.dependabot.com/grpc/grpc/pull/31527";>#31527</a>)</li>
   <li>Revert &quot;Fix msbuild failing when '@' is present in path&quot;. (<a 
href="https://github-redirect.dependabot.com/grpc/grpc/pull/31464";>#31464</a>)</li>
   <li>Fix msbuild failing when '@' is present in path. (<a 
href="https://github-redirect.dependabot.com/grpc/grpc/pull/31133";>#31133</a>)</li>
   </ul>
   <h2>PHP</h2>
   <ul>
   <li>fixing php 8.2 deprecations. (<a 
href="https://github-redirect.dependabot.com/grpc/grpc/pull/30997";>#30997</a>)</li>
   </ul>
   <!-- raw HTML omitted -->
   </blockquote>
   <p>... (truncated)</p>
   </details>
   <details>
   <summary>Changelog</summary>
   <p><em>Sourced from <a 
href="https://github.com/grpc/grpc/blob/master/doc/grpc_release_schedule.md";>grpcio-tools's
 changelog</a>.</em></p>
   <blockquote>
   <h1>gRPC Release Schedule</h1>
   <p>Below is the release schedule for gRPC <a 
href="https://github.com/grpc/grpc-java/releases";>Java</a>, <a 
href="https://github.com/grpc/grpc-go/releases";>Go</a> and <a 
href="https://github.com/grpc/grpc/releases";>Core</a> and its  dependent 
languages C++, C#, Objective-C, PHP, Python and Ruby.</p>
   <p>Releases are scheduled every six weeks on Tuesdays on a best effort 
basis. In some unavoidable situations a release may be delayed or released 
early or a language may skip a release altogether and do the next release to 
catch up with other languages. See the past releases in the links above. A 
six-week cycle gives us a good balance between delivering new features/fixes 
quickly and keeping the release overhead low.</p>
   <p>The gRPC release support policy can be found <a 
href="https://grpc.io/docs/what-is-grpc/faq/#how-long-are-grpc-releases-supported-for";>here</a>.</p>
   <p>Releases are cut from release branches. For Core and Java repos, the 
release branch is cut two weeks before the scheduled release date. For Go, the 
branch is cut just before the release. An RC (release candidate) is published 
for Core and its dependent languages just after the branch cut. This RC is 
later promoted to release version if no further changes are made to the release 
branch. We do our best to keep head of master branch stable at all times 
regardless of release schedule. Daily build packages from master branch for C#, 
PHP, Python, Ruby and Protoc plugins are published on <a 
href="https://packages.grpc.io/";>packages.grpc.io</a>. If you depend on gRPC in 
production we recommend to set up your CI system to test the RCs and, if 
possible, the daily builds.</p>
   <p>Names of gRPC releases are <a 
href="https://github.com/grpc/grpc/blob/master/doc/g_stands_for.md";>here</a>.</p>
   <table>
   <thead>
   <tr>
   <th>Release</th>
   <th>Scheduled Branch Cut</th>
   <th>Scheduled Release Date</th>
   </tr>
   </thead>
   <tbody>
   <tr>
   <td>v1.17.0</td>
   <td>Nov 19, 2018</td>
   <td>Dec 4, 2018</td>
   </tr>
   <tr>
   <td>v1.18.0</td>
   <td>Jan 2, 2019</td>
   <td>Jan 15, 2019</td>
   </tr>
   <tr>
   <td>v1.19.0</td>
   <td>Feb 12, 2019</td>
   <td>Feb 26, 2019</td>
   </tr>
   <tr>
   <td>v1.20.0</td>
   <td>Mar 26, 2019</td>
   <td>Apr 9, 2019</td>
   </tr>
   <tr>
   <td>v1.21.0</td>
   <td>May 7, 2019</td>
   <td>May 21, 2019</td>
   </tr>
   <tr>
   <td>v1.22.0</td>
   <td>Jun 18, 2019</td>
   <td>Jul 2, 2019</td>
   </tr>
   <tr>
   <td>v1.23.0</td>
   <td>Jul 30, 2019</td>
   <td>Aug 13, 2019</td>
   </tr>
   <tr>
   <td>v1.24.0</td>
   <td>Sept 10, 2019</td>
   <td>Sept 24, 2019</td>
   </tr>
   <tr>
   <td>v1.25.0</td>
   <td>Oct 22, 2019</td>
   <td>Nov 5, 2019</td>
   </tr>
   <tr>
   <td>v1.26.0</td>
   <td>Dec 3, 2019</td>
   <td>Dec 17, 2019</td>
   </tr>
   <tr>
   <td>v1.27.0</td>
   <td>Jan 14, 2020</td>
   <td>Jan 28, 2020</td>
   </tr>
   <tr>
   <td>v1.28.0</td>
   <td>Feb 25, 2020</td>
   <td>Mar 10, 2020</td>
   </tr>
   <tr>
   <td>v1.29.0</td>
   <td>Apr 7, 2020</td>
   <td>Apr 21, 2020</td>
   </tr>
   <tr>
   <td>v1.30.0</td>
   <td>May 19, 2020</td>
   <td>Jun 2, 2020</td>
   </tr>
   <tr>
   <td>v1.31.0</td>
   <td>Jul 14, 2020</td>
   <td>Jul 28, 2020</td>
   </tr>
   <tr>
   <td>v1.32.0</td>
   <td>Aug 25, 2020</td>
   <td>Sep 8, 2020</td>
   </tr>
   <tr>
   <td>v1.33.0</td>
   <td>Oct 6, 2020</td>
   <td>Oct 20, 2020</td>
   </tr>
   <tr>
   <td>v1.34.0</td>
   <td>Nov 17, 2020</td>
   <td>Dec 1, 2020</td>
   </tr>
   <tr>
   <td>v1.35.0</td>
   <td>Dec 29, 2020</td>
   <td>Jan 12, 2021</td>
   </tr>
   <tr>
   <td>v1.36.0</td>
   <td>Feb 9, 2021</td>
   <td>Feb 23, 2021</td>
   </tr>
   </tbody>
   </table>
   </blockquote>
   </details>
   <details>
   <summary>Commits</summary>
   <ul>
   <li><a 
href="https://github.com/grpc/grpc/commit/0a82c02a9b817a53574994374dcff53f2e961df2";><code>0a82c02</code></a>
 Bump v1.51.x to 1.51.1 (<a 
href="https://github-redirect.dependabot.com/grpc/grpc/issues/31740";>#31740</a>)</li>
   <li><a 
href="https://github.com/grpc/grpc/commit/27428be7345035a5a5fc55c25a867aa259071732";><code>27428be</code></a>
 Revert &quot;Build with System OpenSSL on Mac OS arm64 (<a 
href="https://github-redirect.dependabot.com/grpc/grpc/issues/31096";>#31096</a>)&quot;
 (<a 
href="https://github-redirect.dependabot.com/grpc/grpc/issues/31739";>#31739</a>)</li>
   <li><a 
href="https://github.com/grpc/grpc/commit/fb01bb12456d015d9e4b7b8ebf2e8a7c803e96ad";><code>fb01bb1</code></a>
 Bump v1.51.x to v1.51.0 (<a 
href="https://github-redirect.dependabot.com/grpc/grpc/issues/31705";>#31705</a>)</li>
   <li><a 
href="https://github.com/grpc/grpc/commit/9fdd05f5167d52d0e4f2fb5c90beb56f7024524e";><code>9fdd05f</code></a>
 xDS: fix crash on wrong listener type (both client and server side) (<a 
href="https://github-redirect.dependabot.com/grpc/grpc/issues/31684";>#31684</a>)
 ...</li>
   <li><a 
href="https://github.com/grpc/grpc/commit/86fc3f0560c1d3ecdb717b83453e146c65c83fe1";><code>86fc3f0</code></a>
 xds resolver: fix edge cases in interactions between LDS and RDS (<a 
href="https://github-redirect.dependabot.com/grpc/grpc/issues/31668";>#31668</a>)
 (<a 
href="https://github-redirect.dependabot.com/grpc/grpc/issues/3";>#3</a>...</li>
   <li><a 
href="https://github.com/grpc/grpc/commit/393e48cb314409804035bf647d4bdca9b30a3692";><code>393e48c</code></a>
 Branch 1.51.x: Cherrypick &quot;Adding token url validation cases for psc 
endpoint...</li>
   <li><a 
href="https://github.com/grpc/grpc/commit/74910c65e1df14b3068a19d2dc1e1667fd979f13";><code>74910c6</code></a>
 Bump  v1.51.x to 1.51.0-pre1 (<a 
href="https://github-redirect.dependabot.com/grpc/grpc/issues/31622";>#31622</a>)</li>
   <li><a 
href="https://github.com/grpc/grpc/commit/5b8f006ece5f107c4205d06d804e1019b58dc7d3";><code>5b8f006</code></a>
 [build] Stop publishing iomgr/error.h from grpc_base (<a 
href="https://github-redirect.dependabot.com/grpc/grpc/issues/31521";>#31521</a>)</li>
   <li><a 
href="https://github.com/grpc/grpc/commit/504d49dc613aa7373d891c55041622c15e98dda2";><code>504d49d</code></a>
 A basic set of EventEngine listener tests (<a 
href="https://github-redirect.dependabot.com/grpc/grpc/issues/31540";>#31540</a>)</li>
   <li><a 
href="https://github.com/grpc/grpc/commit/228e032ae36e8bf5e29d83d3da24e5386220fe10";><code>228e032</code></a>
 Bump core version 202211082118 (<a 
href="https://github-redirect.dependabot.com/grpc/grpc/issues/31585";>#31585</a>)</li>
   <li>Additional commits viewable in <a 
href="https://github.com/grpc/grpc/compare/v1.37.0...v1.51.1";>compare 
view</a></li>
   </ul>
   </details>
   <br />
   
   
   [![Dependabot compatibility 
score](https://dependabot-badges.githubapp.com/badges/compatibility_score?dependency-name=grpcio-tools&package-manager=pip&previous-version=1.37.0&new-version=1.51.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>


-- 
This is an automated message from the Apache Git Service.
To respond to the message, please log on to GitHub and use the
URL above to go to the specific comment.

To unsubscribe, e-mail: [email protected]

For queries about this service, please contact Infrastructure at:
[email protected]

Reply via email to