Skip to content

Commit f914143

Browse files
chore: Bump the lockfile-dev group with 2 updates (#20)
[//]: # (dependabot-start) ⚠️ **Dependabot is rebasing this PR** ⚠️ Rebasing might not happen immediately, so don't worry if this takes some time. Note: if you make any changes to this PR yourself, they will take precedence over the rebase. --- [//]: # (dependabot-end) Bumps the lockfile-dev group with 2 updates: [ruff](https://github.com/astral-sh/ruff) and [ty](https://github.com/astral-sh/ty). Updates `ruff` from 0.15.0 to 0.15.4 <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.4</h2> <h2>Release Notes</h2> <p>Released on 2026-02-26.</p> <p>This is a follow-up release to 0.15.3 that resolves a panic when the new rule <code>PLR1712</code> was enabled with any rule that analyzes definitions, such as many of the <code>ANN</code> or <code>D</code> rules.</p> <h3>Bug fixes</h3> <ul> <li>Fix panic on access to definitions after analyzing definitions (<a href="https://redirect.github.com/astral-sh/ruff/pull/23588">#23588</a>)</li> <li>[<code>pyflakes</code>] Suppress false positive in <code>F821</code> for names used before <code>del</code> in stub files (<a href="https://redirect.github.com/astral-sh/ruff/pull/23550">#23550</a>)</li> </ul> <h3>Documentation</h3> <ul> <li>Clarify first-party import detection in Ruff (<a href="https://redirect.github.com/astral-sh/ruff/pull/23591">#23591</a>)</li> <li>Fix incorrect <code>import-heading</code> example (<a href="https://redirect.github.com/astral-sh/ruff/pull/23568">#23568</a>)</li> </ul> <h3>Contributors</h3> <ul> <li><a href="https://github.com/stakeswky"><code>@​stakeswky</code></a></li> <li><a href="https://github.com/ntBre"><code>@​ntBre</code></a></li> <li><a href="https://github.com/thejcannon"><code>@​thejcannon</code></a></li> <li><a href="https://github.com/GeObts"><code>@​GeObts</code></a></li> </ul> <h2>Install ruff 0.15.4</h2> <h3>Install prebuilt binaries via shell script</h3> <pre lang="sh"><code>curl --proto '=https' --tlsv1.2 -LsSf https://github.com/astral-sh/ruff/releases/download/0.15.4/ruff-installer.sh | sh </code></pre> <h3>Install prebuilt binaries via powershell script</h3> <pre lang="sh"><code>powershell -ExecutionPolicy Bypass -c &quot;irm https://github.com/astral-sh/ruff/releases/download/0.15.4/ruff-installer.ps1 | iex&quot; </code></pre> <h2>Download ruff 0.15.4</h2> <table> <thead> <tr> <th>File</th> <th>Platform</th> <th>Checksum</th> </tr> </thead> <tbody> <tr> <td><a href="https://github.com/astral-sh/ruff/releases/download/0.15.4/ruff-aarch64-apple-darwin.tar.gz">ruff-aarch64-apple-darwin.tar.gz</a></td> <td>Apple Silicon macOS</td> <td><a href="https://github.com/astral-sh/ruff/releases/download/0.15.4/ruff-aarch64-apple-darwin.tar.gz.sha256">checksum</a></td> </tr> <tr> <td><a href="https://github.com/astral-sh/ruff/releases/download/0.15.4/ruff-x86_64-apple-darwin.tar.gz">ruff-x86_64-apple-darwin.tar.gz</a></td> <td>Intel macOS</td> <td><a href="https://github.com/astral-sh/ruff/releases/download/0.15.4/ruff-x86_64-apple-darwin.tar.gz.sha256">checksum</a></td> </tr> <tr> <td><a href="https://github.com/astral-sh/ruff/releases/download/0.15.4/ruff-aarch64-pc-windows-msvc.zip">ruff-aarch64-pc-windows-msvc.zip</a></td> <td>ARM64 Windows</td> <td><a href="https://github.com/astral-sh/ruff/releases/download/0.15.4/ruff-aarch64-pc-windows-msvc.zip.sha256">checksum</a></td> </tr> <tr> <td><a href="https://github.com/astral-sh/ruff/releases/download/0.15.4/ruff-i686-pc-windows-msvc.zip">ruff-i686-pc-windows-msvc.zip</a></td> <td>x86 Windows</td> <td><a href="https://github.com/astral-sh/ruff/releases/download/0.15.4/ruff-i686-pc-windows-msvc.zip.sha256">checksum</a></td> </tr> <tr> <td><a href="https://github.com/astral-sh/ruff/releases/download/0.15.4/ruff-x86_64-pc-windows-msvc.zip">ruff-x86_64-pc-windows-msvc.zip</a></td> <td>x64 Windows</td> <td><a href="https://github.com/astral-sh/ruff/releases/download/0.15.4/ruff-x86_64-pc-windows-msvc.zip.sha256">checksum</a></td> </tr> <tr> <td><a href="https://github.com/astral-sh/ruff/releases/download/0.15.4/ruff-aarch64-unknown-linux-gnu.tar.gz">ruff-aarch64-unknown-linux-gnu.tar.gz</a></td> <td>ARM64 Linux</td> <td><a href="https://github.com/astral-sh/ruff/releases/download/0.15.4/ruff-aarch64-unknown-linux-gnu.tar.gz.sha256">checksum</a></td> </tr> <tr> <td><a href="https://github.com/astral-sh/ruff/releases/download/0.15.4/ruff-i686-unknown-linux-gnu.tar.gz">ruff-i686-unknown-linux-gnu.tar.gz</a></td> <td>x86 Linux</td> <td><a href="https://github.com/astral-sh/ruff/releases/download/0.15.4/ruff-i686-unknown-linux-gnu.tar.gz.sha256">checksum</a></td> </tr> <tr> <td><a href="https://github.com/astral-sh/ruff/releases/download/0.15.4/ruff-powerpc64-unknown-linux-gnu.tar.gz">ruff-powerpc64-unknown-linux-gnu.tar.gz</a></td> <td>PPC64 Linux</td> <td><a href="https://github.com/astral-sh/ruff/releases/download/0.15.4/ruff-powerpc64-unknown-linux-gnu.tar.gz.sha256">checksum</a></td> </tr> </tbody> </table> <!-- 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.4</h2> <p>Released on 2026-02-26.</p> <p>This is a follow-up release to 0.15.3 that resolves a panic when the new rule <code>PLR1712</code> was enabled with any rule that analyzes definitions, such as many of the <code>ANN</code> or <code>D</code> rules.</p> <h3>Bug fixes</h3> <ul> <li>Fix panic on access to definitions after analyzing definitions (<a href="https://redirect.github.com/astral-sh/ruff/pull/23588">#23588</a>)</li> <li>[<code>pyflakes</code>] Suppress false positive in <code>F821</code> for names used before <code>del</code> in stub files (<a href="https://redirect.github.com/astral-sh/ruff/pull/23550">#23550</a>)</li> </ul> <h3>Documentation</h3> <ul> <li>Clarify first-party import detection in Ruff (<a href="https://redirect.github.com/astral-sh/ruff/pull/23591">#23591</a>)</li> <li>Fix incorrect <code>import-heading</code> example (<a href="https://redirect.github.com/astral-sh/ruff/pull/23568">#23568</a>)</li> </ul> <h3>Contributors</h3> <ul> <li><a href="https://github.com/stakeswky"><code>@​stakeswky</code></a></li> <li><a href="https://github.com/ntBre"><code>@​ntBre</code></a></li> <li><a href="https://github.com/thejcannon"><code>@​thejcannon</code></a></li> <li><a href="https://github.com/GeObts"><code>@​GeObts</code></a></li> </ul> <h2>0.15.3</h2> <p>Released on 2026-02-26.</p> <h3>Preview features</h3> <ul> <li> <p>Drop explicit support for <code>.qmd</code> file extension (<a href="https://redirect.github.com/astral-sh/ruff/pull/23572">#23572</a>)</p> <p>This can now be enabled instead by setting the <a href="https://docs.astral.sh/ruff/settings/#extension"><code>extension</code></a> option:</p> <pre lang="toml"><code># ruff.toml extension = { qmd = &quot;markdown&quot; } <h1>pyproject.toml</h1> <p>[tool.ruff] extension = { qmd = &quot;markdown&quot; } </code></pre></p> </li> <li> <p>Include configured extensions in file discovery (<a href="https://redirect.github.com/astral-sh/ruff/pull/23400">#23400</a>)</p> </li> <li> <p>[<code>flake8-bandit</code>] Allow suspicious imports in <code>TYPE_CHECKING</code> blocks (<code>S401</code>-<code>S415</code>) (<a href="https://redirect.github.com/astral-sh/ruff/pull/23441">#23441</a>)</p> </li> <li> <p>[<code>flake8-bugbear</code>] Allow <code>B901</code> in pytest hook wrappers (<a href="https://redirect.github.com/astral-sh/ruff/pull/21931">#21931</a>)</p> </li> <li> <p>[<code>flake8-import-conventions</code>] Add missing conventions from upstream (<code>ICN001</code>, <code>ICN002</code>) (<a href="https://redirect.github.com/astral-sh/ruff/pull/21373">#21373</a>)</p> </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/f14edd8661e2803254f89265548c7487f47a09f6"><code>f14edd8</code></a> Bump 0.15.4 (<a href="https://redirect.github.com/astral-sh/ruff/issues/23595">#23595</a>)</li> <li><a href="https://github.com/astral-sh/ruff/commit/fd09d370076ab585444fd39f0fee79bf29280b68"><code>fd09d37</code></a> Fix panic on access to definitions after analyzing definitions (<a href="https://redirect.github.com/astral-sh/ruff/issues/23588">#23588</a>)</li> <li><a href="https://github.com/astral-sh/ruff/commit/81d655fadce087b792e524ed1964e9bcc31b73cd"><code>81d655f</code></a> [<code>pyflakes</code>] suppress false positive in <code>F821</code> for names used before <code>del</code> in...</li> <li><a href="https://github.com/astral-sh/ruff/commit/625b4f5a672d1baaa6f25e0999ca428f3f2522f1"><code>625b4f5</code></a> [ruff] docs: Clarify first-party import detection in Ruff (<a href="https://redirect.github.com/astral-sh/ruff/issues/23591">#23591</a>)</li> <li><a href="https://github.com/astral-sh/ruff/commit/60facfa0bc02689637e25237f0df5abfc2f27054"><code>60facfa</code></a> one word typo fix in a <code>while_loop.md</code> test case (<a href="https://redirect.github.com/astral-sh/ruff/issues/23589">#23589</a>)</li> <li><a href="https://github.com/astral-sh/ruff/commit/fbb9fa75cc1915973a739da0ec469094176bfdc6"><code>fbb9fa7</code></a> docs: fix incorrect import-heading example (<a href="https://redirect.github.com/astral-sh/ruff/issues/23568">#23568</a>)</li> <li><a href="https://github.com/astral-sh/ruff/commit/5bc49a941279c9100ff834edae1cb63053aeec93"><code>5bc49a9</code></a> Increase the ruleset size to 16 bits (<a href="https://redirect.github.com/astral-sh/ruff/issues/23586">#23586</a>)</li> <li><a href="https://github.com/astral-sh/ruff/commit/a62ba8c6e2bac0b899d90fd30a1b26c07aac44bb"><code>a62ba8c</code></a> [ty] Fix overloaded callable assignability for unary Callable targets (<a href="https://redirect.github.com/astral-sh/ruff/issues/23277">#23277</a>)</li> <li><a href="https://github.com/astral-sh/ruff/commit/e5f2f36a3f49b45fd7506d42b12c495c2517e936"><code>e5f2f36</code></a> Bump 0.15.3 (<a href="https://redirect.github.com/astral-sh/ruff/issues/23585">#23585</a>)</li> <li><a href="https://github.com/astral-sh/ruff/commit/0e19fc9a61477e71abc4eb76f05a129b6b9ab873"><code>0e19fc9</code></a> [ty] defer calculating conjunctions in narrowing constraints (<a href="https://redirect.github.com/astral-sh/ruff/issues/23552">#23552</a>)</li> <li>Additional commits viewable in <a href="https://github.com/astral-sh/ruff/compare/0.15.0...0.15.4">compare view</a></li> </ul> </details> <br /> Updates `ty` from 0.0.15 to 0.0.19 <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.19</h2> <h2>Release Notes</h2> <p>Released on 2026-02-26.</p> <h3>Bug fixes</h3> <ul> <li>Fix panic in diagnostic rendering when attempting to render a code frame pointing to leading whitespace (<a href="https://redirect.github.com/astral-sh/ruff/pull/23458">#23458</a>)</li> <li>Fix panics and incorrect inference stemming from incorrectly considering overloads in another file as being associated with a function in the file being checked (<a href="https://redirect.github.com/astral-sh/ruff/pull/21977">#21977</a>)</li> <li>Fix panic when attempting to narrow the type of a dictionary key that was assigned using a multi-target assignment, e.g. <code>x = y = {&quot;a&quot;: 1}</code> (<a href="https://redirect.github.com/astral-sh/ruff/pull/23523">#23523</a>)</li> <li>Fix infinite hang on mutually recursive <code>TypeAliasType</code> definitions (<a href="https://redirect.github.com/astral-sh/ruff/pull/23397">#23397</a>)</li> </ul> <h3>LSP server</h3> <ul> <li>Fix inlay hints for starred unpacking targets (<a href="https://redirect.github.com/astral-sh/ruff/pull/23454">#23454</a>)</li> </ul> <h3>Core type checking</h3> <ul> <li>Fix assignability, subtyping and equivalence checks relating to <code>typing.Generator</code> prior to Python 3.13 (<a href="https://redirect.github.com/astral-sh/ruff/pull/23386">#23386</a>)</li> <li>Understand that a scope's control flow terminates after <code>await foo()</code> if <code>foo</code> returns <code>typing.Awaitable[typing.Never]</code> or similar (<a href="https://redirect.github.com/astral-sh/ruff/pull/23479">#23479</a>)</li> <li>Implement stricter handling of calls to instances of <code>type[T]</code> types (<a href="https://redirect.github.com/astral-sh/ruff/pull/23472">#23472</a>)</li> <li>Support basic type narrowing for <code>case {...}:</code> patterns in <code>match</code> statements (<a href="https://redirect.github.com/astral-sh/ruff/pull/23462">#23462</a>)</li> <li>Fix bugs that could manifest in incorrect overload evaluation, false-positive complaints regarding <code>assert_type</code> calls or false-positive <code>redundant-cast</code> diagnostics by reimplementing the equivalence type relation as mutual subtyping of top and bottom materializations (<a href="https://redirect.github.com/astral-sh/ruff/pull/23428">#23428</a>)</li> <li>Fix equality and <code>__contains__</code> narrowing with PEP-695 type aliases (<a href="https://redirect.github.com/astral-sh/ruff/pull/23545">#23545</a>)</li> <li>Support <code>_value_</code> annotations on enum classes (<a href="https://redirect.github.com/astral-sh/ruff/pull/22228">#22228</a>)</li> </ul> <h3>Improvements to diagnostics</h3> <ul> <li>Improve diagnostics when attempting to specialize non-generic types (<a href="https://redirect.github.com/astral-sh/ruff/pull/23516">#23516</a>)</li> <li>Render subdiagnostics when <code>--output-format=github</code> is specified (<a href="https://redirect.github.com/astral-sh/ruff/pull/23455">#23455</a>)</li> </ul> <h3>Performance</h3> <ul> <li>Add a cached method for calculating the intersection of two types (<a href="https://redirect.github.com/astral-sh/ruff/pull/23547">#23547</a>)</li> <li>Add a cached method for calculating the union of two types (<a href="https://redirect.github.com/astral-sh/ruff/pull/23565">#23565</a>)</li> <li>Reduce the threshold above which <code>Literal</code> types in unions are upcasted to nominal-instance types in situations where the union type is recursively defined (<a href="https://redirect.github.com/astral-sh/ruff/pull/23521">#23521</a>)</li> <li>Control flow: isolate the calculation of &quot;loop header reachability&quot; in a dedicated, cached function (<a href="https://redirect.github.com/astral-sh/ruff/pull/23520">#23520</a>)</li> </ul> <h3>Contributors</h3> <ul> <li><a href="https://github.com/AlexWaygood"><code>@​AlexWaygood</code></a></li> <li><a href="https://github.com/silamon"><code>@​silamon</code></a></li> <li><a href="https://github.com/ibraheemdev"><code>@​ibraheemdev</code></a></li> <li><a href="https://github.com/Hugo-Polloli"><code>@​Hugo-Polloli</code></a></li> <li><a href="https://github.com/charliermarsh"><code>@​charliermarsh</code></a></li> <li><a href="https://github.com/knutwannheden"><code>@​knutwannheden</code></a></li> <li><a href="https://github.com/oconnor663"><code>@​oconnor663</code></a></li> <li><a href="https://github.com/carljm"><code>@​carljm</code></a></li> <li><a href="https://github.com/mtshiba"><code>@​mtshiba</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/ty/blob/main/CHANGELOG.md">ty's changelog</a>.</em></p> <blockquote> <h2>0.0.19</h2> <p>Released on 2026-02-26.</p> <h3>Bug fixes</h3> <ul> <li>Fix panic in diagnostic rendering when attempting to render a code frame pointing to leading whitespace (<a href="https://redirect.github.com/astral-sh/ruff/pull/23458">#23458</a>)</li> <li>Fix panics and incorrect inference stemming from incorrectly considering overloads in another file as being associated with a function in the file being checked (<a href="https://redirect.github.com/astral-sh/ruff/pull/21977">#21977</a>)</li> <li>Fix panic when attempting to narrow the type of a dictionary key that was assigned using a multi-target assignment, e.g. <code>x = y = {&quot;a&quot;: 1}</code> (<a href="https://redirect.github.com/astral-sh/ruff/pull/23523">#23523</a>)</li> <li>Fix infinite hang on mutually recursive <code>TypeAliasType</code> definitions (<a href="https://redirect.github.com/astral-sh/ruff/pull/23397">#23397</a>)</li> </ul> <h3>LSP server</h3> <ul> <li>Fix inlay hints for starred unpacking targets (<a href="https://redirect.github.com/astral-sh/ruff/pull/23454">#23454</a>)</li> </ul> <h3>Core type checking</h3> <ul> <li>Fix assignability, subtyping and equivalence checks relating to <code>typing.Generator</code> prior to Python 3.13 (<a href="https://redirect.github.com/astral-sh/ruff/pull/23386">#23386</a>)</li> <li>Understand that a scope's control flow terminates after <code>await foo()</code> if <code>foo</code> returns <code>typing.Awaitable[typing.Never]</code> or similar (<a href="https://redirect.github.com/astral-sh/ruff/pull/23479">#23479</a>)</li> <li>Implement stricter handling of calls to instances of <code>type[T]</code> types (<a href="https://redirect.github.com/astral-sh/ruff/pull/23472">#23472</a>)</li> <li>Support basic type narrowing for <code>case {...}:</code> patterns in <code>match</code> statements (<a href="https://redirect.github.com/astral-sh/ruff/pull/23462">#23462</a>)</li> <li>Fix bugs that could manifest in incorrect overload evaluation, false-positive complaints regarding <code>assert_type</code> calls or false-positive <code>redundant-cast</code> diagnostics by reimplementing the equivalence type relation as mutual subtyping of top and bottom materializations (<a href="https://redirect.github.com/astral-sh/ruff/pull/23428">#23428</a>)</li> <li>Fix equality and <code>__contains__</code> narrowing with PEP-695 type aliases (<a href="https://redirect.github.com/astral-sh/ruff/pull/23545">#23545</a>)</li> <li>Support <code>_value_</code> annotations on enum classes (<a href="https://redirect.github.com/astral-sh/ruff/pull/22228">#22228</a>)</li> </ul> <h3>Improvements to diagnostics</h3> <ul> <li>Improve diagnostics when attempting to specialize non-generic types (<a href="https://redirect.github.com/astral-sh/ruff/pull/23516">#23516</a>)</li> <li>Render subdiagnostics when <code>--output-format=github</code> is specified (<a href="https://redirect.github.com/astral-sh/ruff/pull/23455">#23455</a>)</li> </ul> <h3>Performance</h3> <ul> <li>Add a cached method for calculating the intersection of two types (<a href="https://redirect.github.com/astral-sh/ruff/pull/23547">#23547</a>)</li> <li>Add a cached method for calculating the union of two types (<a href="https://redirect.github.com/astral-sh/ruff/pull/23565">#23565</a>)</li> <li>Reduce the threshold above which <code>Literal</code> types in unions are upcasted to nominal-instance types in situations where the union type is recursively defined (<a href="https://redirect.github.com/astral-sh/ruff/pull/23521">#23521</a>)</li> <li>Control flow: isolate the calculation of &quot;loop header reachability&quot; in a dedicated, cached function (<a href="https://redirect.github.com/astral-sh/ruff/pull/23520">#23520</a>)</li> </ul> <h3>Contributors</h3> <ul> <li><a href="https://github.com/AlexWaygood"><code>@​AlexWaygood</code></a></li> <li><a href="https://github.com/silamon"><code>@​silamon</code></a></li> <li><a href="https://github.com/ibraheemdev"><code>@​ibraheemdev</code></a></li> <li><a href="https://github.com/Hugo-Polloli"><code>@​Hugo-Polloli</code></a></li> <li><a href="https://github.com/charliermarsh"><code>@​charliermarsh</code></a></li> <li><a href="https://github.com/knutwannheden"><code>@​knutwannheden</code></a></li> <li><a href="https://github.com/oconnor663"><code>@​oconnor663</code></a></li> <li><a href="https://github.com/carljm"><code>@​carljm</code></a></li> <li><a href="https://github.com/mtshiba"><code>@​mtshiba</code></a></li> </ul> <h2>0.0.18</h2> <!-- raw HTML omitted --> </blockquote> <p>... (truncated)</p> </details> <details> <summary>Commits</summary> <ul> <li><a href="https://github.com/astral-sh/ty/commit/ae10022c2068c28fd8da34416740d62416e1d4ee"><code>ae10022</code></a> Bump version to 0.0.19 (<a href="https://redirect.github.com/astral-sh/ty/issues/2908">#2908</a>)</li> <li><a href="https://github.com/astral-sh/ty/commit/6bdb7d7f455cf706b67d34e2868853c8e8f6426d"><code>6bdb7d7</code></a> Update Fathom code for ty (<a href="https://redirect.github.com/astral-sh/ty/issues/2890">#2890</a>)</li> <li><a href="https://github.com/astral-sh/ty/commit/d2074244c04f58fc595f62bc941be598ca4c1f4e"><code>d207424</code></a> Update docker/build-push-action action to v6.19.2 (<a href="https://redirect.github.com/astral-sh/ty/issues/2880">#2880</a>)</li> <li><a href="https://github.com/astral-sh/ty/commit/839cfc3afaf157df576ed011f8e5f7fc39204bfd"><code>839cfc3</code></a> Update prek dependencies (<a href="https://redirect.github.com/astral-sh/ty/issues/2879">#2879</a>)</li> <li><a href="https://github.com/astral-sh/ty/commit/751672710c88eaf0ee4b79728979377e11488120"><code>7516727</code></a> Bump version to 0.0.18 (<a href="https://redirect.github.com/astral-sh/ty/issues/2869">#2869</a>)</li> <li><a href="https://github.com/astral-sh/ty/commit/8e86a5684f6c1ea878e755bf508b2214ff4b60bb"><code>8e86a56</code></a> Mention code folding on language server feature page</li> <li><a href="https://github.com/astral-sh/ty/commit/ca49bf9199327e006b240172324a3218122fbaaa"><code>ca49bf9</code></a> Add shellcheck to pre-commit configuration (<a href="https://redirect.github.com/astral-sh/ty/issues/2845">#2845</a>)</li> <li><a href="https://github.com/astral-sh/ty/commit/532e761e8f8953b59d6bc61e80ed198473b853c6"><code>532e761</code></a> Update PyO3/maturin-action action to v1.50.0 (<a href="https://redirect.github.com/astral-sh/ty/issues/2823">#2823</a>)</li> <li><a href="https://github.com/astral-sh/ty/commit/0211006eb682049e15c69df28dc4f650fb3e8566"><code>0211006</code></a> Update prek dependencies (<a href="https://redirect.github.com/astral-sh/ty/issues/2822">#2822</a>)</li> <li><a href="https://github.com/astral-sh/ty/commit/60ebbfe8532c173081fad6080a8d7911afb63f8d"><code>60ebbfe</code></a> docs: Add beta status notice to README (<a href="https://redirect.github.com/astral-sh/ty/issues/2556">#2556</a>)</li> <li>Additional commits viewable in <a href="https://github.com/astral-sh/ty/compare/0.0.15...0.0.19">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 a2c8881 commit f914143

File tree

1 file changed

+41
-41
lines changed

1 file changed

+41
-41
lines changed

0 commit comments

Comments
 (0)