Bump the all-deps group with 7 updates#1768
Merged
Conversation
Bumps the all-deps group with 7 updates: | Package | From | To | | --- | --- | --- | | [github.com/mattn/go-sqlite3](https://github.com/mattn/go-sqlite3) | `1.14.33` | `1.14.34` | | [go.etcd.io/etcd/client/v3](https://github.com/etcd-io/etcd) | `3.6.7` | `3.6.8` | | [go.etcd.io/etcd/etcdctl/v3](https://github.com/etcd-io/etcd) | `3.6.7` | `3.6.8` | | [go.etcd.io/etcd/v3](https://github.com/etcd-io/etcd) | `3.6.7` | `3.6.8` | | [golang.org/x/crypto](https://github.com/golang/crypto) | `0.47.0` | `0.48.0` | | [google.golang.org/grpc](https://github.com/grpc/grpc-go) | `1.78.0` | `1.79.1` | | [google.golang.org/grpc/cmd/protoc-gen-go-grpc](https://github.com/grpc/grpc-go) | `1.6.0` | `1.6.1` | Updates `github.com/mattn/go-sqlite3` from 1.14.33 to 1.14.34 - [Release notes](https://github.com/mattn/go-sqlite3/releases) - [Commits](mattn/go-sqlite3@v1.14.33...v1.14.34) Updates `go.etcd.io/etcd/client/v3` from 3.6.7 to 3.6.8 - [Release notes](https://github.com/etcd-io/etcd/releases) - [Commits](etcd-io/etcd@v3.6.7...v3.6.8) Updates `go.etcd.io/etcd/etcdctl/v3` from 3.6.7 to 3.6.8 - [Release notes](https://github.com/etcd-io/etcd/releases) - [Commits](etcd-io/etcd@v3.6.7...v3.6.8) Updates `go.etcd.io/etcd/v3` from 3.6.7 to 3.6.8 - [Release notes](https://github.com/etcd-io/etcd/releases) - [Commits](etcd-io/etcd@v3.6.7...v3.6.8) Updates `golang.org/x/crypto` from 0.47.0 to 0.48.0 - [Commits](golang/crypto@v0.47.0...v0.48.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) Updates `google.golang.org/grpc/cmd/protoc-gen-go-grpc` from 1.6.0 to 1.6.1 - [Release notes](https://github.com/grpc/grpc-go/releases) - [Commits](grpc/grpc-go@v1.6.0...cmd/protoc-gen-go-grpc/v1.6.1) --- updated-dependencies: - dependency-name: github.com/mattn/go-sqlite3 dependency-version: 1.14.34 dependency-type: direct:production update-type: version-update:semver-patch dependency-group: all-deps - dependency-name: go.etcd.io/etcd/client/v3 dependency-version: 3.6.8 dependency-type: direct:production update-type: version-update:semver-patch dependency-group: all-deps - dependency-name: go.etcd.io/etcd/etcdctl/v3 dependency-version: 3.6.8 dependency-type: direct:production update-type: version-update:semver-patch dependency-group: all-deps - dependency-name: go.etcd.io/etcd/v3 dependency-version: 3.6.8 dependency-type: direct:production update-type: version-update:semver-patch 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: google.golang.org/grpc dependency-version: 1.79.1 dependency-type: direct:production update-type: version-update:semver-minor dependency-group: all-deps - dependency-name: google.golang.org/grpc/cmd/protoc-gen-go-grpc dependency-version: 1.6.1 dependency-type: direct:production update-type: version-update:semver-patch dependency-group: all-deps ... Signed-off-by: dependabot[bot] <support@github.com>
Collaborator
|
/gcbrun |
roger2hk
approved these changes
Feb 25, 2026
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 7 updates:
1.14.331.14.343.6.73.6.83.6.73.6.83.6.73.6.80.47.00.48.01.78.01.79.11.6.01.6.1Updates
github.com/mattn/go-sqlite3from 1.14.33 to 1.14.34Commits
2087331add script to create pull-requesta510883Upgrade SQLite to version 3051002dce6b34Add percentile extensionUpdates
go.etcd.io/etcd/client/v3from 3.6.7 to 3.6.8Release notes
Sourced from go.etcd.io/etcd/client/v3's releases.
... (truncated)
Commits
4e814e2version: bump up to 3.6.8d552466Merge pull request #21257 from nwnt/bump-3.6-to-gov1.24.32d3c79c[release-3.6] Bump go version to 1.24.13b17ff7eMerge pull request #21241 from ahrtr/20260203_metadata_3.6bf78336Remove the use of grpc-go's Metadata field451c7d5Merge pull request #21216 from ahrtr/20260130_go_3.6ef87996Bump go version to 1.24.11cb073abMerge pull request #21163 from ahrtr/20260119_snapshot_count_3.6e830821Keep the --snapshot-count flag45dbe3cMerge pull request #21161 from ahrtr/20260119_max_snapshots_3.6Updates
go.etcd.io/etcd/etcdctl/v3from 3.6.7 to 3.6.8Release notes
Sourced from go.etcd.io/etcd/etcdctl/v3's releases.
... (truncated)
Commits
4e814e2version: bump up to 3.6.8d552466Merge pull request #21257 from nwnt/bump-3.6-to-gov1.24.32d3c79c[release-3.6] Bump go version to 1.24.13b17ff7eMerge pull request #21241 from ahrtr/20260203_metadata_3.6bf78336Remove the use of grpc-go's Metadata field451c7d5Merge pull request #21216 from ahrtr/20260130_go_3.6ef87996Bump go version to 1.24.11cb073abMerge pull request #21163 from ahrtr/20260119_snapshot_count_3.6e830821Keep the --snapshot-count flag45dbe3cMerge pull request #21161 from ahrtr/20260119_max_snapshots_3.6Updates
go.etcd.io/etcd/v3from 3.6.7 to 3.6.8Release notes
Sourced from go.etcd.io/etcd/v3's releases.
... (truncated)
Commits
4e814e2version: bump up to 3.6.8d552466Merge pull request #21257 from nwnt/bump-3.6-to-gov1.24.32d3c79c[release-3.6] Bump go version to 1.24.13b17ff7eMerge pull request #21241 from ahrtr/20260203_metadata_3.6bf78336Remove the use of grpc-go's Metadata field451c7d5Merge pull request #21216 from ahrtr/20260130_go_3.6ef87996Bump go version to 1.24.11cb073abMerge pull request #21163 from ahrtr/20260119_snapshot_count_3.6e830821Keep the --snapshot-count flag45dbe3cMerge pull request #21161 from ahrtr/20260119_max_snapshots_3.6Updates
golang.org/x/cryptofrom 0.47.0 to 0.48.0Commits
e08b067go.mod: update golang.org/x dependencies7d0074cscrypt: fix panic on parameters <= 0Updates
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)Updates
google.golang.org/grpc/cmd/protoc-gen-go-grpcfrom 1.6.0 to 1.6.1Release notes
Sourced from google.golang.org/grpc/cmd/protoc-gen-go-grpc's releases.
Commits
830c909cmd/protoc-gen-go-grpc: bump -version to 1.6.1 for release (#8879)b7b1cceexamples: Poll for expected server logs in test (#8871)2abe1f0github: Add config for Gemini code assist (#8873)46350a7channelz: Regenerate proto (#8872)49e224fxds/googlec2p: Revert PR 8829 that removedSetFallbackBootstrapConfig(#8869)61d569d*: Implementation of weighted random shuffling (A113) (#8864)7985bb4rls: Fix flaky test TestPickerUpdateOnDataCacheSizeDecrease (#8856)3e475d7xdsclient: add test for custom xDS resource subscription (#8834)0dc1bcdclient/picker: log loop to V(2) (#8863)69b542acredentials/tls: verify overwritten authority against only leaf certificate (...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