[PR #697] [MERGED] fix(deps): update dependency rich to v13.9.1 #750

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

📋 Pull Request Information

Original PR: https://github.com/probberechts/soccerdata/pull/697
Author: @renovate[bot]
Created: 9/2/2024
Status: Merged
Merged: 10/10/2024
Merged by: @probberechts

Base: masterHead: renovate/rich-13.x-lockfile


📝 Commits (1)

  • e4d3ee7 fix(deps): update dependency rich to v13.9.1

📊 Changes

1 file changed (+5 additions, -4 deletions)

View changed files

📝 poetry.lock (+5 -4)

📄 Description

This PR contains the following updates:

Package Change Age Adoption Passing Confidence
rich 13.7.1 -> 13.9.1 age adoption passing confidence

Release Notes

Textualize/rich (rich)

v13.9.1

Compare Source

Fixed
  • Fixed typing_extensions dependency

v13.9.0

Compare Source

Changed
Fixed

v13.8.1

Compare Source

Fixed

v13.8.0

Compare Source

Fixed
Changed
Added

Configuration

📅 Schedule: Branch creation - At any time (no schedule defined), Automerge - 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, check this box

This PR was generated by Mend Renovate. View the repository job log.


🔄 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/697 **Author:** [@renovate[bot]](https://github.com/apps/renovate) **Created:** 9/2/2024 **Status:** ✅ Merged **Merged:** 10/10/2024 **Merged by:** [@probberechts](https://github.com/probberechts) **Base:** `master` ← **Head:** `renovate/rich-13.x-lockfile` --- ### 📝 Commits (1) - [`e4d3ee7`](https://github.com/probberechts/soccerdata/commit/e4d3ee73fe5ff505ee516e8525da2a97362fb8a2) fix(deps): update dependency rich to v13.9.1 ### 📊 Changes **1 file changed** (+5 additions, -4 deletions) <details> <summary>View changed files</summary> 📝 `poetry.lock` (+5 -4) </details> ### 📄 Description This PR contains the following updates: | Package | Change | Age | Adoption | Passing | Confidence | |---|---|---|---|---|---| | [rich](https://redirect.github.com/Textualize/rich) | `13.7.1` -> `13.9.1` | [![age](https://developer.mend.io/api/mc/badges/age/pypi/rich/13.9.1?slim=true)](https://docs.renovatebot.com/merge-confidence/) | [![adoption](https://developer.mend.io/api/mc/badges/adoption/pypi/rich/13.9.1?slim=true)](https://docs.renovatebot.com/merge-confidence/) | [![passing](https://developer.mend.io/api/mc/badges/compatibility/pypi/rich/13.7.1/13.9.1?slim=true)](https://docs.renovatebot.com/merge-confidence/) | [![confidence](https://developer.mend.io/api/mc/badges/confidence/pypi/rich/13.7.1/13.9.1?slim=true)](https://docs.renovatebot.com/merge-confidence/) | --- ### Release Notes <details> <summary>Textualize/rich (rich)</summary> ### [`v13.9.1`](https://redirect.github.com/Textualize/rich/blob/HEAD/CHANGELOG.md#1391---2024-10-01) [Compare Source](https://redirect.github.com/Textualize/rich/compare/v13.9.0...v13.9.1) ##### Fixed - Fixed typing_extensions dependency ### [`v13.9.0`](https://redirect.github.com/Textualize/rich/blob/HEAD/CHANGELOG.md#1390---2024-10-01) [Compare Source](https://redirect.github.com/Textualize/rich/compare/v13.8.1...v13.9.0) ##### Changed - Dropped support for Python3.7 [https://github.com/Textualize/rich/pull/3509](https://redirect.github.com/Textualize/rich/pull/3509) - Rich will display tracebacks with finely grained error locations on python 3.11+ [https://github.com/Textualize/rich/pull/3486](https://redirect.github.com/Textualize/rich/pull/3486) ##### Fixed - Fixed issue with Segment.\_split_cells[https://github.com/Textualize/rich/pull/3506](https://redirect.github.com/Textualize/rich/pull/3506)6 - Fix auto detection of terminal size on Windows [https://github.com/Textualize/rich/pull/2916](https://redirect.github.com/Textualize/rich/pull/2916) - `Text.style` now respected in Panel title/subtitle [https://github.com/Textualize/rich/pull/3509](https://redirect.github.com/Textualize/rich/pull/3509) ### [`v13.8.1`](https://redirect.github.com/Textualize/rich/blob/HEAD/CHANGELOG.md#1381---2024-09-10) [Compare Source](https://redirect.github.com/Textualize/rich/compare/v13.8.0...v13.8.1) ##### Fixed - Added support for Python 3.13 [https://github.com/Textualize/rich/pull/3481](https://redirect.github.com/Textualize/rich/pull/3481) - Fixed infinite loop when appending Text to same instance [https://github.com/Textualize/rich/pull/3480](https://redirect.github.com/Textualize/rich/pull/3480) ### [`v13.8.0`](https://redirect.github.com/Textualize/rich/blob/HEAD/CHANGELOG.md#1380---2024-08-26) [Compare Source](https://redirect.github.com/Textualize/rich/compare/v13.7.1...v13.8.0) ##### Fixed - Fixed `Table` rendering of box elements so "footer" elements truly appear at bottom of table, "mid" elements in main table body. - Fixed styles in Panel when Text objects are used for title [https://github.com/Textualize/rich/pull/3401](https://redirect.github.com/Textualize/rich/pull/3401) - Fix pretty repr for `collections.deque` [https://github.com/Textualize/rich/pull/2864](https://redirect.github.com/Textualize/rich/pull/2864) - Thread used in progress.track will exit if an exception occurs in a generator [https://github.com/Textualize/rich/pull/3402](https://redirect.github.com/Textualize/rich/pull/3402) - Progress track thread is now a daemon thread [https://github.com/Textualize/rich/pull/3402](https://redirect.github.com/Textualize/rich/pull/3402) - Fixed cached hash preservation upon clearing meta and links [https://github.com/Textualize/rich/issues/2942](https://redirect.github.com/Textualize/rich/issues/2942) - Fixed overriding the `background_color` of `Syntax` not including padding [https://github.com/Textualize/rich/issues/3295](https://redirect.github.com/Textualize/rich/issues/3295) - Fixed pretty printing of dataclasses with a default repr in Python 3.13 [https://github.com/Textualize/rich/pull/3455](https://redirect.github.com/Textualize/rich/pull/3455) - Fixed selective enabling of highlighting when disabled in the `Console` [https://github.com/Textualize/rich/issues/3419](https://redirect.github.com/Textualize/rich/issues/3419) - Fixed BrokenPipeError writing an error message [https://github.com/Textualize/rich/pull/3468](https://redirect.github.com/Textualize/rich/pull/3468) - Fixed superfluous space above Markdown tables [https://github.com/Textualize/rich/pull/3469](https://redirect.github.com/Textualize/rich/pull/3469) - Fixed issue with record and capture interaction [https://github.com/Textualize/rich/pull/3470](https://redirect.github.com/Textualize/rich/pull/3470) - Fixed control codes breaking in `append_tokens` [https://github.com/Textualize/rich/pull/3471](https://redirect.github.com/Textualize/rich/pull/3471) - Fixed exception pretty printing a dataclass with missing fields [https://github.com/Textualize/rich/pull/3472](https://redirect.github.com/Textualize/rich/pull/3472) ##### Changed - `RichHandler` errors and warnings will now use different colors (red and yellow) [https://github.com/Textualize/rich/issues/2825](https://redirect.github.com/Textualize/rich/issues/2825) - Removed the empty line printed in jupyter while using `Progress` [https://github.com/Textualize/rich/pull/2616](https://redirect.github.com/Textualize/rich/pull/2616) - Running tests in environment with `FORCE_COLOR` or `NO_COLOR` environment variables - ansi decoder will now strip problematic private escape sequences (like `\x1b7`) [https://github.com/Textualize/rich/pull/3278](https://redirect.github.com/Textualize/rich/pull/3278)/ - Tree's ASCII_GUIDES and TREE_GUIDES constants promoted to class attributes ##### Added - Adds a `case_sensitive` parameter to `prompt.Prompt`. This determines if the response is treated as case-sensitive. Defaults to `True`. - Added `Console.on_broken_pipe` [https://github.com/Textualize/rich/pull/3468](https://redirect.github.com/Textualize/rich/pull/3468) </details> --- ### Configuration 📅 **Schedule**: Branch creation - At any time (no schedule defined), Automerge - 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, check this box --- This PR was generated by [Mend Renovate](https://mend.io/renovate/). View the [repository job log](https://developer.mend.io/github/probberechts/soccerdata). <!--renovate-debug:eyJjcmVhdGVkSW5WZXIiOiIzOC41OS4yIiwidXBkYXRlZEluVmVyIjoiMzguOTcuMCIsInRhcmdldEJyYW5jaCI6Im1hc3RlciIsImxhYmVscyI6WyJkZXBlbmRlbmNpZXMiXX0=--> --- <sub>🔄 This issue represents a GitHub Pull Request. It cannot be merged through Gitea due to API limitations.</sub>
kerem 2026-03-02 15:59:24 +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#750
No description provided.