Skip to content

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

Closed
dependabot[bot] wants to merge 2 commits into
mainfrom
dependabot/go_modules/go-317699bdd9
Closed

dependabot[bot] wants to merge 2 commits into
mainfrom
dependabot/go_modules/go-317699bdd9

Conversation

@dependabot

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

Copy link
Copy Markdown
Contributor

Bumps the go group with 17 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.67.0
github.com/aws/aws-sdk-go-v2 1.42.1 1.44.0
github.com/aws/aws-sdk-go-v2/aws/protocol/eventstream 1.7.14 1.7.20
github.com/aws/aws-sdk-go-v2/config 1.32.25 1.32.40
github.com/cohere-ai/cohere-go/v2 2.18.0 2.19.0
github.com/coreos/go-oidc/v3 3.19.0 3.20.0
github.com/openai/openai-go/v3 3.41.0 3.53.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.71.0
go.opentelemetry.io/contrib/propagators/autoprop 0.69.0 0.71.0
golang.org/x/oauth2 0.36.0 0.37.0
google.golang.org/api 0.286.0 0.294.0
google.golang.org/genai 1.62.0 1.70.0
k8s.io/apiextensions-apiserver 0.36.3 0.37.0

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

Release notes

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

v1.67.0

1.67.0 (2026-08-26)

Full Changelog: v1.66.0...v1.67.0

Features

  • api: add updates thinking display mode (beta) (44fa7a6)
  • api: add missing anthropic-beta values (118b499)
  • api: add support for Organization API endpoints (713c567)

Bug Fixes

  • messages: add missing ToParam methods and exhaustiveness test (#245) (e385915)
  • tools: keep the tool runner going on pause_turn (#250) (2fa015b)

Chores

  • docs: clarify skill version latest support and memory version retention (c5d5ac4)
  • internal: cancel superseded CI runs (5413684)

Documentation

  • api: clarify session thread agent and usage.iterations compaction descriptions (beta) (e017f63)

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

... (truncated)

Changelog

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

1.67.0 (2026-08-26)

Full Changelog: v1.66.0...v1.67.0

Features

  • api: add updates thinking display mode (beta) (44fa7a6)
  • api: add missing anthropic-beta values (118b499)
  • api: add support for Organization API endpoints (713c567)

Bug Fixes

  • messages: add missing ToParam methods and exhaustiveness test (#245) (e385915)
  • tools: keep the tool runner going on pause_turn (#250) (2fa015b)

Chores

  • docs: clarify skill version latest support and memory version retention (c5d5ac4)
  • internal: cancel superseded CI runs (5413684)

Documentation

  • api: clarify session thread agent and usage.iterations compaction descriptions (beta) (e017f63)

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)

... (truncated)

Commits
  • f6f7961 release: 1.67.0
  • c4a3830 feat(api): add support for Organization API endpoints
  • 4c676f6 docs(api): clarify session thread agent and usage.iterations compaction descr...
  • a6f12c0 feat(api): add updates thinking display mode (beta)
  • 9c311c1 fix(tools): keep the tool runner going on pause_turn (#250)
  • 7748264 Remove claude-code-action workflow (#334)
  • 36ddc9a chore(internal): cancel superseded CI runs
  • fc068fe feat(api): add missing anthropic-beta values
  • 6640d17 chore(docs): clarify skill version latest support and memory version retention
  • 25e9f54 fix(messages): add missing ToParam methods and exhaustiveness test (#245)
  • Additional commits viewable in compare view

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

Commits

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

Commits

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

Commits

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

Commits

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

Release notes

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

v2.19.0

What's Changed

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

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

Release notes

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

v3.53.0

3.53.0 (2026-08-25)

Features

  • api: Add obfuscation field to ChatCompletionChunk (#813) (4b08348)
  • api: add project residency and usage quantity units (#853) (2fd626c)
  • api: add Realtime call creation and recursive filters (#860) (c396b57)
  • auth: add caller-attested X.509 transport capability (#855) (64b2ef2)
  • auth: complete X.509 token lifecycle and setup guidance (#858) (3e3a4e0)
  • auth: implement pinned X.509 token exchange (#856) (a84eb49)
  • option: add attested X.509 workload identity authentication (#857) (b509c12)
  • support named data-residency endpoints (#805) (6e72880)

Bug Fixes

  • apijson: preserve unknown union array variants (#768) (0ab7ee6)
  • apijson: reject non-object root payloads (#769) (2959fbd)
  • azure: isolate provider authentication defaults (#835) (4e5a07a)
  • azure: require secure credential transport (#821) (1dcf764)
  • azure: validate deployment routing bodies (#826) (54189a0)
  • bound retry and polling delays (#828) (6d39b8b)
  • don't drop tool_calls when content is empty but present (#757) (4a73240), closes #756
  • enforce configured request origins (#823) (a71b2d1)
  • harden multipart file metadata encoding (#825) (a4632e5)
  • harden workload identity transport and request lifecycles (#861) (4ce8802)
  • harden X.509 refresh races and empty-body replay (#859) (f95adf1)
  • ignore empty tool call deltas in accumulator (#688) (c2c8590)
  • make chat stream accumulation linear (#819) (0b7382a)
  • make debug logging metadata-only (#815) (2e0743f)
  • normalize registered stream decoder content types (#790) (a689437)
  • preserve request options across pagination (#820) (ee97c12)
  • responses: decode shell output delta stream events (#803) (bb12b7a)
  • sdk: lock and verify the Steady mock server (#811) (37c0f0a)
  • ssestream: finalize stream resources promptly (#839) (71a7aef)
  • track stream accumulator events for every choice (#806) (8fa5f45)
  • validate stream accumulator indices (#822) (02959ba)
  • webhooks: honor request-scoped verification options (#814) (da53088)
  • webhooks: validate prefixed signing secrets (#824) (c88e19a)

Chores

  • api: Add file header comments to source files (#809) (557cc1c)
  • api: Clarify image background transparency docs (#831) (6dfcd9b)
  • api: Document allowed image generation model values (#816) (c70532e)
  • api: update generation metadata (#842) (ceb67ae)
  • set a 2,000-line custom-code budget (#840) (31ce143)

... (truncated)

Changelog

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

3.53.0 (2026-08-25)

Features

  • api: Add obfuscation field to ChatCompletionChunk (#813) (4b08348)
  • api: add project residency and usage quantity units (#853) (2fd626c)
  • api: add Realtime call creation and recursive filters (#860) (c396b57)
  • auth: add caller-attested X.509 transport capability (#855) (64b2ef2)
  • auth: complete X.509 token lifecycle and setup guidance (#858) (3e3a4e0)
  • auth: implement pinned X.509 token exchange (#856) (a84eb49)
  • option: add attested X.509 workload identity authentication (#857) (b509c12)
  • support named data-residency endpoints (#805) (6e72880)

Bug Fixes

  • apijson: preserve unknown union array variants (#768) (0ab7ee6)
  • apijson: reject non-object root payloads (#769) (2959fbd)
  • azure: isolate provider authentication defaults (#835) (4e5a07a)
  • azure: require secure credential transport (#821) (1dcf764)
  • azure: validate deployment routing bodies (#826) (54189a0)
  • bound retry and polling delays (#828) (6d39b8b)
  • don't drop tool_calls when content is empty but present (#757) (4a73240), closes #756
  • enforce configured request origins (#823) (a71b2d1)
  • harden multipart file metadata encoding (#825) (a4632e5)
  • harden workload identity transport and request lifecycles (#861) (4ce8802)
  • harden X.509 refresh races and empty-body replay (#859) (f95adf1)
  • ignore empty tool call deltas in accumulator (#688) (c2c8590)
  • make chat stream accumulation linear (#819) (0b7382a)
  • make debug logging metadata-only (#815) (2e0743f)
  • normalize registered stream decoder content types (#790) (a689437)
  • preserve request options across pagination (#820) (ee97c12)
  • responses: decode shell output delta stream events (#803) (bb12b7a)
  • sdk: lock and verify the Steady mock server (#811) (37c0f0a)
  • ssestream: finalize stream resources promptly (#839) (71a7aef)
  • track stream accumulator events for every choice (#806) (8fa5f45)
  • validate stream accumulator indices (#822) (02959ba)
  • webhooks: honor request-scoped verification options (#814) (da53088)
  • webhooks: validate prefixed signing secrets (#824) (c88e19a)

Chores

  • api: Add file header comments to source files (#809) (557cc1c)
  • api: Clarify image background transparency docs (#831) (6dfcd9b)
  • api: Document allowed image generation model values (#816) (c70532e)
  • api: update generation metadata (#842) (ceb67ae)
  • set a 2,000-line custom-code budget (#840) (31ce143)
  • shared: restore generated alias placement (#830) (7d0e09e)

... (truncated)

Commits
  • aae189f release: 3.53.0 (#798)
  • 4ce8802 fix: harden workload identity transport and request lifecycles (#861)
  • c396b57 feat(api): add Realtime call creation and recursive filters (#860)
  • f95adf1 fix: harden X.509 refresh races and empty-body replay (#859)
  • 3e3a4e0 feat(auth): complete X.509 token lifecycle and setup guidance (#858)
  • b509c12 feat(option): add attested X.509 workload identity authentication (#857)
  • 2fd626c feat(api): add project residency and usage quantity units (#853)
  • 0b7382a fix: make chat stream accumulation linear (#819)
  • a84eb49 feat(auth): implement pinned X.509 token exchange (#856)
  • f0079ac build(deps): bump github.com/Azure/azure-sdk-for-go/sdk/azcore in / (#845)
  • 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

Bumps the go group with 17 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.67.0` |
| [github.com/aws/aws-sdk-go-v2](https://github.com/aws/aws-sdk-go-v2) | `1.42.1` | `1.44.0` |
| [github.com/aws/aws-sdk-go-v2/aws/protocol/eventstream](https://github.com/aws/aws-sdk-go-v2) | `1.7.14` | `1.7.20` |
| [github.com/aws/aws-sdk-go-v2/config](https://github.com/aws/aws-sdk-go-v2) | `1.32.25` | `1.32.40` |
| [github.com/cohere-ai/cohere-go/v2](https://github.com/cohere-ai/cohere-go) | `2.18.0` | `2.19.0` |
| [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.53.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.71.0` |
| [go.opentelemetry.io/contrib/propagators/autoprop](https://github.com/open-telemetry/opentelemetry-go-contrib) | `0.69.0` | `0.71.0` |
| [golang.org/x/oauth2](https://github.com/golang/oauth2) | `0.36.0` | `0.37.0` |
| [google.golang.org/api](https://github.com/googleapis/google-api-go-client) | `0.286.0` | `0.294.0` |
| [google.golang.org/genai](https://github.com/googleapis/go-genai) | `1.62.0` | `1.70.0` |
| [k8s.io/apiextensions-apiserver](https://github.com/kubernetes/apiextensions-apiserver) | `0.36.3` | `0.37.0` |



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.67.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.67.0)

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

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

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

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

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

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.53.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.53.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.71.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.71.0)

Updates `go.opentelemetry.io/contrib/propagators/autoprop` from 0.69.0 to 0.71.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.71.0)

Updates `go.opentelemetry.io/otel` from 1.45.0 to 1.46.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.45.0...v1.46.0)

Updates `go.opentelemetry.io/otel/exporters/prometheus` from 0.67.0 to 0.68.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@metric/x/v0.67.0...metric/x/v0.68.0)

Updates `go.opentelemetry.io/otel/exporters/stdout/stdoutmetric` from 1.45.0 to 1.46.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.45.0...v1.46.0)

Updates `go.opentelemetry.io/otel/exporters/stdout/stdouttrace` from 1.44.0 to 1.46.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.46.0)

Updates `go.opentelemetry.io/otel/metric` from 1.45.0 to 1.46.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.45.0...v1.46.0)

Updates `go.opentelemetry.io/otel/sdk` from 1.45.0 to 1.46.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.45.0...v1.46.0)

Updates `go.opentelemetry.io/otel/sdk/metric` from 1.45.0 to 1.46.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.45.0...v1.46.0)

Updates `go.opentelemetry.io/otel/trace` from 1.45.0 to 1.46.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.45.0...v1.46.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/oauth2` from 0.36.0 to 0.37.0
- [Commits](golang/oauth2@v0.36.0...v0.37.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.294.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.294.0)

Updates `google.golang.org/genai` from 1.62.0 to 1.70.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.70.0)

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

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

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

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

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

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

---
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.67.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.44.0
  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.20
  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.40
  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.46.0
  dependency-type: direct:production
  update-type: version-update:semver-minor
  dependency-group: go
- dependency-name: github.com/cohere-ai/cohere-go/v2
  dependency-version: 2.19.0
  dependency-type: direct:production
  update-type: version-update:semver-minor
  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.53.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.71.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.71.0
  dependency-type: direct:production
  update-type: version-update:semver-minor
  dependency-group: go
- dependency-name: go.opentelemetry.io/otel
  dependency-version: 1.46.0
  dependency-type: direct:production
  update-type: version-update:semver-minor
  dependency-group: go
- dependency-name: go.opentelemetry.io/otel/exporters/prometheus
  dependency-version: 0.68.0
  dependency-type: direct:production
  update-type: version-update:semver-minor
  dependency-group: go
- dependency-name: go.opentelemetry.io/otel/exporters/stdout/stdoutmetric
  dependency-version: 1.46.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.46.0
  dependency-type: direct:production
  update-type: version-update:semver-minor
  dependency-group: go
- dependency-name: go.opentelemetry.io/otel/metric
  dependency-version: 1.46.0
  dependency-type: direct:production
  update-type: version-update:semver-minor
  dependency-group: go
- dependency-name: go.opentelemetry.io/otel/sdk
  dependency-version: 1.46.0
  dependency-type: direct:production
  update-type: version-update:semver-minor
  dependency-group: go
- dependency-name: go.opentelemetry.io/otel/sdk/metric
  dependency-version: 1.46.0
  dependency-type: direct:production
  update-type: version-update:semver-minor
  dependency-group: go
- dependency-name: go.opentelemetry.io/otel/trace
  dependency-version: 1.46.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/oauth2
  dependency-version: 0.37.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.294.0
  dependency-type: direct:production
  update-type: version-update:semver-minor
  dependency-group: go
- dependency-name: google.golang.org/genai
  dependency-version: 1.70.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-20260825221802-da73d73af1c5
  dependency-type: direct:production
  update-type: version-update:semver-patch
  dependency-group: go
- dependency-name: google.golang.org/grpc
  dependency-version: 1.83.2
  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/apiextensions-apiserver
  dependency-version: 0.37.0
  dependency-type: direct:production
  update-type: version-update:semver-minor
  dependency-group: go
- dependency-name: k8s.io/apimachinery
  dependency-version: 0.37.0
  dependency-type: direct:production
  update-type: version-update:semver-minor
  dependency-group: go
- dependency-name: k8s.io/client-go
  dependency-version: 0.37.0
  dependency-type: direct:production
  update-type: version-update:semver-minor
  dependency-group: go
...

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 10, 2026
@dependabot
dependabot Bot requested a review from a team as a code owner September 10, 2026 12:02
@dependabot dependabot Bot added dependencies Pull requests that update a dependency file go Pull requests that update Go code labels Sep 10, 2026
@netlify

netlify Bot commented Sep 10, 2026

Copy link
Copy Markdown

Deploy Preview for theagentrouter canceled.

Name Link
🔨 Latest commit 47e31ed
🔍 Latest deploy log https://app.netlify.com/projects/theagentrouter/deploys/6aa331d9c532750008f91b13

@codecov

codecov Bot commented Sep 10, 2026

Copy link
Copy Markdown

Codecov Report

✅ All modified and coverable lines are covered by tests.

📢 Thoughts on this report? Let us know!

@dependabot @github

dependabot Bot commented on behalf of github Sep 17, 2026

Copy link
Copy Markdown
Contributor Author

Looks like these dependencies are updatable in another way, so this is no longer needed.

@dependabot dependabot Bot closed this Sep 17, 2026
@dependabot
dependabot Bot deleted the dependabot/go_modules/go-317699bdd9 branch September 17, 2026 11:55
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