Update yfinance requirement from ~=0.1.6 to ~=0.1.70 in /api #44

Merged
dependabot[bot] merged 1 commits from dependabot/pip/api/yfinance-approx-eq-0.1.70 into main 2022-04-06 10:36:16 +00:00
dependabot[bot] commented 2022-04-06 09:34:39 +00:00 (Migrated from github.com)

Updates the requirements on yfinance to permit the latest version.

Release notes

Sourced from yfinance's releases.

0.1.70

Closes #937.

Changelog

Sourced from yfinance's changelog.

0.1.70

  • Bug fixed - Closes #937

0.1.69

0.1.68

  • Upgraded requests dependency
  • Removed Python 3.5 support

0.1.67

  • Added legal disclaimers to make sure people are aware that this library is not affiliated, endorsed, or vetted by Yahoo, Inc.

0.1.66

  • Merged PR to allow yfinance to be pickled

0.1.65

  • Merged PRs to fix some bugs
  • Added lookup by ISIN utils.get_all_by_isin(...), utils.get_ticker_by_isin(...), utils.get_info_by_isin(...), utils.get_news_by_isin(...)
  • yf.Ticker, yf.Tickers, and yf.download will auto-detect ISINs and convert them to tickers
  • Propagating timeout parameter through code, setting request.get(timeout)
  • Adds Ticker.analysis and Ticker.get_analysis(...)

0.1.64

  • Merged PRs to fix some bugs
  • Added Ticker.stats() method
  • Added Ticker.news property
  • Providing topHoldings for ETFs
  • Replaceed drop duplicate prices with indexes
  • Added pre-market price to Ticker.info

0.1.63

  • Duplicates and missing rows cleanup

0.1.62

  • Added UserAgent to all requests (via utils.user_agent_headers)

0.1.61

  • Switched to using query2.finance.yahoo.com, which used HTTP/1.1

... (truncated)

Commits

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 commands and options

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)
Updates the requirements on [yfinance](https://github.com/ranaroussi/yfinance) to permit the latest version. <details> <summary>Release notes</summary> <p><em>Sourced from <a href="https://github.com/ranaroussi/yfinance/releases">yfinance's releases</a>.</em></p> <blockquote> <h2>0.1.70</h2> <p>Closes <a href="https://github-redirect.dependabot.com/ranaroussi/yfinance/issues/937">#937</a>.</p> </blockquote> </details> <details> <summary>Changelog</summary> <p><em>Sourced from <a href="https://github.com/ranaroussi/yfinance/blob/main/CHANGELOG.rst">yfinance's changelog</a>.</em></p> <blockquote> <h2>0.1.70</h2> <ul> <li>Bug fixed - Closes <a href="https://github-redirect.dependabot.com/ranaroussi/yfinance/issues/937">#937</a></li> </ul> <h2>0.1.69</h2> <ul> <li>Bug fixed - <a href="https://github-redirect.dependabot.com/ranaroussi/yfinance/issues/920">#920</a></li> </ul> <h2>0.1.68</h2> <ul> <li>Upgraded requests dependency</li> <li>Removed Python 3.5 support</li> </ul> <h2>0.1.67</h2> <ul> <li>Added legal disclaimers to make sure people are aware that this library is not affiliated, endorsed, or vetted by Yahoo, Inc.</li> </ul> <h2>0.1.66</h2> <ul> <li>Merged PR to allow yfinance to be pickled</li> </ul> <h2>0.1.65</h2> <ul> <li>Merged PRs to fix some bugs</li> <li>Added lookup by ISIN <code>utils.get_all_by_isin(...)</code>, <code>utils.get_ticker_by_isin(...)</code>, <code>utils.get_info_by_isin(...)</code>, <code>utils.get_news_by_isin(...)</code></li> <li><code>yf.Ticker</code>, <code>yf.Tickers</code>, and <code>yf.download</code> will auto-detect ISINs and convert them to tickers</li> <li>Propagating timeout parameter through code, setting request.get(timeout)</li> <li>Adds <code>Ticker.analysis</code> and <code>Ticker.get_analysis(...)</code></li> </ul> <h2>0.1.64</h2> <ul> <li>Merged PRs to fix some bugs</li> <li>Added <code>Ticker.stats()</code> method</li> <li>Added <code>Ticker.news</code> property</li> <li>Providing topHoldings for ETFs</li> <li>Replaceed drop duplicate prices with indexes</li> <li>Added pre-market price to <code>Ticker.info</code></li> </ul> <h2>0.1.63</h2> <ul> <li>Duplicates and missing rows cleanup</li> </ul> <h2>0.1.62</h2> <ul> <li>Added UserAgent to all requests (via <code>utils.user_agent_headers</code>)</li> </ul> <h2>0.1.61</h2> <ul> <li>Switched to using <code>query2.finance.yahoo.com</code>, which used HTTP/1.1</li> </ul> <!-- raw HTML omitted --> </blockquote> <p>... (truncated)</p> </details> <details> <summary>Commits</summary> <ul> <li><a href="https://github.com/ranaroussi/yfinance/commit/a396d93601e31e421ba6fe7caacd900eaed09c87"><code>a396d93</code></a> Update CHANGELOG.rst</li> <li><a href="https://github.com/ranaroussi/yfinance/commit/79d6741f1e14e8022946cf8d59d939a86cc42e3c"><code>79d6741</code></a> Update version.py</li> <li><a href="https://github.com/ranaroussi/yfinance/commit/47a119f63bd7914930e97eac1c52ed1bcf86e9d4"><code>47a119f</code></a> Update setup.py</li> <li><a href="https://github.com/ranaroussi/yfinance/commit/436c077ee2092d5fa9f3af0dd7ba817959b989e0"><code>436c077</code></a> Update requirements.txt</li> <li><a href="https://github.com/ranaroussi/yfinance/commit/72b1e9699e3f7926ff1a6b331521cf866eec068e"><code>72b1e96</code></a> Merge pull request <a href="https://github-redirect.dependabot.com/ranaroussi/yfinance/issues/941">#941</a> from moshfrid/main</li> <li><a href="https://github.com/ranaroussi/yfinance/commit/d2c2690cc2d74d9e2c392c684aed40019474d1d3"><code>d2c2690</code></a> Merge pull request <a href="https://github-redirect.dependabot.com/ranaroussi/yfinance/issues/943">#943</a> from rafaelsdellama/main</li> <li><a href="https://github.com/ranaroussi/yfinance/commit/65c1753fb20760cf0ab03607368a16c9692dde40"><code>65c1753</code></a> lock pandas version on setup.py</li> <li><a href="https://github.com/ranaroussi/yfinance/commit/93edc3c1631539954c20b75afa8c7937f4d14cc9"><code>93edc3c</code></a> Fix: dev: AttributeError</li> <li><a href="https://github.com/ranaroussi/yfinance/commit/b2e2acad06e87489955222f88b4d0735ea0beb99"><code>b2e2aca</code></a> Explicitly set datetime index on actions table</li> <li><a href="https://github.com/ranaroussi/yfinance/commit/24e348e0e41b8c78e2418775ab4d4d4ed5bff4eb"><code>24e348e</code></a> merged pr <a href="https://github-redirect.dependabot.com/ranaroussi/yfinance/issues/920">#920</a></li> <li>Additional commits viewable in <a href="https://github.com/ranaroussi/yfinance/compare/0.1.55...0.1.70">compare view</a></li> </ul> </details> <br /> 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>
Sign in to join this conversation.
No description provided.