Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Update tqdm requirement from ==4.58.* to ==4.59.* in /server #209

Merged
merged 1 commit into from Mar 8, 2021

Conversation

dependabot[bot]
Copy link
Contributor

@dependabot dependabot bot commented on behalf of github Mar 8, 2021

Updates the requirements on tqdm to permit the latest version.

Release notes

Sourced from tqdm's releases.

tqdm v4.59.0 stable

  • add tqdm.dask.TqdmCallback (#1079, #279 <- #278)
  • add asyncio.gather() (#1136)
  • add basic support for length_hint (#1068)
  • add & update tests
  • misc documentation updates (#1132)
    • update contributing guide
    • update URLs
    • bash completion: add missing --delay
  • misc code tidy
    • add [notebook] extra (#1135)
Commits

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)

Updates the requirements on [tqdm](https://github.com/tqdm/tqdm) to permit the latest version.
- [Release notes](https://github.com/tqdm/tqdm/releases)
- [Commits](tqdm/tqdm@v4.58.0...v4.59.0)

Signed-off-by: dependabot[bot] <support@github.com>
@dependabot dependabot bot added the dependencies Pull requests that update a dependency file label Mar 8, 2021
@codecov
Copy link

codecov bot commented Mar 8, 2021

Codecov Report

Merging #209 (c2ed93a) into dev (ae69426) will decrease coverage by 0.15%.
The diff coverage is 63.63%.

Impacted file tree graph

@@            Coverage Diff             @@
##              dev     #209      +/-   ##
==========================================
- Coverage   78.99%   78.84%   -0.16%     
==========================================
  Files          97       97              
  Lines        7394     7464      +70     
  Branches      704      713       +9     
==========================================
+ Hits         5841     5885      +44     
- Misses       1421     1447      +26     
  Partials      132      132              
Impacted Files Coverage Δ
server/venueless/core/services/janus.py 21.42% <14.28%> (-4.44%) ⬇️
server/venueless/live/modules/januscall.py 38.82% <30.43%> (-3.61%) ⬇️
server/tests/live/test_room.py 99.10% <100.00%> (+0.06%) ⬆️
server/venueless/core/services/room.py 89.47% <100.00%> (+4.85%) ⬆️
server/venueless/live/modules/room.py 90.58% <100.00%> (+0.40%) ⬆️

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 48bc5d9...0af51a2. Read the comment docs.

@rixx rixx merged commit 8ea868c into dev Mar 8, 2021
@rixx rixx deleted the dependabot/pip/server/tqdm-eq-4.59.star branch March 8, 2021 09:37
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
dependencies Pull requests that update a dependency file
Projects
None yet
Development

Successfully merging this pull request may close these issues.

None yet

1 participant