IceflowRE / unidown

Universal Downloader - update, manage, download.
GNU General Public License v3.0
0 stars 2 forks source link

Bump tqdm from 4.26.0 to 4.27.0 #69

Closed dependabot-preview[bot] closed 5 years ago

dependabot-preview[bot] commented 5 years ago

Bumps tqdm from 4.26.0 to 4.27.0.

Release notes *Sourced from [tqdm's releases](https://github.com/tqdm/tqdm/releases).* > ## tqdm v4.27.0 stable > - fix `str.isnumeric` [#605](https://github-redirect.dependabot.com/tqdm/tqdm/issues/605) > - fix `WeakSet` `KeyError` [#548](https://github-redirect.dependabot.com/tqdm/tqdm/issues/548), [#553](https://github-redirect.dependabot.com/tqdm/tqdm/issues/553), [#596](https://github-redirect.dependabot.com/tqdm/tqdm/issues/596) -> [#607](https://github-redirect.dependabot.com/tqdm/tqdm/issues/607) > - stop `tqdm_notebook` description truncation [#582](https://github-redirect.dependabot.com/tqdm/tqdm/issues/582) -> [#599](https://github-redirect.dependabot.com/tqdm/tqdm/issues/599) > - include `unit_scale` for `rate` [#608](https://github-redirect.dependabot.com/tqdm/tqdm/issues/608) > - add `auto` -> nowarning `autonotebook` > - add better postfix numeric formatting [#621](https://github-redirect.dependabot.com/tqdm/tqdm/issues/621) > - minor refactoring [#609](https://github-redirect.dependabot.com/tqdm/tqdm/issues/609) -> [#616](https://github-redirect.dependabot.com/tqdm/tqdm/issues/616) > - update documentation > - add unit tests > - fix py26 CI
Commits - [`71f13f4`](https://github.com/tqdm/tqdm/commit/71f13f4099921e6eb43f539fc11484699e8e3564) bump version, merge branch 'devel' - [`5aa5924`](https://github.com/tqdm/tqdm/commit/5aa5924e261d0e2c5084345a23f505ca868c2359) neater fix - [`d19d647`](https://github.com/tqdm/tqdm/commit/d19d6476a32b04c496734389a48db3e1cc584ba1) fix the WeakSet keyError bug - [`6d33b11`](https://github.com/tqdm/tqdm/commit/6d33b1178dc99f2866dafff1a43d707338e81b9e) update documentation - [`877355a`](https://github.com/tqdm/tqdm/commit/877355a3e738f04d4db0bcbe7a7cf0ef4ca18e36) tidy and use OOP - [`b317c20`](https://github.com/tqdm/tqdm/commit/b317c207ca394ba2910694f042acdd249271f2f2) Change default smoothing - [`de4ae9f`](https://github.com/tqdm/tqdm/commit/de4ae9f8764fcccde14ef4ec712f0ab4813fb497) Add EMA function into _tdqm modules - [`7f301d6`](https://github.com/tqdm/tqdm/commit/7f301d63fa0356f09a57ed78a9b24ca21200accf) Add _ema function - [`a1e2f3d`](https://github.com/tqdm/tqdm/commit/a1e2f3d001defcadd281d51e2b4ca62a7b1bf2b6) unit tests - [`49cbd05`](https://github.com/tqdm/tqdm/commit/49cbd051a9916cde37390f6ce8f4211239de5de2) Better postfix auto-formatting of numbers - Additional commits viewable in [compare view](https://github.com/tqdm/tqdm/compare/v4.26.0...v4.27.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.
codecov[bot] commented 5 years ago

Codecov Report

Merging #69 into master will not change coverage. The diff coverage is n/a.

Impacted file tree graph

@@           Coverage Diff           @@
##           master      #69   +/-   ##
=======================================
  Coverage   93.52%   93.52%           
=======================================
  Files          15       15           
  Lines         602      602           
  Branches       67       67           
=======================================
  Hits          563      563           
  Misses         30       30           
  Partials        9        9

Continue to review full report at Codecov.

Legend - Click here to learn more Δ = absolute <relative> (impact), ø = not affected, ? = missing data Powered by Codecov. Last update 086edac...1138c20. Read the comment docs.