[PR #22] [MERGED] Update dependency rich to v12 #222

Closed
opened 2026-03-02 15:56:56 +03:00 by kerem · 0 comments
Owner

📋 Pull Request Information

Original PR: https://github.com/probberechts/soccerdata/pull/22
Author: @renovate[bot]
Created: 3/11/2022
Status: Merged
Merged: 3/14/2022
Merged by: @probberechts

Base: masterHead: renovate/rich-12.x


📝 Commits (1)

  • 6144c31 Update dependency rich to v12

📊 Changes

2 files changed (+62 additions, -48 deletions)

View changed files

📝 poetry.lock (+61 -47)
📝 pyproject.toml (+1 -1)

📄 Description

WhiteSource Renovate

This PR contains the following updates:

Package Change Age Adoption Passing Confidence
rich ^11.0.0 -> ^12.0.0 age adoption passing confidence

Release Notes

willmcgugan/rich

v12.0.0

Compare Source

Added
Fixed
Changed

v11.2.0

Compare Source

Added
Fixed
  • Fixed performance issue in measuring text
Fixed

Configuration

📅 Schedule: At any time (no schedule defined).

🚦 Automerge: Disabled by config. Please merge this manually once you are satisfied.

Rebasing: Whenever PR becomes conflicted, or you tick the rebase/retry checkbox.

🔕 Ignore: Close this PR and you won't be reminded about this update again.


  • If you want to rebase/retry this PR, click this checkbox.

This PR has been generated by WhiteSource Renovate. View repository job log here.


🔄 This issue represents a GitHub Pull Request. It cannot be merged through Gitea due to API limitations.

## 📋 Pull Request Information **Original PR:** https://github.com/probberechts/soccerdata/pull/22 **Author:** [@renovate[bot]](https://github.com/apps/renovate) **Created:** 3/11/2022 **Status:** ✅ Merged **Merged:** 3/14/2022 **Merged by:** [@probberechts](https://github.com/probberechts) **Base:** `master` ← **Head:** `renovate/rich-12.x` --- ### 📝 Commits (1) - [`6144c31`](https://github.com/probberechts/soccerdata/commit/6144c316f739197b24a1e522317005ad420b902b) Update dependency rich to v12 ### 📊 Changes **2 files changed** (+62 additions, -48 deletions) <details> <summary>View changed files</summary> 📝 `poetry.lock` (+61 -47) 📝 `pyproject.toml` (+1 -1) </details> ### 📄 Description [![WhiteSource Renovate](https://app.renovatebot.com/images/banner.svg)](https://renovatebot.com) This PR contains the following updates: | Package | Change | Age | Adoption | Passing | Confidence | |---|---|---|---|---|---| | [rich](https://togithub.com/willmcgugan/rich) | `^11.0.0` -> `^12.0.0` | [![age](https://badges.renovateapi.com/packages/pypi/rich/12.0.0/age-slim)](https://docs.renovatebot.com/merge-confidence/) | [![adoption](https://badges.renovateapi.com/packages/pypi/rich/12.0.0/adoption-slim)](https://docs.renovatebot.com/merge-confidence/) | [![passing](https://badges.renovateapi.com/packages/pypi/rich/12.0.0/compatibility-slim/11.1.0)](https://docs.renovatebot.com/merge-confidence/) | [![confidence](https://badges.renovateapi.com/packages/pypi/rich/12.0.0/confidence-slim/11.1.0)](https://docs.renovatebot.com/merge-confidence/) | --- ### Release Notes <details> <summary>willmcgugan/rich</summary> ### [`v12.0.0`](https://togithub.com/willmcgugan/rich/blob/HEAD/CHANGELOG.md#&#8203;1200---2022-03-10) [Compare Source](https://togithub.com/willmcgugan/rich/compare/v11.2.0...v12.0.0) ##### Added - Added options to TimeRemainingColumn to render a compact time format and render elapsed time when a task is finished. https://github.com/Textualize/rich/pull/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). https://github.com/Textualize/rich/pull/1941 - Replace Colorama with win32 renderer https://github.com/Textualize/rich/pull/1993 - Add support for namedtuples to `Pretty` https://github.com/Textualize/rich/pull/2031 ##### Fixed - In Jupyter mode make the link target be set to "\_blank" - Fix some issues with markup handling around "\[" characters https://github.com/Textualize/rich/pull/1950 - Fix syntax lexer guessing. - Fixed Pretty measure not respecting expand_all https://github.com/Textualize/rich/issues/1998 - Collapsed definitions for single-character spinners, to save memory and reduce import time. - Fix print_json indent type in `__init__.py` - Fix error when inspecting object defined in REPL https://github.com/Textualize/rich/pull/2037 - Fix incorrect highlighting of non-indented JSON https://github.com/Textualize/rich/pull/2038 - Fixed height reset in complex renderables https://github.com/Textualize/rich/issues/2042 ##### Changed - Improved support for enum.Flag in ReprHighlighter https://github.com/Textualize/rich/pull/1920 - Tree now respects justify=None, i.e. won't pad to right https://github.com/Textualize/rich/issues/1690 - Removed rich.tabulate which was marked for deprecation - Deprecated rich.align.AlignValues in favor of AlignMethod ### [`v11.2.0`](https://togithub.com/willmcgugan/rich/blob/HEAD/CHANGELOG.md#&#8203;1120---2022-02-08) [Compare Source](https://togithub.com/willmcgugan/rich/compare/v11.1.0...v11.2.0) ##### Added - Add support for US spelling of "gray" in ANSI color names https://github.com/Textualize/rich/issues/1890 - Added `rich.diagnose.report` to expose environment debugging logic as function https://github.com/Textualize/rich/pull/1917 - Added classmethod `Progress.get_default_columns()` to get the default list of progress bar columns https://github.com/Textualize/rich/pull/1894 ##### Fixed - Fixed performance issue in measuring text ##### Fixed - Fixed test failures on PyPy3 https://github.com/Textualize/rich/pull/1904 </details> --- ### Configuration 📅 **Schedule**: At any time (no schedule defined). 🚦 **Automerge**: Disabled by config. Please merge this manually once you are satisfied. ♻ **Rebasing**: Whenever PR becomes conflicted, or you tick the rebase/retry checkbox. 🔕 **Ignore**: Close this PR and you won't be reminded about this update again. --- - [ ] <!-- rebase-check -->If you want to rebase/retry this PR, click this checkbox. --- This PR has been generated by [WhiteSource Renovate](https://renovate.whitesourcesoftware.com). View repository job log [here](https://app.renovatebot.com/dashboard#github/probberechts/soccerdata). --- <sub>🔄 This issue represents a GitHub Pull Request. It cannot be merged through Gitea due to API limitations.</sub>
kerem 2026-03-02 15:56:56 +03:00
Sign in to join this conversation.
No milestone
No project
No assignees
1 participant
Notifications
Due date
The due date is invalid or out of range. Please use the format "yyyy-mm-dd".

No due date set.

Dependencies

No dependencies set.

Reference
starred/soccerdata#222
No description provided.