Skip to content

Commit 00faab8

Browse files
Bump rich from 14.0.0 to 14.1.0 (#11342)
Bumps [rich](https://github.com/Textualize/rich) from 14.0.0 to 14.1.0. <details> <summary>Release notes</summary> <p><em>Sourced from <a href="https://github.com/Textualize/rich/releases">rich's releases</a>.</em></p> <blockquote> <h2>The Lively Release</h2> <p>Live objects may now be nested. Previously a progress bar inside another progress context would fail. See the changelog below for this and other changes.</p> <h2>[14.1.0] - 2025-06-25</h2> <h3>Changed</h3> <ul> <li>Removed <code>typing_extensions</code> from runtime dependencies <a href="https://redirect.github.com/Textualize/rich/pull/3763">Textualize/rich#3763</a></li> <li>Live objects (including Progress) may now be nested <a href="https://redirect.github.com/Textualize/rich/pull/3768">Textualize/rich#3768</a></li> <li>Added padding property to Syntax which returns a tuple of four integers <a href="https://redirect.github.com/Textualize/rich/pull/3782">Textualize/rich#3782</a></li> </ul> <h3>Fixed</h3> <ul> <li>Fixed extraction of recursive exceptions <a href="https://redirect.github.com/Textualize/rich/pull/3772">Textualize/rich#3772</a></li> <li>Fixed padding applied to Syntax <a href="https://redirect.github.com/Textualize/rich/pull/3782">Textualize/rich#3782</a></li> <li>Fixed <code>Panel</code> title missing the panel background style <a href="https://redirect.github.com/Textualize/rich/issues/3569">Textualize/rich#3569</a></li> </ul> <h3>Added</h3> <ul> <li>Added <code>TTY_INTERACTIVE</code> environment variable to force interactive mode off or on <a href="https://redirect.github.com/Textualize/rich/pull/3777">Textualize/rich#3777</a></li> </ul> </blockquote> </details> <details> <summary>Changelog</summary> <p><em>Sourced from <a href="https://github.com/Textualize/rich/blob/master/CHANGELOG.md">rich's changelog</a>.</em></p> <blockquote> <h2>[14.1.0] - 2025-06-25</h2> <h3>Changed</h3> <ul> <li>Removed <code>typing_extensions</code> from runtime dependencies <a href="https://redirect.github.com/Textualize/rich/pull/3763">Textualize/rich#3763</a></li> <li>Live objects (including Progress) may now be nested <a href="https://redirect.github.com/Textualize/rich/pull/3768">Textualize/rich#3768</a></li> <li>Added padding property to Syntax which returns a tuple of four integers <a href="https://redirect.github.com/Textualize/rich/pull/3782">Textualize/rich#3782</a></li> </ul> <h3>Fixed</h3> <ul> <li>Fixed extraction of recursive exceptions <a href="https://redirect.github.com/Textualize/rich/pull/3772">Textualize/rich#3772</a></li> <li>Fixed padding applied to Syntax <a href="https://redirect.github.com/Textualize/rich/pull/3782">Textualize/rich#3782</a></li> <li>Fixed <code>Panel</code> title missing the panel background style <a href="https://redirect.github.com/Textualize/rich/issues/3569">Textualize/rich#3569</a></li> </ul> <h3>Added</h3> <ul> <li>Added <code>TTY_INTERACTIVE</code> environment variable to force interactive mode off or on <a href="https://redirect.github.com/Textualize/rich/pull/3777">Textualize/rich#3777</a></li> </ul> </blockquote> </details> <details> <summary>Commits</summary> <ul> <li><a href="https://github.com/Textualize/rich/commit/2dca1b70359dac61e1bbfb6f14ebe19a5ab79c3d"><code>2dca1b7</code></a> Merge pull request <a href="https://redirect.github.com/Textualize/rich/issues/3808">#3808</a> from Textualize/bump1410</li> <li><a href="https://github.com/Textualize/rich/commit/19b6dddd807b887eaaf313174fff3eb2e22cda25"><code>19b6ddd</code></a> version bump</li> <li><a href="https://github.com/Textualize/rich/commit/a75a9a9838814cffb68cefe3522fc47c8ddce768"><code>a75a9a9</code></a> Merge pull request <a href="https://redirect.github.com/Textualize/rich/issues/3807">#3807</a> from Textualize/optimize-options</li> <li><a href="https://github.com/Textualize/rich/commit/9a08a2d3a983591e2d0d46e4f63558dd8df9e47d"><code>9a08a2d</code></a> optimize size</li> <li><a href="https://github.com/Textualize/rich/commit/9c9b011187bba772dca57653c9114005b489f005"><code>9c9b011</code></a> Merge pull request <a href="https://redirect.github.com/Textualize/rich/issues/3680">#3680</a> from Textualize/willmcgugan-patch-1</li> <li><a href="https://github.com/Textualize/rich/commit/56855a6b81befafa6e978cffed4c1fb389a20df0"><code>56855a6</code></a> Update bug_report.md</li> <li><a href="https://github.com/Textualize/rich/commit/fa9ce3ce70c22ea2bb83dbd1f867fe90d1b3f0c5"><code>fa9ce3c</code></a> Merge pull request <a href="https://redirect.github.com/Textualize/rich/issues/3692">#3692</a> from smacke/null-tb-offset-fix</li> <li><a href="https://github.com/Textualize/rich/commit/e0c7e96b303e6f3e48818380527129fb21f453f3"><code>e0c7e96</code></a> Merge pull request <a href="https://redirect.github.com/Textualize/rich/issues/3783">#3783</a> from Textualize/live-typing</li> <li><a href="https://github.com/Textualize/rich/commit/81b12554b3b15374aa48dae3f6507202bd8fab3e"><code>81b1255</code></a> Self typing</li> <li><a href="https://github.com/Textualize/rich/commit/21b3800894f6a81d3f68a0e34796be67e3ccd39f"><code>21b3800</code></a> Merge pull request <a href="https://redirect.github.com/Textualize/rich/issues/3718">#3718</a> from TomJGooding/fix-panel-fix-title-missing-panel-b...</li> <li>Additional commits viewable in <a href="https://github.com/Textualize/rich/compare/v14.0.0...v14.1.0">compare view</a></li> </ul> </details> <br /> [![Dependabot compatibility score](https://dependabot-badges.githubapp.com/badges/compatibility_score?dependency-name=rich&package-manager=pip&previous-version=14.0.0&new-version=14.1.0)](https://docs.github.com/en/github/managing-security-vulnerabilities/about-dependabot-security-updates#about-compatibility-scores) 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-automerge-start) [//]: # (dependabot-automerge-end) --- <details> <summary>Dependabot commands and options</summary> <br /> You can trigger Dependabot actions by commenting on this PR: - `@dependabot rebase` will rebase this PR - `@dependabot recreate` will recreate this PR, overwriting any edits that have been made to it - `@dependabot merge` will merge this PR after your CI passes on it - `@dependabot squash and merge` will squash and merge this PR after your CI passes on it - `@dependabot cancel merge` will cancel a previously requested merge and block automerging - `@dependabot reopen` will reopen this PR if it is closed - `@dependabot close` will close this PR and stop Dependabot recreating it. You can achieve the same result by closing it manually - `@dependabot show <dependency name> ignore conditions` will show all of the ignore conditions of the specified dependency - `@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 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 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) </details> Signed-off-by: dependabot[bot] <[email protected]> Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
1 parent 8ea0038 commit 00faab8

File tree

4 files changed

+16
-20
lines changed

4 files changed

+16
-20
lines changed

requirements/constraints.txt

Lines changed: 1 addition & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -211,7 +211,7 @@ requests==2.32.4
211211
# cherry-picker
212212
# sphinx
213213
# sphinxcontrib-spelling
214-
rich==14.0.0
214+
rich==14.1.0
215215
# via pytest-codspeed
216216
setuptools-git==1.2
217217
# via -r requirements/test.in
@@ -275,7 +275,6 @@ typing-extensions==4.14.1
275275
# pydantic
276276
# pydantic-core
277277
# python-on-whales
278-
# rich
279278
# typing-inspection
280279
typing-inspection==0.4.1
281280
# via pydantic

requirements/dev.txt

Lines changed: 1 addition & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -205,7 +205,7 @@ requests==2.32.4
205205
# via
206206
# cherry-picker
207207
# sphinx
208-
rich==14.0.0
208+
rich==14.1.0
209209
# via pytest-codspeed
210210
setuptools-git==1.2
211211
# via -r requirements/test.in
@@ -266,7 +266,6 @@ typing-extensions==4.14.1
266266
# pydantic
267267
# pydantic-core
268268
# python-on-whales
269-
# rich
270269
# typing-inspection
271270
typing-inspection==0.4.1
272271
# via pydantic

requirements/lint.txt

Lines changed: 1 addition & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -90,7 +90,7 @@ python-on-whales==0.78.0
9090
# via -r requirements/lint.in
9191
pyyaml==6.0.2
9292
# via pre-commit
93-
rich==14.0.0
93+
rich==14.1.0
9494
# via pytest-codspeed
9595
six==1.17.0
9696
# via python-dateutil
@@ -110,7 +110,6 @@ typing-extensions==4.14.1
110110
# pydantic
111111
# pydantic-core
112112
# python-on-whales
113-
# rich
114113
# typing-inspection
115114
typing-inspection==0.4.1
116115
# via pydantic

requirements/test.txt

Lines changed: 13 additions & 14 deletions
Original file line numberDiff line numberDiff line change
@@ -5,19 +5,19 @@
55
# pip-compile --allow-unsafe --output-file=requirements/test.txt --resolver=backtracking --strip-extras requirements/test.in
66
#
77
aiodns==3.5.0
8-
# via -r /home/dependabot/dependabot-updater/tmp/20250715-1384-v0sr9j/dependabot_20250715-1384-mw23m4/requirements/runtime-deps.in
8+
# via -r requirements/runtime-deps.in
99
aiohappyeyeballs==2.6.1
10-
# via -r /home/dependabot/dependabot-updater/tmp/20250715-1384-v0sr9j/dependabot_20250715-1384-mw23m4/requirements/runtime-deps.in
10+
# via -r requirements/runtime-deps.in
1111
aiosignal==1.4.0
12-
# via -r /home/dependabot/dependabot-updater/tmp/20250715-1384-v0sr9j/dependabot_20250715-1384-mw23m4/requirements/runtime-deps.in
12+
# via -r requirements/runtime-deps.in
1313
annotated-types==0.7.0
1414
# via pydantic
1515
async-timeout==5.0.1 ; python_version < "3.11"
16-
# via -r /home/dependabot/dependabot-updater/tmp/20250715-1384-v0sr9j/dependabot_20250715-1384-mw23m4/requirements/runtime-deps.in
16+
# via -r requirements/runtime-deps.in
1717
blockbuster==1.5.25
1818
# via -r requirements/test.in
1919
brotli==1.1.0 ; platform_python_implementation == "CPython"
20-
# via -r /home/dependabot/dependabot-updater/tmp/20250715-1384-v0sr9j/dependabot_20250715-1384-mw23m4/requirements/runtime-deps.in
20+
# via -r requirements/runtime-deps.in
2121
cffi==1.17.1
2222
# via
2323
# cryptography
@@ -41,10 +41,10 @@ freezegun==1.5.3
4141
# via -r requirements/test.in
4242
frozenlist==1.7.0
4343
# via
44-
# -r /home/dependabot/dependabot-updater/tmp/20250715-1384-v0sr9j/dependabot_20250715-1384-mw23m4/requirements/runtime-deps.in
44+
# -r requirements/runtime-deps.in
4545
# aiosignal
4646
gunicorn==23.0.0
47-
# via -r /home/dependabot/dependabot-updater/tmp/20250715-1384-v0sr9j/dependabot_20250715-1384-mw23m4/requirements/base.in
47+
# via -r requirements/base.in
4848
idna==3.6
4949
# via
5050
# trustme
@@ -59,7 +59,7 @@ mdurl==0.1.2
5959
# via markdown-it-py
6060
multidict==6.6.3
6161
# via
62-
# -r /home/dependabot/dependabot-updater/tmp/20250715-1384-v0sr9j/dependabot_20250715-1384-mw23m4/requirements/runtime-deps.in
62+
# -r requirements/runtime-deps.in
6363
# yarl
6464
mypy==1.17.0 ; implementation_name == "cpython"
6565
# via -r requirements/test.in
@@ -79,7 +79,7 @@ pluggy==1.6.0
7979
# pytest-cov
8080
propcache==0.3.2
8181
# via
82-
# -r /home/dependabot/dependabot-updater/tmp/20250715-1384-v0sr9j/dependabot_20250715-1384-mw23m4/requirements/runtime-deps.in
82+
# -r requirements/runtime-deps.in
8383
# yarl
8484
proxy-py==2.4.10
8585
# via -r requirements/test.in
@@ -114,7 +114,7 @@ python-dateutil==2.9.0.post0
114114
# via freezegun
115115
python-on-whales==0.78.0
116116
# via -r requirements/test.in
117-
rich==14.0.0
117+
rich==14.1.0
118118
# via pytest-codspeed
119119
setuptools-git==1.2
120120
# via -r requirements/test.in
@@ -136,17 +136,16 @@ typing-extensions==4.14.1
136136
# pydantic
137137
# pydantic-core
138138
# python-on-whales
139-
# rich
140139
# typing-inspection
141140
typing-inspection==0.4.1
142141
# via pydantic
143142
uvloop==0.21.0 ; platform_system != "Windows" and implementation_name == "cpython"
144-
# via -r /home/dependabot/dependabot-updater/tmp/20250715-1384-v0sr9j/dependabot_20250715-1384-mw23m4/requirements/base.in
143+
# via -r requirements/base.in
145144
wait-for-it==2.3.0
146145
# via -r requirements/test.in
147146
yarl==1.20.1
148-
# via -r /home/dependabot/dependabot-updater/tmp/20250715-1384-v0sr9j/dependabot_20250715-1384-mw23m4/requirements/runtime-deps.in
147+
# via -r requirements/runtime-deps.in
149148
zlib-ng==0.5.1
150149
# via -r requirements/test.in
151150
zstandard==0.23.0 ; platform_python_implementation == "CPython" and python_version < "3.14"
152-
# via -r /home/dependabot/dependabot-updater/tmp/20250715-1384-v0sr9j/dependabot_20250715-1384-mw23m4/requirements/runtime-deps.in
151+
# via -r requirements/runtime-deps.in

0 commit comments

Comments
 (0)