-
Notifications
You must be signed in to change notification settings - Fork 28
chore(deps): Bump the production-dependencies group across 1 directory with 6 updates #398
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
chore(deps): Bump the production-dependencies group across 1 directory with 6 updates #398
Conversation
…y with 6 updates Bumps the production-dependencies group with 6 updates in the / directory: | Package | From | To | | --- | --- | --- | | [golang.org/x/crypto](https://github.com/golang/crypto) | `0.41.0` | `0.42.0` | | [go.yaml.in/yaml/v2](https://github.com/yaml/go-yaml) | `2.4.2` | `2.4.3` | | [golang.org/x/net](https://github.com/golang/net) | `0.43.0` | `0.44.0` | | [golang.org/x/tools](https://github.com/golang/tools) | `0.36.0` | `0.37.0` | | [google.golang.org/grpc](https://github.com/grpc/grpc-go) | `1.75.0` | `1.75.1` | | google.golang.org/protobuf | `1.36.8` | `1.36.9` | Updates `golang.org/x/crypto` from 0.41.0 to 0.42.0 - [Commits](golang/crypto@v0.41.0...v0.42.0) Updates `go.yaml.in/yaml/v2` from 2.4.2 to 2.4.3 - [Release notes](https://github.com/yaml/go-yaml/releases) - [Commits](yaml/go-yaml@v2.4.2...v2.4.3) Updates `golang.org/x/net` from 0.43.0 to 0.44.0 - [Commits](golang/net@v0.43.0...v0.44.0) Updates `golang.org/x/tools` from 0.36.0 to 0.37.0 - [Release notes](https://github.com/golang/tools/releases) - [Commits](golang/tools@v0.36.0...v0.37.0) Updates `google.golang.org/grpc` from 1.75.0 to 1.75.1 - [Release notes](https://github.com/grpc/grpc-go/releases) - [Commits](grpc/grpc-go@v1.75.0...v1.75.1) Updates `google.golang.org/protobuf` from 1.36.8 to 1.36.9 --- updated-dependencies: - dependency-name: golang.org/x/crypto dependency-version: 0.42.0 dependency-type: direct:production update-type: version-update:semver-minor dependency-group: production-dependencies - dependency-name: go.yaml.in/yaml/v2 dependency-version: 2.4.3 dependency-type: indirect update-type: version-update:semver-patch dependency-group: production-dependencies - dependency-name: golang.org/x/net dependency-version: 0.44.0 dependency-type: indirect update-type: version-update:semver-minor dependency-group: production-dependencies - dependency-name: golang.org/x/tools dependency-version: 0.37.0 dependency-type: indirect update-type: version-update:semver-minor dependency-group: production-dependencies - dependency-name: google.golang.org/grpc dependency-version: 1.75.1 dependency-type: indirect update-type: version-update:semver-patch dependency-group: production-dependencies - dependency-name: google.golang.org/protobuf dependency-version: 1.36.9 dependency-type: indirect update-type: version-update:semver-patch dependency-group: production-dependencies ... Signed-off-by: dependabot[bot] <[email protected]>
Hi @dependabot[bot]. Thanks for your PR. PRs from untrusted users cannot be marked as trusted with I understand the commands that are listed here. Instructions for interacting with me using PR comments are available here. If you have questions or suggestions related to my behavior, please file an issue against the kubernetes-sigs/prow repository. |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
/test all
/approve
/lgtm
[APPROVALNOTIFIER] This PR is APPROVED This pull-request has been approved by: 0xFelix The full list of commands accepted by this bot can be found here. The pull request process is described here
Needs approval from an approver in each of these files:
Approvers can indicate their approval by writing |
/test pull-containerdisks-test |
/retest |
@dependabot[bot]: The following test failed, say
Instructions for interacting with me using PR comments are available here. If you have questions or suggestions related to my behavior, please file an issue against the kubernetes-sigs/prow repository. I understand the commands that are listed here. |
Looks like these dependencies are updatable in another way, so this is no longer needed. |
Bumps the production-dependencies group with 6 updates in the / directory:
0.41.0
0.42.0
2.4.2
2.4.3
0.43.0
0.44.0
0.36.0
0.37.0
1.75.0
1.75.1
1.36.8
1.36.9
Updates
golang.org/x/crypto
from 0.41.0 to 0.42.0Commits
5307a0c
go.mod: update golang.org/x dependencies9d77937
acme: include order problem in OrderError8f580de
ssh: remove Go 1.24 build tag for ML-KEM kexa4d1237
ssh/knownhosts: improve IPv6 support in Normalizeb8d8dae
curve25519: include potential fips140=only error in panic messagef5a2eab
ssh: use curve25519.X25519 instead of curve25519.ScalarMult44ecf3a
all: upgrade go directive to at least 1.24.0 [generated]Updates
go.yaml.in/yaml/v2
from 2.4.2 to 2.4.3Release notes
Sourced from go.yaml.in/yaml/v2's releases.
Commits
3b57511
Retract v2 tags that cannot be installedUpdates
golang.org/x/net
from 0.43.0 to 0.44.0Commits
3b23d57
http2: fix race condition when disabling goroutine debugging for one test8741050
http2: simplify TestServer_Push_RejectAfterGoAway96e405c
http2: modernize TestTransportRoundtripCloseOnWriteError6dc6880
http2: simplify ClientConn Close and Shutdown tests4e2915b
http2: modernize TestTransportAllocationsAfterResponseBodyClose30b0e78
http2: modernize TestRoundTripDoesntConsumeRequestBodyEarlyb9acd77
http2: speed up TestTransportFlowControl5153f4d
go.mod: update golang.org/x dependencies9338bdd
http2: speed up TestTransportHandlerBodyClose6b20036
http2: add synchronous handler support to serverTesterUpdates
golang.org/x/tools
from 0.36.0 to 0.37.0Commits
d49da96
go/analysis/internal/checker: fix panic due to nil Pass9da4f7b
gopls/internal/test/integration/completion: make test go1.26-robust4409ea7
gopls/internal/server: add telemetry for Zed, Helix clientInfo75023ae
go/ast/inspector: update outdated documentation785cd66
gopls/internal/test/integration/completion: skip TestFuzzFunc pre-go1.25ac2e4a5
go.mod: update golang.org/x dependenciesbc9374d
go/callgraph/vta: remove unnecessary use of unsafe12d7e15
gopls/internal/analysis/modernize: add test of no gopls imports263a769
gopls/internal/mcp: use official go mcp sdke548c70
gopls/internal/analysis/modernize: fix bad edit in var ( ... ) declUpdates
google.golang.org/grpc
from 1.75.0 to 1.75.1Release notes
Sourced from google.golang.org/grpc's releases.
Commits
b4dc263
Change version to 1.75.1 (#8559)1fffee7
Cherry-pick #8528 to v1.75.x (#8555)a52e42b
Cherry pick #8483 into v1.75.x (#8541)369c9aa
Cherry-pick #8519 to v1.75.x (#8530)7269d5f
Change version to 1.75.1-dev (#8494)Updates
google.golang.org/protobuf
from 1.36.8 to 1.36.9Dependabot 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 merge
will merge this PR after your CI passes on it@dependabot squash and merge
will squash and merge this PR after your CI passes on it@dependabot cancel merge
will cancel a previously requested merge and block automerging@dependabot reopen
will reopen this PR if it is closed@dependabot close
will close this PR and stop Dependabot recreating it. You can achieve the same result by closing it manually@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