Skip to content

Commit 2be2383

Browse files
pip: bump the pip-updates group across 1 directory with 3 updates (#334)
Updates the requirements on [kopf](https://github.com/nolar/kopf), [ruff](https://github.com/astral-sh/ruff) and [black](https://github.com/psf/black) to permit the latest version. Updates `kopf` from 1.38.0 to 1.39.0 <details> <summary>Release notes</summary> <p><em>Sourced from <a href="https://github.com/nolar/kopf/releases">kopf's releases</a>.</em></p> <blockquote> <h2>1.39.0</h2> <h2>What's Changed</h2> <ul> <li>Upgrade CI environments &amp; dependencies by <a href="https://github.com/nolar"><code>@​nolar</code></a> in <a href="https://redirect.github.com/nolar/kopf/pull/1189">nolar/kopf#1189</a></li> <li>Drop Python 3.9 from CI, require Python 3.10+ by <a href="https://github.com/nolar"><code>@​nolar</code></a> in <a href="https://redirect.github.com/nolar/kopf/pull/1190">nolar/kopf#1190</a></li> <li>Rewrite to Python 3.10 syntax by <a href="https://github.com/nolar"><code>@​nolar</code></a> in <a href="https://redirect.github.com/nolar/kopf/pull/1191">nolar/kopf#1191</a></li> <li>Rewrite to Python 3.10 for pyupgrade by <a href="https://github.com/nolar"><code>@​nolar</code></a> in <a href="https://redirect.github.com/nolar/kopf/pull/1197">nolar/kopf#1197</a></li> <li>Migrate from setup.py to pyproject.toml, but keep setuptools by <a href="https://github.com/nolar"><code>@​nolar</code></a> in <a href="https://redirect.github.com/nolar/kopf/pull/1192">nolar/kopf#1192</a></li> <li>Enable LLM indexing of the docs by <a href="https://github.com/nolar"><code>@​nolar</code></a> in <a href="https://redirect.github.com/nolar/kopf/pull/1198">nolar/kopf#1198</a></li> <li>Fix the code to be runnable in Python 3.14 (but do not enable it officially yet) by <a href="https://github.com/nolar"><code>@​nolar</code></a> in <a href="https://redirect.github.com/nolar/kopf/pull/1199">nolar/kopf#1199</a></li> </ul> <p>Note: Python 3.14 support is not officially supported yet (<a href="https://redirect.github.com/nolar/kopf/pull/1188">nolar/kopf#1188</a>), but should be runnable (at your own risk).</p> <p><strong>Full Changelog</strong>: <a href="https://github.com/nolar/kopf/compare/1.38.0...1.39.0">https://github.com/nolar/kopf/compare/1.38.0...1.39.0</a></p> </blockquote> </details> <details> <summary>Commits</summary> <ul> <li><a href="https://github.com/nolar/kopf/commit/e22e2a9182d9885361cea764288e608568c4b23f"><code>e22e2a9</code></a> Merge pull request <a href="https://redirect.github.com/nolar/kopf/issues/1199">#1199</a> from nolar/py314-fixes</li> <li><a href="https://github.com/nolar/kopf/commit/1c532d42fb3442d877e4203746e431914110bb23"><code>1c532d4</code></a> Inject uvloop in Python 3.11+ explicitly (mandatory for Python 3.14+)</li> <li><a href="https://github.com/nolar/kopf/commit/8d7f85addd825bfc91d42dbdfd0f0962aae8c1d8"><code>8d7f85a</code></a> Switch from asyncio to inspect in <code>iscoroutinefunction()</code></li> <li><a href="https://github.com/nolar/kopf/commit/b1b1dd164dc3f73ca9e4fc98a9943d8924ba4ea6"><code>b1b1dd1</code></a> Merge pull request <a href="https://redirect.github.com/nolar/kopf/issues/1198">#1198</a> from nolar/llm-docs</li> <li><a href="https://github.com/nolar/kopf/commit/16543f3fcd3476727f2f2effee54a4d49f4bc9ef"><code>16543f3</code></a> Enable optimised LLM indexing of the docs</li> <li><a href="https://github.com/nolar/kopf/commit/3f7087fb3e58f224c8612d2ff6597043aefb8416"><code>3f7087f</code></a> Merge pull request <a href="https://redirect.github.com/nolar/kopf/issues/1192">#1192</a> from nolar/pyproject-toml</li> <li><a href="https://github.com/nolar/kopf/commit/5fdccd22fe11f2a61461c4b478f1e391e9a7c7cb"><code>5fdccd2</code></a> Move tool configs into pyproject.toml</li> <li><a href="https://github.com/nolar/kopf/commit/4caaa08d127467382e49a2e45298e20b003be5e1"><code>4caaa08</code></a> Migrate from setup.py to pyproject.toml, but keep setuptools</li> <li><a href="https://github.com/nolar/kopf/commit/7cdd06cc870a57e82f45a95fc0fbfd98bc16d66d"><code>7cdd06c</code></a> Increase the personal copyright years</li> <li><a href="https://github.com/nolar/kopf/commit/b2871899b48c5999645b39edf9394c2137e04ea1"><code>b287189</code></a> Merge pull request <a href="https://redirect.github.com/nolar/kopf/issues/1197">#1197</a> from nolar/pyupgrade310</li> <li>Additional commits viewable in <a href="https://github.com/nolar/kopf/compare/1.38.0...1.39.0">compare view</a></li> </ul> </details> <br /> Updates `ruff` to 0.14.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.14.8</h2> <h2>Release Notes</h2> <p>Released on 2025-12-04.</p> <h3>Preview features</h3> <ul> <li>[<code>flake8-bugbear</code>] Catch <code>yield</code> expressions within other statements (<code>B901</code>) (<a href="https://redirect.github.com/astral-sh/ruff/pull/21200">#21200</a>)</li> <li>[<code>flake8-use-pathlib</code>] Mark fixes unsafe for return type changes (<code>PTH104</code>, <code>PTH105</code>, <code>PTH109</code>, <code>PTH115</code>) (<a href="https://redirect.github.com/astral-sh/ruff/pull/21440">#21440</a>)</li> </ul> <h3>Bug fixes</h3> <ul> <li>Fix syntax error false positives for <code>await</code> outside functions (<a href="https://redirect.github.com/astral-sh/ruff/pull/21763">#21763</a>)</li> <li>[<code>flake8-simplify</code>] Fix truthiness assumption for non-iterable arguments in tuple/list/set calls (<code>SIM222</code>, <code>SIM223</code>) (<a href="https://redirect.github.com/astral-sh/ruff/pull/21479">#21479</a>)</li> </ul> <h3>Documentation</h3> <ul> <li>Suggest using <code>--output-file</code> option in GitLab integration (<a href="https://redirect.github.com/astral-sh/ruff/pull/21706">#21706</a>)</li> </ul> <h3>Other changes</h3> <ul> <li>[syntax-error] Default type parameter followed by non-default type parameter (<a href="https://redirect.github.com/astral-sh/ruff/pull/21657">#21657</a>)</li> </ul> <h3>Contributors</h3> <ul> <li><a href="https://github.com/kieran-ryan"><code>@​kieran-ryan</code></a></li> <li><a href="https://github.com/11happy"><code>@​11happy</code></a></li> <li><a href="https://github.com/danparizher"><code>@​danparizher</code></a></li> <li><a href="https://github.com/ntBre"><code>@​ntBre</code></a></li> </ul> <h2>Install ruff 0.14.8</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.14.8/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.14.8/ruff-installer.ps1 | iex&quot; </code></pre> <h2>Download ruff 0.14.8</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.14.8/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.14.8/ruff-aarch64-apple-darwin.tar.gz.sha256">checksum</a></td> </tr> <tr> <td><a href="https://github.com/astral-sh/ruff/releases/download/0.14.8/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.14.8/ruff-x86_64-apple-darwin.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.14.8</h2> <p>Released on 2025-12-04.</p> <h3>Preview features</h3> <ul> <li>[<code>flake8-bugbear</code>] Catch <code>yield</code> expressions within other statements (<code>B901</code>) (<a href="https://redirect.github.com/astral-sh/ruff/pull/21200">#21200</a>)</li> <li>[<code>flake8-use-pathlib</code>] Mark fixes unsafe for return type changes (<code>PTH104</code>, <code>PTH105</code>, <code>PTH109</code>, <code>PTH115</code>) (<a href="https://redirect.github.com/astral-sh/ruff/pull/21440">#21440</a>)</li> </ul> <h3>Bug fixes</h3> <ul> <li>Fix syntax error false positives for <code>await</code> outside functions (<a href="https://redirect.github.com/astral-sh/ruff/pull/21763">#21763</a>)</li> <li>[<code>flake8-simplify</code>] Fix truthiness assumption for non-iterable arguments in tuple/list/set calls (<code>SIM222</code>, <code>SIM223</code>) (<a href="https://redirect.github.com/astral-sh/ruff/pull/21479">#21479</a>)</li> </ul> <h3>Documentation</h3> <ul> <li>Suggest using <code>--output-file</code> option in GitLab integration (<a href="https://redirect.github.com/astral-sh/ruff/pull/21706">#21706</a>)</li> </ul> <h3>Other changes</h3> <ul> <li>[syntax-error] Default type parameter followed by non-default type parameter (<a href="https://redirect.github.com/astral-sh/ruff/pull/21657">#21657</a>)</li> </ul> <h3>Contributors</h3> <ul> <li><a href="https://github.com/kieran-ryan"><code>@​kieran-ryan</code></a></li> <li><a href="https://github.com/11happy"><code>@​11happy</code></a></li> <li><a href="https://github.com/danparizher"><code>@​danparizher</code></a></li> <li><a href="https://github.com/ntBre"><code>@​ntBre</code></a></li> </ul> <h2>0.14.7</h2> <p>Released on 2025-11-28.</p> <h3>Preview features</h3> <ul> <li>[<code>flake8-bandit</code>] Handle string literal bindings in suspicious-url-open-usage (<code>S310</code>) (<a href="https://redirect.github.com/astral-sh/ruff/pull/21469">#21469</a>)</li> <li>[<code>pylint</code>] Fix <code>PLR1708</code> false positives on nested functions (<a href="https://redirect.github.com/astral-sh/ruff/pull/21177">#21177</a>)</li> <li>[<code>pylint</code>] Fix suppression for empty dict without tuple key annotation (<code>PLE1141</code>) (<a href="https://redirect.github.com/astral-sh/ruff/pull/21290">#21290</a>)</li> <li>[<code>ruff</code>] Add rule <code>RUF066</code> to detect unnecessary class properties (<a href="https://redirect.github.com/astral-sh/ruff/pull/21535">#21535</a>)</li> <li>[<code>ruff</code>] Catch more dummy variable uses (<code>RUF052</code>) (<a href="https://redirect.github.com/astral-sh/ruff/pull/19799">#19799</a>)</li> </ul> <h3>Bug fixes</h3> <ul> <li>[server] Set severity for non-rule diagnostics (<a href="https://redirect.github.com/astral-sh/ruff/pull/21559">#21559</a>)</li> <li>[<code>flake8-implicit-str-concat</code>] Avoid invalid fix in (<code>ISC003</code>) (<a href="https://redirect.github.com/astral-sh/ruff/pull/21517">#21517</a>)</li> <li>[<code>parser</code>] Fix panic when parsing IPython escape command expressions (<a href="https://redirect.github.com/astral-sh/ruff/pull/21480">#21480</a>)</li> </ul> <h3>CLI</h3> <ul> <li>Show partial fixability indicator in statistics output (<a href="https://redirect.github.com/astral-sh/ruff/pull/21513">#21513</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/9d4f1c6ae24b75642a586531f4c668213fbac3fb"><code>9d4f1c6</code></a> Bump 0.14.8 (<a href="https://redirect.github.com/astral-sh/ruff/issues/21791">#21791</a>)</li> <li><a href="https://github.com/astral-sh/ruff/commit/326025d45f87548caba9a56c5606d80f85abc5ff"><code>326025d</code></a> [ty] Always register rename provider if client doesn't support dynamic regist...</li> <li><a href="https://github.com/astral-sh/ruff/commit/3aefe85b32ff698b1a2086c2b50ff38af5c9dbed"><code>3aefe85</code></a> [ty] Ensure <code>rename</code> <code>CursorTest</code> calls <code>can_rename</code> before renaming (<a href="https://redirect.github.com/astral-sh/ruff/issues/21790">#21790</a>)</li> <li><a href="https://github.com/astral-sh/ruff/commit/b8ecc83a54fd5d7955bf1ab4fb82fe18dcb52283"><code>b8ecc83</code></a> Fix clippy errors on <code>main</code> (<a href="https://redirect.github.com/astral-sh/ruff/issues/21788">#21788</a>)</li> <li><a href="https://github.com/astral-sh/ruff/commit/6491932757ca6365bd11b8241266d81c045f7a8b"><code>6491932</code></a> [ty] Fix crash when hovering an unknown string annotation (<a href="https://redirect.github.com/astral-sh/ruff/issues/21782">#21782</a>)</li> <li><a href="https://github.com/astral-sh/ruff/commit/a9f2bb41bd802c9f4db417e3fec8324cf6207868"><code>a9f2bb4</code></a> [ty] Don't send publish diagnostics for clients supporting pull diagnostics (...</li> <li><a href="https://github.com/astral-sh/ruff/commit/e2b72fbf99920c5621243ee67e1028844a841d35"><code>e2b72fb</code></a> [ty] cleanup test path (<a href="https://redirect.github.com/astral-sh/ruff/issues/21781">#21781</a>)</li> <li><a href="https://github.com/astral-sh/ruff/commit/14fce0d44003ea30c30eb555344bd319da511380"><code>14fce0d</code></a> [ty] Improve the display of various special-form types (<a href="https://redirect.github.com/astral-sh/ruff/issues/21775">#21775</a>)</li> <li><a href="https://github.com/astral-sh/ruff/commit/8ebecb2a88d664a6291af71805b8f6876f414815"><code>8ebecb2</code></a> [ty] Add subdiagnostic hint if the user wrote <code>X = Any</code> rather than <code>X: Any</code> ...</li> <li><a href="https://github.com/astral-sh/ruff/commit/45ac30a4d762c9c564d45bb66df813666682e78e"><code>45ac30a</code></a> [ty] Teach <code>ty</code> the meaning of desperation (try ancestor <code>pyproject.toml</code>s as...</li> <li>Additional commits viewable in <a href="https://github.com/astral-sh/ruff/compare/0.14.7...0.14.8">compare view</a></li> </ul> </details> <br /> Updates `black` to 25.12.0 <details> <summary>Release notes</summary> <p><em>Sourced from <a href="https://github.com/psf/black/releases">black's releases</a>.</em></p> <blockquote> <h2>25.12.0</h2> <p>Please test out the draft 2026 style in version 26.1a1! This style will be finalized in the January release (26.1.0). Most of the changes in <code>--preview</code> will be in the 2026 stable style, but not all. <a href="https://redirect.github.com/psf/black/issues/4042">Please share your feedback!</a></p> <p>This release (25.12.0) will still produce the 2025 style.</p> <h3>Highlights</h3> <ul> <li>Black no longer supports running with Python 3.9 (<a href="https://redirect.github.com/psf/black/issues/4842">#4842</a>)</li> </ul> <h3>Stable style</h3> <ul> <li>Fix bug where comments preceding <code># fmt: off</code>/<code># fmt: on</code> blocks were incorrectly removed, particularly affecting Jupytext's <code># %% [markdown]</code> comments (<a href="https://redirect.github.com/psf/black/issues/4845">#4845</a>)</li> <li>Fix crash when multiple <code># fmt: skip</code> comments are used in a multi-part if-clause, on string literals, or on dictionary entries with long lines (<a href="https://redirect.github.com/psf/black/issues/4872">#4872</a>)</li> <li>Fix possible crash when <code>fmt: </code> directives aren't on the top level (<a href="https://redirect.github.com/psf/black/issues/4856">#4856</a>)</li> </ul> <h3>Preview style</h3> <ul> <li>Fix <code>fmt: skip</code> skipping the line after instead of the line it's on (<a href="https://redirect.github.com/psf/black/issues/4855">#4855</a>)</li> <li>Remove unnecessary parentheses from the left-hand side of assignments while preserving magic trailing commas and intentional multiline formatting (<a href="https://redirect.github.com/psf/black/issues/4865">#4865</a>)</li> <li>Fix <code>fix_fmt_skip_in_one_liners</code> crashing on <code>with</code> statements (<a href="https://redirect.github.com/psf/black/issues/4853">#4853</a>)</li> <li>Fix <code>fix_fmt_skip_in_one_liners</code> crashing on annotated parameters (<a href="https://redirect.github.com/psf/black/issues/4854">#4854</a>)</li> <li>Fix new lines being added after imports with <code># fmt: skip</code> on them (<a href="https://redirect.github.com/psf/black/issues/4894">#4894</a>)</li> </ul> <h3>Packaging</h3> <ul> <li>Releases now include arm64 Windows binaries and wheels (<a href="https://redirect.github.com/psf/black/issues/4814">#4814</a>)</li> </ul> <h3>Integrations</h3> <ul> <li>Add <code>output-file</code> input to GitHub Action <code>psf/black</code> to write formatter output to a file for artifact capture and log cleanliness (<a href="https://redirect.github.com/psf/black/issues/4824">#4824</a>)</li> </ul> </blockquote> </details> <details> <summary>Changelog</summary> <p><em>Sourced from <a href="https://github.com/psf/black/blob/main/CHANGES.md">black's changelog</a>.</em></p> <blockquote> <h2>25.12.0</h2> <h3>Highlights</h3> <ul> <li>Black no longer supports running with Python 3.9 (<a href="https://redirect.github.com/psf/black/issues/4842">#4842</a>)</li> </ul> <h3>Stable style</h3> <ul> <li>Fix bug where comments preceding <code># fmt: off</code>/<code># fmt: on</code> blocks were incorrectly removed, particularly affecting Jupytext's <code># %% [markdown]</code> comments (<a href="https://redirect.github.com/psf/black/issues/4845">#4845</a>)</li> <li>Fix crash when multiple <code># fmt: skip</code> comments are used in a multi-part if-clause, on string literals, or on dictionary entries with long lines (<a href="https://redirect.github.com/psf/black/issues/4872">#4872</a>)</li> <li>Fix possible crash when <code>fmt: </code> directives aren't on the top level (<a href="https://redirect.github.com/psf/black/issues/4856">#4856</a>)</li> </ul> <h3>Preview style</h3> <ul> <li>Fix <code>fmt: skip</code> skipping the line after instead of the line it's on (<a href="https://redirect.github.com/psf/black/issues/4855">#4855</a>)</li> <li>Remove unnecessary parentheses from the left-hand side of assignments while preserving magic trailing commas and intentional multiline formatting (<a href="https://redirect.github.com/psf/black/issues/4865">#4865</a>)</li> <li>Fix <code>fix_fmt_skip_in_one_liners</code> crashing on <code>with</code> statements (<a href="https://redirect.github.com/psf/black/issues/4853">#4853</a>)</li> <li>Fix <code>fix_fmt_skip_in_one_liners</code> crashing on annotated parameters (<a href="https://redirect.github.com/psf/black/issues/4854">#4854</a>)</li> <li>Fix new lines being added after imports with <code># fmt: skip</code> on them (<a href="https://redirect.github.com/psf/black/issues/4894">#4894</a>)</li> </ul> <h3>Packaging</h3> <ul> <li>Releases now include arm64 Windows binaries and wheels (<a href="https://redirect.github.com/psf/black/issues/4814">#4814</a>)</li> </ul> <h3>Integrations</h3> <ul> <li>Add <code>output-file</code> input to GitHub Action <code>psf/black</code> to write formatter output to a file for artifact capture and log cleanliness (<a href="https://redirect.github.com/psf/black/issues/4824">#4824</a>)</li> </ul> <h2>25.11.0</h2> <h3>Highlights</h3> <ul> <li>Enable base 3.14 support (<a href="https://redirect.github.com/psf/black/issues/4804">#4804</a>)</li> <li>Add support for the new Python 3.14 t-string syntax introduced by PEP 750 (<a href="https://redirect.github.com/psf/black/issues/4805">#4805</a>)</li> </ul> <h3>Stable style</h3> <ul> <li>Fix bug where comments between <code># fmt: off</code> and <code># fmt: on</code> were reformatted (<a href="https://redirect.github.com/psf/black/issues/4811">#4811</a>)</li> <li>Comments containing fmt directives now preserve their exact formatting instead of being normalized (<a href="https://redirect.github.com/psf/black/issues/4811">#4811</a>)</li> </ul> <h3>Preview style</h3> <ul> <li>Move <code>multiline_string_handling</code> from <code>--unstable</code> to <code>--preview</code> (<a href="https://redirect.github.com/psf/black/issues/4760">#4760</a>)</li> <li>Fix bug where module docstrings would be treated as normal strings if preceded by comments (<a href="https://redirect.github.com/psf/black/issues/4764">#4764</a>)</li> </ul> <!-- raw HTML omitted --> </blockquote> <p>... (truncated)</p> </details> <details> <summary>Commits</summary> <ul> <li><a href="https://github.com/psf/black/commit/782e5605c86aab56be6f905da10dcd3e463fd9c2"><code>782e560</code></a> Pin actions/[email protected] (<a href="https://redirect.github.com/psf/black/issues/4895">#4895</a>)</li> <li><a href="https://github.com/psf/black/commit/f0f40945c1b0ebaa9ca733aca517610574c451d6"><code>f0f4094</code></a> Fix new lines being added after imports with <code># fmt: skip</code> on them (<a href="https://redirect.github.com/psf/black/issues/4894">#4894</a>)</li> <li><a href="https://github.com/psf/black/commit/70fc194172184861aafb418c124824cae0fbe3b0"><code>70fc194</code></a> Revert &quot;Fix <code># fmt: skip</code> ignored in deeply nested expressions&quot; (<a href="https://redirect.github.com/psf/black/issues/4893">#4893</a>)</li> <li><a href="https://github.com/psf/black/commit/7044b145f4826e0d6e07178d89666856a8e37aff"><code>7044b14</code></a> Prepare 25.12.0 release (<a href="https://redirect.github.com/psf/black/issues/4891">#4891</a>)</li> <li><a href="https://github.com/psf/black/commit/5b470f0e577f3c39e0f7d668934d587c0733a652"><code>5b470f0</code></a> Fix <code># fmt: skip</code> ignored in deeply nested expressions (<a href="https://redirect.github.com/psf/black/issues/4883">#4883</a>)</li> <li><a href="https://github.com/psf/black/commit/1b342ef5b0433fc1ed61a7e05a65744bef706fc9"><code>1b342ef</code></a> Fix crash when multiple <code># fmt: skip</code> comments are used in multi-part if-clau...</li> <li><a href="https://github.com/psf/black/commit/7b265f16634155dafcca65f6122ef7ed8d14a67f"><code>7b265f1</code></a> Pin Hatch to hopefully fix Docker builds (<a href="https://redirect.github.com/psf/black/issues/4878">#4878</a>)</li> <li><a href="https://github.com/psf/black/commit/c9523f463fdc9d9f9f0e61ca92d9b37acdf0d8fc"><code>c9523f4</code></a> Attempt to fix Docker build failures (<a href="https://redirect.github.com/psf/black/issues/4876">#4876</a>)</li> <li><a href="https://github.com/psf/black/commit/0f376e0c35bcb29f87ce18eace30333a3e105841"><code>0f376e0</code></a> Fix crashes when fmt directives are indented (<a href="https://redirect.github.com/psf/black/issues/4856">#4856</a>)</li> <li><a href="https://github.com/psf/black/commit/a8bfcc1040fdfce2e02cdd85dc8bf4e7abe0462f"><code>a8bfcc1</code></a> Fix <code>fmt: skip</code> skipping the line after instead of the line it's on (<a href="https://redirect.github.com/psf/black/issues/4855">#4855</a>)</li> <li>Additional commits viewable in <a href="https://github.com/psf/black/compare/25.11.0...25.12.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 merge` will merge this PR after your CI passes on it - `@dependabot squash and merge` will squash and merge this PR after your CI passes on it - `@dependabot cancel merge` will cancel a previously requested merge and block automerging - `@dependabot reopen` will reopen this PR if it is closed - `@dependabot close` will close this PR and stop Dependabot recreating it. You can achieve the same result by closing it manually - `@dependabot show <dependency name> ignore conditions` will show all of the ignore conditions of the specified dependency - `@dependabot ignore <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] <[email protected]> Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
1 parent 1c3d506 commit 2be2383

File tree

2 files changed

+3
-3
lines changed

2 files changed

+3
-3
lines changed

requirements.txt

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -17,7 +17,7 @@ httpx==0.28.1
1717
idna==3.11
1818
iso8601==2.1.0
1919
Jinja2==3.1.6
20-
kopf==1.38.0
20+
kopf==1.39.0
2121
kube-custom-resource==0.6.1
2222
MarkupSafe==3.0.3
2323
multidict==6.7.0

test-requirements.txt

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,8 +1,8 @@
1-
ruff~=0.14.7
1+
ruff~=0.14.8
22
coverage>=4.0,!=4.4 # Apache-2.0
33
stestr>=4.2.0 # Apache-2.0
44
codespell
55
types-PyYAML
66
types-setuptools
77
mypy
8-
black~=25.11.0
8+
black~=25.12.0

0 commit comments

Comments
 (0)