Skip to content

Commit

Permalink
pip prod(deps): bump textual from 0.85.1 to 0.85.2 (#3386)
Browse files Browse the repository at this point in the history
Bumps [textual](https://github.com/Textualize/textual) from 0.85.1 to
0.85.2.
<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 Focus, Will, Focus! Release</h2>
<p>An interim fix, for broken focus-within pseudo-selector</p>
<h2>[0.85.2] - 2024-11-02</h2>
<ul>
<li>Fixed broken focus-within <a
href="https://redirect.github.com/Textualize/textual/pull/5190">Textualize/textual#5190</a></li>
</ul>
</blockquote>
</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.2] - 2024-11-02</h2>
<ul>
<li>Fixed broken focus-within <a
href="https://redirect.github.com/Textualize/textual/pull/5190">Textualize/textual#5190</a></li>
</ul>
</blockquote>
</details>
<details>
<summary>Commits</summary>
<ul>
<li><a
href="https://github.com/Textualize/textual/commit/241381879ff387b119d97f0aef99cfbf884fab8d"><code>2413818</code></a>
Merge pull request <a
href="https://redirect.github.com/Textualize/textual/issues/5202">#5202</a>
from Textualize/bump0852</li>
<li><a
href="https://github.com/Textualize/textual/commit/56058635ec66e72c97be97f835c321834a6be5c0"><code>5605863</code></a>
bump version</li>
<li><a
href="https://github.com/Textualize/textual/commit/cc4e9c4bcfba47cd86967cb2aae675252822ff7f"><code>cc4e9c4</code></a>
link doc</li>
<li><a
href="https://github.com/Textualize/textual/commit/dca0179c5e52322e8b19a3c98a08d6bd301ebe08"><code>dca0179</code></a>
expose enabled to constructor</li>
<li><a
href="https://github.com/Textualize/textual/commit/6ec324753168fcfcb6ca77e720f505c81d80f5b0"><code>6ec3247</code></a>
sneaky fix, don't tell Darren</li>
<li><a
href="https://github.com/Textualize/textual/commit/40da260cd252038c80bb04155d1f449fa4eaf05b"><code>40da260</code></a>
Merge pull request <a
href="https://redirect.github.com/Textualize/textual/issues/5196">#5196</a>
from Textualize/optional-httpx</li>
<li><a
href="https://github.com/Textualize/textual/commit/1bb1972a3a74b49d5fd6b90f82bd3d99de0420f3"><code>1bb1972</code></a>
wording</li>
<li><a
href="https://github.com/Textualize/textual/commit/844766e450e553abae27c6037c7b645dab3170a6"><code>844766e</code></a>
Make httpx optional in demo</li>
<li><a
href="https://github.com/Textualize/textual/commit/ac5d571e940eca9edd64d8f928a322b0039f44c9"><code>ac5d571</code></a>
Merge pull request <a
href="https://redirect.github.com/Textualize/textual/issues/5190">#5190</a>
from Textualize/fix-focus-within</li>
<li><a
href="https://github.com/Textualize/textual/commit/c8db1d6cfe55b8dd1627682f1c23a8476c8267c2"><code>c8db1d6</code></a>
typing</li>
<li>Additional commits viewable in <a
href="https://github.com/Textualize/textual/compare/v0.85.1...v0.85.2">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.85.1&new-version=0.85.2)](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 Nov 4, 2024
1 parent 3c3fcee commit f91af93
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.387",
]
gui = ["textual==0.85.1", "pyclip==0.7"]
gui = ["textual==0.85.2", "pyclip==0.7"]
jax = ["jax==0.4.35", "numpy==2.1.3"]
onnx = ["onnx==1.17.0", "numpy==2.1.3"]
riscv = ["riscemu==2.2.7"]
Expand Down

0 comments on commit f91af93

Please sign in to comment.