Commit 4029c83
authored
Bump the python group with 6 updates (#171)
Bumps the python group with 6 updates:
| Package | From | To |
| --- | --- | --- |
| [prek](https://github.com/j178/prek) | `0.3.6` | `0.3.8` |
| [ruff](https://github.com/astral-sh/ruff) | `0.15.7` | `0.15.8` |
| [toml-sort](https://github.com/pappasam/toml-sort) | `0.24.3` |
`0.24.4` |
| [ty](https://github.com/astral-sh/ty) | `0.0.24` | `0.0.27` |
| [tox](https://github.com/tox-dev/tox) | `4.50.3` | `4.52.0` |
| [tox-uv](https://github.com/tox-dev/tox-uv) | `1.33.4` | `1.34.0` |
Updates `prek` from 0.3.6 to 0.3.8
<details>
<summary>Release notes</summary>
<p><em>Sourced from <a
href="https://github.com/j178/prek/releases">prek's
releases</a>.</em></p>
<blockquote>
<h2>0.3.8</h2>
<h2>Release Notes</h2>
<p>Released on 2026-03-23.</p>
<h3>Enhancements</h3>
<ul>
<li>Add experimental <code>language: deno</code> support (<a
href="https://redirect.github.com/j178/prek/pull/1516">#1516</a>)</li>
<li>Add <code>pretty-format-json</code> as builtin hook (<a
href="https://redirect.github.com/j178/prek/pull/915">#915</a>)</li>
<li>Add <code>check-vcs-permalinks</code> as builtin hook (<a
href="https://redirect.github.com/j178/prek/pull/1842">#1842</a>)</li>
<li>Add <code>check-illegal-windows-names</code> as builtin hook (<a
href="https://redirect.github.com/j178/prek/pull/1841">#1841</a>)</li>
<li>Add <code>check-shebang-scripts-are-executable</code> builtin hook
(<a
href="https://redirect.github.com/j178/prek/pull/1847">#1847</a>)</li>
<li>Add <code>destroyed-symlinks</code> builtin hook (<a
href="https://redirect.github.com/j178/prek/pull/1851">#1851</a>)</li>
<li>Add <code>file-contents-sorter</code> as builtin hook (<a
href="https://redirect.github.com/j178/prek/pull/1846">#1846</a>)</li>
<li>Add <code>--all</code> flag to <code>prek uninstall</code> (<a
href="https://redirect.github.com/j178/prek/pull/1817">#1817</a>)</li>
<li>Improve file pattern parse errors (<a
href="https://redirect.github.com/j178/prek/pull/1829">#1829</a>)</li>
<li>Validate <code>uv</code> binary after download (<a
href="https://redirect.github.com/j178/prek/pull/1825">#1825</a>)</li>
</ul>
<h3>Bug fixes</h3>
<ul>
<li>Fix workspace-relative added file paths (<a
href="https://redirect.github.com/j178/prek/pull/1852">#1852</a>)</li>
<li>Relax alias-anchor ratio check for check-yaml (<a
href="https://redirect.github.com/j178/prek/pull/1839">#1839</a>)</li>
</ul>
<h3>Contributors</h3>
<ul>
<li><a href="https://github.com/j178"><code>@j178</code></a></li>
<li><a
href="https://github.com/shaanmajid"><code>@shaanmajid</code></a></li>
<li><a
href="https://github.com/mvanhorn"><code>@mvanhorn</code></a></li>
<li><a href="https://github.com/feliblo"><code>@feliblo</code></a></li>
<li><a href="https://github.com/Tiryoh"><code>@Tiryoh</code></a></li>
</ul>
<h2>Install prek 0.3.8</h2>
<h3>Install prebuilt binaries via shell script</h3>
<pre lang="sh"><code>curl --proto '=https' --tlsv1.2 -LsSf
https://github.com/j178/prek/releases/download/v0.3.8/prek-installer.sh
| sh
</code></pre>
<h3>Install prebuilt binaries via powershell script</h3>
<pre lang="sh"><code>powershell -ExecutionPolicy Bypass -c "irm
https://github.com/j178/prek/releases/download/v0.3.8/prek-installer.ps1
| iex"
</code></pre>
<h3>Install prebuilt binaries via Homebrew</h3>
<pre lang="sh"><code>brew install prek
</code></pre>
<!-- raw HTML omitted -->
</blockquote>
<p>... (truncated)</p>
</details>
<details>
<summary>Changelog</summary>
<p><em>Sourced from <a
href="https://github.com/j178/prek/blob/master/CHANGELOG.md">prek's
changelog</a>.</em></p>
<blockquote>
<h2>0.3.8</h2>
<p>Released on 2026-03-23.</p>
<h3>Enhancements</h3>
<ul>
<li>Add experimental <code>language: deno</code> support (<a
href="https://redirect.github.com/j178/prek/pull/1516">#1516</a>)</li>
<li>Add <code>pretty-format-json</code> as builtin hook (<a
href="https://redirect.github.com/j178/prek/pull/915">#915</a>)</li>
<li>Add <code>check-vcs-permalinks</code> as builtin hook (<a
href="https://redirect.github.com/j178/prek/pull/1842">#1842</a>)</li>
<li>Add <code>check-illegal-windows-names</code> as builtin hook (<a
href="https://redirect.github.com/j178/prek/pull/1841">#1841</a>)</li>
<li>Add <code>check-shebang-scripts-are-executable</code> builtin hook
(<a
href="https://redirect.github.com/j178/prek/pull/1847">#1847</a>)</li>
<li>Add <code>destroyed-symlinks</code> builtin hook (<a
href="https://redirect.github.com/j178/prek/pull/1851">#1851</a>)</li>
<li>Add <code>file-contents-sorter</code> as builtin hook (<a
href="https://redirect.github.com/j178/prek/pull/1846">#1846</a>)</li>
<li>Add <code>--all</code> flag to <code>prek uninstall</code> (<a
href="https://redirect.github.com/j178/prek/pull/1817">#1817</a>)</li>
<li>Improve file pattern parse errors (<a
href="https://redirect.github.com/j178/prek/pull/1829">#1829</a>)</li>
<li>Validate <code>uv</code> binary after download (<a
href="https://redirect.github.com/j178/prek/pull/1825">#1825</a>)</li>
</ul>
<h3>Bug fixes</h3>
<ul>
<li>Fix workspace-relative added file paths (<a
href="https://redirect.github.com/j178/prek/pull/1852">#1852</a>)</li>
<li>Relax alias-anchor ratio check for check-yaml (<a
href="https://redirect.github.com/j178/prek/pull/1839">#1839</a>)</li>
</ul>
<h3>Contributors</h3>
<ul>
<li><a href="https://github.com/j178"><code>@j178</code></a></li>
<li><a
href="https://github.com/shaanmajid"><code>@shaanmajid</code></a></li>
<li><a
href="https://github.com/mvanhorn"><code>@mvanhorn</code></a></li>
<li><a href="https://github.com/feliblo"><code>@feliblo</code></a></li>
<li><a href="https://github.com/Tiryoh"><code>@Tiryoh</code></a></li>
</ul>
<h2>0.3.7</h2>
<p>Due to a release process failure, this version was republished as
0.3.8.</p>
</blockquote>
</details>
<details>
<summary>Commits</summary>
<ul>
<li><a
href="https://github.com/j178/prek/commit/bb412c08089c21c2a6aeec2e8d0cac64b56adf7c"><code>bb412c0</code></a>
Bump version to 0.3.8 (<a
href="https://redirect.github.com/j178/prek/issues/1858">#1858</a>)</li>
<li><a
href="https://github.com/j178/prek/commit/21de0b9ff9df17d753500cf4612ba004cb878c53"><code>21de0b9</code></a>
Fix permission for publish-npm</li>
<li><a
href="https://github.com/j178/prek/commit/00e7be732e2b6a2ba9bed0bd3a220e565d0482a1"><code>00e7be7</code></a>
Clarify why check-illegal-windows-names stays builtin-only (<a
href="https://redirect.github.com/j178/prek/issues/1857">#1857</a>)</li>
<li><a
href="https://github.com/j178/prek/commit/1dbec0c329628ffdc2c8802105e2ed865e1820f1"><code>1dbec0c</code></a>
Bump version to 0.3.7 (<a
href="https://redirect.github.com/j178/prek/issues/1856">#1856</a>)</li>
<li><a
href="https://github.com/j178/prek/commit/ba62c0407849f740f84e57c1062b6243d8025093"><code>ba62c04</code></a>
Add <code>pretty_format_json</code> as builtin hook (<a
href="https://redirect.github.com/j178/prek/issues/915">#915</a>)</li>
<li><a
href="https://github.com/j178/prek/commit/dbca90453a294d4fc305bb7e943dd7a0903a5218"><code>dbca904</code></a>
Fix workspace-relative added file paths (<a
href="https://redirect.github.com/j178/prek/issues/1852">#1852</a>)</li>
<li><a
href="https://github.com/j178/prek/commit/24f2d627bf34800ad48448cfe3749cb6b59248dc"><code>24f2d62</code></a>
Add <code>destroyed-symlinks</code> builtin hook (<a
href="https://redirect.github.com/j178/prek/issues/1851">#1851</a>)</li>
<li><a
href="https://github.com/j178/prek/commit/fc529df13275f8b02ce348610e88991dc7363c2c"><code>fc529df</code></a>
Add <code>check-shebang-scripts-are-executable</code> builtin hook (<a
href="https://redirect.github.com/j178/prek/issues/1847">#1847</a>)</li>
<li><a
href="https://github.com/j178/prek/commit/addddb89894828315f1e8d453e956548141827bd"><code>addddb8</code></a>
Add <code>file-contents-sorter</code> as builtin hook (<a
href="https://redirect.github.com/j178/prek/issues/1846">#1846</a>)</li>
<li><a
href="https://github.com/j178/prek/commit/cb3f71c3221034877d8731ce27db23b209690dde"><code>cb3f71c</code></a>
Add <code>check-vcs-permalinks</code> as builtin hook (<a
href="https://redirect.github.com/j178/prek/issues/1842">#1842</a>)</li>
<li>Additional commits viewable in <a
href="https://github.com/j178/prek/compare/v0.3.6...v0.3.8">compare
view</a></li>
</ul>
</details>
<br />
Updates `ruff` from 0.15.7 to 0.15.8
<details>
<summary>Release notes</summary>
<p><em>Sourced from <a
href="https://github.com/astral-sh/ruff/releases">ruff's
releases</a>.</em></p>
<blockquote>
<h2>0.15.8</h2>
<h2>Release Notes</h2>
<p>Released on 2026-03-26.</p>
<h3>Preview features</h3>
<ul>
<li>[<code>ruff</code>] New rule <code>unnecessary-if</code>
(<code>RUF050</code>) (<a
href="https://redirect.github.com/astral-sh/ruff/pull/24114">#24114</a>)</li>
<li>[<code>ruff</code>] New rule <code>useless-finally</code>
(<code>RUF072</code>) (<a
href="https://redirect.github.com/astral-sh/ruff/pull/24165">#24165</a>)</li>
<li>[<code>ruff</code>] New rule <code>f-string-percent-format</code>
(<code>RUF073</code>): warn when using <code>%</code> operator on an
f-string (<a
href="https://redirect.github.com/astral-sh/ruff/pull/24162">#24162</a>)</li>
<li>[<code>pyflakes</code>] Recognize <code>frozendict</code> as a
builtin for Python 3.15+ (<a
href="https://redirect.github.com/astral-sh/ruff/pull/24100">#24100</a>)</li>
</ul>
<h3>Bug fixes</h3>
<ul>
<li>[<code>flake8-async</code>] Use fully-qualified
<code>anyio.lowlevel</code> import in autofix (<code>ASYNC115</code>)
(<a
href="https://redirect.github.com/astral-sh/ruff/pull/24166">#24166</a>)</li>
<li>[<code>flake8-bandit</code>] Check tuple arguments for partial paths
in <code>S607</code> (<a
href="https://redirect.github.com/astral-sh/ruff/pull/24080">#24080</a>)</li>
<li>[<code>pyflakes</code>] Skip <code>undefined-name</code>
(<code>F821</code>) for conditionally deleted variables (<a
href="https://redirect.github.com/astral-sh/ruff/pull/24088">#24088</a>)</li>
<li><code>E501</code>/<code>W505</code>/formatter: Exclude nested pragma
comments from line width calculation (<a
href="https://redirect.github.com/astral-sh/ruff/pull/24071">#24071</a>)</li>
<li>Fix <code>%foo?</code> parsing in IPython assignment expressions (<a
href="https://redirect.github.com/astral-sh/ruff/pull/24152">#24152</a>)</li>
<li><code>analyze graph</code>: resolve string imports that reference
attributes, not just modules (<a
href="https://redirect.github.com/astral-sh/ruff/pull/24058">#24058</a>)</li>
</ul>
<h3>Rule changes</h3>
<ul>
<li>[<code>eradicate</code>] ignore <code>ty: ignore</code> comments in
<code>ERA001</code> (<a
href="https://redirect.github.com/astral-sh/ruff/pull/24192">#24192</a>)</li>
<li>[<code>flake8-bandit</code>] Treat <code>sys.executable</code> as
trusted input in <code>S603</code> (<a
href="https://redirect.github.com/astral-sh/ruff/pull/24106">#24106</a>)</li>
<li>[<code>flake8-self</code>] Recognize <code>Self</code> annotation
and <code>self</code> assignment in <code>SLF001</code> (<a
href="https://redirect.github.com/astral-sh/ruff/pull/24144">#24144</a>)</li>
<li>[<code>pyflakes</code>] <code>F507</code>: Fix false negative for
non-tuple RHS in <code>%</code>-formatting (<a
href="https://redirect.github.com/astral-sh/ruff/pull/24142">#24142</a>)</li>
<li>[<code>refurb</code>] Parenthesize generator arguments in
<code>FURB142</code> fixer (<a
href="https://redirect.github.com/astral-sh/ruff/pull/24200">#24200</a>)</li>
</ul>
<h3>Performance</h3>
<ul>
<li>Speed up diagnostic rendering (<a
href="https://redirect.github.com/astral-sh/ruff/pull/24146">#24146</a>)</li>
</ul>
<h3>Server</h3>
<ul>
<li>Warn when Markdown files are skipped due to preview being disabled
(<a
href="https://redirect.github.com/astral-sh/ruff/pull/24150">#24150</a>)</li>
</ul>
<h3>Documentation</h3>
<ul>
<li>Clarify <code>extend-ignore</code> and <code>extend-select</code>
settings documentation (<a
href="https://redirect.github.com/astral-sh/ruff/pull/24064">#24064</a>)</li>
<li>Mention AI policy in PR template (<a
href="https://redirect.github.com/astral-sh/ruff/pull/24198">#24198</a>)</li>
</ul>
<h3>Other changes</h3>
<ul>
<li>Use trusted publishing for NPM packages (<a
href="https://redirect.github.com/astral-sh/ruff/pull/24171">#24171</a>)</li>
</ul>
<h3>Contributors</h3>
<ul>
<li><a href="https://github.com/bitloi"><code>@bitloi</code></a></li>
<li><a href="https://github.com/Sim-hu"><code>@Sim-hu</code></a></li>
</ul>
<!-- raw HTML omitted -->
</blockquote>
<p>... (truncated)</p>
</details>
<details>
<summary>Changelog</summary>
<p><em>Sourced from <a
href="https://github.com/astral-sh/ruff/blob/main/CHANGELOG.md">ruff's
changelog</a>.</em></p>
<blockquote>
<h2>0.15.8</h2>
<p>Released on 2026-03-26.</p>
<h3>Preview features</h3>
<ul>
<li>[<code>ruff</code>] New rule <code>unnecessary-if</code>
(<code>RUF050</code>) (<a
href="https://redirect.github.com/astral-sh/ruff/pull/24114">#24114</a>)</li>
<li>[<code>ruff</code>] New rule <code>useless-finally</code>
(<code>RUF072</code>) (<a
href="https://redirect.github.com/astral-sh/ruff/pull/24165">#24165</a>)</li>
<li>[<code>ruff</code>] New rule <code>f-string-percent-format</code>
(<code>RUF073</code>): warn when using <code>%</code> operator on an
f-string (<a
href="https://redirect.github.com/astral-sh/ruff/pull/24162">#24162</a>)</li>
<li>[<code>pyflakes</code>] Recognize <code>frozendict</code> as a
builtin for Python 3.15+ (<a
href="https://redirect.github.com/astral-sh/ruff/pull/24100">#24100</a>)</li>
</ul>
<h3>Bug fixes</h3>
<ul>
<li>[<code>flake8-async</code>] Use fully-qualified
<code>anyio.lowlevel</code> import in autofix (<code>ASYNC115</code>)
(<a
href="https://redirect.github.com/astral-sh/ruff/pull/24166">#24166</a>)</li>
<li>[<code>flake8-bandit</code>] Check tuple arguments for partial paths
in <code>S607</code> (<a
href="https://redirect.github.com/astral-sh/ruff/pull/24080">#24080</a>)</li>
<li>[<code>pyflakes</code>] Skip <code>undefined-name</code>
(<code>F821</code>) for conditionally deleted variables (<a
href="https://redirect.github.com/astral-sh/ruff/pull/24088">#24088</a>)</li>
<li><code>E501</code>/<code>W505</code>/formatter: Exclude nested pragma
comments from line width calculation (<a
href="https://redirect.github.com/astral-sh/ruff/pull/24071">#24071</a>)</li>
<li>Fix <code>%foo?</code> parsing in IPython assignment expressions (<a
href="https://redirect.github.com/astral-sh/ruff/pull/24152">#24152</a>)</li>
<li><code>analyze graph</code>: resolve string imports that reference
attributes, not just modules (<a
href="https://redirect.github.com/astral-sh/ruff/pull/24058">#24058</a>)</li>
</ul>
<h3>Rule changes</h3>
<ul>
<li>[<code>eradicate</code>] ignore <code>ty: ignore</code> comments in
<code>ERA001</code> (<a
href="https://redirect.github.com/astral-sh/ruff/pull/24192">#24192</a>)</li>
<li>[<code>flake8-bandit</code>] Treat <code>sys.executable</code> as
trusted input in <code>S603</code> (<a
href="https://redirect.github.com/astral-sh/ruff/pull/24106">#24106</a>)</li>
<li>[<code>flake8-self</code>] Recognize <code>Self</code> annotation
and <code>self</code> assignment in <code>SLF001</code> (<a
href="https://redirect.github.com/astral-sh/ruff/pull/24144">#24144</a>)</li>
<li>[<code>pyflakes</code>] <code>F507</code>: Fix false negative for
non-tuple RHS in <code>%</code>-formatting (<a
href="https://redirect.github.com/astral-sh/ruff/pull/24142">#24142</a>)</li>
<li>[<code>refurb</code>] Parenthesize generator arguments in
<code>FURB142</code> fixer (<a
href="https://redirect.github.com/astral-sh/ruff/pull/24200">#24200</a>)</li>
</ul>
<h3>Performance</h3>
<ul>
<li>Speed up diagnostic rendering (<a
href="https://redirect.github.com/astral-sh/ruff/pull/24146">#24146</a>)</li>
</ul>
<h3>Server</h3>
<ul>
<li>Warn when Markdown files are skipped due to preview being disabled
(<a
href="https://redirect.github.com/astral-sh/ruff/pull/24150">#24150</a>)</li>
</ul>
<h3>Documentation</h3>
<ul>
<li>Clarify <code>extend-ignore</code> and <code>extend-select</code>
settings documentation (<a
href="https://redirect.github.com/astral-sh/ruff/pull/24064">#24064</a>)</li>
<li>Mention AI policy in PR template (<a
href="https://redirect.github.com/astral-sh/ruff/pull/24198">#24198</a>)</li>
</ul>
<h3>Other changes</h3>
<ul>
<li>Use trusted publishing for NPM packages (<a
href="https://redirect.github.com/astral-sh/ruff/pull/24171">#24171</a>)</li>
</ul>
<h3>Contributors</h3>
<ul>
<li><a href="https://github.com/bitloi"><code>@bitloi</code></a></li>
<li><a href="https://github.com/Sim-hu"><code>@Sim-hu</code></a></li>
<li><a
href="https://github.com/mvanhorn"><code>@mvanhorn</code></a></li>
</ul>
<!-- raw HTML omitted -->
</blockquote>
<p>... (truncated)</p>
</details>
<details>
<summary>Commits</summary>
<ul>
<li><a
href="https://github.com/astral-sh/ruff/commit/c2a8815842f9dc5d24ec19385eae0f1a7188b0d9"><code>c2a8815</code></a>
Release 0.15.8 (<a
href="https://redirect.github.com/astral-sh/ruff/issues/24217">#24217</a>)</li>
<li><a
href="https://github.com/astral-sh/ruff/commit/d444d52e2b9cc8bc9a078c2bd4ff6ff993290209"><code>d444d52</code></a>
[ty] Infer lambda expressions with <code>Callable</code> type context
(<a
href="https://redirect.github.com/astral-sh/ruff/issues/22633">#22633</a>)</li>
<li><a
href="https://github.com/astral-sh/ruff/commit/9622285ed0081fc688149f6efca87f127d9b18dd"><code>9622285</code></a>
[ty] Autocomplete arguments if in arguments node (<a
href="https://redirect.github.com/astral-sh/ruff/issues/24167">#24167</a>)</li>
<li><a
href="https://github.com/astral-sh/ruff/commit/d81266252aaf0820346d55edbed79c4f25ba13d2"><code>d812662</code></a>
Use the <code>release</code> environment in <code>publish-docs</code>
(<a
href="https://redirect.github.com/astral-sh/ruff/issues/24214">#24214</a>)</li>
<li><a
href="https://github.com/astral-sh/ruff/commit/eda2355832f7a9c58aef6febd3e061dc9c87509a"><code>eda2355</code></a>
[ty] Show <code>Final</code> source in final assignment diagnostic (<a
href="https://redirect.github.com/astral-sh/ruff/issues/24194">#24194</a>)</li>
<li><a
href="https://github.com/astral-sh/ruff/commit/929eb5238c82bfadad4549ff526f02efc0163dd0"><code>929eb52</code></a>
[ty] Enforce Final attribute assignment rules for annotated and
augmented wri...</li>
<li><a
href="https://github.com/astral-sh/ruff/commit/34998be22ec3a77d398bbd55234ef8740f768329"><code>34998be</code></a>
[ty] Fix typo in comment (<a
href="https://redirect.github.com/astral-sh/ruff/issues/24211">#24211</a>)</li>
<li><a
href="https://github.com/astral-sh/ruff/commit/560aca0b2828ee2ff1b4bcc5c5ef1ef4ced229d2"><code>560aca0</code></a>
[ty] Minor simplifications to some benchmark code (<a
href="https://redirect.github.com/astral-sh/ruff/issues/24209">#24209</a>)</li>
<li><a
href="https://github.com/astral-sh/ruff/commit/683bae512d03d3727a7bcdbc5a0170dafa049583"><code>683bae5</code></a>
[ty] Track non-terminal-call constraints in global scope (<a
href="https://redirect.github.com/astral-sh/ruff/issues/23245">#23245</a>)</li>
<li><a
href="https://github.com/astral-sh/ruff/commit/4704c2a4ff3dde2fd29324346720e9516b4fe387"><code>4704c2a</code></a>
[ty] Remove unnecessary intermediate collection in
`StaticClassLiteral::field...</li>
<li>Additional commits viewable in <a
href="https://github.com/astral-sh/ruff/compare/0.15.7...0.15.8">compare
view</a></li>
</ul>
</details>
<br />
Updates `toml-sort` from 0.24.3 to 0.24.4
<details>
<summary>Release notes</summary>
<p><em>Sourced from <a
href="https://github.com/pappasam/toml-sort/releases">toml-sort's
releases</a>.</em></p>
<blockquote>
<h2>Version 0.24.4</h2>
<h3>Changed</h3>
<ul>
<li>Exclude lock files from pre-commit hooks</li>
</ul>
</blockquote>
</details>
<details>
<summary>Changelog</summary>
<p><em>Sourced from <a
href="https://github.com/pappasam/toml-sort/blob/main/CHANGELOG.md">toml-sort's
changelog</a>.</em></p>
<blockquote>
<h2>0.24.4</h2>
<h3>Changed</h3>
<ul>
<li>Exclude lock files from pre-commit hooks</li>
</ul>
</blockquote>
</details>
<details>
<summary>Commits</summary>
<ul>
<li><a
href="https://github.com/pappasam/toml-sort/commit/2970ae9bb7124fe5117a27e10c10d2da051ce05a"><code>2970ae9</code></a>
bump changelog, update version</li>
<li><a
href="https://github.com/pappasam/toml-sort/commit/9d6181f6d048ae1aa31a8686d79be0b9d8ed2ad2"><code>9d6181f</code></a>
Merge pull request <a
href="https://redirect.github.com/pappasam/toml-sort/issues/96">#96</a>
from xavier2k6/revise_workflows</li>
<li><a
href="https://github.com/pappasam/toml-sort/commit/fd562ad809eb8db84d5a680490dcbeaca3912107"><code>fd562ad</code></a>
Merge pull request <a
href="https://redirect.github.com/pappasam/toml-sort/issues/98">#98</a>
from jamesbraza/excluding-uv-lock</li>
<li><a
href="https://github.com/pappasam/toml-sort/commit/b93ce25e0bd55cd83e4ee3edebecbbac60aaba1c"><code>b93ce25</code></a>
Excluding lock files from pre-commit hooks</li>
<li><a
href="https://github.com/pappasam/toml-sort/commit/04f3ad508417d01d75fb66586e400c6621eea910"><code>04f3ad5</code></a>
Refactor workflows</li>
<li>See full diff in <a
href="https://github.com/pappasam/toml-sort/compare/v0.24.3...v0.24.4">compare
view</a></li>
</ul>
</details>
<br />
Updates `ty` from 0.0.24 to 0.0.27
<details>
<summary>Release notes</summary>
<p><em>Sourced from <a
href="https://github.com/astral-sh/ty/releases">ty's
releases</a>.</em></p>
<blockquote>
<h2>0.0.27</h2>
<h2>Release Notes</h2>
<p>Released on 2026-03-31.</p>
<h3>Bug fixes</h3>
<ul>
<li>Fix panic on debug builds when attempting to provide autocomplete
suggestions for <code>list[int]<CURSOR>()</code> (<a
href="https://redirect.github.com/astral-sh/ruff/pull/24167">#24167</a>)</li>
<li>Fix instance-attribute lookup in methods of protocol classes (<a
href="https://redirect.github.com/astral-sh/ruff/pull/24213">#24213</a>)</li>
<li>Fix nested global and nonlocal lookups through forwarding scopes (<a
href="https://redirect.github.com/astral-sh/ruff/pull/24279">#24279</a>)</li>
<li>Fix panic on <code>list[Annotated[()]]</code> (<a
href="https://redirect.github.com/astral-sh/ruff/pull/24303">#24303</a>)</li>
<li>Fix stack overflow on <code>type A = TypeIs[Callable[[], A]]</code>
(<a
href="https://redirect.github.com/astral-sh/ruff/pull/24245">#24245</a>)</li>
<li>Use <code>_cls</code> as the name of the first argument for
synthesized <code>collections.namedtuple</code> constructor methods (<a
href="https://redirect.github.com/astral-sh/ruff/pull/24333">#24333</a>)</li>
</ul>
<h3>LSP server</h3>
<ul>
<li>Fix semantic token classification for properties accessed on
instances (<a
href="https://redirect.github.com/astral-sh/ruff/pull/24065">#24065</a>)</li>
<li>Grey out unused bindings in the editor (<a
href="https://redirect.github.com/astral-sh/ruff/pull/23305">#23305</a>)</li>
</ul>
<h3>Core type checking</h3>
<ul>
<li>Add bidirectional type context for TypedDict <code>get()</code>
defaults (<a
href="https://redirect.github.com/astral-sh/ruff/pull/24231">#24231</a>)</li>
<li>Add bidirectional type context for TypedDict <code>pop()</code>
defaults (<a
href="https://redirect.github.com/astral-sh/ruff/pull/24229">#24229</a>)</li>
<li>Add support for functional TypedDict (<a
href="https://redirect.github.com/astral-sh/ruff/pull/24174">#24174</a>,
<a
href="https://redirect.github.com/astral-sh/ruff/pull/24331">#24331</a>,
<a
href="https://redirect.github.com/astral-sh/ruff/pull/24295">#24295</a>)</li>
<li>Ban type qualifiers in PEP-695 type aliases (<a
href="https://redirect.github.com/astral-sh/ruff/pull/24242">#24242</a>)</li>
<li>Enforce <code>Final</code> attribute assignment rules for annotated
and augmented writes (<a
href="https://redirect.github.com/astral-sh/ruff/pull/23880">#23880</a>)</li>
<li>Improve support for <code>Callable</code> type context (<a
href="https://redirect.github.com/astral-sh/ruff/pull/23888">#23888</a>)</li>
<li>Infer lambda expressions with <code>Callable</code> type context (<a
href="https://redirect.github.com/astral-sh/ruff/pull/22633">#22633</a>)</li>
<li>Don't incorrectly infer the type of a method as being a singleton
type when it's accessed off an instance (<a
href="https://redirect.github.com/astral-sh/ruff/pull/24039">#24039</a>)</li>
<li>Propagate type context through <code>await</code> expressions (<a
href="https://redirect.github.com/astral-sh/ruff/pull/24256">#24256</a>)</li>
<li>Resolve union-likes in emitting union attribute errors (<a
href="https://redirect.github.com/astral-sh/ruff/pull/24263">#24263</a>)</li>
<li>Show the user where the variable was declared as <code>Final</code>
when emitting a diagnostic about a <code>Final</code> variable being
reassigned (<a
href="https://redirect.github.com/astral-sh/ruff/pull/24194">#24194</a>)</li>
</ul>
<h3>Contributors</h3>
<ul>
<li><a href="https://github.com/carljm"><code>@carljm</code></a></li>
<li><a
href="https://github.com/mvanhorn"><code>@mvanhorn</code></a></li>
<li><a
href="https://github.com/oconnor663"><code>@oconnor663</code></a></li>
<li><a
href="https://github.com/ibraheemdev"><code>@ibraheemdev</code></a></li>
<li><a href="https://github.com/zanieb"><code>@zanieb</code></a></li>
<li><a
href="https://github.com/denyszhak"><code>@denyszhak</code></a></li>
<li><a
href="https://github.com/Glyphack"><code>@Glyphack</code></a></li>
<li><a
href="https://github.com/charliermarsh"><code>@charliermarsh</code></a></li>
<li><a
href="https://github.com/AlexWaygood"><code>@AlexWaygood</code></a></li>
</ul>
<h2>Install ty 0.0.27</h2>
<h3>Install prebuilt binaries via shell script</h3>
<pre lang="sh"><code></tr></table>
</code></pre>
</blockquote>
<p>... (truncated)</p>
</details>
<details>
<summary>Changelog</summary>
<p><em>Sourced from <a
href="https://github.com/astral-sh/ty/blob/main/CHANGELOG.md">ty's
changelog</a>.</em></p>
<blockquote>
<h2>0.0.27</h2>
<p>Released on 2026-03-31.</p>
<h3>Bug fixes</h3>
<ul>
<li>Fix panic on debug builds when attempting to provide autocomplete
suggestions for <code>list[int]<CURSOR>()</code> (<a
href="https://redirect.github.com/astral-sh/ruff/pull/24167">#24167</a>)</li>
<li>Fix instance-attribute lookup in methods of protocol classes (<a
href="https://redirect.github.com/astral-sh/ruff/pull/24213">#24213</a>)</li>
<li>Fix nested global and nonlocal lookups through forwarding scopes (<a
href="https://redirect.github.com/astral-sh/ruff/pull/24279">#24279</a>)</li>
<li>Fix panic on <code>list[Annotated[()]]</code> (<a
href="https://redirect.github.com/astral-sh/ruff/pull/24303">#24303</a>)</li>
<li>Fix stack overflow on <code>type A = TypeIs[Callable[[], A]]</code>
(<a
href="https://redirect.github.com/astral-sh/ruff/pull/24245">#24245</a>)</li>
<li>Use <code>_cls</code> as the name of the first argument for
synthesized <code>collections.namedtuple</code> constructor methods (<a
href="https://redirect.github.com/astral-sh/ruff/pull/24333">#24333</a>)</li>
</ul>
<h3>LSP server</h3>
<ul>
<li>Fix semantic token classification for properties accessed on
instances (<a
href="https://redirect.github.com/astral-sh/ruff/pull/24065">#24065</a>)</li>
<li>Grey out unused bindings in the editor (<a
href="https://redirect.github.com/astral-sh/ruff/pull/23305">#23305</a>)</li>
</ul>
<h3>Core type checking</h3>
<ul>
<li>Add bidirectional type context for TypedDict <code>get()</code>
defaults (<a
href="https://redirect.github.com/astral-sh/ruff/pull/24231">#24231</a>)</li>
<li>Add bidirectional type context for TypedDict <code>pop()</code>
defaults (<a
href="https://redirect.github.com/astral-sh/ruff/pull/24229">#24229</a>)</li>
<li>Add support for functional TypedDict (<a
href="https://redirect.github.com/astral-sh/ruff/pull/24174">#24174</a>,
<a
href="https://redirect.github.com/astral-sh/ruff/pull/24331">#24331</a>,
<a
href="https://redirect.github.com/astral-sh/ruff/pull/24295">#24295</a>)</li>
<li>Ban type qualifiers in PEP-695 type aliases (<a
href="https://redirect.github.com/astral-sh/ruff/pull/24242">#24242</a>)</li>
<li>Enforce <code>Final</code> attribute assignment rules for annotated
and augmented writes (<a
href="https://redirect.github.com/astral-sh/ruff/pull/23880">#23880</a>)</li>
<li>Improve support for <code>Callable</code> type context (<a
href="https://redirect.github.com/astral-sh/ruff/pull/23888">#23888</a>)</li>
<li>Infer lambda expressions with <code>Callable</code> type context (<a
href="https://redirect.github.com/astral-sh/ruff/pull/22633">#22633</a>)</li>
<li>Don't incorrectly infer the type of a method as being a singleton
type when it's accessed off an instance (<a
href="https://redirect.github.com/astral-sh/ruff/pull/24039">#24039</a>)</li>
<li>Propagate type context through <code>await</code> expressions (<a
href="https://redirect.github.com/astral-sh/ruff/pull/24256">#24256</a>)</li>
<li>Resolve union-likes in emitting union attribute errors (<a
href="https://redirect.github.com/astral-sh/ruff/pull/24263">#24263</a>)</li>
<li>Show the user where the variable was declared as <code>Final</code>
when emitting a diagnostic about a <code>Final</code> variable being
reassigned (<a
href="https://redirect.github.com/astral-sh/ruff/pull/24194">#24194</a>)</li>
</ul>
<h3>Contributors</h3>
<ul>
<li><a href="https://github.com/carljm"><code>@carljm</code></a></li>
<li><a
href="https://github.com/mvanhorn"><code>@mvanhorn</code></a></li>
<li><a
href="https://github.com/oconnor663"><code>@oconnor663</code></a></li>
<li><a
href="https://github.com/ibraheemdev"><code>@ibraheemdev</code></a></li>
<li><a href="https://github.com/zanieb"><code>@zanieb</code></a></li>
<li><a
href="https://github.com/denyszhak"><code>@denyszhak</code></a></li>
<li><a
href="https://github.com/Glyphack"><code>@Glyphack</code></a></li>
<li><a
href="https://github.com/charliermarsh"><code>@charliermarsh</code></a></li>
<li><a
href="https://github.com/AlexWaygood"><code>@AlexWaygood</code></a></li>
</ul>
<h2>0.0.26</h2>
<p>Released on 2026-03-26.</p>
<h3>Bug fixes</h3>
<!-- raw HTML omitted -->
</blockquote>
<p>... (truncated)</p>
</details>
<details>
<summary>Commits</summary>
<ul>
<li><a
href="https://github.com/astral-sh/ty/commit/5c9e342c2ea67a0ac8749d32296dd3071974927a"><code>5c9e342</code></a>
Bump version to 0.0.27 (<a
href="https://redirect.github.com/astral-sh/ty/issues/3185">#3185</a>)</li>
<li><a
href="https://github.com/astral-sh/ty/commit/e6a57315251f37ab3516cb614f891ece91595393"><code>e6a5731</code></a>
Update actions/cache action to v5.0.4 (<a
href="https://redirect.github.com/astral-sh/ty/issues/3172">#3172</a>)</li>
<li><a
href="https://github.com/astral-sh/ty/commit/c47b982b86bb599d016af1d235174391f618ff16"><code>c47b982</code></a>
Update prek dependencies (<a
href="https://redirect.github.com/astral-sh/ty/issues/3173">#3173</a>)</li>
<li><a
href="https://github.com/astral-sh/ty/commit/657abcfc82221440481f9c9b76c6b6a3b89d5d00"><code>657abcf</code></a>
Update astral-sh/setup-uv action to v8 (<a
href="https://redirect.github.com/astral-sh/ty/issues/3174">#3174</a>)</li>
<li><a
href="https://github.com/astral-sh/ty/commit/9e582cb48e9c2306073091d554c04853091d612b"><code>9e582cb</code></a>
Fetch the cargo-dist binary directly instead of using the installer (<a
href="https://redirect.github.com/astral-sh/ty/issues/3160">#3160</a>)</li>
<li><a
href="https://github.com/astral-sh/ty/commit/d5c51ea65be68cffcfa1afe204e5f6003fc06b02"><code>d5c51ea</code></a>
docs: use content tabs (<a
href="https://redirect.github.com/astral-sh/ty/issues/3146">#3146</a>)</li>
<li><a
href="https://github.com/astral-sh/ty/commit/9893776cbd744bec84a43463728ab3813b00968f"><code>9893776</code></a>
Use the <code>release</code> environment in <code>publish-docs</code>
(<a
href="https://redirect.github.com/astral-sh/ty/issues/3147">#3147</a>)</li>
<li><a
href="https://github.com/astral-sh/ty/commit/94030512727f4320e8184f120c4330ed8f42ec6f"><code>9403051</code></a>
Bump version to 0.0.26 (<a
href="https://redirect.github.com/astral-sh/ty/issues/3145">#3145</a>)</li>
<li><a
href="https://github.com/astral-sh/ty/commit/d60899a14f6fe368e477c17f4205483aebdf84a8"><code>d60899a</code></a>
Bump version to 0.0.25 (<a
href="https://redirect.github.com/astral-sh/ty/issues/3125">#3125</a>)</li>
<li><a
href="https://github.com/astral-sh/ty/commit/db65b3e118a705be2694032fd2df613ea11565f1"><code>db65b3e</code></a>
Update documentation to reflect <code>type:ignore</code> changes (<a
href="https://redirect.github.com/astral-sh/ty/issues/3121">#3121</a>)</li>
<li>Additional commits viewable in <a
href="https://github.com/astral-sh/ty/compare/0.0.24...0.0.27">compare
view</a></li>
</ul>
</details>
<br />
Updates `tox` from 4.50.3 to 4.52.0
<details>
<summary>Release notes</summary>
<p><em>Sourced from <a
href="https://github.com/tox-dev/tox/releases">tox's
releases</a>.</em></p>
<blockquote>
<h2>v4.52.0</h2>
<!-- raw HTML omitted -->
<h2>What's Changed</h2>
<ul>
<li>remove unsupported --remote flag from gh repo fork by <a
href="https://github.com/rahuldevikar"><code>@rahuldevikar</code></a>
in <a
href="https://redirect.github.com/tox-dev/tox/pull/3908">tox-dev/tox#3908</a></li>
<li>✨ feat(config): support escaped dots in -x override keys by <a
href="https://github.com/gaborbernat"><code>@gaborbernat</code></a> in
<a
href="https://redirect.github.com/tox-dev/tox/pull/3910">tox-dev/tox#3910</a></li>
<li>🐛 fix(docs): auto-generate manpage from CLI parser by <a
href="https://github.com/gaborbernat"><code>@gaborbernat</code></a> in
<a
href="https://redirect.github.com/tox-dev/tox/pull/3911">tox-dev/tox#3911</a></li>
<li>✨ feat(runner): add PEP 723 inline script metadata support by <a
href="https://github.com/gaborbernat"><code>@gaborbernat</code></a> in
<a
href="https://redirect.github.com/tox-dev/tox/pull/3912">tox-dev/tox#3912</a></li>
</ul>
<p><strong>Full Changelog</strong>: <a
href="https://github.com/tox-dev/tox/compare/4.51.0...4.52.0">https://github.com/tox-dev/tox/compare/4.51.0...4.52.0</a></p>
<h2>v4.51.0</h2>
<!-- raw HTML omitted -->
<h2>What's Changed</h2>
<ul>
<li>🔒 ci(workflows): add zizmor security auditing by <a
href="https://github.com/gaborbernat"><code>@gaborbernat</code></a> in
<a
href="https://redirect.github.com/tox-dev/tox/pull/3896">tox-dev/tox#3896</a></li>
<li>Add <code>base_python_file</code> config option by <a
href="https://github.com/rahuldevikar"><code>@rahuldevikar</code></a>
in <a
href="https://redirect.github.com/tox-dev/tox/pull/3899">tox-dev/tox#3899</a></li>
<li>prevent machine ISA from overriding explicit env factors by <a
href="https://github.com/rahuldevikar"><code>@rahuldevikar</code></a>
in <a
href="https://redirect.github.com/tox-dev/tox/pull/3904">tox-dev/tox#3904</a></li>
<li>🐛 fix(config): fix handling of env_list in nested contexts by <a
href="https://github.com/Daverball"><code>@Daverball</code></a> in <a
href="https://redirect.github.com/tox-dev/tox/pull/3905">tox-dev/tox#3905</a></li>
<li>fix: enable persist-credentials for release workflow by <a
href="https://github.com/rahuldevikar"><code>@rahuldevikar</code></a>
in <a
href="https://redirect.github.com/tox-dev/tox/pull/3907">tox-dev/tox#3907</a></li>
</ul>
<h2>New Contributors</h2>
<ul>
<li><a href="https://github.com/Daverball"><code>@Daverball</code></a>
made their first contribution in <a
href="https://redirect.github.com/tox-dev/tox/pull/3905">tox-dev/tox#3905</a></li>
</ul>
<p><strong>Full Changelog</strong>: <a
href="https://github.com/tox-dev/tox/compare/4.50.3...4.51.0">https://github.com/tox-dev/tox/compare/4.50.3...4.51.0</a></p>
</blockquote>
</details>
<details>
<summary>Changelog</summary>
<p><em>Sourced from <a
href="https://github.com/tox-dev/tox/blob/main/docs/changelog.rst">tox's
changelog</a>.</em></p>
<blockquote>
<h1>Features - 4.52.0</h1>
<ul>
<li>Add <code>virtualenv-pep-723</code> runner that reads dependencies
and Python version from :PEP:<code>723</code> inline script metadata —
no need to duplicate them in tox config - by
:user:<code>gaborbernat</code>. (:issue:<code>3897</code>)</li>
<li>Support escaped dots (<code>\.</code>) in
<code>-x</code>/<code>--override</code> keys, allowing overrides to
target environments with dots in
their names such as <code>py3.14</code> - by
:user:<code>gaborbernat</code>. (:issue:<code>3910</code>)</li>
</ul>
<h1>Bug fixes - 4.52.0</h1>
<ul>
<li>Auto-generate the manpage from the CLI argparse parser at wheel
build time, fixing broken section headers and
documenting all commands and options - by
:user:<code>gaborbernat</code>. (:issue:<code>3878</code>)</li>
</ul>
<h1>Miscellaneous internal changes - 4.52.0</h1>
<ul>
<li>Remove unsupported <code>--remote</code> flag from <code>gh repo
fork</code> in the update-schemastore workflow, as recent versions of
<code>gh</code> no longer accept it - by
:user:<code>rahuldevikar</code>. (:issue:<code>3908</code>)</li>
</ul>
<hr />
<p>v4.51.0 (2026-03-27)</p>
<hr />
<h1>Features - 4.51.0</h1>
<ul>
<li>Add <code>base_python_file</code> configuration option to read the
base Python version from a file (e.g. <code>.python-version</code>),
similar to GitHub Actions' <code>python-version-file</code> - by
:user:<code>rahuldevikar</code> (:issue:<code>3894</code>)</li>
</ul>
<h1>Bug fixes - 4.51.0</h1>
<ul>
<li>Prevent implicit machine ISA (e.g. <code>arm64</code>,
<code>x86_64</code>) from overriding explicit architecture factors in
environment
names, fixing cross-architecture conflicts in multiline factor
conditionals - by :user:<code>rahuldevikar</code>.
(:issue:<code>3903</code>)</li>
<li>Nested environment list configuration values are now properly
parsed, validated and expanded by the TOML parser. This
allows you to use generative environment lists in <code>tox-gh</code>
via the TOML format. Previously this was only possible
with the INI format. - by :user:<code>Daverball</code>
(:issue:<code>3905</code>)</li>
</ul>
<h1>Miscellaneous internal changes - 4.51.0</h1>
<ul>
<li>Enable <code>persist-credentials: true</code> in the
<code>actions/checkout</code> step of the prepare-release workflow so
that git push
operations succeed during automated releases - by
:user:<code>rahuldevikar</code>. (:issue:<code>3907</code>)</li>
</ul>
<hr />
<p>v4.50.3 (2026-03-20)</p>
<hr />
</blockquote>
</details>
<details>
<summary>Commits</summary>
<ul>
<li><a
href="https://github.com/tox-dev/tox/commit/d83d57779a5a2637cc4ee904d9cba1ec885561e5"><code>d83d577</code></a>
release 4.52.0</li>
<li><a
href="https://github.com/tox-dev/tox/commit/da0f890764b53c5b14dbf2d0d46e31ee3feb1397"><code>da0f890</code></a>
✨ feat(runner): add PEP 723 inline script metadata support (<a
href="https://redirect.github.com/tox-dev/tox/issues/3912">#3912</a>)</li>
<li><a
href="https://github.com/tox-dev/tox/commit/b232d2d8ae9cb86d8773376e7a7de3ef5fcce860"><code>b232d2d</code></a>
🐛 fix(docs): auto-generate manpage from CLI parser (<a
href="https://redirect.github.com/tox-dev/tox/issues/3911">#3911</a>)</li>
<li><a
href="https://github.com/tox-dev/tox/commit/84958f79c949a58399f8a6db82fa4a8e0b8e9e62"><code>84958f7</code></a>
[pre-commit.ci] pre-commit autoupdate (<a
href="https://redirect.github.com/tox-dev/tox/issues/3909">#3909</a>)</li>
<li><a
href="https://github.com/tox-dev/tox/commit/15d9ac08f5726eb0ec2eecd3e6dd5797e8199f3f"><code>15d9ac0</code></a>
✨ feat(config): support escaped dots in -x override keys (<a
href="https://redirect.github.com/tox-dev/tox/issues/3910">#3910</a>)</li>
<li><a
href="https://github.com/tox-dev/tox/commit/0eda3a2840460521e8a0aeb45199fa890b7bba20"><code>0eda3a2</code></a>
remove unsupported --remote flag from gh repo fork (<a
href="https://redirect.github.com/tox-dev/tox/issues/3908">#3908</a>)</li>
<li><a
href="https://github.com/tox-dev/tox/commit/5f1ec1ad18aaeb592505599f5b20a4f190970d0c"><code>5f1ec1a</code></a>
release 4.51.0</li>
<li><a
href="https://github.com/tox-dev/tox/commit/b5f9b1322ae1b6672e3b5ce5c1d8a987a008be89"><code>b5f9b13</code></a>
fix: enable persist-credentials for release workflow (<a
href="https://redirect.github.com/tox-dev/tox/issues/3907">#3907</a>)</li>
<li><a
href="https://github.com/tox-dev/tox/commit/8c9c199f4f2e878afba2bb8adc624d20aa26ce70"><code>8c9c199</code></a>
🐛 fix(config): fix handling of env_list in nested contexts (<a
href="https://redirect.github.com/tox-dev/tox/issues/3905">#3905</a>)</li>
<li><a
href="https://github.com/tox-dev/tox/commit/451aa9c2a8fe9b3482e394acac857f3a6511931c"><code>451aa9c</code></a>
prevent machine ISA from overriding explicit env factors (<a
href="https://redirect.github.com/tox-dev/tox/issues/3904">#3904</a>)</li>
<li>Additional commits viewable in <a
href="https://github.com/tox-dev/tox/compare/4.50.3...4.52.0">compare
view</a></li>
</ul>
</details>
<br />
Updates `tox-uv` from 1.33.4 to 1.34.0
<details>
<summary>Release notes</summary>
<p><em>Sourced from <a
href="https://github.com/tox-dev/tox-uv/releases">tox-uv's
releases</a>.</em></p>
<blockquote>
<h2>1.34.0</h2>
<!-- raw HTML omitted -->
<h2>What's Changed</h2>
<ul>
<li>🔒 ci(workflows): add zizmor security auditing by <a
href="https://github.com/gaborbernat"><code>@gaborbernat</code></a> in
<a
href="https://redirect.github.com/tox-dev/tox-uv/pull/317">tox-dev/tox-uv#317</a></li>
<li>✨ feat(runner): add PEP 723 inline script metadata support by <a
href="https://github.com/gaborbernat"><code>@gaborbernat</code></a> in
<a
href="https://redirect.github.com/tox-dev/tox-uv/pull/319">tox-dev/tox-uv#319</a></li>
</ul>
<p><strong>Full Changelog</strong>: <a
href="https://github.com/tox-dev/tox-uv/compare/1.33.4...1.34.0">https://github.com/tox-dev/tox-uv/compare/1.33.4...1.34.0</a></p>
</blockquote>
</details>
<details>
<summary>Commits</summary>
<ul>
<li><a
href="https://github.com/tox-dev/tox-uv/commit/d9b72cf8f1381a6a4d1d516c827ea5aa5a71142b"><code>d9b72cf</code></a>
✨ feat(runner): add PEP 723 inline script metadata support (<a
href="https://redirect.github.com/tox-dev/tox-uv/issues/319">#319</a>)</li>
<li><a
href="https://github.com/tox-dev/tox-uv/commit/0215281932eff975d05f392d2fff00d94e86291e"><code>0215281</code></a>
[pre-commit.ci] pre-commit autoupdate (<a
href="https://redirect.github.com/tox-dev/tox-uv/issues/318">#318</a>)</li>
<li><a
href="https://github.com/tox-dev/tox-uv/commit/4deee33159fce8f8dc26f299d9a21a9de10c651c"><code>4deee33</code></a>
🔒 ci(workflows): add zizmor security auditing (<a
href="https://redirect.github.com/tox-dev/tox-uv/issues/317">#317</a>)</li>
<li><a
href="https://github.com/tox-dev/tox-uv/commit/60d1fd6e58d5407ce2a2993a4f4005868d60d7b5"><code>60d1fd6</code></a>
[pre-commit.ci] pre-commit autoupdate (<a
href="https://redirect.github.com/tox-dev/tox-uv/issues/316">#316</a>)</li>
<li><a
href="https://github.com/tox-dev/tox-uv/commit/93eecc2ea287e25bac05b1942ac9cf6863fe813e"><code>93eecc2</code></a>
[pre-commit.ci] pre-commit autoupdate (<a
href="https://redirect.github.com/tox-dev/tox-uv/issues/315">#315</a>)</li>
<li>See full diff in <a
href="https://github.com/tox-dev/tox-uv/compare/1.33.4...1.34.0">compare
view</a></li>
</ul>
</details>
<br />
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 show <dependency name> ignore conditions` will show all
of the ignore conditions of the specified dependency
- `@dependabot ignore <dependency name> major version` will close this
group update PR and stop Dependabot creating any more for the specific
dependency's major version (unless you unignore this specific
dependency's major version or upgrade to it yourself)
- `@dependabot ignore <dependency name> minor version` will close this
group update PR and stop Dependabot creating any more for the specific
dependency's minor version (unless you unignore this specific
dependency's minor version or upgrade to it yourself)
- `@dependabot ignore <dependency name>` will close this group update PR
and stop Dependabot creating any more for the specific dependency
(unless you unignore this specific dependency or upgrade to it yourself)
- `@dependabot unignore <dependency name>` will remove all of the ignore
conditions of the specified dependency
- `@dependabot unignore <dependency name> <ignore condition>` will
remove the ignore condition of the specified dependency and ignore
conditions
</details>
Signed-off-by: dependabot[bot] <support@github.com>
Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>1 parent e3b2a2a commit 4029c83
1 file changed
+74
-73
lines changed
0 commit comments