Skip to content

Commit

Permalink
Bump grpcio-tools from 1.66.1 to 1.66.2 in the minor-and-patch group (#…
Browse files Browse the repository at this point in the history
…247)

Bumps the minor-and-patch group with 1 update:
[grpcio-tools](https://github.com/grpc/grpc).

Updates `grpcio-tools` from 1.66.1 to 1.66.2
<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.66.2</h2>
<p>This is release gRPC Core 1.66.2 (gladiator).</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>What's Changed</h2>
<h3>Python</h3>
<ul>
<li>Added support for Python 3.13 and templating system for supported
Python versions (<a
href="https://redirect.github.com/grpc/grpc/issues/37643">#37643</a>)</li>
</ul>
<p><strong>Full Changelog</strong>: <a
href="https://github.com/grpc/grpc/compare/v1.66.1...v1.66.2">https://github.com/grpc/grpc/compare/v1.66.1...v1.66.2</a></p>
</blockquote>
</details>
<details>
<summary>Commits</summary>
<ul>
<li><a
href="https://github.com/grpc/grpc/commit/f686ffe7e703fb1440dabea419579e566a8becc3"><code>f686ffe</code></a>
[Release] Bump version to 1.66.2 (on v1.66.x branch) (<a
href="https://redirect.github.com/grpc/grpc/issues/37812">#37812</a>)</li>
<li><a
href="https://github.com/grpc/grpc/commit/1ce45edbc462feefd5b0cca449ea81e425d7c099"><code>1ce45ed</code></a>
[Backport 1.66.x] increased timeout for armv7 artifact build to 2 hours
(<a
href="https://redirect.github.com/grpc/grpc/issues/378">#378</a>...</li>
<li><a
href="https://github.com/grpc/grpc/commit/4ca1787dcac3f32fdb2fafc33e4fa119a15c53bf"><code>4ca1787</code></a>
[Backport to v1.66.x] Add templating and support for Python 3.13 (<a
href="https://redirect.github.com/grpc/grpc/issues/37643">#37643</a>)
(<a href="https://redirect.github.com/grpc/grpc/issues/3">#3</a>...</li>
<li>See full diff in <a
href="https://github.com/grpc/grpc/compare/v1.66.1...v1.66.2">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.66.1&new-version=1.66.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 show <dependency name> ignore conditions` will show all
of the ignore conditions of the specified dependency
- `@dependabot ignore <dependency name> major version` will close this
group update PR and stop Dependabot creating any more for the specific
dependency's major version (unless you unignore this specific
dependency's major version or upgrade to it yourself)
- `@dependabot ignore <dependency name> minor version` will close this
group update PR and stop Dependabot creating any more for the specific
dependency's minor version (unless you unignore this specific
dependency's minor version or upgrade to it yourself)
- `@dependabot ignore <dependency name>` will close this group update PR
and stop Dependabot creating any more for the specific dependency
(unless you unignore this specific dependency or upgrade to it yourself)
- `@dependabot unignore <dependency name>` will remove all of the ignore
conditions of the specified dependency
- `@dependabot unignore <dependency name> <ignore condition>` will
remove the ignore condition of the specified dependency and ignore
conditions


</details>

Signed-off-by: dependabot[bot] <support@github.com>
Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
  • Loading branch information
dependabot[bot] authored Oct 3, 2024
1 parent 2651257 commit c570a66
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion pyproject.toml
Original file line number Diff line number Diff line change
Expand Up @@ -31,7 +31,7 @@ version = {attr = "pydgraph.meta.VERSION"}
[project.optional-dependencies]
dev = [
"build==1.2.2",
"grpcio-tools==1.66.1",
"grpcio-tools==1.66.2",
"pytest==8.3.3",
]

Expand Down

0 comments on commit c570a66

Please sign in to comment.