jackmoody11 / stockscore

A python project to fetch stock financials/statistics and perform preliminary screens to aid in the stock selection process
https://jackmoody11.github.io/stockscore
MIT License
74 stars 21 forks source link

Bump py from 1.5.4 to 1.7.0 #52

Closed dependabot-preview[bot] closed 6 years ago

dependabot-preview[bot] commented 6 years ago

Bumps py from 1.5.4 to 1.7.0.

Changelog *Sourced from [py's changelog](https://github.com/pytest-dev/py/blob/master/CHANGELOG).* > 1.7.0 (2018-10-11) > ================== > > - fix [#174](https://github-redirect.dependabot.com/pytest-dev/py/issues/174): use ``shutil.get_terminal_size()`` in Python 3.3+ to determine the size of the > terminal, which produces more accurate results than the previous method. > > - fix pytest-dev/pytest#2042: introduce new ``PY_IGNORE_IMPORTMISMATCH`` environment variable > that suppresses ``ImportMismatchError`` exceptions when set to ``1``. > > > 1.6.0 (2018-08-27) > ================== > > - add ``TerminalWriter.width_of_current_line`` (i18n version of > ``TerminalWriter.chars_on_current_line``), a read-only property > that tracks how wide the current line is, attempting to take > into account international characters in the calculation.
Commits - [`79e1369`](https://github.com/pytest-dev/py/commit/79e136934e58f341da164b7beb67336a31c2e9df) Update CHANGELOG for 1.7.0 - [`544382d`](https://github.com/pytest-dev/py/commit/544382d94200e0889f04e91dc5dd692e399a915c) Merge pull request [#201](https://github-redirect.dependabot.com/pytest-dev/py/issues/201) from Victorious3/issue174 - [`3c23d42`](https://github.com/pytest-dev/py/commit/3c23d4253a601eb6d3e0d0061b99bf3c5ff522df) Merge pull request [#199](https://github-redirect.dependabot.com/pytest-dev/py/issues/199) from blueyed/PY_IGNORE_IMPORTMISMATCH - [`225af1b`](https://github.com/pytest-dev/py/commit/225af1bccce469dfd9fabcc18d981fff1b6b7587) Fix test and add CHANGELOG for [#174](https://github-redirect.dependabot.com/pytest-dev/py/issues/174) - [`6a37603`](https://github.com/pytest-dev/py/commit/6a376038c2dc6f10a47555809bb798f1483e2816) Use shutil.get_terminal_size for correct terminal width on windows - [`59f8b93`](https://github.com/pytest-dev/py/commit/59f8b9311ca5dc1a540558101b05f479c9ca4207) pyimport: add support for PY_IGNORE_IMPORTMISMATCH - [`796d5a0`](https://github.com/pytest-dev/py/commit/796d5a0d92f6eef6f5e28dfffa3a613c73a77b22) Merge pull request [#197](https://github-redirect.dependabot.com/pytest-dev/py/issues/197) from nicoddemus/release-1.6.0 - [`54d0171`](https://github.com/pytest-dev/py/commit/54d0171725b1b7821da8f586e5aa86c1e5fbb969) Release 1.6.0 - [`d97f092`](https://github.com/pytest-dev/py/commit/d97f09209d5d08779ee94c8adc10c97be5a062a3) Merge pull request [#196](https://github-redirect.dependabot.com/pytest-dev/py/issues/196) from wimglenn/better_line_width_estimate - [`eb27ce4`](https://github.com/pytest-dev/py/commit/eb27ce4c07a4dcc3505ef7717b8043ca110e29f0) minor version bump - Additional commits viewable in [compare view](https://github.com/pytest-dev/py/compare/1.5.4...1.7.0)


Dependabot compatibility score

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 cancel merge` will cancel a previously requested merge - `@dependabot reopen` will reopen this PR if it is closed - `@dependabot ignore this [patch|minor|major] version` will close this PR and stop Dependabot creating any more for this minor/major 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) - `@dependabot use these labels` will set the current labels as the default for future PRs for this repo and language - `@dependabot use these reviewers` will set the current reviewers as the default for future PRs for this repo and language - `@dependabot use these assignees` will set the current assignees as the default for future PRs for this repo and language - `@dependabot use this milestone` will set the current milestone as the default for future PRs for this repo and language - `@dependabot badge me` will comment on this PR with code to add a "Dependabot enabled" badge to your readme Additionally, you can set the following in your Dependabot [dashboard](https://app.dependabot.com): - Update frequency (including time of day and day of week) - Automerge options (never/patch/minor, and dev/runtime dependencies) - Pull request limits (per update run and/or open at any time) - Out-of-range updates (receive only lockfile updates, if desired) - Security updates (receive only security updates, if desired) Finally, you can contact us by mentioning @dependabot.
dependabot-preview[bot] commented 6 years ago

OK, I won't notify you again about this release, but will get in touch when a new version is available. If you'd rather skip all updates until the next major or minor version, let me know by commenting @dependabot ignore this major version or @dependabot ignore this minor version.

If you change your mind, just re-open this PR and I'll resolve any conflicts on it.