PolyJIT / benchbuild

Empirical-Research Toolkit
MIT License
11 stars 12 forks source link

build(deps): update rich requirement from ~=11.1 to ~=12.2 #488

Closed dependabot[bot] closed 2 years ago

dependabot[bot] commented 2 years ago

Updates the requirements on rich to permit the latest version.

Release notes

Sourced from rich's releases.

v12.2.0

[12.2.0] - 2022-05-05

Changed

  • Bumped typing-extensions minimum to 4.0.0
  • Bumped minimum Python version to 3.6.3
Changelog

Sourced from rich's changelog.

[12.2.0] - 2022-04-05

Changed

  • Bumped typing-extensions minimum to 4.0.0
  • Bumped minimum Python version to 3.6.3

[12.1.0] - 2022-04-03

Added

Added

  • Adding Indonesian translation

Fixed

[12.0.1] - 2022-03-22

Changed

Fixed

[12.0.0] - 2022-03-10

Added

  • Added options to TimeRemainingColumn to render a compact time format and render elapsed time when a task is finished. Textualize/rich#1992
  • Added ProgressColumn MofNCompleteColumn to display raw completed/total column (similar to DownloadColumn, but displays values as ints, does not convert to floats or add bit/bytes units). Textualize/rich#1941
  • Replace Colorama with win32 renderer Textualize/rich#1993
  • Add support for namedtuples to Pretty Textualize/rich#2031

Fixed

  • In Jupyter mode make the link target be set to "_blank"

... (truncated)

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)
codecov[bot] commented 2 years ago

Codecov Report

Merging #488 (6d60c12) into master (6b380cc) will increase coverage by 0.00%. The diff coverage is n/a.

@@           Coverage Diff           @@
##           master     #488   +/-   ##
=======================================
  Coverage   50.90%   50.91%           
=======================================
  Files         123      123           
  Lines        7771     7776    +5     
  Branches     1211     1212    +1     
=======================================
+ Hits         3956     3959    +3     
- Misses       3662     3664    +2     
  Partials      153      153           
Impacted Files Coverage Δ
benchbuild/source/git.py 66.23% <0.00%> (-0.44%) :arrow_down:

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 6b380cc...6d60c12. Read the comment docs.