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

Bump rich from 10.9.0 to 10.12.0 #850

Closed
wants to merge 1 commit into from

Conversation

dependabot[bot]
Copy link
Contributor

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

Bumps rich from 10.9.0 to 10.12.0.

Release notes

Sourced from rich's releases.

Python3.10 support

[10.12.0] - 2021-10-06

Updated

  • Official Py3.10 release

Fixed

  • Fixed detection of custom repr when pretty printing dataclasses

v10.11.0

Added two new options to Tracebacks, to hide framework code, and guard against very long tracebacks.

[10.11.0] - 2021-09-24

Added

  • Added suppress parameter to tracebacks
  • Added max_frames parameter to tracebacks

v10.10.0

[10.10.0] - 2021-09-18

Added

  • Added stdin support to rich.json

Fixed

Changelog

Sourced from rich's changelog.

[10.12.0] - 2021-10-06

Updated

  • Official Py3.10 release

Fixed

  • Fixed detection of custom repr when pretty printing dataclasses

[10.11.0] - 2021-09-24

Added

  • Added suppress parameter to tracebacks
  • Added max_frames parameter to tracebacks

[10.10.0] - 2021-09-18

Added

  • Added stdin support to rich.json

Fixed

Commits

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 dependabot bot requested a review from a team as a code owner October 8, 2021 16:01
@dependabot dependabot bot added dependencies Pull requests that update a dependency file python Pull requests that update Python code labels Oct 8, 2021
@dependabot dependabot bot requested a review from jsnel October 8, 2021 16:01
@github-actions
Copy link
Contributor

github-actions bot commented Oct 8, 2021

Binder 👈 Launch a binder notebook on branch glotaran/pyglotaran/dependabot/pip/rich-10.12.0

@codecov
Copy link

codecov bot commented Oct 8, 2021

Codecov Report

Merging #850 (618a6d3) into main (3a39bfe) will not change coverage.
The diff coverage is n/a.

❗ Current head 618a6d3 differs from pull request most recent head 7a5267f. Consider uploading reports for the commit 7a5267f to get more accurate results
Impacted file tree graph

@@          Coverage Diff          @@
##            main    #850   +/-   ##
=====================================
  Coverage   84.7%   84.7%           
=====================================
  Files         81      81           
  Lines       4596    4596           
  Branches     849     849           
=====================================
  Hits        3897    3897           
  Misses       558     558           
  Partials     141     141           

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 5cdf023...7a5267f. Read the comment docs.

@github-actions
Copy link
Contributor

github-actions bot commented Oct 8, 2021

Benchmark is done. Checkout the benchmark result page.
Benchmark differences below 5% might be due to CI noise.

Benchmark diff v0.4.1 vs. main

Parametrized benchmark signatures:

BenchmarkOptimize.time_optimize(index_dependent, grouped, weight)

All benchmarks:

       before           after         ratio
     [21ba272a]       [618a6d3e]
     <v0.4.1>                   
+        67.9±2ms         74.7±1ms     1.10  BenchmarkOptimize.time_optimize(False, False, False)
-         402±2ms         85.0±5ms     0.21  BenchmarkOptimize.time_optimize(False, False, True)
-      90.2±0.8ms       73.9±0.5ms     0.82  BenchmarkOptimize.time_optimize(False, True, False)
         93.1±1ms         80.7±1ms    ~0.87  BenchmarkOptimize.time_optimize(False, True, True)
+      66.2±0.9ms         91.6±2ms     1.38  BenchmarkOptimize.time_optimize(True, False, False)
-         401±5ms          100±2ms     0.25  BenchmarkOptimize.time_optimize(True, False, True)
         93.1±2ms         93.2±2ms     1.00  BenchmarkOptimize.time_optimize(True, True, False)
         94.6±7ms        99.4±40ms     1.05  BenchmarkOptimize.time_optimize(True, True, True)
             193M             195M     1.01  IntegrationTwoDatasets.peakmem_optimize
       5.98±0.05s       1.94±0.05s    ~0.32  IntegrationTwoDatasets.time_optimize

Benchmark diff main vs. PR

Parametrized benchmark signatures:

BenchmarkOptimize.time_optimize(index_dependent, grouped, weight)

All benchmarks:

       before           after         ratio
     [3a39bfee]       [618a6d3e]
         74.5±1ms         74.7±1ms     1.00  BenchmarkOptimize.time_optimize(False, False, False)
         82.5±3ms         85.0±5ms     1.03  BenchmarkOptimize.time_optimize(False, False, True)
       73.8±0.3ms       73.9±0.5ms     1.00  BenchmarkOptimize.time_optimize(False, True, False)
         82.8±3ms         80.7±1ms     0.98  BenchmarkOptimize.time_optimize(False, True, True)
         92.3±1ms         91.6±2ms     0.99  BenchmarkOptimize.time_optimize(True, False, False)
         97.4±3ms          100±2ms     1.03  BenchmarkOptimize.time_optimize(True, False, True)
         92.6±1ms         93.2±2ms     1.01  BenchmarkOptimize.time_optimize(True, True, False)
         113±40ms        99.4±40ms    ~0.88  BenchmarkOptimize.time_optimize(True, True, True)
             195M             195M     1.00  IntegrationTwoDatasets.peakmem_optimize
       1.92±0.04s       1.94±0.05s     1.01  IntegrationTwoDatasets.time_optimize

@dependabot dependabot bot force-pushed the dependabot/pip/rich-10.12.0 branch 2 times, most recently from fd793ac to 618a6d3 Compare October 24, 2021 12:33
s-weigand
s-weigand previously approved these changes Oct 24, 2021
Copy link
Member

@s-weigand s-weigand left a comment

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

LGTM 👍

Bumps [rich](https://github.com/willmcgugan/rich) from 10.9.0 to 10.12.0.
- [Release notes](https://github.com/willmcgugan/rich/releases)
- [Changelog](https://github.com/willmcgugan/rich/blob/master/CHANGELOG.md)
- [Commits](Textualize/rich@v10.9.0...v10.12.0)

---
updated-dependencies:
- dependency-name: rich
  dependency-type: direct:development
  update-type: version-update:semver-minor
...

Signed-off-by: dependabot[bot] <[email protected]>
@dependabot dependabot bot force-pushed the dependabot/pip/rich-10.12.0 branch from 618a6d3 to 7a5267f Compare October 24, 2021 13:27
@s-weigand s-weigand mentioned this pull request Oct 24, 2021
1 task
@sonarcloud
Copy link

sonarcloud bot commented Oct 24, 2021

Kudos, SonarCloud Quality Gate passed!    Quality Gate passed

Bug A 0 Bugs
Vulnerability A 0 Vulnerabilities
Security Hotspot A 0 Security Hotspots
Code Smell A 0 Code Smells

No Coverage information No Coverage information
No Duplication information No Duplication information

@jsnel jsnel closed this in #884 Oct 24, 2021
@dependabot @github
Copy link
Contributor Author

dependabot bot commented on behalf of github Oct 24, 2021

OK, I won't notify you again about this release, but will get in touch when a new version is available. If you'd rather skip all updates until the next major or minor version, let me know by commenting @dependabot ignore this major version or @dependabot ignore this minor version. You can also ignore all major, minor, or patch releases for a dependency by adding an ignore condition with the desired update_types to your config file.

If you change your mind, just re-open this PR and I'll resolve any conflicts on it.

jsnel pushed a commit that referenced this pull request Oct 24, 2021
⬆️ Batch updating dependencies

- Bump click from 8.0.1 to 8.0.3 #865
- Bump pyyaml from 5.4.1 to 6.0 #863
- Bump scipy from 1.7.0 to 1.7.1 #761
- Bump actions/github-script from 4 to 5 #845
- Bump rich from 10.9.0 to 10.12.0 #850
@dependabot dependabot bot deleted the dependabot/pip/rich-10.12.0 branch October 24, 2021 14:30
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 python Pull requests that update Python code
Projects
None yet
Development

Successfully merging this pull request may close these issues.

2 participants