chore(deps): bump the go-dependencies group across 1 directory with 4 updates - #80
Open
dependabot[bot] wants to merge 1 commit into
Open
chore(deps): bump the go-dependencies group across 1 directory with 4 updates#80dependabot[bot] wants to merge 1 commit into
dependabot[bot] wants to merge 1 commit into
Conversation
… updates Bumps the go-dependencies group with 4 updates in the / directory: [github.com/redis/go-redis/v9](https://github.com/redis/go-redis), [github.com/stripe/stripe-go/v86](https://github.com/stripe/stripe-go), [golang.org/x/crypto](https://github.com/golang/crypto) and [gorm.io/driver/postgres](https://github.com/go-gorm/postgres). Updates `github.com/redis/go-redis/v9` from 9.21.0 to 9.22.0 - [Release notes](https://github.com/redis/go-redis/releases) - [Changelog](https://github.com/redis/go-redis/blob/master/RELEASE-NOTES.md) - [Commits](redis/go-redis@v9.21.0...v9.22.0) Updates `github.com/stripe/stripe-go/v86` from 86.1.0 to 86.2.0 - [Release notes](https://github.com/stripe/stripe-go/releases) - [Changelog](https://github.com/stripe/stripe-go/blob/master/CHANGELOG.md) - [Commits](stripe/stripe-go@v86.1.0...v86.2.0) Updates `golang.org/x/crypto` from 0.53.0 to 0.54.0 - [Commits](golang/crypto@v0.53.0...v0.54.0) Updates `gorm.io/driver/postgres` from 1.6.0 to 1.6.2 - [Commits](go-gorm/postgres@v1.6.0...v1.6.2) --- updated-dependencies: - dependency-name: github.com/redis/go-redis/v9 dependency-version: 9.22.0 dependency-type: direct:production update-type: version-update:semver-minor dependency-group: go-dependencies - dependency-name: github.com/stripe/stripe-go/v86 dependency-version: 86.2.0 dependency-type: direct:production update-type: version-update:semver-minor dependency-group: go-dependencies - dependency-name: golang.org/x/crypto dependency-version: 0.54.0 dependency-type: direct:production update-type: version-update:semver-minor dependency-group: go-dependencies - dependency-name: gorm.io/driver/postgres dependency-version: 1.6.2 dependency-type: direct:production update-type: version-update:semver-patch dependency-group: go-dependencies ... 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-dependencies group with 4 updates in the / directory: github.com/redis/go-redis/v9, github.com/stripe/stripe-go/v86, golang.org/x/crypto and gorm.io/driver/postgres.
Updates
github.com/redis/go-redis/v9from 9.21.0 to 9.22.0Release notes
Sourced from github.com/redis/go-redis/v9's releases.
... (truncated)
Changelog
Sourced from github.com/redis/go-redis/v9's changelog.
... (truncated)
Commits
c7f59a2chore(release): prepare 9.22.0 (#3947)c994cfcfeat(autopipeline): automatic command pipelining (#3942)228b463chore(deps): bump actions/stale from 10 to 11 (#3944)a6be850feat(csc): add standalone client-side caching (#3941)82b0213chore(release): prepare 9.22.0-beta.1 (#3940)8eb9583fix(rediscmd): redact credential args in AppendCmd (#3939)90fd088chore(ci): point 8.10 testing at custom client-libs-test image (#3938)93f961afeat(timeseries): support multiple aggregators per key in TS.NRANGE (#3937)49e0041feat(himport): HIMPORT command with lazy per-connection prepare (#3919)3dd9675fix(proto): peek push notification name without demanding 36 bytes (#3936)Updates
github.com/stripe/stripe-go/v86from 86.1.0 to 86.2.0Release notes
Sourced from github.com/stripe/stripe-go/v86's releases.
... (truncated)
Changelog
Sourced from github.com/stripe/stripe-go/v86's changelog.
Commits
cb52f09Bump version to 86.2.0aa72be1Update generated code (#2400)8524308Fix Windows test hang in TestRawRequestTimeout_NilResponsePanic (#2397)753fae1Bump version to 86.1.1c576bb6Replace source hash with Telemetry UUID (#2389)987fc10Make Error fields generated (#2385)Updates
golang.org/x/cryptofrom 0.53.0 to 0.54.0Commits
cdce021go.mod: update golang.org/x dependenciesd9474ccopenpgp: make the deprecation message more explicit7626c50ssh: verify declared key type matches decoded key in authorized_keys0471e79ssh/agent: enforce strict limits on DSA key parameters6435c37ssh: sanitize client disconnect messages7d695dassh/agent: drain channel stderr in agent forwarders5b7f841acme/autocert: fix data race in Manager.createCert0b316e7argon2: update RFC 9106 parameter recommendations55aec0ax509roots/fallback: update bundle5f2de1ainternal: remove wycheproof testsUpdates
gorm.io/driver/postgresfrom 1.6.0 to 1.6.2Commits
e269d69Fix/preserve original error in translate (#335)35fa84dchore(deps): bump actions/setup-go from 5 to 7 (#347)6e6c866feat: support PostgreSQL generated columns via thegeneratedtag (#345)d9b9fc6chore(deps): bump gorm.io/gorm from 1.25.10 to 1.31.2 (#346)77dd2bdchore(deps): bump actions/checkout from 4 to 7 (#344)2a16690Refactor SQL query for column type retrieval (#343)ce8a605chore(deps): bump github.com/jackc/pgx/v5 from 5.9.2 to 5.10.0 (#341)4d6a58dfix(Migrator): add schema qualification to GetIndexes, RenameIndex, DropIndex...65c4b89fix(Migrator): prevent nil pointer dereference in AlterColumn (#339)92d2b78chore(deps): bump github.com/jackc/pgx/v5 from 5.8.0 to 5.9.2 (#337)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