Skip to content

Commit

Permalink
build(deps): bump cosmossdk.io/client/v2 from 2.0.0-beta.6 to 2.0.0-b…
Browse files Browse the repository at this point in the history
…eta.7 (#216)

Bumps [cosmossdk.io/client/v2](https://github.com/cosmos/cosmos-sdk)
from 2.0.0-beta.6 to 2.0.0-beta.7.
<details>
<summary>Commits</summary>
<ul>
<li><a
href="https://github.com/cosmos/cosmos-sdk/commit/4a73a1ecefffa5c22cc96b5def40f8e6790c4f23"><code>4a73a1e</code></a>
fix(client/v2/autocli): add CoinDec flag (backport <a
href="https://redirect.github.com/cosmos/cosmos-sdk/issues/22817">#22817</a>)
(<a
href="https://redirect.github.com/cosmos/cosmos-sdk/issues/22821">#22821</a>)</li>
<li><a
href="https://github.com/cosmos/cosmos-sdk/commit/96a30160b3453ebed51d6b684c73c5f89bca6233"><code>96a3016</code></a>
chore: prepare v0.50.11 (<a
href="https://redirect.github.com/cosmos/cosmos-sdk/issues/22643">#22643</a>)</li>
<li><a
href="https://github.com/cosmos/cosmos-sdk/commit/43ac3df692c4c470f33f8ec27ed1d74f5e96c0a5"><code>43ac3df</code></a>
build(deps): Bump github.com/cosmos/iavl from 1.2.0 to 1.2.2 (<a
href="https://redirect.github.com/cosmos/cosmos-sdk/issues/22662">#22662</a>)</li>
<li><a
href="https://github.com/cosmos/cosmos-sdk/commit/7bb2a3d8cebfc1a2450e7fb33293683a0140d541"><code>7bb2a3d</code></a>
build(deps): Bump github.com/cosmos/cosmos-db from 1.0.2 to 1.1.0 (<a
href="https://redirect.github.com/cosmos/cosmos-sdk/issues/22638">#22638</a>)</li>
<li>See full diff in <a
href="https://github.com/cosmos/cosmos-sdk/compare/client/v2.0.0-beta.6...client/v2.0.0-beta.7">compare
view</a></li>
</ul>
</details>
<br />


[![Dependabot compatibility
score](https://dependabot-badges.githubapp.com/badges/compatibility_score?dependency-name=cosmossdk.io/client/v2&package-manager=go_modules&previous-version=2.0.0-beta.6&new-version=2.0.0-beta.7)](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>

Signed-off-by: dependabot[bot] <[email protected]>
Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
  • Loading branch information
dependabot[bot] authored Dec 11, 2024
1 parent 1ffe639 commit 7997cc5
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 3 deletions.
2 changes: 1 addition & 1 deletion go.mod
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,7 @@ go 1.23

require (
cosmossdk.io/api v0.7.6
cosmossdk.io/client/v2 v2.0.0-beta.6
cosmossdk.io/client/v2 v2.0.0-beta.7
cosmossdk.io/collections v0.4.0
cosmossdk.io/core v0.11.1
cosmossdk.io/errors v1.0.1
Expand Down
4 changes: 2 additions & 2 deletions go.sum
Original file line number Diff line number Diff line change
Expand Up @@ -194,8 +194,8 @@ cloud.google.com/go/workflows v1.6.0/go.mod h1:6t9F5h/unJz41YqfBmqSASJSXccBLtD1V
cloud.google.com/go/workflows v1.7.0/go.mod h1:JhSrZuVZWuiDfKEFxU0/F1PQjmpnpcoISEXH2bcHC3M=
cosmossdk.io/api v0.7.6 h1:PC20PcXy1xYKH2KU4RMurVoFjjKkCgYRbVAD4PdqUuY=
cosmossdk.io/api v0.7.6/go.mod h1:IcxpYS5fMemZGqyYtErK7OqvdM0C8kdW3dq8Q/XIG38=
cosmossdk.io/client/v2 v2.0.0-beta.6 h1:CygEwABxbwFmqgLINBb3WGVwzaN4yRgB9ZtIGQzhRNQ=
cosmossdk.io/client/v2 v2.0.0-beta.6/go.mod h1:4p0P6o0ro+FizakJUYS9SeM94RNbv0thLmkHRw5o5as=
cosmossdk.io/client/v2 v2.0.0-beta.7 h1:O0PfZL5kC3Sp54wZASLNihQ612Gd6duMp11aM9wawNg=
cosmossdk.io/client/v2 v2.0.0-beta.7/go.mod h1:TzwwrzeK+AfSVSESVEIOYO/9xuCh1fPv0HgeocmfVnM=
cosmossdk.io/collections v0.4.0 h1:PFmwj2W8szgpD5nOd8GWH6AbYNi1f2J6akWXJ7P5t9s=
cosmossdk.io/collections v0.4.0/go.mod h1:oa5lUING2dP+gdDquow+QjlF45eL1t4TJDypgGd+tv0=
cosmossdk.io/core v0.11.0 h1:vtIafqUi+1ZNAE/oxLOQQ7Oek2n4S48SWLG8h/+wdbo=
Expand Down

0 comments on commit 7997cc5

Please sign in to comment.