Skip to content

deps(go): bump the go-minor-patch group with 5 updates#63

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

deps(go): bump the go-minor-patch group with 5 updates#63
dependabot[bot] wants to merge 1 commit into
mainfrom
dependabot/go_modules/go-minor-patch-1aa73bad4e

Conversation

@dependabot

@dependabot dependabot Bot commented on behalf of github Jun 22, 2026

Copy link
Copy Markdown
Contributor

Bumps the go-minor-patch group with 5 updates:

Package From To
github.com/anthropics/anthropic-sdk-go 1.50.1 1.51.0
github.com/gotd/td 0.157.1 0.159.0
github.com/openai/openai-go/v3 3.39.0 3.41.0
github.com/testcontainers/testcontainers-go/modules/opensearch 0.42.0 0.43.0
github.com/testcontainers/testcontainers-go/modules/postgres 0.42.0 0.43.0

Updates github.com/anthropics/anthropic-sdk-go from 1.50.1 to 1.51.0

Release notes

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

v1.51.0

1.51.0 (2026-06-18)

Full Changelog: v1.50.2...v1.51.0

Features

  • api: add support for new code_execution_20260120 tool (f54a4a8)

v1.50.2

1.50.2 (2026-06-15)

Full Changelog: v1.50.1...v1.50.2

Chores

  • api: remove retired models from API and SDKs (11f5c82)
Changelog

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

1.51.0 (2026-06-18)

Full Changelog: v1.50.2...v1.51.0

Features

  • api: add support for new code_execution_20260120 tool (f54a4a8)

1.50.2 (2026-06-15)

Full Changelog: v1.50.1...v1.50.2

Chores

  • api: remove retired models from API and SDKs (11f5c82)
Commits
  • 4fad069 release: 1.51.0
  • 0561e1b feat(api): add support for new code_execution_20260120 tool
  • e65c5be release: 1.50.2
  • 5494576 chore(api): remove retired models from API and SDKs
  • See full diff in compare view

Updates github.com/gotd/td from 0.157.1 to 0.159.0

Release notes

Sourced from github.com/gotd/td's releases.

v0.159.0

What's Changed

New Contributors

Full Changelog: gotd/td@v0.158.0...v0.159.0

v0.158.0

gotd/td@0550c49 feat(message): allow setting message RandomID

Full Changelog: gotd/td@v0.157.2...v0.158.0

v0.157.2

What's Changed

New Contributors

Full Changelog: gotd/td@v0.157.1...v0.157.2

Commits
  • 378ff80 Merge pull request #1794 from pylakey/feat/channel-difference-concurrency
  • 6606348 Potential fix for pull request finding
  • ccd0982 Merge pull request #1796 from fluffur/add-telegram-time-for-messaage-parsers
  • 7b250a9 Merge pull request #1795 from iamxvbaba/fix/temp-aes-keys-leading-zero-nonce
  • 75c79fe fix(crypto): derive temp AES keys from fixed-length nonces
  • cec4831 feat: add telegram time formats for message parsers
  • 4927f71 feat(updates): optional concurrency limit for getChannelDifference
  • b5440df Merge pull request #1793 from gotd/dependabot/go_modules/github.com/ogen-go/o...
  • f8fa986 chore(deps): bump github.com/ogen-go/ogen from 1.21.0 to 1.22.0
  • c1ce7b9 Merge pull request #1790 from gotd/dependabot/go_modules/github.com/ogen-go/o...
  • Additional commits viewable in compare view

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

Release notes

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

v3.41.0

3.41.0 (2026-06-17)

Full Changelog: v3.40.0...v3.41.0

Features

  • api: update OpenAPI spec or Stainless config (868891f)

v3.40.0

3.40.0 (2026-06-16)

Full Changelog: v3.39.0...v3.40.0

Features

  • api: admin spend_alerts (26992e5)
  • api: manual updates (28f7e09)
  • api: update OpenAPI spec or Stainless config (57c307e)
Changelog

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

3.41.0 (2026-06-17)

Full Changelog: v3.40.0...v3.41.0

Features

  • api: update OpenAPI spec or Stainless config (868891f)

3.40.0 (2026-06-16)

Full Changelog: v3.39.0...v3.40.0

Features

  • api: admin spend_alerts (26992e5)
  • api: manual updates (28f7e09)
  • api: update OpenAPI spec or Stainless config (57c307e)
Commits

Updates github.com/testcontainers/testcontainers-go/modules/opensearch from 0.42.0 to 0.43.0

Release notes

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

v0.43.0

What's Changed

⚠️ Breaking Changes

  • chore(wait)!: change url callback in wait.ForSQL to accept network.Port (#3650) @​thaJeztah

Users of wait.ForSQL need to follow the new API contract, using Moby's network.Port instead of string when building the callback function to check the URL. Please see https://golang.testcontainers.org/features/wait/sql/

Users implementing their own testcontainers.ImageProvider need to implement the new PullImageWithPlatform method introduced by this PR.

🚀 Features

🐛 Bug Fixes

📖 Documentation

🧹 Housekeeping

📦 Dependency updates

... (truncated)

Commits
  • 0835739 chore: use new version (v0.43.0) in modules and examples
  • 85b6d70 chore(deps): update dependencies to latest versions in go.mod and go.sum (#3729)
  • 8360f71 feat(k3s): pull image opts (#3716)
  • b5e7022 chore: bump sshd-docker image to 1.4.0 (#3727)
  • 1c05dd5 chore(deps): bump Ryuk to v0.14.0 (#3313)
  • 96ab095 feat(wait): implement AnyMultiStrategy: ForAny equivalent to ForAll. (#3719)
  • 42ac7d2 chore(wait)!: change url callback in wait.ForSQL to accept network.Port (#3650)
  • ab312e0 chore(deps): bump github.com/shirou/gopsutil/v4 from 4.26.4 to 4.26.5 (#3713)
  • c5c95e5 chore(deps): bump golang.org/x/sys from 0.44.0 to 0.45.0 (#3712)
  • 465d002 chore(deps): bump mkdocs-include-markdown-plugin from 7.2.2 to 7.3.0 (#3711)
  • Additional commits viewable in compare view

Updates github.com/testcontainers/testcontainers-go/modules/postgres from 0.42.0 to 0.43.0

Release notes

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

v0.43.0

What's Changed

⚠️ Breaking Changes

  • chore(wait)!: change url callback in wait.ForSQL to accept network.Port (#3650) @​thaJeztah

Users of wait.ForSQL need to follow the new API contract, using Moby's network.Port instead of string when building the callback function to check the URL. Please see https://golang.testcontainers.org/features/wait/sql/

Users implementing their own testcontainers.ImageProvider need to implement the new PullImageWithPlatform method introduced by this PR.

🚀 Features

🐛 Bug Fixes

📖 Documentation

🧹 Housekeeping

📦 Dependency updates

... (truncated)

Commits
  • 0835739 chore: use new version (v0.43.0) in modules and examples
  • 85b6d70 chore(deps): update dependencies to latest versions in go.mod and go.sum (#3729)
  • 8360f71 feat(k3s): pull image opts (#3716)
  • b5e7022 chore: bump sshd-docker image to 1.4.0 (#3727)
  • 1c05dd5 chore(deps): bump Ryuk to v0.14.0 (#3313)
  • 96ab095 feat(wait): implement AnyMultiStrategy: ForAny equivalent to ForAll. (#3719)
  • 42ac7d2 chore(wait)!: change url callback in wait.ForSQL to accept network.Port (#3650)
  • ab312e0 chore(deps): bump github.com/shirou/gopsutil/v4 from 4.26.4 to 4.26.5 (#3713)
  • c5c95e5 chore(deps): bump golang.org/x/sys from 0.44.0 to 0.45.0 (#3712)
  • 465d002 chore(deps): bump mkdocs-include-markdown-plugin from 7.2.2 to 7.3.0 (#3711)
  • Additional commits viewable in compare view

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 go-minor-patch group with 5 updates:

| Package | From | To |
| --- | --- | --- |
| [github.com/anthropics/anthropic-sdk-go](https://github.com/anthropics/anthropic-sdk-go) | `1.50.1` | `1.51.0` |
| [github.com/gotd/td](https://github.com/gotd/td) | `0.157.1` | `0.159.0` |
| [github.com/openai/openai-go/v3](https://github.com/openai/openai-go) | `3.39.0` | `3.41.0` |
| [github.com/testcontainers/testcontainers-go/modules/opensearch](https://github.com/testcontainers/testcontainers-go) | `0.42.0` | `0.43.0` |
| [github.com/testcontainers/testcontainers-go/modules/postgres](https://github.com/testcontainers/testcontainers-go) | `0.42.0` | `0.43.0` |


Updates `github.com/anthropics/anthropic-sdk-go` from 1.50.1 to 1.51.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.50.1...v1.51.0)

Updates `github.com/gotd/td` from 0.157.1 to 0.159.0
- [Release notes](https://github.com/gotd/td/releases)
- [Commits](gotd/td@v0.157.1...v0.159.0)

Updates `github.com/openai/openai-go/v3` from 3.39.0 to 3.41.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.39.0...v3.41.0)

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

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

---
updated-dependencies:
- dependency-name: github.com/anthropics/anthropic-sdk-go
  dependency-version: 1.51.0
  dependency-type: direct:production
  update-type: version-update:semver-minor
  dependency-group: go-minor-patch
- dependency-name: github.com/gotd/td
  dependency-version: 0.159.0
  dependency-type: direct:production
  update-type: version-update:semver-minor
  dependency-group: go-minor-patch
- dependency-name: github.com/openai/openai-go/v3
  dependency-version: 3.41.0
  dependency-type: direct:production
  update-type: version-update:semver-minor
  dependency-group: go-minor-patch
- dependency-name: github.com/testcontainers/testcontainers-go/modules/opensearch
  dependency-version: 0.43.0
  dependency-type: direct:production
  update-type: version-update:semver-minor
  dependency-group: go-minor-patch
- dependency-name: github.com/testcontainers/testcontainers-go/modules/postgres
  dependency-version: 0.43.0
  dependency-type: direct:production
  update-type: version-update:semver-minor
  dependency-group: go-minor-patch
...

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 Jun 22, 2026
@sonarqubecloud

Copy link
Copy Markdown

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.

0 participants