Skip to content

chore(deps): bump google.golang.org/grpc from 1.83.1 to 1.83.2 in /remote-worker in the grpc-protobuf group - #209

Closed
dependabot[bot] wants to merge 1 commit into
mainfrom
dependabot/go_modules/remote-worker/grpc-protobuf-a135cde889
Closed

chore(deps): bump google.golang.org/grpc from 1.83.1 to 1.83.2 in /remote-worker in the grpc-protobuf group#209
dependabot[bot] wants to merge 1 commit into
mainfrom
dependabot/go_modules/remote-worker/grpc-protobuf-a135cde889

Conversation

@dependabot

@dependabot dependabot Bot commented on behalf of github Sep 2, 2026

Copy link
Copy Markdown
Contributor

Bumps the grpc-protobuf group in /remote-worker with 1 update: google.golang.org/grpc.

Updates google.golang.org/grpc from 1.83.1 to 1.83.2

Release notes

Sourced from google.golang.org/grpc's releases.

Release 1.83.2

Security

  • server: Reject requests missing both :authority and Host headers with HTTP 400 and status Internal. (grpc/grpc-go#9365)
Commits

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 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

Bumps the grpc-protobuf group in /remote-worker with 1 update: [google.golang.org/grpc](https://github.com/grpc/grpc-go).


Updates `google.golang.org/grpc` 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
  update-type: version-update:semver-patch
  dependency-group: grpc-protobuf
...

Signed-off-by: dependabot[bot] <support@github.com>
@dependabot dependabot Bot added dependencies Pull requests that update a dependency file go Pull requests that update go code labels Sep 2, 2026
@pdettori

pdettori commented Sep 2, 2026

Copy link
Copy Markdown
Member

Superseded by #211, which bundles this with the companion module bump so both Go modules move together.

Dependabot tracks /gen/go and /remote-worker as independent directories, but remote-worker consumes gen/go via a replace directive and the proto CI job builds both modules in one job — so neither PR can be merged on its own without leaving go.mod untidy.

@pdettori pdettori closed this Sep 2, 2026
@dependabot @github

dependabot Bot commented on behalf of github Sep 2, 2026

Copy link
Copy Markdown
Contributor Author

This pull request was built based on a group rule. Closing it will not ignore any of these versions in future pull requests.

To ignore these dependencies, configure ignore rules in dependabot.yml

@dependabot
dependabot Bot deleted the dependabot/go_modules/remote-worker/grpc-protobuf-a135cde889 branch September 2, 2026 18:03
pdettori added a commit that referenced this pull request Sep 2, 2026
…Go modules

Bundles Dependabot PRs #209 and #210 into a single update.

Dependabot tracks /gen/go and /remote-worker as independent directories, so it
opens one PR per module. That cannot work here: remote-worker consumes gen/go
via a `replace` directive, and the `proto` CI job builds both modules in the
same job. #210 (gen/go -> protobuf 1.36.12) therefore left
remote-worker/go.mod pinning the stale indirect versions, and the job failed
with "updates to go.mod needed; to update it: go mod tidy".

This commit bumps both modules together and tidies remote-worker so the
indirect protobuf/x-net/x-text versions match gen/go.

- google.golang.org/grpc      1.83.1  -> 1.83.2 (security: reject requests
  missing both :authority and Host headers, grpc/grpc-go#9365)
- google.golang.org/protobuf  1.36.11 -> 1.36.12
- golang.org/x/net            0.57.0  -> 0.58.0 (indirect)
- golang.org/x/text           0.40.0  -> 0.41.0 (indirect)

Assisted-By: Claude (Anthropic AI) <noreply@anthropic.com>
Signed-off-by: Paolo Dettori <dettori@us.ibm.com>
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

dependencies Pull requests that update a dependency file go Pull requests that update go code

Projects

None yet

Development

Successfully merging this pull request may close these issues.

1 participant