dbx
dbx copied to clipboard
Update rich requirement from <=13.0.0,>=12.6.0 to >=12.6.0,<=13.8.1
trafficstars
Updates the requirements on rich to permit the latest version.
Release notes
Sourced from rich's releases.
The Python 3.13 release
[13.8.1] - 2024-09-10
Fixed
- Added support for Python 3.13 Textualize/rich#3481
- Fixed infinite loop when appending Text to same instance Textualize/rich#3480
Changelog
Sourced from rich's changelog.
[13.8.1] - 2024-09-10
Fixed
- Added support for Python 3.13 Textualize/rich#3481
- Fixed infinite loop when appending Text to same instance Textualize/rich#3480
[13.8.0] - 2024-08-26
Fixed
- Fixed
Tablerendering 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 Textualize/rich#3401
- Fix pretty repr for
collections.dequeTextualize/rich#2864- Thread used in progress.track will exit if an exception occurs in a generator Textualize/rich#3402
- Progress track thread is now a daemon thread Textualize/rich#3402
- Fixed cached hash preservation upon clearing meta and links Textualize/rich#2942
- Fixed overriding the
background_colorofSyntaxnot including padding Textualize/rich#3295- Fixed pretty printing of dataclasses with a default repr in Python 3.13 Textualize/rich#3455
- Fixed selective enabling of highlighting when disabled in the
ConsoleTextualize/rich#3419- Fixed BrokenPipeError writing an error message Textualize/rich#3468
- Fixed superfluous space above Markdown tables Textualize/rich#3469
- Fixed issue with record and capture interaction Textualize/rich#3470
- Fixed control codes breaking in
append_tokensTextualize/rich#3471- Fixed exception pretty printing a dataclass with missing fields Textualize/rich#3472
Changed
RichHandlererrors and warnings will now use different colors (red and yellow) Textualize/rich#2825- Removed the empty line printed in jupyter while using
ProgressTextualize/rich#2616- Running tests in environment with
FORCE_COLORorNO_COLORenvironment variables- ansi decoder will now strip problematic private escape sequences (like
\x1b7) Textualize/rich#3278- Tree's ASCII_GUIDES and TREE_GUIDES constants promoted to class attributes
Added
- Adds a
case_sensitiveparameter toprompt.Prompt. This determines if the response is treated as case-sensitive. Defaults toTrue.- Added
Console.on_broken_pipeTextualize/rich#3468[13.7.1] - 2024-02-28
Fixed
- Updated the widths of some characters Textualize/rich#3289
[13.7.0] - 2023-11-15
Added
... (truncated)
Commits
260b35fMerge pull request #3485 from Textualize/bump1381574038dbump1f131d1Merge pull request #3481 from hugovk/add-3.13c8abbb3Fix test for Python 3.13815596eAdd support for Python 3.1322c2cffMerge pull request #3480 from Textualize/fix-infinite-appendf44e8bdchangelogf2ee295fix infinite loop in append9ec4191Merge pull request #3473 from Textualize/bump13809c74f03bump to v13.8.0- Additional commits viewable in compare view
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 rebasewill rebase this PR@dependabot recreatewill recreate this PR, overwriting any edits that have been made to it@dependabot mergewill merge this PR after your CI passes on it@dependabot squash and mergewill squash and merge this PR after your CI passes on it@dependabot cancel mergewill cancel a previously requested merge and block automerging@dependabot reopenwill reopen this PR if it is closed@dependabot closewill close this PR and stop Dependabot recreating it. You can achieve the same result by closing it manually@dependabot show <dependency name> ignore conditionswill show all of the ignore conditions of the specified dependency@dependabot ignore this major versionwill 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 versionwill 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 dependencywill close this PR and stop Dependabot creating any more for this dependency (unless you reopen the PR or upgrade to it yourself)