IceflowRE / unidown

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

Bump tqdm from 4.32.1 to 4.32.2 #127

Closed dependabot-preview[bot] closed 5 years ago

dependabot-preview[bot] commented 5 years ago

Bumps tqdm from 4.32.1 to 4.32.2.

Release notes *Sourced from [tqdm's releases](https://github.com/tqdm/tqdm/releases).* > ## tqdm v4.32.2 stable > - fix 'Set changed size during iteration' ([#481](https://github-redirect.dependabot.com/tqdm/tqdm/issues/481) -> [#700](https://github-redirect.dependabot.com/tqdm/tqdm/issues/700), [#754](https://github-redirect.dependabot.com/tqdm/tqdm/issues/754)) > - add `tqdm.autonotebook` check for `$VSCODE_PID` ([#747](https://github-redirect.dependabot.com/tqdm/tqdm/issues/747) -> [#751](https://github-redirect.dependabot.com/tqdm/tqdm/issues/751)) > - fix missing `multiprocessing` in Jython ([#698](https://github-redirect.dependabot.com/tqdm/tqdm/issues/698)) > - make `bool(tqdm(iter))` consistent with `bool(iter)` ([#353](https://github-redirect.dependabot.com/tqdm/tqdm/issues/353) -> [#694](https://github-redirect.dependabot.com/tqdm/tqdm/issues/694)) > - add and update unit tests > - add and update documentation & framework > + update notable contributors list > + update usage docstrings ([#714](https://github-redirect.dependabot.com/tqdm/tqdm/issues/714), [#715](https://github-redirect.dependabot.com/tqdm/tqdm/issues/715)) > + add funding > + add `awesome-python` badge > + trove classifier update > + update demo notebook badges > + add JOSS DOI > + add Zenodo metadata > + move unnecessary root clutter
Commits - [`d69eb9c`](https://github.com/tqdm/tqdm/commit/d69eb9cf2c9cbfe8816251e349e2f00666314132) bump version, merge branch 'devel' - [`36b3b7d`](https://github.com/tqdm/tqdm/commit/36b3b7d34f5e50b9a13b73e34daefaf1b8318391) update notable contributors list - [`9011f33`](https://github.com/tqdm/tqdm/commit/9011f33d34650416b3f0e837fdef1e8d677d6b6d) 100% _tqdm.py coverage - [`fd6773d`](https://github.com/tqdm/tqdm/commit/fd6773dd741a7e266b0679db2679ffc430282903) merge orivej:fix-tqdm_instances-race into devel - [`5157c9b`](https://github.com/tqdm/tqdm/commit/5157c9bf70077be24525a672547f2cd6da5a55e0) Assign to _instances and monitor under the class lock - [`86dfc61`](https://github.com/tqdm/tqdm/commit/86dfc619a5be3901a3917762af027354d4c78bc1) Fix race for tqdm._instances between __init__ and other methods - [`71acad5`](https://github.com/tqdm/tqdm/commit/71acad57919fe7961b4dccfcf368da0abc80cd41) Adds check for VSCODE_PID environment variable - [`e52835d`](https://github.com/tqdm/tqdm/commit/e52835d0882a146a005b1c965687cba3cbee8e24) Fix usage docstrings - [`a3b4b35`](https://github.com/tqdm/tqdm/commit/a3b4b35e9f70500366cb9c70ecddea989085a5d2) add funding - [`6e9ab08`](https://github.com/tqdm/tqdm/commit/6e9ab085080f25afe36ffd445356dee4cb4e3faa) add awesome-python badge - Additional commits viewable in [compare view](https://github.com/tqdm/tqdm/compare/v4.32.1...v4.32.2)


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 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 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 #127 into master will not change coverage. The diff coverage is n/a.

Impacted file tree graph

@@           Coverage Diff           @@
##           master     #127   +/-   ##
=======================================
  Coverage   93.18%   93.18%           
=======================================
  Files          15       15           
  Lines         602      602           
  Branches       67       67           
=======================================
  Hits          561      561           
  Misses         32       32           
  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 d7cb460...a33bd87. Read the comment docs.

codecov[bot] commented 5 years ago

Codecov Report

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

Impacted file tree graph

@@           Coverage Diff           @@
##           master     #127   +/-   ##
=======================================
  Coverage   93.18%   93.18%           
=======================================
  Files          15       15           
  Lines         602      602           
  Branches       67       67           
=======================================
  Hits          561      561           
  Misses         32       32           
  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 d7cb460...a33bd87. Read the comment docs.

codecov[bot] commented 5 years ago

Codecov Report

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

Impacted file tree graph

@@           Coverage Diff           @@
##           master     #127   +/-   ##
=======================================
  Coverage   93.18%   93.18%           
=======================================
  Files          15       15           
  Lines         602      602           
  Branches       67       67           
=======================================
  Hits          561      561           
  Misses         32       32           
  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 d7cb460...a33bd87. Read the comment docs.