Skip to content

Bump the support-dependencies group across 1 directory with 10 updates - #128

Open
dependabot[bot] wants to merge 1 commit into
developfrom
dependabot/go_modules/support-dependencies-c4beef7968
Open

dependabot[bot] wants to merge 1 commit into
developfrom
dependabot/go_modules/support-dependencies-c4beef7968

Conversation

@dependabot

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

Copy link
Copy Markdown
Contributor

Bumps the support-dependencies group with 9 updates in the / directory:

Package From To
cloud.google.com/go/storage 1.64.0 1.67.1
github.com/MicahParks/jwkset 0.11.0 0.11.3
github.com/MicahParks/keyfunc/v3 3.8.0 3.8.2
github.com/aws/aws-sdk-go-v2 1.43.5 1.47.0
github.com/aws/aws-sdk-go-v2/config 1.32.28 1.33.4
github.com/aws/aws-sdk-go-v2/service/s3 1.107.1 1.113.0
github.com/gotd/contrib 0.24.0 0.25.0
github.com/stretchr/testify 1.12.0 1.12.1
google.golang.org/api 0.287.1 0.297.0

Updates cloud.google.com/go/storage from 1.64.0 to 1.67.1

Release notes

Sourced from cloud.google.com/go/storage's releases.

storage: v1.67.1

1.67.1 (2026-09-07)

Bug Fixes

  • storage: Prevent panic when MultiRangeDownloader callback is nil (#20377) (a85e955)

compute: v1.67.0

1.67.0 (2026-08-26)

Features

storage: v1.67.0

1.67.0 (2026-09-03)

Features

  • storage: Promote WithGRPCBidiReads and WithGRPCAppendableUploads out of experimental (#20387) (de23089)

compute: v1.66.0

1.66.0 (2026-08-07)

Features

storage: v1.66.0

1.66.0 (2026-08-26)

Features

storage: v1.65.1

1.65.1 (2026-08-25)

Bug Fixes

  • storage: Enforce gRPC writer chunk retry deadlines by tying timers to server acks (#20059) (dbb5f6f)

storage: v1.65.0

1.65.0 (2026-08-14)

... (truncated)

Commits
  • 69c2b63 chore(main): release storage 1.67.1 (#20476)
  • a85e955 fix(storage): prevent panic when MultiRangeDownloader callback is nil (#20377)
  • 8ab3ae1 chore(deps): bump google.golang.org/grpc from 1.82.1 to 1.83.1 in /vectorsear...
  • e62e3dc chore(deps): bump google.golang.org/grpc from 1.82.1 to 1.83.1 in /vertexai (...
  • 39e1771 chore(deps): bump google.golang.org/grpc from 1.82.1 to 1.83.1 in /video (#20...
  • 0dba931 chore(main): release bigtable 1.55.0 (#20464)
  • 8511d1b chore: release main (#20471)
  • f1a5bd3 chore(main): release bigtable 1.55.0 (#20464)
  • 375f198 fix(bigtable): use instance_name instead of name in GetClientConfig (#20465)
  • 8e57e4b feat(bigtable): debug tags for GetClientConfiguration session_configuration s...
  • Additional commits viewable in compare view

Updates github.com/MicahParks/jwkset from 0.11.0 to 0.11.3

Release notes

Sourced from github.com/MicahParks/jwkset's releases.

v0.11.3

The purpose of this release is to programmatically identify IANA prohibited algorithms.

Thank you @​saluc28 for the contribution.

Relevant pull requests:

v0.11.2

The purpose of this release is to add more consistently applied padding rules.

Thank you @​saluc28 for the contribution affecting OKP key types.

Relevant pull requests:

v0.11.1

The purpose of this pull request is to prevent the project from performing a Go panic when parsing ECDSA JWK with oversized parameters.

Relevant pull requests:

Commits

Updates github.com/MicahParks/keyfunc/v3 from 3.8.0 to 3.8.2

Commits

Updates github.com/aws/aws-sdk-go-v2 from 1.43.5 to 1.47.0

Commits

Updates github.com/aws/aws-sdk-go-v2/config from 1.32.28 to 1.33.4

Commits

Updates github.com/aws/aws-sdk-go-v2/credentials from 1.19.27 to 1.20.4

Commits

Updates github.com/aws/aws-sdk-go-v2/service/s3 from 1.107.1 to 1.113.0

Commits

Updates github.com/gotd/contrib from 0.24.0 to 0.25.0

Release notes

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

v0.25.0

What's Changed

New Contributors

Full Changelog: gotd/contrib@v0.24.0...v0.25.0

Commits
  • ed33407 Merge pull request #760 from kroticw/fix/dialog-getpeer-td-0.161
  • 96c14bd fix(storage): support DialogClass without GetPeer (td v0.161)
  • abb451d Merge pull request #758 from gotd/dependabot/go_modules/github.com/gotd/td-0....
  • e8df669 chore(deps): bump github.com/gotd/td from 0.159.0 to 0.160.0
  • 7f71b18 Merge pull request #757 from gotd/dependabot/go_modules/golang-7db428aa2e
  • 16a6483 chore(deps): bump golang.org/x/text in the golang group
  • 58158c5 Merge pull request #753 from gotd/dependabot/github_actions/actions/setup-go-...
  • a6204fe Merge pull request #754 from gotd/dependabot/github_actions/actions/cache-6.1.0
  • 1ac190f Merge pull request #755 from gotd/dependabot/go_modules/github.com/minio/mini...
  • 922bb95 Merge pull request #756 from gotd/dependabot/github_actions/golangci/golangci...
  • Additional commits viewable in compare view

Updates github.com/stretchr/testify from 1.12.0 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

Commits

Updates google.golang.org/api from 0.287.1 to 0.297.0

Release notes

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

v0.297.0

0.297.0 (2026-09-01)

Features

  • Move to go1.26.0 as the lowest supported go version (#3724) (7770e01)

v0.296.0

0.296.0 (2026-08-31)

Features

v0.295.0

0.295.0 (2026-08-28)

Features

v0.294.0

0.294.0 (2026-08-26)

Features

v0.293.0

... (truncated)

Changelog

Sourced from google.golang.org/api's changelog.

0.297.0 (2026-09-01)

Features

  • Move to go1.26.0 as the lowest supported go version (#3724) (7770e01)

0.296.0 (2026-08-31)

Features

0.295.0 (2026-08-28)

Features

0.294.0 (2026-08-26)

Features

0.293.0 (2026-08-11)

Features

... (truncated)

Commits

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 support-dependencies group with 9 updates in the / directory:

| Package | From | To |
| --- | --- | --- |
| [cloud.google.com/go/storage](https://github.com/googleapis/google-cloud-go) | `1.64.0` | `1.67.1` |
| [github.com/MicahParks/jwkset](https://github.com/MicahParks/jwkset) | `0.11.0` | `0.11.3` |
| [github.com/MicahParks/keyfunc/v3](https://github.com/MicahParks/keyfunc) | `3.8.0` | `3.8.2` |
| [github.com/aws/aws-sdk-go-v2](https://github.com/aws/aws-sdk-go-v2) | `1.43.5` | `1.47.0` |
| [github.com/aws/aws-sdk-go-v2/config](https://github.com/aws/aws-sdk-go-v2) | `1.32.28` | `1.33.4` |
| [github.com/aws/aws-sdk-go-v2/service/s3](https://github.com/aws/aws-sdk-go-v2) | `1.107.1` | `1.113.0` |
| [github.com/gotd/contrib](https://github.com/gotd/contrib) | `0.24.0` | `0.25.0` |
| [github.com/stretchr/testify](https://github.com/stretchr/testify) | `1.12.0` | `1.12.1` |
| [google.golang.org/api](https://github.com/googleapis/google-api-go-client) | `0.287.1` | `0.297.0` |



Updates `cloud.google.com/go/storage` from 1.64.0 to 1.67.1
- [Release notes](https://github.com/googleapis/google-cloud-go/releases)
- [Changelog](https://github.com/googleapis/google-cloud-go/blob/main/CHANGES.md)
- [Commits](googleapis/google-cloud-go@compute/v1.64.0...storage/v1.67.1)

Updates `github.com/MicahParks/jwkset` from 0.11.0 to 0.11.3
- [Release notes](https://github.com/MicahParks/jwkset/releases)
- [Commits](MicahParks/jwkset@v0.11.0...v0.11.3)

Updates `github.com/MicahParks/keyfunc/v3` from 3.8.0 to 3.8.2
- [Release notes](https://github.com/MicahParks/keyfunc/releases)
- [Commits](MicahParks/keyfunc@v3.8.0...v3.8.2)

Updates `github.com/aws/aws-sdk-go-v2` from 1.43.5 to 1.47.0
- [Release notes](https://github.com/aws/aws-sdk-go-v2/releases)
- [Commits](aws/aws-sdk-go-v2@v1.43.5...v1.47.0)

Updates `github.com/aws/aws-sdk-go-v2/config` from 1.32.28 to 1.33.4
- [Release notes](https://github.com/aws/aws-sdk-go-v2/releases)
- [Commits](aws/aws-sdk-go-v2@config/v1.32.28...config/v1.33.4)

Updates `github.com/aws/aws-sdk-go-v2/credentials` from 1.19.27 to 1.20.4
- [Release notes](https://github.com/aws/aws-sdk-go-v2/releases)
- [Commits](aws/aws-sdk-go-v2@credentials/v1.19.27...service/mq/v1.20.4)

Updates `github.com/aws/aws-sdk-go-v2/service/s3` from 1.107.1 to 1.113.0
- [Release notes](https://github.com/aws/aws-sdk-go-v2/releases)
- [Commits](aws/aws-sdk-go-v2@service/s3/v1.107.1...service/s3/v1.113.0)

Updates `github.com/gotd/contrib` from 0.24.0 to 0.25.0
- [Release notes](https://github.com/gotd/contrib/releases)
- [Commits](gotd/contrib@v0.24.0...v0.25.0)

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

Updates `google.golang.org/api` from 0.287.1 to 0.297.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.287.1...v0.297.0)

---
updated-dependencies:
- dependency-name: cloud.google.com/go/storage
  dependency-version: 1.67.1
  dependency-type: direct:production
  update-type: version-update:semver-minor
  dependency-group: support-dependencies
- dependency-name: github.com/MicahParks/jwkset
  dependency-version: 0.11.3
  dependency-type: direct:production
  update-type: version-update:semver-patch
  dependency-group: support-dependencies
- dependency-name: github.com/MicahParks/keyfunc/v3
  dependency-version: 3.8.2
  dependency-type: direct:production
  update-type: version-update:semver-patch
  dependency-group: support-dependencies
- dependency-name: github.com/aws/aws-sdk-go-v2
  dependency-version: 1.47.0
  dependency-type: direct:production
  update-type: version-update:semver-minor
  dependency-group: support-dependencies
- dependency-name: github.com/aws/aws-sdk-go-v2/config
  dependency-version: 1.33.4
  dependency-type: direct:production
  update-type: version-update:semver-minor
  dependency-group: support-dependencies
- dependency-name: github.com/aws/aws-sdk-go-v2/credentials
  dependency-version: 1.20.4
  dependency-type: direct:production
  update-type: version-update:semver-minor
  dependency-group: support-dependencies
- dependency-name: github.com/aws/aws-sdk-go-v2/service/s3
  dependency-version: 1.113.0
  dependency-type: direct:production
  update-type: version-update:semver-minor
  dependency-group: support-dependencies
- dependency-name: github.com/gotd/contrib
  dependency-version: 0.25.0
  dependency-type: direct:production
  update-type: version-update:semver-minor
  dependency-group: support-dependencies
- dependency-name: github.com/stretchr/testify
  dependency-version: 1.12.1
  dependency-type: direct:production
  update-type: version-update:semver-patch
  dependency-group: support-dependencies
- dependency-name: google.golang.org/api
  dependency-version: 0.297.0
  dependency-type: direct:production
  update-type: version-update:semver-minor
  dependency-group: support-dependencies
...

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 14, 2026

This branch has not been deployed

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