Skip to content

Bump the go-deps group across 1 directory with 5 updates#508

Open
dependabot[bot] wants to merge 1 commit intomainfrom
dependabot/go_modules/go-deps-cc3d3501e5
Open

Bump the go-deps group across 1 directory with 5 updates#508
dependabot[bot] wants to merge 1 commit intomainfrom
dependabot/go_modules/go-deps-cc3d3501e5

Conversation

@dependabot
Copy link

@dependabot dependabot bot commented on behalf of github Feb 13, 2026

Bumps the go-deps group with 4 updates in the / directory: cloud.google.com/go/bigquery, cloud.google.com/go/logging, cloud.google.com/go/storage and google.golang.org/grpc.

Updates cloud.google.com/go/bigquery from 1.72.0 to 1.73.1

Release notes

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

bigquery 1.73.1

1.73.1 (2026-02-05)

Bug Fixes

  • revert to useInt64Timestamp for REST format options (#13789) (bdcc2f80)

dialogflow 1.73.0

1.73.0 (2025-12-18)

Features

  • updated v2beta1 dialogflow client libraries (PiperOrigin-RevId: 843755897) (ce62012f)

  • updated v3beta1 dialogflow client libraries (PiperOrigin-RevId: 843704214) (ce62012f)

  • updated v2 dialogflow client libraries (PiperOrigin-RevId: 843703774) (ce62012f)

bigquery 1.73.0

1.73.0 (2026-02-04)

Features

  • add Stored Procedure Sharing support for analyticshub listings (PiperOrigin-RevId: 827828462) (185951b3)

  • add tags support for Pub/Sub subscriptions (PiperOrigin-RevId: 827828462) (185951b3)

  • Support picosecond timestamp precision in BigQuery Storage API (PiperOrigin-RevId: 829486853) (185951b3)

  • add timestamp precision support to schema (#13421) (52020af5)

  • transition format options (#13422) (59efe323)

Bug Fixes

  • make additional errors retriable: tcp timeout and http2 client connection lost (#13269) (466d309d)

  • roundtrip readonly fields (#13370) (9e847052)

Documentation

  • change comment indicating enable_gemini_in_bigquery field for BigQuery Reservation Assignments is deprecated (PiperOrigin-RevId: 850121797) (35d75787)
Commits
  • 592a782 chore: librarian release pull request: 20260205T224334Z (#13801)
  • 9bb9541 feat(pubsub/v2): introduce per stream flow control (#13642)
  • bdcc2f8 fix(bigquery): revert to useInt64Timestamp for REST format options (#13789)
  • e9c0abd chore: remove api-bigtable-partners and api-firestore-partners (#13798)
  • eea3e33 fix(datastore): allow partial updates (#13795)
  • ab05ff5 chore(internal/kokoro): presubmits track preview branch (#13787)
  • 39a25b9 feat(bigtable): support tiered storage (#13793)
  • 7ac8e22 chore: librarian release pull request: 20260204T142425Z (#13770)
  • a805680 chore: librarian release pull request: 20260205T080945Z (#13790)
  • 31c352b feat(retry): adding support for max-retry-duration for all api other than res...
  • Additional commits viewable in compare view

Updates cloud.google.com/go/logging from 1.13.1 to 1.13.2

Release notes

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

logging 1.13.2

1.13.2 (2026-02-04)

Commits
  • 559b86a chore: release main (#8706)
  • 174da47 fix(all): update golang.org/x/net to v0.17.0 (#8705)
  • 89eeeff chore: release main (#8664)
  • 0e43b40 feat(shopping): new clients (#8699)
  • 9c502c2 fix: Update go_package and Go importpath (#8667)
  • 4284639 chore(ci): update Go version to 1.21 (#8695)
  • c73963f fix(bigquery): handle storage read api Recv call errors (#8666)
  • 65cb8bd chore(all): update module golang.org/x/net to v0.17.0 [SECURITY] (#8691)
  • 7b19ae2 chore(internal/postprocessor): add config for shopping/type (#8690)
  • 45d4f21 chore(deps): bump golang.org/x/net from 0.10.0 to 0.17.0 in /internal/example...
  • Additional commits viewable in compare view

Updates cloud.google.com/go/storage from 1.59.2 to 1.60.0

Release notes

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

storage 1.60.0

1.60.0 (2026-02-10)

Features

  • adding support for max-retry-duration for all api other than resumable-upload (#13749) (31c352bd)

  • support checksum validation in resumable json uploads (#13573) (337ca078)

  • Added a new field ComposeObjectRequest.delete_source_objects field (PiperOrigin-RevId: 863087065) (611f2392)

Bug Fixes

Documentation

  • Updated documentation for BidiReadObject, ReadObjectRequest, and ObjectContexts (PiperOrigin-RevId: 863087065) (611f2392)
Commits

Updates google.golang.org/api from 0.263.0 to 0.265.0

Release notes

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

v0.265.0

0.265.0 (2026-02-04)

Features

v0.264.0

0.264.0 (2026-01-29)

Features

Changelog

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

0.265.0 (2026-02-04)

Features

0.264.0 (2026-01-29)

Features

Commits

Updates google.golang.org/grpc from 1.78.0 to 1.79.0

Release notes

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

Release 1.79.0

API Changes

  • mem: Add experimental API SetDefaultBufferPool to change the default buffer pool. (#8806)
  • experimental/stats: Update MetricsRecorder to require embedding the new UnimplementedMetricsRecorder (a no-op struct) in all implementations for forward compatibility. (#8780)

Behavior Changes

  • balancer/weightedtarget: Remove handling of Addresses and only handle Endpoints in resolver updates. (#8841)

New Features

  • experimental/stats: Add support for asynchronous gauge metrics through the new AsyncMetricReporter and RegisterAsyncReporter APIs. (#8780)
  • pickfirst: Add support for weighted random shuffling of endpoints, as described in gRFC A113.
    • This is enabled by default, and can be turned off using the environment variable GRPC_EXPERIMENTAL_PF_WEIGHTED_SHUFFLING. (#8864)
  • xds: Implement :authority rewriting, as specified in gRFC A81. (#8779)
  • balancer/randomsubsetting: Implement the random_subsetting LB policy, as specified in gRFC A68. (#8650)
  • server: Include status detail headers, if available, when terminating a stream during request header processing. (#8754)

Bug Fixes

  • credentials/tls: Fix a bug where the port was not stripped from the authority override before validation. (#8726)
  • xds/priority: Fix a bug causing delayed failover to lower-priority clusters when a higher-priority cluster is stuck in CONNECTING state. (#8813)
  • health: Fix a bug where health checks failed for clients using legacy compression options (WithDecompressor or RPCDecompressor). (#8765)
  • transport: Fix an issue where the HTTP/2 server could skip header size checks when terminating a stream early. (#8769)

Performance Improvements

  • credentials/alts: Optimize read buffer alignment to reduce copies. (#8791)
  • mem: Optimize pooling and creation of buffer objects. (#8784)
  • transport: Reduce slice re-allocations by reserving slice capacity. (#8797)
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 go-deps group with 4 updates in the / directory: [cloud.google.com/go/bigquery](https://github.com/googleapis/google-cloud-go), [cloud.google.com/go/logging](https://github.com/googleapis/google-cloud-go), [cloud.google.com/go/storage](https://github.com/googleapis/google-cloud-go) and [google.golang.org/grpc](https://github.com/grpc/grpc-go).


Updates `cloud.google.com/go/bigquery` from 1.72.0 to 1.73.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@spanner/v1.72.0...bigquery/v1.73.1)

Updates `cloud.google.com/go/logging` from 1.13.1 to 1.13.2
- [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@asset/v1.13.1...redis/v1.13.2)

Updates `cloud.google.com/go/storage` from 1.59.2 to 1.60.0
- [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@storage/v1.59.2...spanner/v1.60.0)

Updates `google.golang.org/api` from 0.263.0 to 0.265.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.263.0...v0.265.0)

Updates `google.golang.org/grpc` from 1.78.0 to 1.79.0
- [Release notes](https://github.com/grpc/grpc-go/releases)
- [Commits](grpc/grpc-go@v1.78.0...v1.79.0)

---
updated-dependencies:
- dependency-name: cloud.google.com/go/bigquery
  dependency-version: 1.73.1
  dependency-type: direct:production
  update-type: version-update:semver-minor
  dependency-group: go-deps
- dependency-name: cloud.google.com/go/logging
  dependency-version: 1.13.2
  dependency-type: direct:production
  update-type: version-update:semver-patch
  dependency-group: go-deps
- dependency-name: cloud.google.com/go/storage
  dependency-version: 1.60.0
  dependency-type: direct:production
  update-type: version-update:semver-minor
  dependency-group: go-deps
- dependency-name: google.golang.org/api
  dependency-version: 0.265.0
  dependency-type: direct:production
  update-type: version-update:semver-minor
  dependency-group: go-deps
- dependency-name: google.golang.org/grpc
  dependency-version: 1.79.0
  dependency-type: direct:production
  update-type: version-update:semver-minor
  dependency-group: go-deps
...

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 Feb 13, 2026
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

Comments