Skip to content

Commit

Permalink
build(deps): Bump github.com/cosmos/cosmos-sdk from 0.45.2 to 0.45.3 …
Browse files Browse the repository at this point in the history
…in /price-feeder (#805) (#807)

Bumps [github.com/cosmos/cosmos-sdk](https://github.com/cosmos/cosmos-sdk) from 0.45.2 to 0.45.3.
<details>
<summary>Release notes</summary>
<p><em>Sourced from <a href="https://github.com/cosmos/cosmos-sdk/releases">github.com/cosmos/cosmos-sdk's releases</a>.</em></p>
<blockquote>
<h2>v0.45.3</h2>
<h1>Cosmos SDK v0.45.3 Release Notes</h1>
<p>This release introduces a Tendermint dependency update to v0.34.19 which
itself includes two bug fixes related to consensus. See the full changelog from
v0.34.17-v0.34.19 <a href="https://github.com/tendermint/tendermint/blob/v0.34.19/CHANGELOG.md#v0.34.19">here</a>.</p>
<p>In addition, it includes a change to <code>ScheduleUpgrade</code> to allow upgrades without
requiring a governance proposal process.</p>
<p>See the <a href="https://github.com/cosmos/cosmos-sdk/blob/v0.45.3/CHANGELOG.md">Cosmos SDK v0.45.3 Changelog</a> for the exhaustive list of all changes.</p>
<p><strong>Full Commit History</strong>: <a href="https://github.com/cosmos/cosmos-sdk/compare/v0.45.2...v0.45.3">https://github.com/cosmos/cosmos-sdk/compare/v0.45.2...v0.45.3</a></p>
</blockquote>
</details>
<details>
<summary>Changelog</summary>
<p><em>Sourced from <a href="https://github.com/cosmos/cosmos-sdk/blob/v0.45.3/CHANGELOG.md">github.com/cosmos/cosmos-sdk's changelog</a>.</em></p>
<blockquote>
<h2><a href="https://github.com/cosmos/cosmos-sdk/releases/tag/v0.45.3">v0.45.3</a> - 2022-04-12</h2>
<h3>Improvements</h3>
<ul>
<li><a href="https://github-redirect.dependabot.com/cosmos/cosmos-sdk/pull/11562">#11562</a> Updated Tendermint to v0.34.19; <code>unsafe-reset-all</code> command has been moved to the <code>tendermint</code> sub-command.</li>
</ul>
<h3>Features</h3>
<ul>
<li>(x/upgrade) <a href="https://github-redirect.dependabot.com/cosmos/cosmos-sdk/pull/11551">#11551</a> Update <code>ScheduleUpgrade</code> for chains to schedule an automated upgrade on <code>BeginBlock</code> without having to go though governance.</li>
</ul>
</blockquote>
</details>
<details>
<summary>Commits</summary>
<ul>
<li><a href="https://github.com/cosmos/cosmos-sdk/commit/c2fd51b4c5f41efc56c9aec1f44b4ce9e963dfc3"><code>c2fd51b</code></a> chore: v0.45.3 Release Notes (<a href="https://github-redirect.dependabot.com/cosmos/cosmos-sdk/issues/11611">#11611</a>)</li>
<li><a href="https://github.com/cosmos/cosmos-sdk/commit/5f5cba2f8d7af94ca942e84b0d009c275b3b6120"><code>5f5cba2</code></a> fix: address confusing error message with SetOrder* functions (<a href="https://github-redirect.dependabot.com/cosmos/cosmos-sdk/issues/11571">#11571</a>) (<a href="https://github-redirect.dependabot.com/cosmos/cosmos-sdk/issues/11581">#11581</a>)</li>
<li><a href="https://github.com/cosmos/cosmos-sdk/commit/7ac1ac65f03b8b90c15aee098b5eed9b202ba6b5"><code>7ac1ac6</code></a> chore: update TM dep (<a href="https://github-redirect.dependabot.com/cosmos/cosmos-sdk/issues/11562">#11562</a>)</li>
<li><a href="https://github.com/cosmos/cosmos-sdk/commit/863a7c7786e4e08011cd6d22770af040f5aea343"><code>863a7c7</code></a> feat: <code>ScheduleUpgradeNoHeightValidation</code> for automated upgrades w/o gov prop...</li>
<li>See full diff in <a href="https://github.com/cosmos/cosmos-sdk/compare/v0.45.2...v0.45.3">compare view</a></li>
</ul>
</details>
<br />

[![Dependabot compatibility score](https://dependabot-badges.githubapp.com/badges/compatibility_score?dependency-name=github.com/cosmos/cosmos-sdk&package-manager=go_modules&previous-version=0.45.2&new-version=0.45.3)](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 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>

(cherry picked from commit 7671f10)

Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
  • Loading branch information
mergify[bot] and dependabot[bot] authored Apr 13, 2022
1 parent af7e7c1 commit ddf9694
Show file tree
Hide file tree
Showing 2 changed files with 657 additions and 5 deletions.
4 changes: 2 additions & 2 deletions price-feeder/go.mod
Original file line number Diff line number Diff line change
Expand Up @@ -5,7 +5,7 @@ go 1.17
require (
github.com/BurntSushi/toml v1.1.0
github.com/armon/go-metrics v0.3.10
github.com/cosmos/cosmos-sdk v0.45.2
github.com/cosmos/cosmos-sdk v0.45.3
github.com/go-playground/validator/v10 v10.10.1
github.com/gorilla/mux v1.8.0
github.com/gorilla/websocket v1.5.0
Expand All @@ -17,7 +17,7 @@ require (
github.com/sirkon/goproxy v1.4.8
github.com/spf13/cobra v1.4.0
github.com/stretchr/testify v1.7.1
github.com/tendermint/tendermint v0.34.16
github.com/tendermint/tendermint v0.34.19
github.com/umee-network/umee/v2 v2.0.0
golang.org/x/sync v0.0.0-20210220032951-036812b2e83c
google.golang.org/grpc v1.45.0
Expand Down
Loading

0 comments on commit ddf9694

Please sign in to comment.