dbeley / rymscraper

Python library to extract data from rateyourmusic.com.
MIT License
163 stars 25 forks source link

Bump tqdm from 4.32.2 to 4.33.0 #6

Closed dependabot-preview[bot] closed 4 years ago

dependabot-preview[bot] commented 4 years ago

Bumps tqdm from 4.32.2 to 4.33.0.

Release notes *Sourced from [tqdm's releases](https://github.com/tqdm/tqdm/releases).* > ## 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 - [`dc095e6`](https://github.com/tqdm/tqdm/commit/dc095e6b51b302455038d65aa4f819069cba9cfb) bump version, merge branch 'devel' - [`aecd4e0`](https://github.com/tqdm/tqdm/commit/aecd4e0484c0b0ce7720e4061dc624095a4dd462) potential fix for py26 travis CI - [`7277b70`](https://github.com/tqdm/tqdm/commit/7277b70e3d3e0c69e582410e692da4ebbd964081) fix pandas==0.25 API change - [`1b0b572`](https://github.com/tqdm/tqdm/commit/1b0b57209b94f82f68c2dfb1097a35621e2160fa) github package registry docker deployment - [`5b42cd1`](https://github.com/tqdm/tqdm/commit/5b42cd11ea8b040154d44df1be086afbfc544bbc) more typos - [`7995a65`](https://github.com/tqdm/tqdm/commit/7995a6523a6e65bfca36382392c9282d698886c5) Fix typos - [`f7a93b1`](https://github.com/tqdm/tqdm/commit/f7a93b19e54f9dbcb23ff13fa32709a1127f8af7) add sourcerer badges - [`57597fb`](https://github.com/tqdm/tqdm/commit/57597fba20ae203022e869b053f91912a9057426) metadata fixes - [`89d1494`](https://github.com/tqdm/tqdm/commit/89d14945806ce39cd04da2480ff6b7149b6a8fef) flake8 and minor dev docs - See full diff in [compare view](https://github.com/tqdm/tqdm/compare/v4.32.2...v4.33.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) - 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 4 years ago

Codecov Report

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

Impacted file tree graph

@@           Coverage Diff           @@
##           master       #6   +/-   ##
=======================================
  Coverage   21.98%   21.98%           
=======================================
  Files          10       10           
  Lines         373      373           
=======================================
  Hits           82       82           
  Misses        291      291

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 9513531...0c7943e. Read the comment docs.