Skip to content

Commit 6b65bfd

Browse files
chore(deps): Bump cosmossdk.io/x/upgrade from 0.1.3 to 0.1.4 (#3216)
Bumps [cosmossdk.io/x/upgrade](https://github.com/cosmos/cosmos-sdk) from 0.1.3 to 0.1.4. <details> <summary>Commits</summary> <ul> <li><a href="https://github.com/cosmos/cosmos-sdk/commit/c64d1010800d60677cc25e2fca5b3d8c37b683cc"><code>c64d101</code></a> chore: prepare v0.50.8 (<a href="https://redirect.github.com/cosmos/cosmos-sdk/issues/20910">#20910</a>)</li> <li><a href="https://github.com/cosmos/cosmos-sdk/commit/698627016d64dbf33bea01837364c5a6e55a1ee3"><code>6986270</code></a> fix(simulation): Fix all problems <code>make test-sim-custom-genesis-fast</code> for sim...</li> <li><a href="https://github.com/cosmos/cosmos-sdk/commit/c51f58c7996d57e9421a8fd54048132bd72db24a"><code>c51f58c</code></a> fix(simulation): fix the problem of `validator set is empty after InitGenesis...</li> <li><a href="https://github.com/cosmos/cosmos-sdk/commit/1c16683b58ad950071f42ec2ce354fb9fb114481"><code>1c16683</code></a> build(deps): Bump github.com/cometbft/cometbft from 0.38.8 to 0.38.9 (<a href="https://redirect.github.com/cosmos/cosmos-sdk/issues/20836">#20836</a>)</li> <li><a href="https://github.com/cosmos/cosmos-sdk/commit/ba5b444dd16f4b1f7f6e8951475086c2180e5cce"><code>ba5b444</code></a> build(deps): Bump github.com/cometbft/cometbft from 0.38.7 to 0.38.8 (<a href="https://redirect.github.com/cosmos/cosmos-sdk/issues/20805">#20805</a>)</li> <li><a href="https://github.com/cosmos/cosmos-sdk/commit/e4c342eb99f523dc9b51afd817630d8d76832d1c"><code>e4c342e</code></a> feat: parse home flag earlier (backport <a href="https://redirect.github.com/cosmos/cosmos-sdk/issues/20771">#20771</a>) (<a href="https://redirect.github.com/cosmos/cosmos-sdk/issues/20777">#20777</a>)</li> <li><a href="https://github.com/cosmos/cosmos-sdk/commit/0e6db148349f480e0309641f883fc690270eb491"><code>0e6db14</code></a> docs(x/group): orm codespace comment (backport <a href="https://redirect.github.com/cosmos/cosmos-sdk/issues/20749">#20749</a>) (<a href="https://redirect.github.com/cosmos/cosmos-sdk/issues/20751">#20751</a>)</li> <li><a href="https://github.com/cosmos/cosmos-sdk/commit/5d349c2661d6d4e9469584d73cb5e4bb6ad8d730"><code>5d349c2</code></a> feat(client/v2): get keyring from context (backport <a href="https://redirect.github.com/cosmos/cosmos-sdk/issues/19646">#19646</a>) (<a href="https://redirect.github.com/cosmos/cosmos-sdk/issues/20727">#20727</a>)</li> <li><a href="https://github.com/cosmos/cosmos-sdk/commit/5db395bcca7974b9d002e760f845ff7cee800559"><code>5db395b</code></a> fix: nested multisig signatures using CLI (backport <a href="https://redirect.github.com/cosmos/cosmos-sdk/issues/20438">#20438</a>) (<a href="https://redirect.github.com/cosmos/cosmos-sdk/issues/20692">#20692</a>)</li> <li><a href="https://github.com/cosmos/cosmos-sdk/commit/d6428f73353e2cf82e502e8f56662490032b0dc1"><code>d6428f7</code></a> feat(client): Add flag &amp; reading mnemonic from file (backport <a href="https://redirect.github.com/cosmos/cosmos-sdk/issues/20690">#20690</a>) (<a href="https://redirect.github.com/cosmos/cosmos-sdk/issues/20712">#20712</a>)</li> <li>Additional commits viewable in <a href="https://github.com/cosmos/cosmos-sdk/compare/x/upgrade/v0.1.3...x/upgrade/v0.1.4">compare view</a></li> </ul> </details> <br /> [![Dependabot compatibility score](https://dependabot-badges.githubapp.com/badges/compatibility_score?dependency-name=cosmossdk.io/x/upgrade&package-manager=go_modules&previous-version=0.1.3&new-version=0.1.4)](https://docs.github.com/en/github/managing-security-vulnerabilities/about-dependabot-security-updates#about-compatibility-scores) 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-automerge-start) [//]: # (dependabot-automerge-end) --- <details> <summary>Dependabot commands and options</summary> <br /> 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 this major version` will close this PR and stop Dependabot creating any more for this major version (unless you reopen the PR or upgrade to it yourself) - `@dependabot ignore this minor version` will close this PR and stop Dependabot creating any more for this minor version (unless you reopen the PR or upgrade to it yourself) - `@dependabot ignore this dependency` will close this PR and stop Dependabot creating any more for this dependency (unless you reopen the PR or upgrade to it yourself) </details>
1 parent a8e6bc9 commit 6b65bfd

File tree

2 files changed

+3
-3
lines changed

2 files changed

+3
-3
lines changed

go.mod

+1-1
Original file line numberDiff line numberDiff line change
@@ -16,7 +16,7 @@ require (
1616
cosmossdk.io/x/evidence v0.1.1
1717
cosmossdk.io/x/feegrant v0.1.1
1818
cosmossdk.io/x/tx v0.13.3
19-
cosmossdk.io/x/upgrade v0.1.3
19+
cosmossdk.io/x/upgrade v0.1.4
2020
github.com/CosmWasm/wasmd v0.50.0
2121
github.com/Stride-Labs/ibc-rate-limiting v0.0.0-20240402205850-be547630b007
2222
github.com/cometbft/cometbft v0.38.9

go.sum

+2-2
Original file line numberDiff line numberDiff line change
@@ -222,8 +222,8 @@ cosmossdk.io/x/nft v0.1.1 h1:pslAVS8P5NkW080+LWOamInjDcq+v2GSCo+BjN9sxZ8=
222222
cosmossdk.io/x/nft v0.1.1/go.mod h1:Kac6F6y2gsKvoxU+fy8uvxRTi4BIhLOor2zgCNQwVgY=
223223
cosmossdk.io/x/tx v0.13.3 h1:Ha4mNaHmxBc6RMun9aKuqul8yHiL78EKJQ8g23Zf73g=
224224
cosmossdk.io/x/tx v0.13.3/go.mod h1:I8xaHv0rhUdIvIdptKIqzYy27+n2+zBVaxO6fscFhys=
225-
cosmossdk.io/x/upgrade v0.1.3 h1:q4XpXc6zp0dX6x74uBtfN6+J7ikaQev5Bla6Q0ADLK8=
226-
cosmossdk.io/x/upgrade v0.1.3/go.mod h1:jOdQhnaY5B8CDUoUbed23/Lre0Dk+r6BMQE40iKlVVQ=
225+
cosmossdk.io/x/upgrade v0.1.4 h1:/BWJim24QHoXde8Bc64/2BSEB6W4eTydq0X/2f8+g38=
226+
cosmossdk.io/x/upgrade v0.1.4/go.mod h1:9v0Aj+fs97O+Ztw+tG3/tp5JSlrmT7IcFhAebQHmOPo=
227227
dmitri.shuralyov.com/gpu/mtl v0.0.0-20190408044501-666a987793e9/go.mod h1:H6x//7gZCb22OMCxBHrMx7a5I7Hp++hsVxbQ4BYO7hU=
228228
filippo.io/edwards25519 v1.0.0-rc.1/go.mod h1:N1IkdkCkiLB6tki+MYJoSx2JTY9NUlxZE7eHn5EwJns=
229229
filippo.io/edwards25519 v1.1.0 h1:FNf4tywRC1HmFuKW5xopWpigGjJKiJSV0Cqo0cJWDaA=

0 commit comments

Comments
 (0)