Skip to content

Commit f6da6bf

Browse files
Bump the python group with 2 updates (#182)
Bumps the python group with 2 updates: [pydantic](https://github.com/pydantic/pydantic) and [ty](https://github.com/astral-sh/ty). Updates `pydantic` from 2.13.0 to 2.13.1 <details> <summary>Release notes</summary> <p><em>Sourced from <a href="https://github.com/pydantic/pydantic/releases">pydantic's releases</a>.</em></p> <blockquote> <h2>v2.13.1 2026-04-15</h2> <h2>v2.13.1 (2026-04-15)</h2> <h3>What's Changed</h3> <h4>Fixes</h4> <ul> <li>Fix <code>ValidationInfo.data</code> missing with <code>model_validate_json()</code> by <a href="https://github.com/davidhewitt"><code>@​davidhewitt</code></a> in <a href="https://redirect.github.com/pydantic/pydantic/pull/13079">#13079</a></li> </ul> <p><strong>Full Changelog</strong>: <a href="https://github.com/pydantic/pydantic/compare/v2.13.0...v2.13.1">https://github.com/pydantic/pydantic/compare/v2.13.0...v2.13.1</a></p> </blockquote> </details> <details> <summary>Changelog</summary> <p><em>Sourced from <a href="https://github.com/pydantic/pydantic/blob/v2.13.1/HISTORY.md">pydantic's changelog</a>.</em></p> <blockquote> <h2>v2.13.1 (2026-04-15)</h2> <p><a href="https://github.com/pydantic/pydantic/releases/tag/v2.13.1">GitHub release</a></p> <h3>What's Changed</h3> <h4>Fixes</h4> <ul> <li>Fix <code>ValidationInfo.data</code> missing with <code>model_validate_json()</code> by <a href="https://github.com/davidhewitt"><code>@​davidhewitt</code></a> in <a href="https://redirect.github.com/pydantic/pydantic/pull/13079">#13079</a></li> </ul> </blockquote> </details> <details> <summary>Commits</summary> <ul> <li><a href="https://github.com/pydantic/pydantic/commit/d45d8be3ffb6dfc6d0c64da6980140c91ff841fb"><code>d45d8be</code></a> Prepare release 2.13.1</li> <li><a href="https://github.com/pydantic/pydantic/commit/54aca609ce58e73dfe1c681d93432fbe3a4621da"><code>54aca60</code></a> Fix <code>ValidationInfo.data</code> missing with <code>model_validate_json()</code></li> <li>See full diff in <a href="https://github.com/pydantic/pydantic/compare/v2.13.0...v2.13.1">compare view</a></li> </ul> </details> <br /> Updates `ty` from 0.0.30 to 0.0.31 <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.31</h2> <h2>Release Notes</h2> <p>Released on 2026-04-15.</p> <h3>Bug fixes</h3> <ul> <li>Avoid panic from double inference for <code>namedtuple(typename=T, field_names=x, **{})</code> (<a href="https://redirect.github.com/astral-sh/ruff/pull/24641">#24641</a>)</li> <li>Avoid panic from double inference with missing functional <code>Enum(...)</code> names (<a href="https://redirect.github.com/astral-sh/ruff/pull/24638">#24638</a>)</li> <li>Avoid panic from double inference with functional <code>Enum(value=...)</code> (<a href="https://redirect.github.com/astral-sh/ruff/pull/24639">#24639</a>)</li> <li>Fix cases where <code>invalid-key</code> fix doesn't converge, and <code>override-of-final-method</code> produces invalid syntax (<a href="https://redirect.github.com/astral-sh/ruff/pull/24649">#24649</a>)</li> <li>Fix unnecessary <code>ty:ignore</code> comments inserted by <code>--add-ignore</code> for diagnostics starting on the same line (<a href="https://redirect.github.com/astral-sh/ruff/pull/24651">#24651</a>)</li> </ul> <h3>CLI</h3> <ul> <li>Add <code>--fix</code> mode to enable auto-fix for diagnostics (<a href="https://redirect.github.com/astral-sh/ruff/pull/24097">#24097</a>)</li> </ul> <h3>Performance</h3> <ul> <li>Avoid excessive memory usage for dataclasses with many fields (<a href="https://redirect.github.com/astral-sh/ruff/pull/24620">#24620</a>)</li> </ul> <h3>Core type checking</h3> <ul> <li>Check inherited <code>NamedTuple</code> field conflicts (<a href="https://redirect.github.com/astral-sh/ruff/pull/24542">#24542</a>)</li> <li>Error when duplicate keywords are provided to TypedDict constructors (<a href="https://redirect.github.com/astral-sh/ruff/pull/24449">#24449</a>)</li> <li>Respect mixed positional and keyword arguments in TypedDict constructor (<a href="https://redirect.github.com/astral-sh/ruff/pull/24448">#24448</a>)</li> <li>Respect subclass shadowing for inherited NamedTuple fields (<a href="https://redirect.github.com/astral-sh/ruff/pull/24640">#24640</a>)</li> <li>Skip <code>EnumMeta.__call__</code> for enum constructor signatures (<a href="https://redirect.github.com/astral-sh/ruff/pull/24513">#24513</a>)</li> </ul> <h3>Contributors</h3> <ul> <li><a href="https://github.com/sharkdp"><code>@​sharkdp</code></a></li> <li><a href="https://github.com/Glyphack"><code>@​Glyphack</code></a></li> <li><a href="https://github.com/MichaReiser"><code>@​MichaReiser</code></a></li> <li><a href="https://github.com/charliermarsh"><code>@​charliermarsh</code></a></li> </ul> <h2>Install ty 0.0.31</h2> <h3>Install prebuilt binaries via shell script</h3> <pre lang="sh"><code>curl --proto '=https' --tlsv1.2 -LsSf https://releases.astral.sh/github/ty/releases/download/0.0.31/ty-installer.sh | sh </code></pre> <h3>Install prebuilt binaries via powershell script</h3> <pre lang="sh"><code>powershell -ExecutionPolicy Bypass -c &quot;irm https://releases.astral.sh/github/ty/releases/download/0.0.31/ty-installer.ps1 | iex&quot; </code></pre> <!-- 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.31</h2> <p>Released on 2026-04-15.</p> <h3>Bug fixes</h3> <ul> <li>Avoid panic from double inference for <code>namedtuple(typename=T, field_names=x, **{})</code> (<a href="https://redirect.github.com/astral-sh/ruff/pull/24641">#24641</a>)</li> <li>Avoid panic from double inference with missing functional <code>Enum(...)</code> names (<a href="https://redirect.github.com/astral-sh/ruff/pull/24638">#24638</a>)</li> <li>Avoid panic from double inference with functional <code>Enum(value=...)</code> (<a href="https://redirect.github.com/astral-sh/ruff/pull/24639">#24639</a>)</li> <li>Fix cases where <code>invalid-key</code> fix doesn't converge, and <code>override-of-final-method</code> produces invalid syntax (<a href="https://redirect.github.com/astral-sh/ruff/pull/24649">#24649</a>)</li> <li>Fix unnecessary <code>ty:ignore</code> comments inserted by <code>--add-ignore</code> for diagnostics starting on the same line (<a href="https://redirect.github.com/astral-sh/ruff/pull/24651">#24651</a>)</li> </ul> <h3>CLI</h3> <ul> <li>Add <code>--fix</code> mode to enable auto-fix for diagnostics (<a href="https://redirect.github.com/astral-sh/ruff/pull/24097">#24097</a>)</li> </ul> <h3>Performance</h3> <ul> <li>Avoid excessive memory usage for dataclasses with many fields (<a href="https://redirect.github.com/astral-sh/ruff/pull/24620">#24620</a>)</li> </ul> <h3>Core type checking</h3> <ul> <li>Check inherited <code>NamedTuple</code> field conflicts (<a href="https://redirect.github.com/astral-sh/ruff/pull/24542">#24542</a>)</li> <li>Error when duplicate keywords are provided to TypedDict constructors (<a href="https://redirect.github.com/astral-sh/ruff/pull/24449">#24449</a>)</li> <li>Respect mixed positional and keyword arguments in TypedDict constructor (<a href="https://redirect.github.com/astral-sh/ruff/pull/24448">#24448</a>)</li> <li>Respect subclass shadowing for inherited NamedTuple fields (<a href="https://redirect.github.com/astral-sh/ruff/pull/24640">#24640</a>)</li> <li>Skip <code>EnumMeta.__call__</code> for enum constructor signatures (<a href="https://redirect.github.com/astral-sh/ruff/pull/24513">#24513</a>)</li> </ul> <h3>Contributors</h3> <ul> <li><a href="https://github.com/sharkdp"><code>@​sharkdp</code></a></li> <li><a href="https://github.com/Glyphack"><code>@​Glyphack</code></a></li> <li><a href="https://github.com/MichaReiser"><code>@​MichaReiser</code></a></li> <li><a href="https://github.com/charliermarsh"><code>@​charliermarsh</code></a></li> </ul> </blockquote> </details> <details> <summary>Commits</summary> <ul> <li><a href="https://github.com/astral-sh/ty/commit/daaa40454966558ffd2a0ea3dcf86bc1749c8715"><code>daaa404</code></a> Bump version to 0.0.31 (<a href="https://redirect.github.com/astral-sh/ty/issues/3280">#3280</a>)</li> <li>See full diff in <a href="https://github.com/astral-sh/ty/compare/0.0.30...0.0.31">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 9a9e670 commit f6da6bf

1 file changed

Lines changed: 131 additions & 131 deletions

File tree

0 commit comments

Comments
 (0)