Skip to content

[PR] Update rich requirement from <13,>=12 to >=12,<14 #62

@ohl-bot

Description

@ohl-bot

Pull Request originally created by dependabot[bot] on 2023-08-21T11:15:21Z

Merging: dependabot/pip/rich-gte-12-and-lt-14 @ 7397def61a465f1e6e765f9682b9541d5d8e07a9

To base branch: main @ 0480f3f


Updates the requirements on rich to permit the latest version.

Release notes

Sourced from rich's releases.

v13.5.2

Bugfix

[13.5.2] - 2023-08-01

Fixed

  • Fixed Text.expand_tabs assertion error
Changelog

Sourced from rich's changelog.

[13.5.2] - 2023-08-01

Fixed

  • Fixed Text.expand_tab assertion error

[13.5.1] - 2023-07-31

Fixed

[13.5.0] - 2023-07-29

Fixed

Added

  • Added Text.extend_style method.
  • Added Span.extend method.

Changed

  • Text.tab_size now defaults to None to indicate that Console.tab_size should be used.

[13.4.2] - 2023-06-12

Changed

  • Relaxed markdown-it-py dependency

[13.4.1] - 2023-05-31

Fixed

[13.4.0] - 2023-05-31

Added

... (truncated)

Commits

You can trigger a rebase of this PR by commenting [dependabot](https://github.com/dependabot) rebase.


Dependabot commands and options

You can trigger Dependabot actions by commenting on this PR:

  • [dependabot](https://github.com/dependabot) rebase will rebase this PR
  • [dependabot](https://github.com/dependabot) recreate will recreate this PR, overwriting any edits that have been made to it
  • [dependabot](https://github.com/dependabot) merge will merge this PR after your CI passes on it
  • [dependabot](https://github.com/dependabot) squash and merge will squash and merge this PR after your CI passes on it
  • [dependabot](https://github.com/dependabot) cancel merge will cancel a previously requested merge and block automerging
  • [dependabot](https://github.com/dependabot) reopen will reopen this PR if it is closed
  • [dependabot](https://github.com/dependabot) close will close this PR and stop Dependabot recreating it. You can achieve the same result by closing it manually
  • [dependabot](https://github.com/dependabot) show <dependency name> ignore conditions will show all of the ignore conditions of the specified dependency
  • [dependabot](https://github.com/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](https://github.com/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](https://github.com/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)

Note
Automatic rebases have been disabled on this pull request as it has been open for over 30 days.


diff --git a/requirements.txt b/requirements.txt
index e3cc16c..d45dff9 100644
--- a/requirements.txt
+++ b/requirements.txt
@@ -1,6 +1,6 @@
 click>=8.0.0,<9
 pyyaml>=5,<7
-rich>=12,<13
+rich>=12,<14
 requests>=2.27.0,<3
 pcpp>=1.2,<2
 zstandard>=0.19.0,<1
\ No newline at end of file

Metadata

Metadata

Assignees

No one assigned

    Labels

    No labels
    No labels

    Type

    No type

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions