IceflowRE / unidown

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

Bump tqdm from 4.35.0 to 4.36.1 #147

Closed dependabot-preview[bot] closed 4 years ago

dependabot-preview[bot] commented 4 years ago

Bumps tqdm from 4.35.0 to 4.36.1.

Release notes *Sourced from [tqdm's releases](https://github.com/tqdm/tqdm/releases).* > ## tqdm v4.36.0 stable > - expose more custom format params > - potential thread safety fix ([#548](https://github-redirect.dependabot.com/tqdm/tqdm/issues/548)) > - update submodule architecture ([#198](https://github-redirect.dependabot.com/tqdm/tqdm/issues/198) -> [#800](https://github-redirect.dependabot.com/tqdm/tqdm/issues/800)) > + backward-compatibility > + expose `utils` > + rename `main` -> `cli` > + add/fix tests > + fix minor cached var optimisation > + `gui` partial upgrade ([#790](https://github-redirect.dependabot.com/tqdm/tqdm/issues/790)) > + `notebook` upgrade ([#790](https://github-redirect.dependabot.com/tqdm/tqdm/issues/790)) > * support `{bar}` in `bar_format` ([#594](https://github-redirect.dependabot.com/tqdm/tqdm/issues/594)) > * inherit methods including `set_*(refresh)` ([#740](https://github-redirect.dependabot.com/tqdm/tqdm/issues/740) -> [#741](https://github-redirect.dependabot.com/tqdm/tqdm/issues/741)) > + ready for `contrib` releases ([#252](https://github-redirect.dependabot.com/tqdm/tqdm/issues/252)) > - support custom `bar_format` with unknown `total` > - fix `tqdm_notebook` red block on explicit `file=None` ([#791](https://github-redirect.dependabot.com/tqdm/tqdm/issues/791)) > - update notebook to fully support custom `bar_format` ([#594](https://github-redirect.dependabot.com/tqdm/tqdm/issues/594), [#649](https://github-redirect.dependabot.com/tqdm/tqdm/issues/649)) > - misc tidy > + warnings > + linting > + update submodule contribution guide ([#252](https://github-redirect.dependabot.com/tqdm/tqdm/issues/252)) > + parallel `(py)make test` > + fix Zenodo metadata > - update documentation > + `pandas`, `notebook`, `gui` ([#245](https://github-redirect.dependabot.com/tqdm/tqdm/issues/245)) > + indentation > + update multiprocessing and multithreading examples ([#796](https://github-redirect.dependabot.com/tqdm/tqdm/issues/796))
Commits - [`a0af066`](https://github.com/tqdm/tqdm/commit/a0af0666991b724abe1efdbb3958892771a21495) bump version, merge branch 'devel' - [`ed82bf3`](https://github.com/tqdm/tqdm/commit/ed82bf38cb2f4abcc65f6d5f3192734f0cb97f1d) fix console entry point - [`46135ce`](https://github.com/tqdm/tqdm/commit/46135ce62799423f82d981e14702461cd2e80333) minor doc updates - [`89b73bd`](https://github.com/tqdm/tqdm/commit/89b73bdc30c099c5b53725806e7edf3a121c9b3a) bump version, merge branch 'devel' - [`1bd486c`](https://github.com/tqdm/tqdm/commit/1bd486c6ca5bfe558a15a4ff6e70301bae2e3ad1) expose more custom format params - [`05c02c5`](https://github.com/tqdm/tqdm/commit/05c02c517779b615f000bbd724bc11be88687f8d) linting - [`6c5fb3b`](https://github.com/tqdm/tqdm/commit/6c5fb3bcdcb1c16914dd58c3f669bc179a816790) add warning msg - [`a347706`](https://github.com/tqdm/tqdm/commit/a3477060f1974ef1413e5a2108fbdf60d4299be0) potential thread safety fix - [`96cd73e`](https://github.com/tqdm/tqdm/commit/96cd73ec0322f09971c119a39013f0351d533c0c) minor doc indentaion update - [`c4220fd`](https://github.com/tqdm/tqdm/commit/c4220fd162eba64ecacb0d657fa0697b03b2f4a5) update submodule contribution guide - Additional commits viewable in [compare view](https://github.com/tqdm/tqdm/compare/v4.35.0...v4.36.1)


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) - Pull request limits (per update run and/or open at any time) - Automerge options (never/patch/minor, and dev/runtime dependencies) - 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 #158.