Skip to content

chore(deps): bump the go group across 1 directory with 27 updates - #2643

Open
dependabot[bot] wants to merge 1 commit into
mainfrom
dependabot/go_modules/go-fa9d8f204d
Open

dependabot[bot] wants to merge 1 commit into
mainfrom
dependabot/go_modules/go-fa9d8f204d

Conversation

@dependabot

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

Copy link
Copy Markdown
Contributor

Bumps the go group with 21 updates in the / directory:

Package From To
github.com/Azure/azure-sdk-for-go/sdk/azcore 1.22.0 1.23.0
github.com/alecthomas/kong 1.15.0 1.16.1
github.com/anthropics/anthropic-sdk-go 1.52.0 1.66.0
github.com/aws/aws-sdk-go-v2 1.42.1 1.43.7
github.com/aws/aws-sdk-go-v2/aws/protocol/eventstream 1.7.14 1.7.18
github.com/aws/aws-sdk-go-v2/config 1.32.25 1.32.38
github.com/bytedance/sonic 1.15.2 1.15.3
github.com/cohere-ai/cohere-go/v2 2.18.0 2.18.2
github.com/coreos/go-oidc/v3 3.19.0 3.20.0
github.com/openai/openai-go/v3 3.41.0 3.52.0
github.com/stretchr/testify 1.11.1 1.12.1
github.com/testcontainers/testcontainers-go 0.43.0 0.44.0
go.opentelemetry.io/contrib/exporters/autoexport 0.69.0 0.70.0
go.opentelemetry.io/contrib/propagators/autoprop 0.69.0 0.70.0
golang.org/x/net 0.57.0 0.58.0
google.golang.org/api 0.286.0 0.293.0
google.golang.org/genai 1.62.0 1.69.0
google.golang.org/grpc 1.83.0 1.83.1
google.golang.org/protobuf 1.36.12-0.20260120151049-f2248ac996af 1.36.12
k8s.io/api 0.36.3 0.36.4
k8s.io/apiextensions-apiserver 0.36.3 0.36.4

Updates github.com/Azure/azure-sdk-for-go/sdk/azcore from 1.22.0 to 1.23.0

Release notes

Sourced from github.com/Azure/azure-sdk-for-go/sdk/azcore's releases.

sdk/azcore/v1.23.0

1.23.0 (2026-08-11)

Features Added

  • Helper method runtime.NewRequestForNextLink for creating requests for pageable operations that uses a next link. It handles absolute and relative next links.

Bugs Fixed

  • Fixed an issue where runtime.Pager[T].More could return true indefinitely after NextPage failed to retrieve the first page, causing for pager.More() loops to spin. After a page fetch returns an error the Pager now enters a terminal state: More returns false and subsequent NextPage calls return the same error without invoking the fetcher again.
Commits
  • 86f252c Prep azcore for release (#27366)
  • 7f66fdd Configurations: 'specification/netapp/resource-manager/Microsoft.NetApp/NetA...
  • 7dcf481 Add runtime.NewRequestForNextLink (#27349)
  • e5a54a6 azqueue: reference generated StorageErrorCode constants in queueerror (#27300)
  • 8053e3a Sync eng/common directory with azure-sdk-tools for PR 16449 (#27355)
  • 7ab8185 Expand eng common sync to support microsoft org (#27347)
  • 2b59c65 Configurations: 'specification/containerservice/resource-manager/Microsoft.C...
  • 677abc2 [AutoPR sdk-resourcemanager/containerserviceaimanager/armcontainerserviceaima...
  • 160eda3 Configurations: 'specification/iotoperations/resource-manager/Microsoft.IoTO...
  • a441e90 [AutoPR sdk-resourcemanager/discovery/armdiscovery]-generated-from-SDK Genera...
  • Additional commits viewable in compare view

Updates github.com/alecthomas/kong from 1.15.0 to 1.16.1

Commits
  • 0678fd3 Fix disabled DefaultEnvars help suffix (#638)
  • 33d3305 Fix single-character alias leaking between sibling commands (#637)
  • a5c9626 Fix counter panic on a uint or float field with an explicit --flag=N (#626)
  • b401ebf Fix filecontent mapper panicking on a non-[]byte target (#625)
  • 8cbde34 Fix panic when a float flag is resolved from an integer value (#621)
  • 649eaf2 chore(deps): update all non-major dependencies (#622)
  • ae4bfdd fix: correct typos in resolver.go and README.md (#617)
  • c2c0229 Fix env var validation conflicts (#619)
  • f95198e chore(deps): update all non-major dependencies (#608)
  • b03afc3 treat single-character aliases as short flags (#605)
  • Additional commits viewable in compare view

Updates github.com/anthropics/anthropic-sdk-go from 1.52.0 to 1.66.0

Release notes

Sourced from github.com/anthropics/anthropic-sdk-go's releases.

v1.66.0

1.66.0 (2026-08-19)

Full Changelog: v1.65.0...v1.66.0

Features

  • api: managed agents web search config and self hosted sandbox memory (694b03a)

v1.65.0

1.65.0 (2026-08-19)

Full Changelog: v1.64.0...v1.65.0

Features

  • api: Files and Skills APIs are now GA; add computer use and browser use toolsets (e7be7af)

v1.64.0

1.64.0 (2026-08-18)

Full Changelog: v1.63.1...v1.64.0

Features

  • api: additions to files and memory stores (5c105da)
  • api: updates to skill, files, and user profiles (a0061d6)

Bug Fixes

  • api: remove unsupported mid_conv_system content block (bced0f9)
  • session-runner: retry tool-result sends for at least the lease TTL (#299) (ebc9533)
  • tool-runner: forward the server-assigned container on follow-up requests (#277) (860620c)
  • toolrunner: don't yield the final message twice from All() (#314) (1e418f0)

Chores

  • internal: remove leftover prism references (a1d9eab)

v1.63.1

1.63.1 (2026-08-13)

Full Changelog: v1.63.0...v1.63.1

Bug Fixes

  • auth: pin token exchange to the configured base URL and skip auth for other origins (#258) (6e4141c)
  • client: apply stop_details from every message_delta when accumulating (#253) (c197a64)

... (truncated)

Changelog

Sourced from github.com/anthropics/anthropic-sdk-go's changelog.

1.66.0 (2026-08-19)

Full Changelog: v1.65.0...v1.66.0

Features

  • api: managed agents web search config and self hosted sandbox memory (694b03a)

1.65.0 (2026-08-19)

Full Changelog: v1.64.0...v1.65.0

Features

  • api: Files and Skills APIs are now GA; add computer use and browser use toolsets (e7be7af)

1.64.0 (2026-08-18)

Full Changelog: v1.63.1...v1.64.0

Features

  • api: additions to files and memory stores (5c105da)
  • api: updates to skill, files, and user profiles (a0061d6)

Bug Fixes

  • api: remove unsupported mid_conv_system content block (bced0f9)
  • session-runner: retry tool-result sends for at least the lease TTL (#299) (ebc9533)
  • tool-runner: forward the server-assigned container on follow-up requests (#277) (860620c)
  • toolrunner: don't yield the final message twice from All() (#314) (1e418f0)

Chores

  • internal: remove leftover prism references (a1d9eab)

1.63.1 (2026-08-13)

Full Changelog: v1.63.0...v1.63.1

Bug Fixes

  • auth: pin token exchange to the configured base URL and skip auth for other origins (#258) (6e4141c)
  • client: apply stop_details from every message_delta when accumulating (#253) (c197a64)
  • client: properly render maxLength and maxItems in generated schemas (84a57f5)
  • sessions: post "(no output)" for empty text tool results instead of an empty text block (#236) (a588842)

... (truncated)

Commits
  • da00f43 release: 1.66.0
  • 2fa6acf feat(api): managed agents web search config and self hosted sandbox memory
  • 3f83bdb release: 1.65.0
  • 46319cb feat(api): Files and Skills APIs are now GA; add computer use and browser use...
  • 9dd6e45 release: 1.64.0
  • 06c97ec fix(toolrunner): don't yield the final message twice from All() (#314)
  • f4b1968 feat(api): updates to skill, files, and user profiles
  • d8e8c20 fix(session-runner): retry tool-result sends for at least the lease TTL (#299)
  • 1774a73 feat(api): additions to files and memory stores
  • 9193f02 codegen metadata
  • Additional commits viewable in compare view

Updates github.com/aws/aws-sdk-go-v2 from 1.42.1 to 1.43.7

Commits

Updates github.com/aws/aws-sdk-go-v2/aws/protocol/eventstream from 1.7.14 to 1.7.18

Commits

Updates github.com/aws/aws-sdk-go-v2/config from 1.32.25 to 1.32.38

Commits

Updates github.com/aws/aws-sdk-go-v2/service/sts from 1.44.0 to 1.45.7

Commits

Updates github.com/bytedance/sonic from 1.15.2 to 1.15.3

Release notes

Sourced from github.com/bytedance/sonic's releases.

v1.15.3

What's Changed

Full Changelog: bytedance/sonic@v1.15.2...v1.15.3

Commits

Updates github.com/cohere-ai/cohere-go/v2 from 2.18.0 to 2.18.2

Release notes

Sourced from github.com/cohere-ai/cohere-go/v2's releases.

v2.18.2

What's Changed

New Contributors

Full Changelog: cohere-ai/cohere-go@v2.17.0...v2.18.2

Commits

Updates github.com/coreos/go-oidc/v3 from 3.19.0 to 3.20.0

Release notes

Sourced from github.com/coreos/go-oidc/v3's releases.

v3.20.0

What's Changed

Full Changelog: coreos/go-oidc@v3.19.0...v3.20.0

Commits
  • 75dfa5c oidc: add constants for "email" and "profile" scopes
  • a89f046 oidc: add API for determining when issuer URLs mismatch
  • 6a69b6d readme: update README and docs
  • f9049c9 oidc: ignore JWKs with unknown signing algorithms rather than failing
  • 2f178e0 SECURITY.md: add a security policy and point to project-level reporting
  • b3bc7da oidc: improve documentation for APIs
  • 0db9053 oidc: modernize with new Go APIs
  • See full diff in compare view

Updates github.com/openai/openai-go/v3 from 3.41.0 to 3.52.0

Release notes

Sourced from github.com/openai/openai-go/v3's releases.

v3.52.0

3.52.0 (2026-08-17)

Features

  • add Bedrock Runtime endpoint support (SDK-290) (#793) (8e8444e)

v3.51.0

3.51.0 (2026-08-14)

Features

  • api: Add model constants for Daybreak and gpt-5.6-cyber (df00e97)
  • api: add WebSocket stream IDs (#776) (0b6316e)
  • api: add workload identity access token issued event (#766) (c61af30)
  • api: deprecate Sora video APIs (#775) (602c5e4)
  • api: Ultrafast tier, structured MCP and websocket errors, separate websocket events (#789) (f8b63fd)

Bug Fixes

  • api: Add model constants for Daybreak and gpt-5.6-cyber (#763) (df00e97)
  • api: clarify audio upload metadata requirements (#764) (e75e3aa)
  • handle ignored errors in generated and runtime Go code (#778) (ba5f249)
  • recover approved Go correctness analyzers after stacked merges (#782) (a98cf53)

Chores

  • api: No public API change; update file header comments (#755) (d0a42cc)
  • enforce Go lint suppression hygiene (#771) (7a3bb22)
  • enforce gofmt across the repository (#770) (41b2f1f), closes #771
  • remove Stainless attribution and infrastructure (#765) (9b3d395)

Documentation

  • api: describe response stream event unions (#783) (4cc4021)
  • define Go code quality policy (#767) (4119aa3)
  • define Go ignored-error handling policy (#777) (1941f81)

Build System

  • deps: bump github.com/aws/aws-sdk-go-v2/config in / (#759) (e8dfbe0)
  • deps: bump the codeql group with 2 updates (#760) (9bbfebf)
  • deps: enforce an eight-day dependency cooldown (#762) (744e64f)

... (truncated)

Changelog

Sourced from github.com/openai/openai-go/v3's changelog.

3.52.0 (2026-08-17)

Features

  • add Bedrock Runtime endpoint support (SDK-290) (#793) (8e8444e)

3.51.0 (2026-08-14)

Features

  • api: Add model constants for Daybreak and gpt-5.6-cyber (df00e97)
  • api: add WebSocket stream IDs (#776) (0b6316e)
  • api: add workload identity access token issued event (#766) (c61af30)
  • api: deprecate Sora video APIs (#775) (602c5e4)
  • api: Ultrafast tier, structured MCP and websocket errors, separate websocket events (#789) (f8b63fd)

Bug Fixes

  • api: Add model constants for Daybreak and gpt-5.6-cyber (#763) (df00e97)
  • api: clarify audio upload metadata requirements (#764) (e75e3aa)
  • handle ignored errors in generated and runtime Go code (#778) (ba5f249)
  • recover approved Go correctness analyzers after stacked merges (#782) (a98cf53)

Chores

  • api: No public API change; update file header comments (#755) (d0a42cc)
  • enforce Go lint suppression hygiene (#771) (7a3bb22)
  • enforce gofmt across the repository (#770) (41b2f1f), closes #771
  • remove Stainless attribution and infrastructure (#765) (9b3d395)

Documentation

  • api: describe response stream event unions (#783) (4cc4021)
  • define Go code quality policy (#767) (4119aa3)
  • define Go ignored-error handling policy (#777) (1941f81)

Build System

  • deps: bump github.com/aws/aws-sdk-go-v2/config in / (#759) (e8dfbe0)
  • deps: bump the codeql group with 2 updates (#760) (9bbfebf)
  • deps: enforce an eight-day dependency cooldown (#762) (744e64f)

3.50.0 (2026-08-03)

... (truncated)

Commits
  • c74d8cd release: 3.52.0 (#796)
  • 8e8444e feat: add Bedrock Runtime endpoint support (SDK-290) (#793)
  • 9371cb9 Add shell streaming events and expand response metadata (#794)
  • 204e994 release: 3.51.0 (#761)
  • f8b63fd feat(api): Ultrafast tier, structured MCP and websocket errors, separate webs...
  • be1795d lint: reject multiplied time durations (#788)
  • a2413d7 lint: enforce wrapping-aware error checks (#784)
  • 4cc4021 docs(api): describe response stream event unions (#783)
  • 273664a lint: reject nil errors returned after failed checks (#781)
  • 638bf97 lint: close HTTP response bodies and enable bodyclose (#780)
  • Additional commits viewable in compare view

Updates github.com/stretchr/testify from 1.11.1 to 1.12.1

Release notes

Sourced from github.com/stretchr/testify's releases.

v1.12.1

This is the first release which has the minimum dependencies practical in testify v1. The last remaining dependencies are github.com/stretchr/objx which itself has no dependencies, and go.yaml.in/yaml/v3. Removing objx would require v2, it cannot be vendored. Removing YAML would require vendoring the yaml library, which would do more harm than good. It's better to become aware of vulnerabilities in the official yaml package than to attempt to maintain our own.

What's Changed

New Contributors

Full Changelog: stretchr/testify@v1.12.0...v1.12.1

What's Changed

New Contributors

Full Changelog: stretchr/testify@v1.12.0...v1.12.1

v1.12.0

What's Changed

Functional Changes

Fixes

Documentation, Build & CI

... (truncated)

Commits
  • 959dbda Merge pull request #1935 from harryzcy/yaml-update
  • 9bb7176 Update go.yaml.in/yaml/v3 to v3.0.5
  • 001eb79 Merge pull request #1905 from Kentzo/patch-1
  • ad40f38 Merge pull request #1906 from stretchr/dependabot/github_actions/actions/chec...
  • 3bae017 build(deps): bump actions/checkout from 6.0.2 to 6.0.3
  • f8c01f3 mock: Mock.Return does not exist anymore
  • 12f8b56 Merge pull request #1563 from stretchr/make-AssertionFunc-types-aliases
  • a11649e assert: make *AssertionFunc type just aliases
  • dc20f41 Merge pull request #1890 from stretchr/dolmen/codegen-modernize
  • 098f8d7 _codegen: use strings.Builder
  • Additional commits viewable in compare view

Updates github.com/testcontainers/testcontainers-go from 0.43.0 to 0.44.0

Release notes

Sourced from github.com/testcontainers/testcontainers-go's releases.

v0.44.0

What's Changed

🔒 Security

🚀 Features

🐛 Bug Fixes

Bumps the go group with 21 updates in the / directory:

| Package | From | To |
| --- | --- | --- |
| [github.com/Azure/azure-sdk-for-go/sdk/azcore](https://github.com/Azure/azure-sdk-for-go) | `1.22.0` | `1.23.0` |
| [github.com/alecthomas/kong](https://github.com/alecthomas/kong) | `1.15.0` | `1.16.1` |
| [github.com/anthropics/anthropic-sdk-go](https://github.com/anthropics/anthropic-sdk-go) | `1.52.0` | `1.66.0` |
| [github.com/aws/aws-sdk-go-v2](https://github.com/aws/aws-sdk-go-v2) | `1.42.1` | `1.43.7` |
| [github.com/aws/aws-sdk-go-v2/aws/protocol/eventstream](https://github.com/aws/aws-sdk-go-v2) | `1.7.14` | `1.7.18` |
| [github.com/aws/aws-sdk-go-v2/config](https://github.com/aws/aws-sdk-go-v2) | `1.32.25` | `1.32.38` |
| [github.com/bytedance/sonic](https://github.com/bytedance/sonic) | `1.15.2` | `1.15.3` |
| [github.com/cohere-ai/cohere-go/v2](https://github.com/cohere-ai/cohere-go) | `2.18.0` | `2.18.2` |
| [github.com/coreos/go-oidc/v3](https://github.com/coreos/go-oidc) | `3.19.0` | `3.20.0` |
| [github.com/openai/openai-go/v3](https://github.com/openai/openai-go) | `3.41.0` | `3.52.0` |
| [github.com/stretchr/testify](https://github.com/stretchr/testify) | `1.11.1` | `1.12.1` |
| [github.com/testcontainers/testcontainers-go](https://github.com/testcontainers/testcontainers-go) | `0.43.0` | `0.44.0` |
| [go.opentelemetry.io/contrib/exporters/autoexport](https://github.com/open-telemetry/opentelemetry-go-contrib) | `0.69.0` | `0.70.0` |
| [go.opentelemetry.io/contrib/propagators/autoprop](https://github.com/open-telemetry/opentelemetry-go-contrib) | `0.69.0` | `0.70.0` |
| [golang.org/x/net](https://github.com/golang/net) | `0.57.0` | `0.58.0` |
| [google.golang.org/api](https://github.com/googleapis/google-api-go-client) | `0.286.0` | `0.293.0` |
| [google.golang.org/genai](https://github.com/googleapis/go-genai) | `1.62.0` | `1.69.0` |
| [google.golang.org/grpc](https://github.com/grpc/grpc-go) | `1.83.0` | `1.83.1` |
| google.golang.org/protobuf | `1.36.12-0.20260120151049-f2248ac996af` | `1.36.12` |
| [k8s.io/api](https://github.com/kubernetes/api) | `0.36.3` | `0.36.4` |
| [k8s.io/apiextensions-apiserver](https://github.com/kubernetes/apiextensions-apiserver) | `0.36.3` | `0.36.4` |



Updates `github.com/Azure/azure-sdk-for-go/sdk/azcore` from 1.22.0 to 1.23.0
- [Release notes](https://github.com/Azure/azure-sdk-for-go/releases)
- [Commits](Azure/azure-sdk-for-go@sdk/azcore/v1.22.0...sdk/azcore/v1.23.0)

Updates `github.com/alecthomas/kong` from 1.15.0 to 1.16.1
- [Commits](alecthomas/kong@v1.15.0...v1.16.1)

Updates `github.com/anthropics/anthropic-sdk-go` from 1.52.0 to 1.66.0
- [Release notes](https://github.com/anthropics/anthropic-sdk-go/releases)
- [Changelog](https://github.com/anthropics/anthropic-sdk-go/blob/main/CHANGELOG.md)
- [Commits](anthropics/anthropic-sdk-go@v1.52.0...v1.66.0)

Updates `github.com/aws/aws-sdk-go-v2` from 1.42.1 to 1.43.7
- [Release notes](https://github.com/aws/aws-sdk-go-v2/releases)
- [Commits](aws/aws-sdk-go-v2@v1.42.1...v1.43.7)

Updates `github.com/aws/aws-sdk-go-v2/aws/protocol/eventstream` from 1.7.14 to 1.7.18
- [Release notes](https://github.com/aws/aws-sdk-go-v2/releases)
- [Commits](aws/aws-sdk-go-v2@service/eksauth/v1.7.14...service/eksauth/v1.7.18)

Updates `github.com/aws/aws-sdk-go-v2/config` from 1.32.25 to 1.32.38
- [Release notes](https://github.com/aws/aws-sdk-go-v2/releases)
- [Commits](aws/aws-sdk-go-v2@config/v1.32.25...config/v1.32.38)

Updates `github.com/aws/aws-sdk-go-v2/service/sts` from 1.44.0 to 1.45.7
- [Release notes](https://github.com/aws/aws-sdk-go-v2/releases)
- [Commits](aws/aws-sdk-go-v2@v1.44.0...service/sts/v1.45.7)

Updates `github.com/bytedance/sonic` from 1.15.2 to 1.15.3
- [Release notes](https://github.com/bytedance/sonic/releases)
- [Commits](bytedance/sonic@v1.15.2...v1.15.3)

Updates `github.com/cohere-ai/cohere-go/v2` from 2.18.0 to 2.18.2
- [Release notes](https://github.com/cohere-ai/cohere-go/releases)
- [Commits](cohere-ai/cohere-go@v2.18.0...v2.18.2)

Updates `github.com/coreos/go-oidc/v3` from 3.19.0 to 3.20.0
- [Release notes](https://github.com/coreos/go-oidc/releases)
- [Commits](coreos/go-oidc@v3.19.0...v3.20.0)

Updates `github.com/openai/openai-go/v3` from 3.41.0 to 3.52.0
- [Release notes](https://github.com/openai/openai-go/releases)
- [Changelog](https://github.com/openai/openai-go/blob/main/CHANGELOG.md)
- [Commits](openai/openai-go@v3.41.0...v3.52.0)

Updates `github.com/stretchr/testify` from 1.11.1 to 1.12.1
- [Release notes](https://github.com/stretchr/testify/releases)
- [Commits](stretchr/testify@v1.11.1...v1.12.1)

Updates `github.com/testcontainers/testcontainers-go` from 0.43.0 to 0.44.0
- [Release notes](https://github.com/testcontainers/testcontainers-go/releases)
- [Commits](testcontainers/testcontainers-go@v0.43.0...v0.44.0)

Updates `go.opentelemetry.io/contrib/exporters/autoexport` from 0.69.0 to 0.70.0
- [Release notes](https://github.com/open-telemetry/opentelemetry-go-contrib/releases)
- [Changelog](https://github.com/open-telemetry/opentelemetry-go-contrib/blob/main/CHANGELOG.md)
- [Commits](open-telemetry/opentelemetry-go-contrib@zpages/v0.69.0...zpages/v0.70.0)

Updates `go.opentelemetry.io/contrib/propagators/autoprop` from 0.69.0 to 0.70.0
- [Release notes](https://github.com/open-telemetry/opentelemetry-go-contrib/releases)
- [Changelog](https://github.com/open-telemetry/opentelemetry-go-contrib/blob/main/CHANGELOG.md)
- [Commits](open-telemetry/opentelemetry-go-contrib@zpages/v0.69.0...zpages/v0.70.0)

Updates `go.opentelemetry.io/otel/exporters/stdout/stdouttrace` from 1.44.0 to 1.45.0
- [Release notes](https://github.com/open-telemetry/opentelemetry-go/releases)
- [Changelog](https://github.com/open-telemetry/opentelemetry-go/blob/main/CHANGELOG.md)
- [Commits](open-telemetry/opentelemetry-go@v1.44.0...v1.45.0)

Updates `golang.org/x/net` from 0.57.0 to 0.58.0
- [Commits](golang/net@v0.57.0...v0.58.0)

Updates `golang.org/x/tools` from 0.47.0 to 0.48.0
- [Release notes](https://github.com/golang/tools/releases)
- [Commits](golang/tools@v0.47.0...v0.48.0)

Updates `google.golang.org/api` from 0.286.0 to 0.293.0
- [Release notes](https://github.com/googleapis/google-api-go-client/releases)
- [Changelog](https://github.com/googleapis/google-api-go-client/blob/main/CHANGES.md)
- [Commits](googleapis/google-api-go-client@v0.286.0...v0.293.0)

Updates `google.golang.org/genai` from 1.62.0 to 1.69.0
- [Release notes](https://github.com/googleapis/go-genai/releases)
- [Changelog](https://github.com/googleapis/go-genai/blob/main/CHANGELOG.md)
- [Commits](googleapis/go-genai@v1.62.0...v1.69.0)

Updates `google.golang.org/genproto/googleapis/rpc` from 0.0.0-20260803160001-6ac0973c030d to 0.0.0-20260807164820-c8921c73eeea
- [Commits](https://github.com/googleapis/go-genproto/commits)

Updates `google.golang.org/grpc` from 1.83.0 to 1.83.1
- [Release notes](https://github.com/grpc/grpc-go/releases)
- [Commits](grpc/grpc-go@v1.83.0...v1.83.1)

Updates `google.golang.org/protobuf` from 1.36.12-0.20260120151049-f2248ac996af to 1.36.12

Updates `k8s.io/api` from 0.36.3 to 0.36.4
- [Commits](kubernetes/api@v0.36.3...v0.36.4)

Updates `k8s.io/apiextensions-apiserver` from 0.36.3 to 0.36.4
- [Release notes](https://github.com/kubernetes/apiextensions-apiserver/releases)
- [Commits](kubernetes/apiextensions-apiserver@v0.36.3...v0.36.4)

Updates `k8s.io/apimachinery` from 0.36.3 to 0.36.4
- [Commits](kubernetes/apimachinery@v0.36.3...v0.36.4)

Updates `k8s.io/client-go` from 0.36.3 to 0.36.4
- [Changelog](https://github.com/kubernetes/client-go/blob/master/CHANGELOG.md)
- [Commits](kubernetes/client-go@v0.36.3...v0.36.4)

---
updated-dependencies:
- dependency-name: github.com/Azure/azure-sdk-for-go/sdk/azcore
  dependency-version: 1.23.0
  dependency-type: direct:production
  update-type: version-update:semver-minor
  dependency-group: go
- dependency-name: github.com/alecthomas/kong
  dependency-version: 1.16.1
  dependency-type: direct:production
  update-type: version-update:semver-minor
  dependency-group: go
- dependency-name: github.com/anthropics/anthropic-sdk-go
  dependency-version: 1.66.0
  dependency-type: direct:production
  update-type: version-update:semver-minor
  dependency-group: go
- dependency-name: github.com/aws/aws-sdk-go-v2
  dependency-version: 1.43.7
  dependency-type: direct:production
  update-type: version-update:semver-minor
  dependency-group: go
- dependency-name: github.com/aws/aws-sdk-go-v2/aws/protocol/eventstream
  dependency-version: 1.7.18
  dependency-type: direct:production
  update-type: version-update:semver-patch
  dependency-group: go
- dependency-name: github.com/aws/aws-sdk-go-v2/config
  dependency-version: 1.32.38
  dependency-type: direct:production
  update-type: version-update:semver-patch
  dependency-group: go
- dependency-name: github.com/aws/aws-sdk-go-v2/service/sts
  dependency-version: 1.45.7
  dependency-type: direct:production
  update-type: version-update:semver-minor
  dependency-group: go
- dependency-name: github.com/bytedance/sonic
  dependency-version: 1.15.3
  dependency-type: direct:production
  update-type: version-update:semver-patch
  dependency-group: go
- dependency-name: github.com/cohere-ai/cohere-go/v2
  dependency-version: 2.18.2
  dependency-type: direct:production
  update-type: version-update:semver-patch
  dependency-group: go
- dependency-name: github.com/coreos/go-oidc/v3
  dependency-version: 3.20.0
  dependency-type: direct:production
  update-type: version-update:semver-minor
  dependency-group: go
- dependency-name: github.com/openai/openai-go/v3
  dependency-version: 3.52.0
  dependency-type: direct:production
  update-type: version-update:semver-minor
  dependency-group: go
- dependency-name: github.com/stretchr/testify
  dependency-version: 1.12.1
  dependency-type: direct:production
  update-type: version-update:semver-minor
  dependency-group: go
- dependency-name: github.com/testcontainers/testcontainers-go
  dependency-version: 0.44.0
  dependency-type: direct:production
  update-type: version-update:semver-minor
  dependency-group: go
- dependency-name: go.opentelemetry.io/contrib/exporters/autoexport
  dependency-version: 0.70.0
  dependency-type: direct:production
  update-type: version-update:semver-minor
  dependency-group: go
- dependency-name: go.opentelemetry.io/contrib/propagators/autoprop
  dependency-version: 0.70.0
  dependency-type: direct:production
  update-type: version-update:semver-minor
  dependency-group: go
- dependency-name: go.opentelemetry.io/otel/exporters/stdout/stdouttrace
  dependency-version: 1.45.0
  dependency-type: direct:production
  update-type: version-update:semver-minor
  dependency-group: go
- dependency-name: golang.org/x/net
  dependency-version: 0.58.0
  dependency-type: direct:production
  update-type: version-update:semver-minor
  dependency-group: go
- dependency-name: golang.org/x/tools
  dependency-version: 0.48.0
  dependency-type: direct:production
  update-type: version-update:semver-minor
  dependency-group: go
- dependency-name: google.golang.org/api
  dependency-version: 0.293.0
  dependency-type: direct:production
  update-type: version-update:semver-minor
  dependency-group: go
- dependency-name: google.golang.org/genai
  dependency-version: 1.69.0
  dependency-type: direct:production
  update-type: version-update:semver-minor
  dependency-group: go
- dependency-name: google.golang.org/genproto/googleapis/rpc
  dependency-version: 0.0.0-20260807164820-c8921c73eeea
  dependency-type: direct:production
  update-type: version-update:semver-patch
  dependency-group: go
- dependency-name: google.golang.org/grpc
  dependency-version: 1.83.1
  dependency-type: direct:production
  update-type: version-update:semver-patch
  dependency-group: go
- dependency-name: google.golang.org/protobuf
  dependency-version: 1.36.12
  dependency-type: direct:production
  update-type: version-update:semver-patch
  dependency-group: go
- dependency-name: k8s.io/api
  dependency-version: 0.36.4
  dependency-type: direct:production
  update-type: version-update:semver-patch
  dependency-group: go
- dependency-name: k8s.io/apiextensions-apiserver
  dependency-version: 0.36.4
  dependency-type: direct:production
  update-type: version-update:semver-patch
  dependency-group: go
- dependency-name: k8s.io/apimachinery
  dependency-version: 0.36.4
  dependency-type: direct:production
  update-type: version-update:semver-patch
  dependency-group: go
- dependency-name: k8s.io/client-go
  dependency-version: 0.36.4
  dependency-type: direct:production
  update-type: version-update:semver-patch
  dependency-group: go
...

Signed-off-by: dependabot[bot] <support@github.com>
@dependabot dependabot Bot added the dependencies Pull requests that update a dependency file label Sep 8, 2026
@dependabot
dependabot Bot requested a review from a team as a code owner September 8, 2026 08:15
@dependabot dependabot Bot added go Pull requests that update Go code dependencies Pull requests that update a dependency file labels Sep 8, 2026
@codecov-commenter

Copy link
Copy Markdown

Codecov Report

✅ All modified and coverable lines are covered by tests.
✅ Project coverage is 86.41%. Comparing base (9871ba7) to head (6bef793).

Additional details and impacted files
@@           Coverage Diff           @@
##             main    #2643   +/-   ##
=======================================
  Coverage   86.40%   86.41%           
=======================================
  Files         185      185           
  Lines       24648    24648           
=======================================
+ Hits        21297    21299    +2     
+ Misses       2167     2166    -1     
+ Partials     1184     1183    -1     

☔ View full report in Codecov by Harness.
📢 Have feedback on the report? Share it here.

🚀 New features to boost your workflow:
  • ❄️ Test Analytics: Detect flaky tests, report on failures, and find test suite problems.
  • 📦 JS Bundle Analysis: Save yourself from yourself by tracking and limiting bundle sizes in JS merges.

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