Commit db604cd
authored
Bump the python group with 3 updates (#94)
Bumps the python group with 3 updates:
[pydantic](https://github.com/pydantic/pydantic),
[rich](https://github.com/Textualize/rich) and
[prek](https://github.com/j178/prek).
Updates `pydantic` from 2.12.5 to 2.13.0
<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.0 2026-04-13</h2>
<h2>v2.13.0 (2026-04-13)</h2>
<p>The highlights of the v2.13 release are available in the <a
href="https://pydantic.dev/articles/pydantic-v2-13-release">blog
post</a>.
Several minor changes (considered non-breaking changes according to our
<a
href="https://pydantic.dev/docs/validation/2.13/get-started/version-policy/#pydantic-v2">versioning
policy</a>) are also included in this release. Make sure to look into
them before upgrading.</p>
<p>This release contains the updated <code>pydantic.v1</code> namespace,
matching version 1.10.26 which includes support for Python 3.14.</p>
<h3>What's Changed</h3>
<p>See the beta releases for all changes sinces 2.12.</p>
<h4>Packaging</h4>
<ul>
<li>Add zizmor for GitHub Actions workflow linting by <a
href="https://github.com/Viicos"><code>@Viicos</code></a> in <a
href="https://redirect.github.com/pydantic/pydantic/pull/13039">#13039</a></li>
<li>Update jiter to v0.14.0 to fix a segmentation fault on musl Linux by
<a href="https://github.com/Viicos"><code>@Viicos</code></a> in <a
href="https://redirect.github.com/pydantic/pydantic/pull/13064">#13064</a></li>
</ul>
<h4>New Features</h4>
<ul>
<li>Allow default factories of private attributes to take validated
model data by <a
href="https://github.com/Viicos"><code>@Viicos</code></a> in <a
href="https://redirect.github.com/pydantic/pydantic/pull/13013">#13013</a></li>
</ul>
<h4>Changes</h4>
<ul>
<li>Warn when serializing fixed length tuples with too few items by <a
href="https://github.com/arvindsaripalli"><code>@arvindsaripalli</code></a>
in <a
href="https://redirect.github.com/pydantic/pydantic/pull/13016">#13016</a></li>
</ul>
<h4>Fixes</h4>
<ul>
<li>Change type of <code>Any</code> when synthesizing
<code>_build_sources</code> for <code>BaseSettings.__init__()</code>
signature in the mypy plugin by <a
href="https://github.com/Viicos"><code>@Viicos</code></a> in <a
href="https://redirect.github.com/pydantic/pydantic/pull/13049">#13049</a></li>
<li>Fix model equality when using runtime <code>extra</code>
configuration by <a
href="https://github.com/Viicos"><code>@Viicos</code></a> in <a
href="https://redirect.github.com/pydantic/pydantic/pull/13062">#13062</a></li>
</ul>
<h3>New Contributors</h3>
<ul>
<li><a
href="https://github.com/arvindsaripalli"><code>@arvindsaripalli</code></a>
made their first contribution in <a
href="https://redirect.github.com/pydantic/pydantic/pull/13016">#13016</a></li>
</ul>
<p><strong>Full Changelog</strong>: <a
href="https://github.com/pydantic/pydantic/compare/v2.12.0...v2.13.0">https://github.com/pydantic/pydantic/compare/v2.12.0...v2.13.0</a></p>
<h2>v2.13.0b3 2026-03-31</h2>
<!-- raw HTML omitted -->
<h2>What's Changed</h2>
<h3>Packaging</h3>
<ul>
<li>Add riscv64 build target for manylinux by <a
href="https://github.com/boosterl"><code>@boosterl</code></a> in <a
href="https://redirect.github.com/pydantic/pydantic/pull/12723">#12723</a></li>
</ul>
<h3>New Features</h3>
<ul>
<li>Add <code>ascii_only</code> option to <code>StringConstraints</code>
by <a
href="https://github.com/ai-man-codes"><code>@ai-man-codes</code></a>
in <a
href="https://redirect.github.com/pydantic/pydantic/pull/12907">#12907</a></li>
<li>Support <code>exclude_if</code> in computed fields by <a
href="https://github.com/andresliszt"><code>@andresliszt</code></a> in
<a
href="https://redirect.github.com/pydantic/pydantic/pull/12748">#12748</a></li>
<li>Push down constraints in unions involving <code>MISSING</code>
sentinel by <a
href="https://github.com/Viicos"><code>@Viicos</code></a> in <a
href="https://redirect.github.com/pydantic/pydantic/pull/12908">#12908</a></li>
</ul>
<!-- raw HTML omitted -->
</blockquote>
<p>... (truncated)</p>
</details>
<details>
<summary>Changelog</summary>
<p><em>Sourced from <a
href="https://github.com/pydantic/pydantic/blob/main/HISTORY.md">pydantic's
changelog</a>.</em></p>
<blockquote>
<h2>v2.13.0 (2026-04-13)</h2>
<p><a
href="https://github.com/pydantic/pydantic/releases/tag/v2.13.0">GitHub
release</a></p>
<p>The highlights of the v2.13 release are available in the <a
href="https://pydantic.dev/articles/pydantic-v2-13-release">blog
post</a>.
Several minor changes (considered non-breaking changes according to our
<a
href="https://pydantic.dev/docs/validation/2.13/get-started/version-policy/#pydantic-v2">versioning
policy</a>)
are also included in this release. Make sure to look into them before
upgrading.</p>
<p>This release contains the updated <code>pydantic.v1</code> namespace,
matching version 1.10.26 which includes support for Python 3.14.</p>
<h3>What's Changed</h3>
<p>See the beta releases for all changes sinces 2.12.</p>
<h4>New Features</h4>
<ul>
<li>Allow default factories of private attributes to take validated
model data by <a
href="https://github.com/Viicos"><code>@Viicos</code></a> in <a
href="https://redirect.github.com/pydantic/pydantic/pull/13013">#13013</a></li>
</ul>
<h4>Changes</h4>
<ul>
<li>Warn when serializing fixed length tuples with too few items by <a
href="https://github.com/arvindsaripalli"><code>@arvindsaripalli</code></a>
in <a
href="https://redirect.github.com/pydantic/pydantic/pull/13016">#13016</a></li>
</ul>
<h4>Fixes</h4>
<ul>
<li>Change type of <code>Any</code> when synthesizing
<code>_build_sources</code> for <code>BaseSettings.__init__()</code>
signature in the mypy plugin by <a
href="https://github.com/Viicos"><code>@Viicos</code></a> in <a
href="https://redirect.github.com/pydantic/pydantic/pull/13049">#13049</a></li>
<li>Fix model equality when using runtime <code>extra</code>
configuration by <a
href="https://github.com/Viicos"><code>@Viicos</code></a> in <a
href="https://redirect.github.com/pydantic/pydantic/pull/13062">#13062</a></li>
</ul>
<h4>Packaging</h4>
<ul>
<li>Add zizmor for GitHub Actions workflow linting by <a
href="https://github.com/Viicos"><code>@Viicos</code></a> in <a
href="https://redirect.github.com/pydantic/pydantic/pull/13039">#13039</a></li>
<li>Update jiter to v0.14.0 to fix a segmentation fault on musl Linux by
<a href="https://github.com/Viicos"><code>@Viicos</code></a> in <a
href="https://redirect.github.com/pydantic/pydantic/pull/13064">#13064</a></li>
</ul>
<h3>New Contributors</h3>
<ul>
<li><a
href="https://github.com/arvindsaripalli"><code>@arvindsaripalli</code></a>
made their first contribution in <a
href="https://redirect.github.com/pydantic/pydantic/pull/13016">#13016</a></li>
</ul>
<h2>v2.13.0b3 (2026-03-31)</h2>
<p><a
href="https://github.com/pydantic/pydantic/releases/tag/v2.13.0b3">GitHub
release</a></p>
<h3>What's Changed</h3>
<h4>New Features</h4>
<ul>
<li>Add <code>ascii_only</code> option to <code>StringConstraints</code>
by <a
href="https://github.com/ai-man-codes"><code>@ai-man-codes</code></a>
in <a
href="https://redirect.github.com/pydantic/pydantic/pull/12907">#12907</a></li>
<li>Support <code>exclude_if</code> in computed fields by <a
href="https://github.com/andresliszt"><code>@andresliszt</code></a> in
<a
href="https://redirect.github.com/pydantic/pydantic/pull/12748">#12748</a></li>
<li>Push down constraints in unions involving <code>MISSING</code>
sentinel by <a
href="https://github.com/Viicos"><code>@Viicos</code></a> in <a
href="https://redirect.github.com/pydantic/pydantic/pull/12908">#12908</a></li>
</ul>
<h4>Changes</h4>
<!-- raw HTML omitted -->
</blockquote>
<p>... (truncated)</p>
</details>
<details>
<summary>Commits</summary>
<ul>
<li><a
href="https://github.com/pydantic/pydantic/commit/46bf4fa648af3a1fbf4603a37f210e9d9c618357"><code>46bf4fa</code></a>
Fix Pydantic release workflow (<a
href="https://redirect.github.com/pydantic/pydantic/issues/13067">#13067</a>)</li>
<li><a
href="https://github.com/pydantic/pydantic/commit/1b359edab09c623464d23c6fd2503ae5ff276d43"><code>1b359ed</code></a>
Prepare release v2.13.0 (<a
href="https://redirect.github.com/pydantic/pydantic/issues/13065">#13065</a>)</li>
<li><a
href="https://github.com/pydantic/pydantic/commit/b1bf19445d8ac144a7a0e82674d2d87eebab6c18"><code>b1bf194</code></a>
Fix model equality when using runtime <code>extra</code> configuration
(<a
href="https://redirect.github.com/pydantic/pydantic/issues/13062">#13062</a>)</li>
<li><a
href="https://github.com/pydantic/pydantic/commit/17a35e371bdff348c0690651d324c91fc7c9ff9e"><code>17a35e3</code></a>
Update jiter to v0.14.0 (<a
href="https://redirect.github.com/pydantic/pydantic/issues/13064">#13064</a>)</li>
<li><a
href="https://github.com/pydantic/pydantic/commit/feea402b23fa23774669908c4e08a61ba1e4238e"><code>feea402</code></a>
Use <code>simulation</code> mode in Codspeed CI (<a
href="https://redirect.github.com/pydantic/pydantic/issues/13063">#13063</a>)</li>
<li><a
href="https://github.com/pydantic/pydantic/commit/671c9b0d4d3f9b2f1b95ca32ac85cb69e824e0bc"><code>671c9b0</code></a>
Add basic benchmarks for model equality (<a
href="https://redirect.github.com/pydantic/pydantic/issues/13061">#13061</a>)</li>
<li><a
href="https://github.com/pydantic/pydantic/commit/d17d71e00a35f190b27321aa6f8f2a03139c00b8"><code>d17d71e</code></a>
Bump cryptography from 46.0.6 to 46.0.7 (<a
href="https://redirect.github.com/pydantic/pydantic/issues/13056">#13056</a>)</li>
<li><a
href="https://github.com/pydantic/pydantic/commit/919d61ac419af5151b673a90b65c9a12631091cf"><code>919d61a</code></a>
👥 Update Pydantic People (<a
href="https://redirect.github.com/pydantic/pydantic/issues/13059">#13059</a>)</li>
<li><a
href="https://github.com/pydantic/pydantic/commit/e7cf5dcb939ea98511e669b647c0273667a1b08a"><code>e7cf5dc</code></a>
Fix people workflow (<a
href="https://redirect.github.com/pydantic/pydantic/issues/13047">#13047</a>)</li>
<li><a
href="https://github.com/pydantic/pydantic/commit/2a806ad09b984fcc43568191aba5d965350995a0"><code>2a806ad</code></a>
Add regression test for <code>MISSING</code> sentinel serialization with
subclasses (<a
href="https://redirect.github.com/pydantic/pydantic/issues/13">#13</a>...</li>
<li>Additional commits viewable in <a
href="https://github.com/pydantic/pydantic/compare/v2.12.5...v2.13.0">compare
view</a></li>
</ul>
</details>
<br />
Updates `rich` from 14.3.3 to 15.0.0
<details>
<summary>Release notes</summary>
<p><em>Sourced from <a
href="https://github.com/Textualize/rich/releases">rich's
releases</a>.</em></p>
<blockquote>
<h2>The So Long 3.8 Release</h2>
<p>A few fixes. The major version bump is to honor the passing of 3.8
support which reached its EOL in October 7, 2024</p>
<h2>[15.0.0] - 2026-04-12</h2>
<h3>Changed</h3>
<ul>
<li>Breaking change: Dropped support for Python3.8</li>
</ul>
<h3>Fixed</h3>
<ul>
<li>Fixed empty print ignoring the <code>end</code> parameter <a
href="https://redirect.github.com/Textualize/rich/pull/4075">Textualize/rich#4075</a></li>
<li>Fixed <code>Text.from_ansi</code> removing newlines <a
href="https://redirect.github.com/Textualize/rich/pull/4076">Textualize/rich#4076</a></li>
<li>Fixed <code>FileProxy.isatty</code> not proxying <a
href="https://redirect.github.com/Textualize/rich/pull/4077">Textualize/rich#4077</a></li>
<li>Fixed inline code in Markdown tables cells <a
href="https://redirect.github.com/Textualize/rich/pull/4079">Textualize/rich#4079</a></li>
</ul>
<h2>The Faster Startup Release</h2>
<p>No new features in this release, but there should be improved startup
time for Rich apps, and potentially improved runtime if you have a lot
of links.</p>
<h2>[14.3.4] - 2026-04-11</h2>
<h3>Changed</h3>
<ul>
<li>Improved import time with lazy loading <a
href="https://redirect.github.com/Textualize/rich/pull/4070">Textualize/rich#4070</a></li>
<li>Changed link id generation to avoid random number generation at
runtime <a
href="https://redirect.github.com/Textualize/rich/pull/3845">Textualize/rich#3845</a></li>
</ul>
</blockquote>
</details>
<details>
<summary>Changelog</summary>
<p><em>Sourced from <a
href="https://github.com/Textualize/rich/blob/master/CHANGELOG.md">rich's
changelog</a>.</em></p>
<blockquote>
<h2>[15.0.0] - 2026-04-12</h2>
<h3>Changed</h3>
<ul>
<li>Breaking change: Dropped support for Python3.8</li>
</ul>
<h3>Fixed</h3>
<ul>
<li>Fixed empty print ignoring the <code>end</code> parameter <a
href="https://redirect.github.com/Textualize/rich/pull/4075">Textualize/rich#4075</a></li>
<li>Fixed <code>Text.from_ansi</code> removing newlines <a
href="https://redirect.github.com/Textualize/rich/pull/4076">Textualize/rich#4076</a></li>
<li>Fixed <code>FileProxy.isatty</code> not proxying <a
href="https://redirect.github.com/Textualize/rich/pull/4077">Textualize/rich#4077</a></li>
<li>Fixed inline code in Markdown tables cells <a
href="https://redirect.github.com/Textualize/rich/pull/4079">Textualize/rich#4079</a></li>
</ul>
<h2>[14.3.4] - 2026-04-11</h2>
<h3>Changed</h3>
<ul>
<li>Improved import time with lazy loading <a
href="https://redirect.github.com/Textualize/rich/pull/4070">Textualize/rich#4070</a></li>
<li>Changed link id generation to avoid random number generation at
runtime <a
href="https://redirect.github.com/Textualize/rich/pull/3845">Textualize/rich#3845</a></li>
</ul>
</blockquote>
</details>
<details>
<summary>Commits</summary>
<ul>
<li><a
href="https://github.com/Textualize/rich/commit/6ac483cbea39cab124dfd3483bba70ffafb71050"><code>6ac483c</code></a>
correction</li>
<li><a
href="https://github.com/Textualize/rich/commit/458a9109c8b7da81c17b2270ea8a88f3e8c0465a"><code>458a910</code></a>
Merge pull request <a
href="https://redirect.github.com/Textualize/rich/issues/4080">#4080</a>
from Textualize/bump1500</li>
<li><a
href="https://github.com/Textualize/rich/commit/82e06e0d9985fd8cce456dc3977e0d2d9e84b4d8"><code>82e06e0</code></a>
changelog</li>
<li><a
href="https://github.com/Textualize/rich/commit/d6556bc44881b9904f29f5d9d69a0812b30675d1"><code>d6556bc</code></a>
bump to 15.0.0</li>
<li><a
href="https://github.com/Textualize/rich/commit/ffe2edc5968eac19d5493c2d7b27965031a692e9"><code>ffe2edc</code></a>
Merge pull request <a
href="https://redirect.github.com/Textualize/rich/issues/4079">#4079</a>
from Textualize/inline-table-code</li>
<li><a
href="https://github.com/Textualize/rich/commit/cf3b5a16f7a76b2e8c4921d3314021bb72a6c5c1"><code>cf3b5a1</code></a>
changelog</li>
<li><a
href="https://github.com/Textualize/rich/commit/77f0edbdef71f2a895cd0ab1481e9a1fc79d42e6"><code>77f0edb</code></a>
remove comments</li>
<li><a
href="https://github.com/Textualize/rich/commit/7ef2d05ca8aa3cb405dab2fdf3282e69cf8089e3"><code>7ef2d05</code></a>
fix inline code in table cells</li>
<li><a
href="https://github.com/Textualize/rich/commit/19c67b9a3479841e9133bea94607c89ee931d3fc"><code>19c67b9</code></a>
Merge pull request <a
href="https://redirect.github.com/Textualize/rich/issues/4077">#4077</a>
from Textualize/isattry</li>
<li><a
href="https://github.com/Textualize/rich/commit/494b795031782c694297d2db78bd04fb8c82f590"><code>494b795</code></a>
changelog</li>
<li>Additional commits viewable in <a
href="https://github.com/Textualize/rich/compare/v14.3.3...v15.0.0">compare
view</a></li>
</ul>
</details>
<br />
Updates `prek` from 0.3.8 to 0.3.9
<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.9</h2>
<h2>Release Notes</h2>
<p>Released on 2026-04-13.</p>
<h3>Highlight</h3>
<p><code>prek auto-update</code> is now stricter about pinned revisions
and more useful in CI.
It now keeps <code>rev</code> and <code># frozen:</code> comments in
sync, can detect
<a href="https://docs.zizmor.sh/audits/#impostor-commit">impostor
commits</a> when validating pinned SHAs,
and lets you use <code>prek auto-update --check</code> to fail on both
available updates and frozen-ref
mismatches without rewriting the config.</p>
<p>Examples:</p>
<pre lang="console"><code>$ prek auto-update
# updates revs and repairs stale `# frozen:` comments
<p>$ prek auto-update --freeze</p>
<h1>writes frozen SHAs with matching <code># frozen:
&lt;tag&gt;</code> comments</h1>
<p>$ prek auto-update --check</p>
<h1>exits non-zero when updates are available, a <code># frozen:</code>
comment is stale,</h1>
<h1>or a pinned SHA does not belong to the fetched upstream refs</h1>
<p></code></pre></p>
<h3>Enhancements</h3>
<ul>
<li>Check and sync frozen comments during auto-update (<a
href="https://redirect.github.com/j178/prek/pull/1896">#1896</a>)</li>
<li>Handle impostor commits in auto-update (<a
href="https://redirect.github.com/j178/prek/pull/1919">#1919</a>)</li>
<li>Add experimental <code>language: dotnet</code> support (<a
href="https://redirect.github.com/j178/prek/pull/1871">#1871</a>)</li>
<li>Honor repo and worktree <code>core.hooksPath</code> (<a
href="https://redirect.github.com/j178/prek/pull/1892">#1892</a>)</li>
<li>Add <code>prek run --no-fail-fast</code> to override config file (<a
href="https://redirect.github.com/j178/prek/pull/1859">#1859</a>)</li>
<li>Add <code>forbid-new-submodules</code> as builtin hook (<a
href="https://redirect.github.com/j178/prek/pull/1853">#1853</a>)</li>
<li>Clean stale patch files in <code>cache gc</code> (<a
href="https://redirect.github.com/j178/prek/pull/1877">#1877</a>)</li>
<li>Display auto-update results by config entry (<a
href="https://redirect.github.com/j178/prek/pull/1922">#1922</a>)</li>
<li>Restrict patch directory permissions (<a
href="https://redirect.github.com/j178/prek/pull/1876">#1876</a>)</li>
<li>Show tag names in <code>auto-update --freeze</code> output (<a
href="https://redirect.github.com/j178/prek/pull/1916">#1916</a>)</li>
<li>Use a bitset for hook stages (<a
href="https://redirect.github.com/j178/prek/pull/1860">#1860</a>)</li>
</ul>
<h3>Bug fixes</h3>
<ul>
<li>Canonicalize CWD and GIT_ROOT paths (<a
href="https://redirect.github.com/j178/prek/pull/1878">#1878</a>)</li>
<li>Ensure quotes are added for non-string revisions in
<code>auto-update</code> (<a
href="https://redirect.github.com/j178/prek/pull/1936">#1936</a>)</li>
</ul>
<h3>Documentation</h3>
<ul>
<li>Update docs for case of hooks modifying files with a non-zero exit
code (<a
href="https://redirect.github.com/j178/prek/pull/1879">#1879</a>)</li>
</ul>
<!-- 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.9</h2>
<p>Released on 2026-04-13.</p>
<h3>Highlight</h3>
<p><code>prek auto-update</code> is now stricter about pinned revisions
and more useful in CI.
It now keeps <code>rev</code> and <code># frozen:</code> comments in
sync, can detect
<a href="https://docs.zizmor.sh/audits/#impostor-commit">impostor
commits</a> when validating pinned SHAs,
and lets you use <code>prek auto-update --check</code> to fail on both
available updates and frozen-ref
mismatches without rewriting the config.</p>
<p>Examples:</p>
<pre lang="console"><code>$ prek auto-update
# updates revs and repairs stale `# frozen:` comments
<p>$ prek auto-update --freeze</p>
<h1>writes frozen SHAs with matching <code># frozen:
&lt;tag&gt;</code> comments</h1>
<p>$ prek auto-update --check</p>
<h1>exits non-zero when updates are available, a <code># frozen:</code>
comment is stale,</h1>
<h1>or a pinned SHA does not belong to the fetched upstream refs</h1>
<p></code></pre></p>
<h3>Enhancements</h3>
<ul>
<li>Check and sync frozen comments during auto-update (<a
href="https://redirect.github.com/j178/prek/pull/1896">#1896</a>)</li>
<li>Handle impostor commits in auto-update (<a
href="https://redirect.github.com/j178/prek/pull/1919">#1919</a>)</li>
<li>Add experimental <code>language: dotnet</code> support (<a
href="https://redirect.github.com/j178/prek/pull/1871">#1871</a>)</li>
<li>Honor repo and worktree <code>core.hooksPath</code> (<a
href="https://redirect.github.com/j178/prek/pull/1892">#1892</a>)</li>
<li>Add <code>prek run --no-fail-fast</code> to override config file (<a
href="https://redirect.github.com/j178/prek/pull/1859">#1859</a>)</li>
<li>Add <code>forbid-new-submodules</code> as builtin hook (<a
href="https://redirect.github.com/j178/prek/pull/1853">#1853</a>)</li>
<li>Clean stale patch files in <code>cache gc</code> (<a
href="https://redirect.github.com/j178/prek/pull/1877">#1877</a>)</li>
<li>Display auto-update results by config entry (<a
href="https://redirect.github.com/j178/prek/pull/1922">#1922</a>)</li>
<li>Restrict patch directory permissions (<a
href="https://redirect.github.com/j178/prek/pull/1876">#1876</a>)</li>
<li>Show tag names in <code>auto-update --freeze</code> output (<a
href="https://redirect.github.com/j178/prek/pull/1916">#1916</a>)</li>
<li>Use a bitset for hook stages (<a
href="https://redirect.github.com/j178/prek/pull/1860">#1860</a>)</li>
</ul>
<h3>Bug fixes</h3>
<ul>
<li>Canonicalize CWD and GIT_ROOT paths (<a
href="https://redirect.github.com/j178/prek/pull/1878">#1878</a>)</li>
<li>Ensure quotes are added for non-string revisions in
<code>auto-update</code> (<a
href="https://redirect.github.com/j178/prek/pull/1936">#1936</a>)</li>
</ul>
<h3>Documentation</h3>
<ul>
<li>Update docs for case of hooks modifying files with a non-zero exit
code (<a
href="https://redirect.github.com/j178/prek/pull/1879">#1879</a>)</li>
</ul>
<h3>Contributors</h3>
<!-- raw HTML omitted -->
</blockquote>
<p>... (truncated)</p>
</details>
<details>
<summary>Commits</summary>
<ul>
<li><a
href="https://github.com/j178/prek/commit/3a9b9fe4ac5f202ca0202d195c3ba5ce4c9bb81c"><code>3a9b9fe</code></a>
Ensure quotes are added for non-string revisions in
<code>auto-update</code> (<a
href="https://redirect.github.com/j178/prek/issues/1936">#1936</a>)</li>
<li><a
href="https://github.com/j178/prek/commit/501d1db943dbf7369e5b082930641f48147481f0"><code>501d1db</code></a>
Bump version to 0.3.9 (<a
href="https://redirect.github.com/j178/prek/issues/1934">#1934</a>)</li>
<li><a
href="https://github.com/j178/prek/commit/dc98c4792d2f6cf53d7b2fda2a3b13fb9ccc5feb"><code>dc98c47</code></a>
Honor repo and worktree <code>core.hooksPath</code> (<a
href="https://redirect.github.com/j178/prek/issues/1892">#1892</a>)</li>
<li><a
href="https://github.com/j178/prek/commit/08c1f706ce69889c59533921f19fdff6eb579711"><code>08c1f70</code></a>
Remove bracket from auto-update project header (<a
href="https://redirect.github.com/j178/prek/issues/1933">#1933</a>)</li>
<li><a
href="https://github.com/j178/prek/commit/4292fe245bfe53caa01dac998d703a2c03f1d13d"><code>4292fe2</code></a>
Update pre-commit hook crate-ci/typos to v1.45.0 (<a
href="https://redirect.github.com/j178/prek/issues/1930">#1930</a>)</li>
<li><a
href="https://github.com/j178/prek/commit/adafad090353056980fdefddc9d1cb92755b1f9d"><code>adafad0</code></a>
Update GitHub Actions (<a
href="https://redirect.github.com/j178/prek/issues/1929">#1929</a>)</li>
<li><a
href="https://github.com/j178/prek/commit/f0bf283baf1d83a36b4fe976511601cd047c3405"><code>f0bf283</code></a>
Update dependency uv to v0.11.3 (<a
href="https://redirect.github.com/j178/prek/issues/1928">#1928</a>)</li>
<li><a
href="https://github.com/j178/prek/commit/059f2728eb1d95ae23be15fca4f8d4eac27d1059"><code>059f272</code></a>
Display auto-update results by config entry (<a
href="https://redirect.github.com/j178/prek/issues/1922">#1922</a>)</li>
<li><a
href="https://github.com/j178/prek/commit/7899b900cf247b47bf09d1b0f97580fc943496b4"><code>7899b90</code></a>
Handle <code>--no-lazy-fetch</code> not available</li>
<li><a
href="https://github.com/j178/prek/commit/ff0769a7ccd357eb6364884c12dd21254e3d92d0"><code>ff0769a</code></a>
Handle impostor commits in auto-update</li>
<li>Additional commits viewable in <a
href="https://github.com/j178/prek/compare/v0.3.8...v0.3.9">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 1db5a8a commit db604cd
1 file changed
Lines changed: 131 additions & 133 deletions
0 commit comments