build(deps): bump the dependencies group with 5 updates - #847
Merged
Conversation
Bumps the dependencies group with 5 updates: | Package | From | To | | --- | --- | --- | | [github.com/allegro/bigcache/v3](https://github.com/allegro/bigcache) | `3.1.0` | `3.2.0` | | [github.com/mattn/go-sqlite3](https://github.com/mattn/go-sqlite3) | `1.14.49` | `1.14.50` | | [github.com/minio/minio-go/v7](https://github.com/minio/minio-go) | `7.2.1` | `7.3.0` | | [github.com/sirupsen/logrus](https://github.com/sirupsen/logrus) | `1.10.0` | `1.10.1` | | [github.com/stretchr/testify](https://github.com/stretchr/testify) | `1.11.1` | `1.12.0` | Updates `github.com/allegro/bigcache/v3` from 3.1.0 to 3.2.0 - [Release notes](https://github.com/allegro/bigcache/releases) - [Commits](allegro/bigcache@v3.1.0...v3.2.0) Updates `github.com/mattn/go-sqlite3` from 1.14.49 to 1.14.50 - [Release notes](https://github.com/mattn/go-sqlite3/releases) - [Commits](mattn/go-sqlite3@v1.14.49...v1.14.50) 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/sirupsen/logrus` from 1.10.0 to 1.10.1 - [Release notes](https://github.com/sirupsen/logrus/releases) - [Changelog](https://github.com/sirupsen/logrus/blob/master/CHANGELOG.md) - [Commits](sirupsen/logrus@v1.10.0...v1.10.1) Updates `github.com/stretchr/testify` from 1.11.1 to 1.12.0 - [Release notes](https://github.com/stretchr/testify/releases) - [Commits](stretchr/testify@v1.11.1...v1.12.0) --- updated-dependencies: - dependency-name: github.com/allegro/bigcache/v3 dependency-version: 3.2.0 dependency-type: direct:production update-type: version-update:semver-minor dependency-group: dependencies - dependency-name: github.com/mattn/go-sqlite3 dependency-version: 1.14.50 dependency-type: direct:production update-type: version-update:semver-patch dependency-group: dependencies - 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: dependencies - dependency-name: github.com/sirupsen/logrus dependency-version: 1.10.1 dependency-type: direct:production update-type: version-update:semver-patch dependency-group: dependencies - dependency-name: github.com/stretchr/testify dependency-version: 1.12.0 dependency-type: direct:production update-type: version-update:semver-minor dependency-group: dependencies ... Signed-off-by: dependabot[bot] <support@github.com>
pk910
approved these changes
Aug 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 dependencies group with 5 updates:
3.1.03.2.01.14.491.14.507.2.17.3.01.10.01.10.11.11.11.12.0Updates
github.com/allegro/bigcache/v3from 3.1.0 to 3.2.0Release notes
Sourced from github.com/allegro/bigcache/v3's releases.
Commits
ae1c781Bump toolmantim/release-drafter from 6.0.0 to 6.1.0 (#406)a906978Bump golangci/golangci-lint-action from 9.1.0 to 9.3.0 (#430)2f1460bBump actions/checkout from 6 to 7 (#424)fd97faaBump actions/setup-go from 6 to 7 (#425)ac9b5a0Fix panic in peek() when stale index points to corrupt uvarint data (#427)258290eBump Go to 1.22, migrate to math/rand/v2, fix staticcheck SA1006 (#428)838a81bFixedgo test -race -bench=. .when running in parallel systems to prevent ...532eb64Go defaults to "0"" so in case we want to return (#181)353ff50Optimize map capacity allocation during shard initialization. #419 (#420)51e30a6Revert change to how expiration timings to calculated. (#403)Updates
github.com/mattn/go-sqlite3from 1.14.49 to 1.14.50Release notes
Sourced from github.com/mattn/go-sqlite3's releases.
Commits
58c8e14Merge pull request #1446 from 0xCarbon/fix/vtable-destroy-handlee27b5e9fix: keep vtab handle registered when xDestroy failsf9fc7aaMerge pull request #1443 from mattn/add-release-workflowa93a209Fail closed on release lookup errors and serialize runs per tag485f31fAdd workflow to create releases on tag push9415230Merge pull request #1441 from mattn/fix-json-example-scan88a4797Handle NULL and BLOB values in json example ScanUpdates
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/sirupsen/logrusfrom 1.10.0 to 1.10.1Release notes
Sourced from github.com/sirupsen/logrus's releases.
Changelog
Sourced from github.com/sirupsen/logrus's changelog.
Commits
8b673a9Merge pull request #1583 from thaJeztah/release_1.10.10b920adMerge pull request #1584 from thaJeztah/more_coverage5e20694TextFormatter: cover nil pointer method receivers8312732update changelog for v1.10.1e987a40Merge pull request #1582 from thaJeztah/panic_handler17d574bTextFormatter: recover panics from Error and String methods134c80fMerge pull request #1579 from thaJeztah/err_handling7350f42logger: WithError: wrap logger.WithError for consistencyb3369d2entry: allow function-backed error fields1080083Merge pull request #1578 from thaJeztah/err_handling_testsUpdates
github.com/stretchr/testifyfrom 1.11.1 to 1.12.0Release notes
Sourced from github.com/stretchr/testify's releases.
... (truncated)
Commits
001eb79Merge pull request #1905 from Kentzo/patch-1ad40f38Merge pull request #1906 from stretchr/dependabot/github_actions/actions/chec...3bae017build(deps): bump actions/checkout from 6.0.2 to 6.0.3f8c01f3mock: Mock.Return does not exist anymore12f8b56Merge pull request #1563 from stretchr/make-AssertionFunc-types-aliasesa11649eassert: make *AssertionFunc type just aliasesdc20f41Merge pull request #1890 from stretchr/dolmen/codegen-modernize098f8d7_codegen: use strings.Builderd2699be_codegen: modernizea463c8cMerge pull request #1885 from stretchr/dolmen/ci-check-ghactions-hashesDependabot 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