Skip to content

Commit

Permalink
chore: bump github.com/umee-network/umee/price-feeder from 0.2.4 to 0…
Browse files Browse the repository at this point in the history
….2.5 (#336)

Bumps [github.com/umee-network/umee/price-feeder](https://github.com/umee-network/umee) from 0.2.4 to 0.2.5.
<details>
<summary>Release notes</summary>
<p><em>Sourced from <a href="https://github.com/umee-network/umee/releases">github.com/umee-network/umee/price-feeder's releases</a>.</em></p>
<blockquote>
<h2>price-feeder/v0.2.5</h2>
<h2>Changelog</h2>
<p>40bf32e chore(price-feeder): improve provider logs (backport <a href="https://github-redirect.dependabot.com/umee-network/umee/issues/1179">#1179</a>) (<a href="https://github-redirect.dependabot.com/umee-network/umee/issues/1181">#1181</a>)
c1dd958 fix: update deprecated osmosis api endpoint (backport <a href="https://github-redirect.dependabot.com/umee-network/umee/issues/1177">#1177</a>) (<a href="https://github-redirect.dependabot.com/umee-network/umee/issues/1180">#1180</a>)
54385e0 chore: price-feeder changelog update (<a href="https://github-redirect.dependabot.com/umee-network/umee/issues/1135">#1135</a>) (<a href="https://github-redirect.dependabot.com/umee-network/umee/issues/1138">#1138</a>)</p>
</blockquote>
</details>
<details>
<summary>Commits</summary>
<ul>
<li><a href="https://github.com/umee-network/umee/commit/40bf32e4cf4c30ebcc006df46be9e63d2f4d5f3b"><code>40bf32e</code></a> chore(price-feeder): improve provider logs (backport <a href="https://github-redirect.dependabot.com/umee-network/umee/issues/1179">#1179</a>) (<a href="https://github-redirect.dependabot.com/umee-network/umee/issues/1181">#1181</a>)</li>
<li><a href="https://github.com/umee-network/umee/commit/c1dd958e47b74843796ca36d058cef8c421d745d"><code>c1dd958</code></a> fix: update deprecated osmosis api endpoint (backport <a href="https://github-redirect.dependabot.com/umee-network/umee/issues/1177">#1177</a>) (<a href="https://github-redirect.dependabot.com/umee-network/umee/issues/1180">#1180</a>)</li>
<li><a href="https://github.com/umee-network/umee/commit/54385e004df56599a96b915bc12961ea11552592"><code>54385e0</code></a> chore: price-feeder changelog update (<a href="https://github-redirect.dependabot.com/umee-network/umee/issues/1135">#1135</a>) (<a href="https://github-redirect.dependabot.com/umee-network/umee/issues/1138">#1138</a>)</li>
<li>See full diff in <a href="https://github.com/umee-network/umee/compare/price-feeder/v0.2.4...price-feeder/v0.2.5">compare view</a></li>
</ul>
</details>
<br />


[![Dependabot compatibility score](https://dependabot-badges.githubapp.com/badges/compatibility_score?dependency-name=github.com/umee-network/umee/price-feeder&package-manager=go_modules&previous-version=0.2.4&new-version=0.2.5)](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>
  • Loading branch information
dependabot[bot] authored Jul 29, 2022
1 parent f03436a commit 0526aca
Show file tree
Hide file tree
Showing 2 changed files with 724 additions and 3 deletions.
2 changes: 1 addition & 1 deletion go.mod
Original file line number Diff line number Diff line change
Expand Up @@ -22,7 +22,7 @@ require (
github.com/spf13/viper v1.12.0
github.com/stretchr/testify v1.8.0
github.com/tendermint/tendermint v0.34.19
github.com/umee-network/umee/price-feeder v0.2.4
github.com/umee-network/umee/price-feeder v0.2.5
github.com/umee-network/umee/v2 v2.0.2
golang.org/x/sync v0.0.0-20210220032951-036812b2e83c
golang.org/x/term v0.0.0-20210927222741-03fcf44c2211
Expand Down
Loading

0 comments on commit 0526aca

Please sign in to comment.