Skip to content

Commit

Permalink
chore(deps): Bump cosmossdk.io/math from 1.1.0 to 1.1.2 (#2705)
Browse files Browse the repository at this point in the history
Bumps [cosmossdk.io/math](https://github.com/cosmos/cosmos-sdk) from 1.1.0 to 1.1.2.
<details>
<summary>Commits</summary>
<ul>
<li><a href="https://github.com/cosmos/cosmos-sdk/commit/bf249162e42ef084668b942e12538cb30f9e4846"><code>bf24916</code></a> fix(math): revert <a href="https://redirect.github.com/cosmos/cosmos-sdk/issues/16263">#16263</a> and add test cases (<a href="https://redirect.github.com/cosmos/cosmos-sdk/issues/17489">#17489</a>)</li>
<li><a href="https://github.com/cosmos/cosmos-sdk/commit/1089f715fc73d861599a55a62725293b2b6e4761"><code>1089f71</code></a> fix(math): fix panic in <code>.Size()</code> (<a href="https://redirect.github.com/cosmos/cosmos-sdk/issues/17480">#17480</a>)</li>
<li><a href="https://github.com/cosmos/cosmos-sdk/commit/c94ce04bfa9d851d3a5aefa467af334d910fe535"><code>c94ce04</code></a> ci: Re-enable rocksdb backend in build.yml (<a href="https://redirect.github.com/cosmos/cosmos-sdk/issues/17474">#17474</a>)</li>
<li><a href="https://github.com/cosmos/cosmos-sdk/commit/1bd37053e0c034accaa5706ef7fc5b0bff5467fb"><code>1bd3705</code></a> feat: add core and api for PreBlock (<a href="https://redirect.github.com/cosmos/cosmos-sdk/issues/17468">#17468</a>)</li>
<li><a href="https://github.com/cosmos/cosmos-sdk/commit/4e11394a302dfa66264725901f0d442e53182ca8"><code>4e11394</code></a> build(deps): Bump github.com/cosmos/gogoproto from 1.4.10 to 1.4.11 in /x/acc...</li>
<li><a href="https://github.com/cosmos/cosmos-sdk/commit/46bab63d8cedabf3252170542a2900229a5f3292"><code>46bab63</code></a> feat(accounts): init accounts module (<a href="https://redirect.github.com/cosmos/cosmos-sdk/issues/17443">#17443</a>)</li>
<li><a href="https://github.com/cosmos/cosmos-sdk/commit/8976d83b879c558553532f66498b2d200abfd75a"><code>8976d83</code></a> chore: bump client/v2 to go.mod 1.21 (<a href="https://redirect.github.com/cosmos/cosmos-sdk/issues/17454">#17454</a>)</li>
<li><a href="https://github.com/cosmos/cosmos-sdk/commit/37b8760f96d26d2d9f7d6e700e7a28c0a6a0ed43"><code>37b8760</code></a> test: disable <code>TestStatusCommand</code> (<a href="https://redirect.github.com/cosmos/cosmos-sdk/issues/17452">#17452</a>)</li>
<li><a href="https://github.com/cosmos/cosmos-sdk/commit/4b1bb7f0547a8f5ceffc97ddd9698dd2a4c52edb"><code>4b1bb7f</code></a> chore: add 0.50.0-rc.0 changelog to main (<a href="https://redirect.github.com/cosmos/cosmos-sdk/issues/17455">#17455</a>)</li>
<li><a href="https://github.com/cosmos/cosmos-sdk/commit/ff2e5a236282de7844bc318dde280a175244c077"><code>ff2e5a2</code></a> feat(bank): Allow injectable restrictions on bank transfers (<a href="https://redirect.github.com/cosmos/cosmos-sdk/issues/14224">#14224</a>)</li>
<li>Additional commits viewable in <a href="https://github.com/cosmos/cosmos-sdk/compare/log/v1.1.0...math/v1.1.2">compare view</a></li>
</ul>
</details>
<br />


[![Dependabot compatibility score](https://dependabot-badges.githubapp.com/badges/compatibility_score?dependency-name=cosmossdk.io/math&package-manager=go_modules&previous-version=1.1.0&new-version=1.1.2)](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>
  • Loading branch information
dependabot[bot] authored Aug 23, 2023
1 parent a262cfb commit 97d0a13
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.20

require (
cosmossdk.io/errors v1.0.0
cosmossdk.io/math v1.1.0
cosmossdk.io/math v1.1.2
github.com/cosmos/cosmos-sdk v0.45.16-ics
github.com/cosmos/go-bip39 v1.0.0
github.com/cosmos/ibc-apps/middleware/packet-forward-middleware/v4 v4.1.0
Expand Down
4 changes: 2 additions & 2 deletions go.sum
Original file line number Diff line number Diff line change
Expand Up @@ -46,8 +46,8 @@ cosmossdk.io/depinject v1.0.0-alpha.3 h1:6evFIgj//Y3w09bqOUOzEpFj5tsxBqdc5CfkO7z
cosmossdk.io/depinject v1.0.0-alpha.3/go.mod h1:eRbcdQ7MRpIPEM5YUJh8k97nxHpYbc3sMUnEtt8HPWU=
cosmossdk.io/errors v1.0.0 h1:nxF07lmlBbB8NKQhtJ+sJm6ef5uV1XkvPXG2bUntb04=
cosmossdk.io/errors v1.0.0/go.mod h1:+hJZLuhdDE0pYN8HkOrVNwrIOYvUGnn6+4fjnJs/oV0=
cosmossdk.io/math v1.1.0 h1:sfw8cBN3tH5ojyLWVSchArI9X0VLz5++If3fW6k8+Gg=
cosmossdk.io/math v1.1.0/go.mod h1:uFRkSZDz38KjWjm6jN+/sI8tJWQxbGwxcjOTzapWSpE=
cosmossdk.io/math v1.1.2 h1:ORZetZCTyWkI5GlZ6CZS28fMHi83ZYf+A2vVnHNzZBM=
cosmossdk.io/math v1.1.2/go.mod h1:l2Gnda87F0su8a/7FEKJfFdJrM0JZRXQaohlgJeyQh0=
dmitri.shuralyov.com/gpu/mtl v0.0.0-20190408044501-666a987793e9/go.mod h1:H6x//7gZCb22OMCxBHrMx7a5I7Hp++hsVxbQ4BYO7hU=
filippo.io/edwards25519 v1.0.0-rc.1 h1:m0VOOB23frXZvAOK44usCgLWvtsxIoMCTBGJZlpmGfU=
filippo.io/edwards25519 v1.0.0-rc.1/go.mod h1:N1IkdkCkiLB6tki+MYJoSx2JTY9NUlxZE7eHn5EwJns=
Expand Down

0 comments on commit 97d0a13

Please sign in to comment.