Open
Conversation
Bumps the all-deps group with 8 updates: | Package | From | To | | --- | --- | --- | | [cloud.google.com/go/storage](https://github.com/googleapis/google-cloud-go) | `1.59.2` | `1.60.0` | | [github.com/fsouza/fake-gcs-server](https://github.com/fsouza/fake-gcs-server) | `1.53.1` | `1.54.0` | | [github.com/transparency-dev/formats](https://github.com/transparency-dev/formats) | `0.0.0-20251017110053-404c0d5b696c` | `0.1.0` | | [golang.org/x/crypto](https://github.com/golang/crypto) | `0.47.0` | `0.48.0` | | [golang.org/x/mod](https://github.com/golang/mod) | `0.32.0` | `0.33.0` | | [golang.org/x/net](https://github.com/golang/net) | `0.49.0` | `0.50.0` | | [google.golang.org/api](https://github.com/googleapis/google-api-go-client) | `0.265.0` | `0.266.0` | | [google.golang.org/grpc](https://github.com/grpc/grpc-go) | `1.78.0` | `1.79.1` | 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 `github.com/fsouza/fake-gcs-server` from 1.53.1 to 1.54.0 - [Release notes](https://github.com/fsouza/fake-gcs-server/releases) - [Commits](fsouza/fake-gcs-server@v1.53.1...v1.54.0) Updates `github.com/transparency-dev/formats` from 0.0.0-20251017110053-404c0d5b696c to 0.1.0 - [Release notes](https://github.com/transparency-dev/formats/releases) - [Commits](https://github.com/transparency-dev/formats/commits/v0.1.0) Updates `golang.org/x/crypto` from 0.47.0 to 0.48.0 - [Commits](golang/crypto@v0.47.0...v0.48.0) Updates `golang.org/x/mod` from 0.32.0 to 0.33.0 - [Commits](golang/mod@v0.32.0...v0.33.0) Updates `golang.org/x/net` from 0.49.0 to 0.50.0 - [Commits](golang/net@v0.49.0...v0.50.0) Updates `google.golang.org/api` from 0.265.0 to 0.266.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.265.0...v0.266.0) Updates `google.golang.org/grpc` from 1.78.0 to 1.79.1 - [Release notes](https://github.com/grpc/grpc-go/releases) - [Commits](grpc/grpc-go@v1.78.0...v1.79.1) --- updated-dependencies: - dependency-name: cloud.google.com/go/storage dependency-version: 1.60.0 dependency-type: direct:production update-type: version-update:semver-minor dependency-group: all-deps - dependency-name: github.com/fsouza/fake-gcs-server dependency-version: 1.54.0 dependency-type: direct:production update-type: version-update:semver-minor dependency-group: all-deps - dependency-name: github.com/transparency-dev/formats dependency-version: 0.1.0 dependency-type: direct:production update-type: version-update:semver-minor dependency-group: all-deps - dependency-name: golang.org/x/crypto dependency-version: 0.48.0 dependency-type: direct:production update-type: version-update:semver-minor dependency-group: all-deps - dependency-name: golang.org/x/mod dependency-version: 0.33.0 dependency-type: direct:production update-type: version-update:semver-minor dependency-group: all-deps - dependency-name: golang.org/x/net dependency-version: 0.50.0 dependency-type: direct:production update-type: version-update:semver-minor dependency-group: all-deps - dependency-name: google.golang.org/api dependency-version: 0.266.0 dependency-type: direct:production update-type: version-update:semver-minor dependency-group: all-deps - dependency-name: google.golang.org/grpc dependency-version: 1.79.1 dependency-type: direct:production update-type: version-update:semver-minor dependency-group: all-deps ... Signed-off-by: dependabot[bot] <support@github.com>
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Add this suggestion to a batch that can be applied as a single commit.This suggestion is invalid because no changes were made to the code.Suggestions cannot be applied while the pull request is closed.Suggestions cannot be applied while viewing a subset of changes.Only one suggestion per line can be applied in a batch.Add this suggestion to a batch that can be applied as a single commit.Applying suggestions on deleted lines is not supported.You must change the existing code in this line in order to create a valid suggestion.Outdated suggestions cannot be applied.This suggestion has been applied or marked resolved.Suggestions cannot be applied from pending reviews.Suggestions cannot be applied on multi-line comments.Suggestions cannot be applied while the pull request is queued to merge.Suggestion cannot be applied right now. Please check back later.
Bumps the all-deps group with 8 updates:
1.59.21.60.01.53.11.54.00.0.0-20251017110053-404c0d5b696c0.1.00.47.00.48.00.32.00.33.00.49.00.50.00.265.00.266.01.78.01.79.1Updates
cloud.google.com/go/storagefrom 1.59.2 to 1.60.0Release notes
Sourced from cloud.google.com/go/storage's releases.
Commits
0be35b0chore(main): release spanner 1.60.0 (#9601)79efda0chore: add header & system param docs (#9591)1c9a26echore(storage/control): add config to generate apiv2 (#9600)37ef892chore(spanner): release v1.60.0 (#9597)e4b663cfeat: allow attempt direct path xds via env var (#9582)1a04baffeat(auth): move credentials to base auth package (#9590)93c7bc0chore(secretmanager): add config to generate apiv1beta2 (#9593)d6b1088chore(internal/postprocessor): add validation command and CI (#9575)141f2a5chore: release main (#9571)25c3f2dfeat(datacatalog): Add RANGE type to Data Catalog (#9573)Updates
github.com/fsouza/fake-gcs-serverfrom 1.53.1 to 1.54.0Release notes
Sourced from github.com/fsouza/fake-gcs-server's releases.
Commits
024d541internal/config: remove usage oftest := testec92f99Fix metadata headers not being preserved during upload and retrieval (#2103)0ec5cfaAdd environment variable support for all configuration options (#1925)eef285fbuild(deps): bump google.golang.org/grpc from 1.79.0 to 1.79.1 (#2147)524ba69Stop using thetest := testhack6a268d6github/workflows/main: use Go 1.26 for linting1d90985examples/go: Go 1.26.06492478Go 1.26 is out, drop 1.244f31450build(deps): bump docker/build-push-action from 6.19.1 to 6.19.2 (#2144)2a2a79fbuild(deps): bump google.golang.org/grpc from 1.78.0 to 1.79.0 (#2145)Updates
github.com/transparency-dev/formatsfrom 0.0.0-20251017110053-404c0d5b696c to 0.1.0Release notes
Sourced from github.com/transparency-dev/formats's releases.
... (truncated)
Commits
Updates
golang.org/x/cryptofrom 0.47.0 to 0.48.0Commits
e08b067go.mod: update golang.org/x dependencies7d0074cscrypt: fix panic on parameters <= 0Updates
golang.org/x/modfrom 0.32.0 to 0.33.0Commits
27761a2go.mod: update golang.org/x dependenciesUpdates
golang.org/x/netfrom 0.49.0 to 0.50.0Commits
ebddb99go.mod: update golang.org/x dependencies4a490d4internal/http3: add Expect: 100-continue support to ClientConn73fe701internal/http3: add Expect: 100-continue support to Serveraf0c9dfhtml: add NodeType.String() methode02fb33internal/http3: make responseWriter.Flush write headers if not done yetda558ffinternal/http3: ensure bodyReader cannot be read after being closedd7c76fainternal/http3: make responseWriter behave closer to other http.ResponseWriter64b3af9http2: prevent transport deadlock due to WINDOW_UPDATE that exceeds limit1973e8dinternal/http3: add Server support for handling HEAD requests57ea86dicmp, internal/socket, ipv4, ipv6: use binary.NativeEndianUpdates
google.golang.org/apifrom 0.265.0 to 0.266.0Release notes
Sourced from google.golang.org/api's releases.
Changelog
Sourced from google.golang.org/api's changelog.
Commits
26a317dchore(main): release 0.266.0 (#3484)49c652ffeat(all): auto-regenerate discovery clients (#3490)b9fd5c2chore(all): update all (#3488)402353bfeat(all): auto-regenerate discovery clients (#3489)6018e80feat(all): auto-regenerate discovery clients (#3487)870909efeat(all): auto-regenerate discovery clients (#3486)200d140feat(all): auto-regenerate discovery clients (#3485)a3a61cefeat(all): auto-regenerate discovery clients (#3483)Updates
google.golang.org/grpcfrom 1.78.0 to 1.79.1Release notes
Sourced from google.golang.org/grpc's releases.
Commits
782f2deChange version to 1.79.1 (#8902)850eccbChange version to 1.79.1-dev (#8851)765ff05Change version to 1.79.0 (#8850)68804beCherry pick #8864 to v1.79.x (#8896)0381eb6xds: Support:authorityheader rewriting for LOGICAL_DNS clusters (#8822)90f571dxds: remove references to ResolverState.Addresses (#8841)679565fxds: removeHashKeyfield fromxdsresource.Endpointstruct (#8844)bb2073dmem: Allow overriding the default buffer pool. (#8806)bd4444aFix flakyTestServer_RedundantUpdateSuppression. (#8839)623b3f0test: add regression test for RecvMsg() error shadowing #7510 (#8820)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 rebasewill rebase this PR@dependabot recreatewill recreate this PR, overwriting any edits that have been made to it@dependabot show <dependency name> ignore conditionswill show all of the ignore conditions of the specified dependency@dependabot ignore <dependency name> major versionwill 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 versionwill 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