build(deps): bump the go-minor-patch group across 1 directory with 6 updates - #351
Open
dependabot[bot] wants to merge 1 commit into
Open
build(deps): bump the go-minor-patch group across 1 directory with 6 updates#351dependabot[bot] wants to merge 1 commit into
dependabot[bot] wants to merge 1 commit into
Conversation
…updates Bumps the go-minor-patch group with 6 updates in the / directory: | Package | From | To | | --- | --- | --- | | [github.com/mark3labs/mcp-go](https://github.com/mark3labs/mcp-go) | `0.57.0` | `0.58.0` | | [github.com/minio/minio-go/v7](https://github.com/minio/minio-go) | `7.2.1` | `7.3.0` | | [github.com/oapi-codegen/runtime](https://github.com/oapi-codegen/runtime) | `1.6.0` | `1.7.0` | | [github.com/sirupsen/logrus](https://github.com/sirupsen/logrus) | `1.9.4` | `1.10.0` | | [github.com/stretchr/testify](https://github.com/stretchr/testify) | `1.12.0` | `1.12.1` | | google.golang.org/protobuf | `1.36.11` | `1.36.12` | Updates `github.com/mark3labs/mcp-go` from 0.57.0 to 0.58.0 - [Release notes](https://github.com/mark3labs/mcp-go/releases) - [Commits](mark3labs/mcp-go@v0.57.0...v0.58.0) Updates `github.com/minio/minio-go/v7` from 7.2.1 to 7.3.0 - [Release notes](https://github.com/minio/minio-go/releases) - [Commits](minio/minio-go@v7.2.1...v7.3.0) Updates `github.com/oapi-codegen/runtime` from 1.6.0 to 1.7.0 - [Release notes](https://github.com/oapi-codegen/runtime/releases) - [Commits](oapi-codegen/runtime@v1.6.0...v1.7.0) Updates `github.com/sirupsen/logrus` from 1.9.4 to 1.10.0 - [Release notes](https://github.com/sirupsen/logrus/releases) - [Changelog](https://github.com/sirupsen/logrus/blob/master/CHANGELOG.md) - [Commits](sirupsen/logrus@v1.9.4...v1.10.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/protobuf` from 1.36.11 to 1.36.12 --- updated-dependencies: - dependency-name: github.com/mark3labs/mcp-go dependency-version: 0.58.0 dependency-type: direct:production update-type: version-update:semver-minor dependency-group: go-minor-patch - dependency-name: github.com/minio/minio-go/v7 dependency-version: 7.3.0 dependency-type: direct:production update-type: version-update:semver-minor dependency-group: go-minor-patch - dependency-name: github.com/oapi-codegen/runtime dependency-version: 1.7.0 dependency-type: direct:production update-type: version-update:semver-minor dependency-group: go-minor-patch - dependency-name: github.com/sirupsen/logrus dependency-version: 1.10.0 dependency-type: direct:production update-type: version-update:semver-minor dependency-group: go-minor-patch - dependency-name: github.com/stretchr/testify dependency-version: 1.12.1 dependency-type: direct:production update-type: version-update:semver-patch dependency-group: go-minor-patch - dependency-name: google.golang.org/protobuf dependency-version: 1.36.12 dependency-type: direct:production update-type: version-update:semver-patch dependency-group: go-minor-patch ... 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 go-minor-patch group with 6 updates in the / directory:
0.57.00.58.07.2.17.3.01.6.01.7.01.9.41.10.01.12.01.12.11.36.111.36.12Updates
github.com/mark3labs/mcp-gofrom 0.57.0 to 0.58.0Release notes
Sourced from github.com/mark3labs/mcp-go's releases.
Commits
9740d3afix(mcp): preserve schema tags on nested fields (#920)8897dc8Fix #943: refuse unsupported subscribe requests (#946)8c04c05fix(server): flush final SSE response in handlePost (#945)d4651c3fix: rewrite draft-07 definitions refs when adopting them as $defs (#950)c8cc0d7docs: CONTRIBUTING says Go 1.23, but go.mod requires 1.25.5 (#929)28271e8fix(server): deliver request-scoped elicitation on the originating POST SSE s...d7c7b06[mcp] document exported helper functions (#940)4ff6c3bfix(server): return 200 for HEAD requests instead of 404 (#937)Updates
github.com/minio/minio-go/v7from 7.2.1 to 7.3.0Release notes
Sourced from github.com/minio/minio-go/v7's releases.
Commits
ce0e323update lib version to v7.3.02f55211rdma: build against libs3rdma, and fix the size guard's off-by-one (#2283)1e3d492feat: propagate caller context through credential providers (#2275)e7b0801Add AIStor Lifecycle Compression (#2281)b15d168build(deps): bump golang.org/x/crypto from 0.51.0 to 0.52.0 (#2280)d1e1ecdfix: return delete-marker ObjectInfo from StatObject alongside the error (#2273)f230068fix: declare aws-chunked content encoding on streaming uploads (#2277)90530cfAdd end-to-end checksum verification on GetObject (#2272)a4c24f9build(deps): bump the actions group with 2 updates (#2279)28bece5rdma: reject buffers over the 4 GiB cuObject registration limit (#2278)Updates
github.com/oapi-codegen/runtimefrom 1.6.0 to 1.7.0Release notes
Sourced from github.com/oapi-codegen/runtime's releases.
... (truncated)
Commits
25e2d35Fix panic binding numeric values into non-byte slice destinations (#156)f2e468cBind OpenAPI 3.1 multi-type union parameters into any destinations (#154)611503echore(deps): update github/codeql-action action to v4.37.7 (#152)d8c6443chore(deps): update release-drafter/release-drafter action to v7.7.0 (#151)0caa035chore(deps): update github/codeql-action action to v4.37.5 (#150)95ed734fix(deps): update module github.com/labstack/echo/v5 to v5.3.1 (#149)2f68f55chore: use go mod tidy instead of tidied (#148)03f0d06chore(deps): update release-drafter/release-drafter action to v7.6.0 (#147)99e61d7chore(deps): update github/codeql-action action to v4.37.2 (#146)Updates
github.com/sirupsen/logrusfrom 1.9.4 to 1.10.0Release notes
Sourced from github.com/sirupsen/logrus's releases.
... (truncated)
Changelog
Sourced from github.com/sirupsen/logrus's changelog.
Commits
457e372Merge pull request #1573 from thaJeztah/update_colors6b6a3a6formatter: differentiate debug and trace colors8ebae73Merge pull request #1572 from thaJeztah/update_logsf156a33docs: clarify formatter field handling84cedf9Merge pull request #1571 from thaJeztah/slog_hookoptsa3e1580hooks/slog: add HookOptionse5b377aMerge pull request #1570 from thaJeztah/slog_leveler30a5487hooks/slog: add level adapters0cee61eMerge pull request #1569 from thaJeztah/slog_noleveler4069973hooks/slog: use concrete slog.Level for hook level mappingUpdates
github.com/stretchr/testifyfrom 1.12.0 to 1.12.1Release notes
Sourced from github.com/stretchr/testify's releases.
Commits
959dbdaMerge pull request #1935 from harryzcy/yaml-update9bb7176Update go.yaml.in/yaml/v3 to v3.0.50358d0echange yaml library to go.yaml.in/yaml/v3Updates
google.golang.org/protobuffrom 1.36.11 to 1.36.12Dependabot 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