-
Notifications
You must be signed in to change notification settings - Fork 1
Closed as not planned
Description
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
- Fix tilde character (
~
) not included in link regex when printing to console Textualize/rich#3057[13.5.0] - 2023-07-29
Fixed
- Fixed Text.expand_tabs not expanding spans.
- Fixed TimeElapsedColumn from showing negative.
- Fix for escaping strings with a trailing backslash Textualize/rich#2987
- Fixed exception in Markdown with partial table Textualize/rich#3053
- Fixed the HTML export template so that the
<html>
tag comes before the<head>
tag Textualize/rich#3021- Fixed issue with custom classes overwriting
__eq__
Textualize/rich#2875- Fix rich.pretty.install breakage in iPython Textualize/rich#3013
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
- Fixed typing extensions import in markdown Textualize/rich#2979
[13.4.0] - 2023-05-31
Added
... (truncated)
Commits
720800e
fix tab size issue4037906
Merge pull request #3071 from ThiefMaster/patch-1e66d43b
Fix nonsensical date in changelog3fa3d36
Merge pull request #3070 from Textualize/bump1351aabfd16
changelog0e9ce52
version bump27a5a37
Merge pull request #3069 from Textualize/willmcgugan-patch-12d035d1
Merge pull request #3067 from LukeSavefrogs/master33fcafe
Formattest_highlighter.py
usingblack
5633a67
Update FUNDING.yml- Additional commits viewable in compare view
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
Labels
No labels