IceflowRE / unidown

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

Bump tqdm from 4.32.2 to 4.34.0 #138

Closed dependabot-preview[bot] closed 4 years ago

dependabot-preview[bot] commented 4 years ago

Bumps tqdm from 4.32.2 to 4.34.0.

Release notes *Sourced from [tqdm's releases](https://github.com/tqdm/tqdm/releases).* > ## tqdm v4.34.0 stable > - add `leave=None` convenience option for `leave = position == 0` > - ensure nested completed bars respect `leave=True` ([#230](https://github-redirect.dependabot.com/tqdm/tqdm/issues/230)) > - ensure nested bars are cleared before being moved up ([#795](https://github-redirect.dependabot.com/tqdm/tqdm/issues/795)) > - support both ` ` and `=` syntax for CLI options ([#761](https://github-redirect.dependabot.com/tqdm/tqdm/issues/761) -> [#774](https://github-redirect.dependabot.com/tqdm/tqdm/issues/774)) > - misc documentation updates ([#778](https://github-redirect.dependabot.com/tqdm/tqdm/issues/778), [#782](https://github-redirect.dependabot.com/tqdm/tqdm/issues/782)) > - fix/update tests > - update GitHub docker package deployment > > ## tqdm v4.33.0 stable > - fix `pandas==0.25` API change ([#780](https://github-redirect.dependabot.com/tqdm/tqdm/issues/780)) > - add contributor badges (`sourcerer`) > - fix py26 travis CI > - metadata fixes > + `.zenodo.json` > + `CODEOWNERS` > - GitHub package registry docker deployment > - minor linting > - documentation updates ([#773](https://github-redirect.dependabot.com/tqdm/tqdm/issues/773))
Commits - [`5b090fd`](https://github.com/tqdm/tqdm/commit/5b090fd10a2a5b70efe2a27c96d6dbf2d2565324) bump verions, merge branch 'devel' - [`96cb8e1`](https://github.com/tqdm/tqdm/commit/96cb8e1d01fb5f710c231c5923bb9330cd3f3fc4) ease perf-tests - [`5b1c130`](https://github.com/tqdm/tqdm/commit/5b1c13046443f307a9f0dffd7e62c232a521efe4) update package docs about `leave=None` - [`4cf9cbd`](https://github.com/tqdm/tqdm/commit/4cf9cbdae5aa86cbf829c70ce69653600d5a8177) temp fix GitHub docker package deployment - [`b1f2124`](https://github.com/tqdm/tqdm/commit/b1f2124628714e03e2cbe0eb0e84e25123e9d700) linting: flake8 fixes& upgrade - [`d854b5b`](https://github.com/tqdm/tqdm/commit/d854b5b2c285159261e0a86814c9a988b2050d78) final test fixes - [`f881f80`](https://github.com/tqdm/tqdm/commit/f881f8009db581251156fd713113e8c263215636) update tests - [`8727386`](https://github.com/tqdm/tqdm/commit/8727386d9a6db73c7a9051e4f52629797abba7ed) tidy pos_line_diff test fail output - [`81998b5`](https://github.com/tqdm/tqdm/commit/81998b594253f652835a553ba93e0326f420ad43) more test fixes - [`7c3d2e1`](https://github.com/tqdm/tqdm/commit/7c3d2e1bb52c165dc86082fa07f22e86fd467fe8) update/fix unit tests - Additional commits viewable in [compare view](https://github.com/tqdm/tqdm/compare/v4.32.2...v4.34.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 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) - `@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 4 years ago

Superseded by #142.