Skip to content

Commit

Permalink
pip prod(deps): bump textual from 0.84.0 to 0.85.1 (#3348)
Browse files Browse the repository at this point in the history
Bumps [textual](https://github.com/Textualize/textual) from 0.84.0 to
0.85.1.
<details>
<summary>Release notes</summary>
<p><em>Sourced from <a
href="https://github.com/Textualize/textual/releases">textual's
releases</a>.</em></p>
<blockquote>
<h2>The Freddy's hotfix Release</h2>
<p>Hotfix to fix saving screenshots on Windows</p>
<h2>[0.85.1] - 2024-10-26</h2>
<h3>Fixed</h3>
<ul>
<li>Fixed encoding issue when saving files such as screenshots on
Windows <a
href="https://redirect.github.com/Textualize/textual/pull/5182">Textualize/textual#5182</a></li>
</ul>
<h2>The Freddy's Revenge Release</h2>
<p>This versions updates the demo app. The previous demo was written
quite a while ago and needed a refresh. It's not <em>quite</em> finished
(there are plenty more widgets to cover), but it is still a bug
improvement over the old one.</p>
<pre><code>python -m textual
</code></pre>
<p>Give it a shot, we think it is pretty fun to play with.</p>
<p><a
href="https://github.com/user-attachments/assets/6a1742ba-bdb1-4d2b-ab5c-0f9abaf4b503">https://github.com/user-attachments/assets/6a1742ba-bdb1-4d2b-ab5c-0f9abaf4b503</a></p>
<p>There are a number of other updates in this release, and some
under-the-hood changes for even smoother updates and optimizations. See
below for the full list...</p>
<p>Enjoy!</p>
<h2>[0.85.0] - 2024-10-25</h2>
<h3>Changed</h3>
<ul>
<li>Grid will now size children to the maximum height of a row <a
href="https://redirect.github.com/Textualize/textual/pull/5113">Textualize/textual#5113</a></li>
<li>Markdown links will be opened with <code>App.open_url</code>
automatically <a
href="https://redirect.github.com/Textualize/textual/pull/5113">Textualize/textual#5113</a></li>
<li>The universal selector (<code>*</code>) will now not match widgets
with the class <code>-textual-system</code> (scrollbars, notifications
etc) <a
href="https://redirect.github.com/Textualize/textual/pull/5113">Textualize/textual#5113</a></li>
<li>Renamed <code>Screen.can_view</code> and
<code>Widget.can_view</code> to <code>Screen.can_view_entire</code> and
<code>Widget.can_view_entire</code> <a
href="https://redirect.github.com/Textualize/textual/pull/5174">Textualize/textual#5174</a></li>
</ul>
<h3>Added</h3>
<ul>
<li>Added Link widget <a
href="https://redirect.github.com/Textualize/textual/pull/5113">Textualize/textual#5113</a></li>
<li>Added <code>open_links</code> to <code>Markdown</code> and
<code>MarkdownViewer</code> widgets <a
href="https://redirect.github.com/Textualize/textual/pull/5113">Textualize/textual#5113</a></li>
<li>Added <code>App.DEFAULT_MODE</code> <a
href="https://redirect.github.com/Textualize/textual/pull/5113">Textualize/textual#5113</a></li>
<li>Added <code>Containers.HorizontalGroup</code> and
<code>Containers.VerticalGroup</code> <a
href="https://redirect.github.com/Textualize/textual/pull/5113">Textualize/textual#5113</a></li>
<li>Added <code>$</code>, <code>£</code>, <code>€</code>,
<code>(</code>, <code>)</code> symbols to Digits <a
href="https://redirect.github.com/Textualize/textual/pull/5113">Textualize/textual#5113</a></li>
<li>Added <code>Button.action</code> parameter to invoke action when
clicked <a
href="https://redirect.github.com/Textualize/textual/pull/5113">Textualize/textual#5113</a></li>
<li>Added <code>immediate</code> parameter to scroll methods <a
href="https://redirect.github.com/Textualize/textual/pull/5164">Textualize/textual#5164</a></li>
<li>Added <code>textual._loop.loop_from_index</code> <a
href="https://redirect.github.com/Textualize/textual/pull/5164">Textualize/textual#5164</a></li>
<li>Added <code>min_color</code> and <code>max_color</code> to
Sparklines constructor, which take precedence over CSS <a
href="https://redirect.github.com/Textualize/textual/pull/5174">Textualize/textual#5174</a></li>
<li>Added new demo <code>python -m textual</code>, not <em>quite</em>
finished but better than the old one <a
href="https://redirect.github.com/Textualize/textual/pull/5174">Textualize/textual#5174</a></li>
<li>Added <code>Screen.can_view_partial</code> and
<code>Widget.can_view_partial</code> <a
href="https://redirect.github.com/Textualize/textual/pull/5174">Textualize/textual#5174</a></li>
<li>Added <code>App.is_web</code> property to indicate if the app is
running via a web browser <a
href="https://redirect.github.com/Textualize/textual/pull/5128">Textualize/textual#5128</a></li>
</ul>
<!-- raw HTML omitted -->
</blockquote>
<p>... (truncated)</p>
</details>
<details>
<summary>Changelog</summary>
<p><em>Sourced from <a
href="https://github.com/Textualize/textual/blob/main/CHANGELOG.md">textual's
changelog</a>.</em></p>
<blockquote>
<h2>[0.85.1] - 2024-10-26</h2>
<h3>Fixed</h3>
<ul>
<li>Fixed encoding issue when saving files such as screenshots on
Windows <a
href="https://redirect.github.com/Textualize/textual/pull/5182">Textualize/textual#5182</a></li>
</ul>
<h2>[0.85.0] - 2024-10-25</h2>
<h3>Changed</h3>
<ul>
<li>Grid will now size children to the maximum height of a row <a
href="https://redirect.github.com/Textualize/textual/pull/5113">Textualize/textual#5113</a></li>
<li>Markdown links will be opened with <code>App.open_url</code>
automatically <a
href="https://redirect.github.com/Textualize/textual/pull/5113">Textualize/textual#5113</a></li>
<li>The universal selector (<code>*</code>) will now not match widgets
with the class <code>-textual-system</code> (scrollbars, notifications
etc) <a
href="https://redirect.github.com/Textualize/textual/pull/5113">Textualize/textual#5113</a></li>
<li>Renamed <code>Screen.can_view</code> and
<code>Widget.can_view</code> to <code>Screen.can_view_entire</code> and
<code>Widget.can_view_entire</code> <a
href="https://redirect.github.com/Textualize/textual/pull/5174">Textualize/textual#5174</a></li>
</ul>
<h3>Added</h3>
<ul>
<li>Added Link widget <a
href="https://redirect.github.com/Textualize/textual/pull/5113">Textualize/textual#5113</a></li>
<li>Added <code>open_links</code> to <code>Markdown</code> and
<code>MarkdownViewer</code> widgets <a
href="https://redirect.github.com/Textualize/textual/pull/5113">Textualize/textual#5113</a></li>
<li>Added <code>App.DEFAULT_MODE</code> <a
href="https://redirect.github.com/Textualize/textual/pull/5113">Textualize/textual#5113</a></li>
<li>Added <code>Containers.HorizontalGroup</code> and
<code>Containers.VerticalGroup</code> <a
href="https://redirect.github.com/Textualize/textual/pull/5113">Textualize/textual#5113</a></li>
<li>Added <code>$</code>, <code>£</code>, <code>€</code>,
<code>(</code>, <code>)</code> symbols to Digits <a
href="https://redirect.github.com/Textualize/textual/pull/5113">Textualize/textual#5113</a></li>
<li>Added <code>Button.action</code> parameter to invoke action when
clicked <a
href="https://redirect.github.com/Textualize/textual/pull/5113">Textualize/textual#5113</a></li>
<li>Added <code>immediate</code> parameter to scroll methods <a
href="https://redirect.github.com/Textualize/textual/pull/5164">Textualize/textual#5164</a></li>
<li>Added <code>textual._loop.loop_from_index</code> <a
href="https://redirect.github.com/Textualize/textual/pull/5164">Textualize/textual#5164</a></li>
<li>Added <code>min_color</code> and <code>max_color</code> to
Sparklines constructor, which take precedence over CSS <a
href="https://redirect.github.com/Textualize/textual/pull/5174">Textualize/textual#5174</a></li>
<li>Added new demo <code>python -m textual</code>, not <em>quite</em>
finished but better than the old one <a
href="https://redirect.github.com/Textualize/textual/pull/5174">Textualize/textual#5174</a></li>
<li>Added <code>Screen.can_view_partial</code> and
<code>Widget.can_view_partial</code> <a
href="https://redirect.github.com/Textualize/textual/pull/5174">Textualize/textual#5174</a></li>
<li>Added <code>App.is_web</code> property to indicate if the app is
running via a web browser <a
href="https://redirect.github.com/Textualize/textual/pull/5128">Textualize/textual#5128</a></li>
<li><code>Enter</code> and <code>Leave</code> events can now be used
with the <code>on</code> decorator <a
href="https://redirect.github.com/Textualize/textual/pull/5159">Textualize/textual#5159</a></li>
</ul>
<h3>Fixed</h3>
<ul>
<li>Fixed glitchy ListView <a
href="https://redirect.github.com/Textualize/textual/issues/5163">Textualize/textual#5163</a></li>
</ul>
</blockquote>
</details>
<details>
<summary>Commits</summary>
<ul>
<li><a
href="https://github.com/Textualize/textual/commit/26eb2c3fc462e53b0092928a3b4e99ddd8c1087b"><code>26eb2c3</code></a>
changelog</li>
<li><a
href="https://github.com/Textualize/textual/commit/421a3cf4f6fa42fb0ae074ee93827464ca0b0935"><code>421a3cf</code></a>
Merge pull request <a
href="https://redirect.github.com/Textualize/textual/issues/5182">#5182</a>
from Textualize/fix-encoding</li>
<li><a
href="https://github.com/Textualize/textual/commit/902385992228dea2e1a0f41a10026bc398244eae"><code>9023859</code></a>
fix encoding</li>
<li><a
href="https://github.com/Textualize/textual/commit/37eaf23331c8361a007a3e6935f8bf8bba3d4279"><code>37eaf23</code></a>
remove old demo from docs</li>
<li><a
href="https://github.com/Textualize/textual/commit/610f3b38e6370050fafa9122d829fe24c9006514"><code>610f3b3</code></a>
Merge pull request <a
href="https://redirect.github.com/Textualize/textual/issues/5175">#5175</a>
from Textualize/bump0850</li>
<li><a
href="https://github.com/Textualize/textual/commit/17a2b19a3a2f96a8f3c3e9927c78bb8874e31db6"><code>17a2b19</code></a>
update to force tests on GA</li>
<li><a
href="https://github.com/Textualize/textual/commit/5df435494a7550f2e38c9d051c99c4bf48fc7595"><code>5df4354</code></a>
bump</li>
<li><a
href="https://github.com/Textualize/textual/commit/60979e0a5062c7d9e7a76979f358c9c4756b4beb"><code>60979e0</code></a>
Merge pull request <a
href="https://redirect.github.com/Textualize/textual/issues/5159">#5159</a>
from TomJGooding/feat-events-add-control-property-to...</li>
<li><a
href="https://github.com/Textualize/textual/commit/9a72e06d56c4cf31cfd750c978b99e53e08607f9"><code>9a72e06</code></a>
Merge branch 'main' into
feat-events-add-control-property-to-enter-and-leave</li>
<li><a
href="https://github.com/Textualize/textual/commit/b9be24f8f158bf49449d04913afe6f2ae35cfe6a"><code>b9be24f</code></a>
Merge pull request <a
href="https://redirect.github.com/Textualize/textual/issues/5128">#5128</a>
from TomJGooding/feat-app-add-is-web-property</li>
<li>Additional commits viewable in <a
href="https://github.com/Textualize/textual/compare/v0.84.0...v0.85.1">compare
view</a></li>
</ul>
</details>
<br />


[![Dependabot compatibility
score](https://dependabot-badges.githubapp.com/badges/compatibility_score?dependency-name=textual&package-manager=pip&previous-version=0.84.0&new-version=0.85.1)](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>
  • Loading branch information
dependabot[bot] authored Oct 28, 2024
1 parent 3c60932 commit 9003858
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion pyproject.toml
Original file line number Diff line number Diff line change
Expand Up @@ -33,7 +33,7 @@ dev = [
"pytest-asyncio==0.24.0",
"pyright==1.1.386",
]
gui = ["textual==0.84.0", "pyclip==0.7"]
gui = ["textual==0.85.1", "pyclip==0.7"]
jax = ["jax==0.4.35", "numpy==2.1.2"]
onnx = ["onnx==1.17.0", "numpy==2.1.2"]
riscv = ["riscemu==2.2.7"]
Expand Down

0 comments on commit 9003858

Please sign in to comment.