Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
pip prod(deps): bump textual from 0.63.2 to 0.72.0 (#2873)
Bumps [textual](https://github.com/Textualize/textual) from 0.63.2 to 0.72.0. <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 Prune Release</h2> <p>A fixes release. The largest of which is a refactor to the logic of removing widgets, which should resolve some instability on shutdown in particular.</p> <h2>[0.72.0] - 2024-07-09</h2> <h3>Changed</h3> <ul> <li>More predictable DOM removals. <a href="https://redirect.github.com/Textualize/textual/pull/4708">Textualize/textual#4708</a></li> </ul> <h3>Fixed</h3> <ul> <li>Fixed clicking separator in OptionList moving cursor <a href="https://redirect.github.com/Textualize/textual/issues/4710">Textualize/textual#4710</a></li> <li>Fixed scrolling issue in OptionList <a href="https://redirect.github.com/Textualize/textual/pull/4709">Textualize/textual#4709</a></li> </ul> <h2>The Working on my Break Release</h2> <p>Mostly fixes and stability related changes, see below.</p> <p>Note, there is a change to the SVG snapshots. The SVGs are now "normalized" to reduce the chances that they will break due to non-visual changes. Unfortunately this does mean that your snapshots will break with this release, but the upside is they will break less often in the future!</p> <h2>[0.71.0] - 2024-06-29</h2> <h3>Changed</h3> <ul> <li>Snapshot tests will normalize SVG output so that changes with no visual impact don't break snapshots, but this release will break most of them.</li> <li>Breaking change: <code>App.push_screen</code> now returns an Awaitable rather than a screen. <a href="https://redirect.github.com/Textualize/textual/pull/4672">Textualize/textual#4672</a></li> <li>Breaking change: <code>Screen.dismiss</code> now returns an Awaitable rather than a bool. <a href="https://redirect.github.com/Textualize/textual/pull/4672">Textualize/textual#4672</a></li> </ul> <h3>Fixed</h3> <ul> <li>Fixed grid + keyline when the grid has auto dimensions <a href="https://redirect.github.com/Textualize/textual/pull/4680">Textualize/textual#4680</a></li> <li>Fixed mouse code leakage <a href="https://redirect.github.com/Textualize/textual/pull/4681">Textualize/textual#4681</a></li> <li>Fixed link inside markdown table not posting a <code>Markdown.LinkClicked</code> message <a href="https://redirect.github.com/Textualize/textual/issues/4683">Textualize/textual#4683</a></li> <li>Fixed issue with mouse movements on non-active screen <a href="https://redirect.github.com/Textualize/textual/pull/4688">Textualize/textual#4688</a></li> </ul> <h2>The Buttoned Down Release</h2> <h2>[0.70.0] - 2024-06-19</h2> <h3>Fixed</h3> <ul> <li>Fixed erroneous mouse 'ButtonDown' reporting for mouse movement when any-event mode is enabled in xterm. <a href="https://redirect.github.com/Textualize/textual/pull/3647">Textualize/textual#3647</a></li> </ul> <h2>The "I'm not going there" Release</h2> <p>A fix with API tweak</p> <h2>[0.69.0] - 2024-06-16</h2> <h3>Added</h3> <ul> <li>Added <code>App.simulate_key</code> <a href="https://redirect.github.com/Textualize/textual/pull/4657">Textualize/textual#4657</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.72.0] - 2024-07-09</h2> <h3>Changed</h3> <ul> <li>More predictable DOM removals. <a href="https://redirect.github.com/Textualize/textual/pull/4708">Textualize/textual#4708</a></li> </ul> <h3>Fixed</h3> <ul> <li>Fixed clicking separator in OptionList moving cursor <a href="https://redirect.github.com/Textualize/textual/issues/4710">Textualize/textual#4710</a></li> <li>Fixed scrolling issue in OptionList <a href="https://redirect.github.com/Textualize/textual/pull/4709">Textualize/textual#4709</a></li> </ul> <h2>[0.71.0] - 2024-06-29</h2> <h3>Changed</h3> <ul> <li>Snapshot tests will normalize SVG output so that changes with no visual impact don't break snapshots, but this release will break most of them.</li> <li>Breaking change: <code>App.push_screen</code> now returns an Awaitable rather than a screen. <a href="https://redirect.github.com/Textualize/textual/pull/4672">Textualize/textual#4672</a></li> <li>Breaking change: <code>Screen.dismiss</code> now returns an Awaitable rather than a bool. <a href="https://redirect.github.com/Textualize/textual/pull/4672">Textualize/textual#4672</a></li> </ul> <h3>Fixed</h3> <ul> <li>Fixed grid + keyline when the grid has auto dimensions <a href="https://redirect.github.com/Textualize/textual/pull/4680">Textualize/textual#4680</a></li> <li>Fixed mouse code leakage <a href="https://redirect.github.com/Textualize/textual/pull/4681">Textualize/textual#4681</a></li> <li>Fixed link inside markdown table not posting a <code>Markdown.LinkClicked</code> message <a href="https://redirect.github.com/Textualize/textual/issues/4683">Textualize/textual#4683</a></li> <li>Fixed issue with mouse movements on non-active screen <a href="https://redirect.github.com/Textualize/textual/pull/4688">Textualize/textual#4688</a></li> </ul> <h2>[0.70.0] - 2024-06-19</h2> <h3>Fixed</h3> <ul> <li>Fixed erroneous mouse 'ButtonDown' reporting for mouse movement when any-event mode is enabled in xterm. <a href="https://redirect.github.com/Textualize/textual/pull/3647">Textualize/textual#3647</a></li> </ul> <h2>[0.69.0] - 2024-06-16</h2> <h3>Added</h3> <ul> <li>Added <code>App.simulate_key</code> <a href="https://redirect.github.com/Textualize/textual/pull/4657">Textualize/textual#4657</a></li> </ul> <h3>Fixed</h3> <ul> <li>Fixed issue with pop_screen launched from an action <a href="https://redirect.github.com/Textualize/textual/pull/4657">Textualize/textual#4657</a></li> </ul> <h3>Changed</h3> <ul> <li><code>App.check_bindings</code> is now private</li> <li><code>App.action_check_bindings</code> is now <code>App.action_simulate_key</code></li> </ul> <h2>[0.68.0] - 2024-06-14</h2> <!-- raw HTML omitted --> </blockquote> <p>... (truncated)</p> </details> <details> <summary>Commits</summary> <ul> <li><a href="https://github.com/Textualize/textual/commit/b1b27f6714210af933fc53ab02b9e2bbc0775b32"><code>b1b27f6</code></a> Merge pull request <a href="https://redirect.github.com/Textualize/textual/issues/4715">#4715</a> from Textualize/bump0720</li> <li><a href="https://github.com/Textualize/textual/commit/296ea740078fba302be7820a51a2ee0e75df5299"><code>296ea74</code></a> version bump</li> <li><a href="https://github.com/Textualize/textual/commit/121a8f0ec06dde760356ac54f42df21589c65acc"><code>121a8f0</code></a> version bump</li> <li><a href="https://github.com/Textualize/textual/commit/056a19f9f7de8afc69b76896bf37656880c38c87"><code>056a19f</code></a> Merge pull request <a href="https://redirect.github.com/Textualize/textual/issues/4712">#4712</a> from TomJGooding/fix-option-list-fix-clicking-separa...</li> <li><a href="https://github.com/Textualize/textual/commit/f96114a512008da8371185382990e3291f999158"><code>f96114a</code></a> snapshot</li> <li><a href="https://github.com/Textualize/textual/commit/70d42b3e527fe1bf0495e7fdf926925df527d8e1"><code>70d42b3</code></a> simpler fix</li> <li><a href="https://github.com/Textualize/textual/commit/963149f47b40bfcdb5b9a974b7143164320300d0"><code>963149f</code></a> snapshots</li> <li><a href="https://github.com/Textualize/textual/commit/796ea8e4f0bd07812f9ad241256669751b943c98"><code>796ea8e</code></a> no meta for separator</li> <li><a href="https://github.com/Textualize/textual/commit/63470d0bf171b0d1bdea2e1589225d562117812e"><code>63470d0</code></a> Merge pull request <a href="https://redirect.github.com/Textualize/textual/issues/4709">#4709</a> from TomJGooding/fix-option-list-fix-scrolling-with-...</li> <li><a href="https://github.com/Textualize/textual/commit/f3055760e9847224cd64925a89ecb85e7e303852"><code>f305576</code></a> Merge branch 'main' into fix-option-list-fix-scrolling-with-multiline-options</li> <li>Additional commits viewable in <a href="https://github.com/Textualize/textual/compare/v0.63.2...v0.72.0">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.63.2&new-version=0.72.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>
- Loading branch information