chore(deps): bump google.golang.org/grpc from 1.83.1 to 1.83.2 in /cli/azd/extensions/azure.ai.toolboxes - #9930
Conversation
Bumps [google.golang.org/grpc](https://github.com/grpc/grpc-go) from 1.83.1 to 1.83.2. - [Release notes](https://github.com/grpc/grpc-go/releases) - [Commits](grpc/grpc-go@v1.83.1...v1.83.2) --- updated-dependencies: - dependency-name: google.golang.org/grpc dependency-version: 1.83.2 dependency-type: direct:production ... Signed-off-by: dependabot[bot] <support@github.com>
|
Azure Pipelines: 2 pipeline(s) were filtered out due to trigger conditions. There may be pipelines that require an authorized user to comment /azp run to run. |
|
Thank you for your contribution Dependabot (@dependabot)[bot]! We will review the pull request and get back to you soon. |
There was a problem hiding this comment.
🟡 Changes recommended
The grpc bump creates a shared-direct dependency version mismatch with azd core and other extensions that is enforced by mage checkDependencyVersions.
Once you've addressed the issues Copilot identified, you can request another Copilot review.
Pull request overview
This PR updates the azure.ai.toolboxes extension’s Go module dependencies, primarily bumping google.golang.org/grpc from v1.83.1 to v1.83.2 (a patch release with a security fix).
Changes:
- Bump
google.golang.org/grpctov1.83.2incli/azd/extensions/azure.ai.toolboxes. - Update related transitive
golang.org/x/*module versions as reflected ingo.mod/go.sum.
File summaries
| File | Description |
|---|---|
| cli/azd/extensions/azure.ai.toolboxes/go.mod | Updates grpc to v1.83.2 and refreshes indirect golang.org/x/* versions. |
| cli/azd/extensions/azure.ai.toolboxes/go.sum | Updates checksums to match the new resolved module graph (grpc + transitive updates). |
Review details
- Files reviewed: 1/2 changed files
- Comments generated: 1
- Review effort level: Lite
💡 Add a code-review agent skill or configure MCP servers for context-aware, tailored reviews. Learn more in the docs.
| github.com/spf13/cobra v1.10.1 | ||
| github.com/stretchr/testify v1.11.1 | ||
| google.golang.org/grpc v1.83.1 | ||
| google.golang.org/grpc v1.83.2 |
|
Superseded by #9934, which updates gRPC in azd core and every affected extension together to preserve dependency version synchronization. |
|
OK, I won't notify you again about this release, but will get in touch when a new version is available. If you'd rather skip all updates until the next major or minor version, let me know by commenting If you change your mind, just re-open this PR and I'll resolve any conflicts on it. |
Bumps google.golang.org/grpc from 1.83.1 to 1.83.2.
Release notes
Sourced from google.golang.org/grpc's releases.
Commits
030ee8bUpdate version to 1.83.2 (#9375)8668b69cherry-pick #9365 to v1.83.x (#9366)a3e952dcherry-pick #9346 to v1.83.x and update x/net dependency (#9369)58f8fd9Change version to 1.83.2-dev (#9337)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 rebasewill rebase this PR@dependabot recreatewill recreate this PR, overwriting any edits that have been made to it@dependabot show <dependency name> ignore conditionswill show all of the ignore conditions of the specified dependency@dependabot ignore this major versionwill 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 versionwill 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 dependencywill 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.