Skip to content

Commit 0a7ad09

Browse files
deps(deps): bump the sdk-python-dependencies group in /python with 4 updates (#5415)
Bumps the sdk-python-dependencies group in /python with 4 updates: [tox](https://github.com/tox-dev/tox), [virtualenv](https://github.com/pypa/virtualenv), [pre-commit](https://github.com/pre-commit/pre-commit) and [ruff](https://github.com/astral-sh/ruff). Updates `tox` from 4.58.0 to 4.59.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.59.0</h2> <!-- raw HTML omitted --> <h2>What's Changed</h2> <ul> <li>🐛 fix(type): cast set value in _render_options by <a href="https://github.com/gaborbernat"><code>@​gaborbernat</code></a> in <a href="https://redirect.github.com/tox-dev/tox/pull/4003">tox-dev/tox#4003</a></li> <li>docs: fix typo 'set the the' -&gt; 'set then the' in config reference by <a href="https://github.com/LaRoyBot"><code>@​LaRoyBot</code></a> in <a href="https://redirect.github.com/tox-dev/tox/pull/4002">tox-dev/tox#4002</a></li> <li>👷 ci: pin coverage to the ctrace core by <a href="https://github.com/gaborbernat"><code>@​gaborbernat</code></a> in <a href="https://redirect.github.com/tox-dev/tox/pull/4009">tox-dev/tox#4009</a></li> <li>🔥 chore: remove the misc changelog category by <a href="https://github.com/gaborbernat"><code>@​gaborbernat</code></a> in <a href="https://redirect.github.com/tox-dev/tox/pull/4012">tox-dev/tox#4012</a></li> <li>✅ test: seed the virtualenv wheel image up front by <a href="https://github.com/gaborbernat"><code>@​gaborbernat</code></a> in <a href="https://redirect.github.com/tox-dev/tox/pull/4011">tox-dev/tox#4011</a></li> <li>✨ feat(plugin): type the plugin and internal API surfaces by <a href="https://github.com/gaborbernat"><code>@​gaborbernat</code></a> in <a href="https://redirect.github.com/tox-dev/tox/pull/4014">tox-dev/tox#4014</a></li> <li>✅ test: raise timeout for missing-interpreter discovery tests by <a href="https://github.com/gaborbernat"><code>@​gaborbernat</code></a> in <a href="https://redirect.github.com/tox-dev/tox/pull/4018">tox-dev/tox#4018</a></li> <li>📝 docs: mark the INI configuration format as deprecated by <a href="https://github.com/gaborbernat"><code>@​gaborbernat</code></a> in <a href="https://redirect.github.com/tox-dev/tox/pull/4017">tox-dev/tox#4017</a></li> </ul> <h2>New Contributors</h2> <ul> <li><a href="https://github.com/LaRoyBot"><code>@​LaRoyBot</code></a> made their first contribution in <a href="https://redirect.github.com/tox-dev/tox/pull/4002">tox-dev/tox#4002</a></li> </ul> <p><strong>Full Changelog</strong>: <a href="https://github.com/tox-dev/tox/compare/4.58.0...4.59.0">https://github.com/tox-dev/tox/compare/4.58.0...4.59.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.59.0</h1> <ul> <li> <p>The plugin and internal APIs now declare their types, and the code base passes <code>mypy --strict</code> and <code>pyrefly</code> next to <code>ty</code> - by :user:<code>gaborjbernat</code>.</p> <ul> <li>:meth:<code>ConfigSet.get &lt;tox.config.sets.ConfigSet.get&gt;</code> returns a configuration value after checking it against its declared type, so plugins can drop <code>cast</code> around <code>conf[&quot;key&quot;]</code> reads.</li> <li>The :func:<code>tox_on_install &lt;tox.plugin.spec.tox_on_install&gt;</code> hook and :class:<code>Installer &lt;tox.tox_env.installer.Installer&gt;</code> type their <code>arguments</code> as :data:<code>InstallArguments &lt;tox.tox_env.installer.InstallArguments&gt;</code>; installer subclasses may narrow it through the new second type parameter.</li> <li>:class:<code>Parsed &lt;tox.config.cli.parser.Parsed&gt;</code> declares the CLI option surface, so <code>options.&lt;name&gt;</code> reads type-check.</li> <li>:meth:<code>ConfigSet.add_config &lt;tox.config.sets.ConfigSet.add_config&gt;</code> accepts <code>default=None</code> for optional values and infers the value type from callable defaults.</li> <li>The journal, the environment cache, and execute metadata hold <code>JsonValue</code> content; structured <code>set_env</code> entries match the <code>SetEnvEntry</code> shape. (:issue:<code>4014</code>)</li> </ul> </li> </ul> <h1>Improved documentation - 4.59.0</h1> <ul> <li> <p>Mark the INI configuration format as deprecated throughout the documentation - by :user:<code>gaborbernat</code>.</p> <ul> <li>The tutorial, the configuration reference, and the migration how-to state that INI keeps working for existing projects but is frozen and receives no new features.</li> <li>Every INI example tab, the configuration discovery diagram, and the man page carry a deprecation marker.</li> <li>The tutorial no longer suggests generating a <code>tox.ini</code> via <code>tox quickstart</code>. (:issue:<code>4017</code>)</li> </ul> </li> </ul> <h1>Contributor-facing changes - 4.59.0</h1> <ul> <li>Remove the <code>misc</code> changelog category, and align the changelog filename check with the categories towncrier accepts - by :user:<code>gaborbernat</code>. (:issue:<code>4012</code>)</li> </ul> <hr /> <p>v4.58.0 (2026-07-21)</p> <hr /> </blockquote> </details> <details> <summary>Commits</summary> <ul> <li><a href="https://github.com/tox-dev/tox/commit/cb7eeca7bb5caaef8d05f08e3cd82536c6ca6a15"><code>cb7eeca</code></a> release 4.59.0</li> <li><a href="https://github.com/tox-dev/tox/commit/da75cad29e9df55903f000e46e45b7e0d96a9872"><code>da75cad</code></a> 📝 docs: mark the INI configuration format as deprecated (<a href="https://redirect.github.com/tox-dev/tox/issues/4017">#4017</a>)</li> <li><a href="https://github.com/tox-dev/tox/commit/ef7dc3ac6c2e0b07be2236fb1ee82fc527d52b00"><code>ef7dc3a</code></a> ✅ test: raise timeout for missing-interpreter discovery tests (<a href="https://redirect.github.com/tox-dev/tox/issues/4018">#4018</a>)</li> <li><a href="https://github.com/tox-dev/tox/commit/c76344d1a6871169bc513e7c4a26e0b011ed24c3"><code>c76344d</code></a> [pre-commit.ci] pre-commit autoupdate (<a href="https://redirect.github.com/tox-dev/tox/issues/4016">#4016</a>)</li> <li><a href="https://github.com/tox-dev/tox/commit/7be33b898031665f65b33f5dcd7577caf1fa0be0"><code>7be33b8</code></a> ✨ feat(plugin): type the plugin and internal API surfaces (<a href="https://redirect.github.com/tox-dev/tox/issues/4014">#4014</a>)</li> <li><a href="https://github.com/tox-dev/tox/commit/2e247dceaf6beb2f79fcff7bc490926bcf8e2f47"><code>2e247dc</code></a> ✅ test: raise timeout for tests hitting real PyPI (<a href="https://redirect.github.com/tox-dev/tox/issues/4011">#4011</a>)</li> <li><a href="https://github.com/tox-dev/tox/commit/2c1f86f4ff1c628c7ccc458483c422bd79295657"><code>2c1f86f</code></a> 🔥 chore: remove the misc changelog category (<a href="https://redirect.github.com/tox-dev/tox/issues/4012">#4012</a>)</li> <li><a href="https://github.com/tox-dev/tox/commit/59302d82ae57f64e76344e868603d5b5c8aa72a8"><code>59302d8</code></a> build(deps): bump pypa/gh-action-pypi-publish from 1.14.1 to 1.14.2 (<a href="https://redirect.github.com/tox-dev/tox/issues/4008">#4008</a>)</li> <li><a href="https://github.com/tox-dev/tox/commit/08333eef716d3f8852462d451c5ee52627b7c426"><code>08333ee</code></a> [pre-commit.ci] pre-commit autoupdate (<a href="https://redirect.github.com/tox-dev/tox/issues/4010">#4010</a>)</li> <li><a href="https://github.com/tox-dev/tox/commit/0bbe8c4648bb88b891a9ff6f45949da4ca63b867"><code>0bbe8c4</code></a> 👷 ci: pin coverage to the ctrace core (<a href="https://redirect.github.com/tox-dev/tox/issues/4009">#4009</a>)</li> <li>Additional commits viewable in <a href="https://github.com/tox-dev/tox/compare/4.58.0...4.59.0">compare view</a></li> </ul> </details> <br /> Updates `virtualenv` from 21.7.1 to 21.7.4 <details> <summary>Release notes</summary> <p><em>Sourced from <a href="https://github.com/pypa/virtualenv/releases">virtualenv's releases</a>.</em></p> <blockquote> <h2>21.7.4</h2> <!-- raw HTML omitted --> <h2>What's Changed</h2> <ul> <li>Upgrade embedded pip/setuptools/wheel by <a href="https://github.com/github-actions"><code>@​github-actions</code></a>[bot] in <a href="https://redirect.github.com/pypa/virtualenv/pull/3208">pypa/virtualenv#3208</a></li> </ul> <p><strong>Full Changelog</strong>: <a href="https://github.com/pypa/virtualenv/compare/21.7.3...21.7.4">https://github.com/pypa/virtualenv/compare/21.7.3...21.7.4</a></p> <h2>21.7.3</h2> <!-- raw HTML omitted --> <h2>What's Changed</h2> <ul> <li>🐛 fix(config): return a real list from ListType.split_values by <a href="https://github.com/darrenhuai"><code>@​darrenhuai</code></a> in <a href="https://redirect.github.com/pypa/virtualenv/pull/3207">pypa/virtualenv#3207</a></li> </ul> <h2>New Contributors</h2> <ul> <li><a href="https://github.com/darrenhuai"><code>@​darrenhuai</code></a> made their first contribution in <a href="https://redirect.github.com/pypa/virtualenv/pull/3207">pypa/virtualenv#3207</a></li> </ul> <p><strong>Full Changelog</strong>: <a href="https://github.com/pypa/virtualenv/compare/21.7.2...21.7.3">https://github.com/pypa/virtualenv/compare/21.7.2...21.7.3</a></p> <h2>21.7.2</h2> <!-- raw HTML omitted --> <h2>What's Changed</h2> <ul> <li>Upgrade embedded pip/setuptools/wheel by <a href="https://github.com/github-actions"><code>@​github-actions</code></a>[bot] in <a href="https://redirect.github.com/pypa/virtualenv/pull/3206">pypa/virtualenv#3206</a></li> </ul> <p><strong>Full Changelog</strong>: <a href="https://github.com/pypa/virtualenv/compare/21.7.1...21.7.2">https://github.com/pypa/virtualenv/compare/21.7.1...21.7.2</a></p> </blockquote> </details> <details> <summary>Changelog</summary> <p><em>Sourced from <a href="https://github.com/pypa/virtualenv/blob/main/docs/changelog.rst">virtualenv's changelog</a>.</em></p> <blockquote> <h1>Bugfixes - 21.7.4</h1> <ul> <li> <p>Upgrade embedded wheels:</p> <ul> <li>setuptools to <code>84.0.0</code> from <code>83.0.0</code> (:issue:<code>3208</code>)</li> </ul> </li> </ul> <hr /> <p>v21.7.3 (2026-08-08)</p> <hr /> <h1>Bugfixes - 21.7.3</h1> <ul> <li><code>ListType.split_values</code> now returns a <code>list</code> you can iterate more than once, and accepts <code>bytes</code> input instead of raising <code>TypeError</code> - by :user:<code>darrenhuai</code>. (:issue:<code>3207</code>)</li> </ul> <hr /> <p>v21.7.2 (2026-08-07)</p> <hr /> <h1>Bugfixes - 21.7.2</h1> <ul> <li> <p>Upgrade embedded wheels:</p> <ul> <li>pip to <code>26.2.1</code> from <code>26.2</code> (:issue:<code>3206</code>)</li> </ul> </li> </ul> <hr /> <p>v21.7.1 (2026-07-30)</p> <hr /> </blockquote> </details> <details> <summary>Commits</summary> <ul> <li><a href="https://github.com/pypa/virtualenv/commit/60ed5e984ff62e1e5f39809ba5bc658da0c6d8b9"><code>60ed5e9</code></a> release 21.7.4</li> <li><a href="https://github.com/pypa/virtualenv/commit/6d9300904051ad30a917bbf351eb5344dd6ad06b"><code>6d93009</code></a> Upgrade embedded pip/setuptools/wheel (<a href="https://redirect.github.com/pypa/virtualenv/issues/3208">#3208</a>)</li> <li><a href="https://github.com/pypa/virtualenv/commit/8b4f9f934899a28b9bbfde419fe9cc49f04e4153"><code>8b4f9f9</code></a> [pre-commit.ci] pre-commit autoupdate (<a href="https://redirect.github.com/pypa/virtualenv/issues/3209">#3209</a>)</li> <li><a href="https://github.com/pypa/virtualenv/commit/2c52ec0a2b7c222078a1eb92941ffb93a37f67f8"><code>2c52ec0</code></a> release 21.7.3</li> <li><a href="https://github.com/pypa/virtualenv/commit/8873d5eb711c89389b96c3a90f699bd600b51439"><code>8873d5e</code></a> 🐛 fix(config): return a real list from ListType.split_values (<a href="https://redirect.github.com/pypa/virtualenv/issues/3207">#3207</a>)</li> <li><a href="https://github.com/pypa/virtualenv/commit/d32f44cd7ce0407e47486a7c216b37a00566e111"><code>d32f44c</code></a> release 21.7.2</li> <li><a href="https://github.com/pypa/virtualenv/commit/eb997d3262a8655d27f78d77562a361e8410076f"><code>eb997d3</code></a> Upgrade embedded pip/setuptools/wheel (<a href="https://redirect.github.com/pypa/virtualenv/issues/3206">#3206</a>)</li> <li><a href="https://github.com/pypa/virtualenv/commit/9952a89b1d1ee338e67421d887d7badf6adfbe53"><code>9952a89</code></a> chore(deps): bump pypa/gh-action-pypi-publish from 1.14.1 to 1.14.2 (<a href="https://redirect.github.com/pypa/virtualenv/issues/3203">#3203</a>)</li> <li><a href="https://github.com/pypa/virtualenv/commit/a3d3bb84af95336080c2a4c5699d704a39ba4d86"><code>a3d3bb8</code></a> [pre-commit.ci] pre-commit autoupdate (<a href="https://redirect.github.com/pypa/virtualenv/issues/3202">#3202</a>)</li> <li>See full diff in <a href="https://github.com/pypa/virtualenv/compare/21.7.1...21.7.4">compare view</a></li> </ul> </details> <br /> Updates `pre-commit` from 4.6.1 to 4.6.2 <details> <summary>Release notes</summary> <p><em>Sourced from <a href="https://github.com/pre-commit/pre-commit/releases">pre-commit's releases</a>.</em></p> <blockquote> <h2>pre-commit v4.6.2</h2> <h3>Fixes</h3> <ul> <li>Fix <code>language: node</code> hooks that contain <code>&quot;scripts&quot;: {&quot;build&quot;: ...}</code> with npm 11.x. <ul> <li>Regressed in 4.6.1.</li> <li><a href="https://redirect.github.com/pre-commit/pre-commit/issues/3737">#3737</a> issue by <a href="https://github.com/mheiges"><code>@​mheiges</code></a>.</li> <li><a href="https://redirect.github.com/pre-commit/pre-commit/issues/3743">#3743</a> PR by <a href="https://github.com/asottile"><code>@​asottile</code></a>.</li> </ul> </li> </ul> </blockquote> </details> <details> <summary>Changelog</summary> <p><em>Sourced from <a href="https://github.com/pre-commit/pre-commit/blob/main/CHANGELOG.md">pre-commit's changelog</a>.</em></p> <blockquote> <h1>4.6.2 - 2026-08-10</h1> <h3>Fixes</h3> <ul> <li>Fix <code>language: node</code> hooks that contain <code>&quot;scripts&quot;: {&quot;build&quot;: ...}</code> with npm 11.x. <ul> <li>Regressed in 4.6.1.</li> <li><a href="https://redirect.github.com/pre-commit/pre-commit/issues/3737">#3737</a> issue by <a href="https://github.com/mheiges"><code>@​mheiges</code></a>.</li> <li><a href="https://redirect.github.com/pre-commit/pre-commit/issues/3743">#3743</a> PR by <a href="https://github.com/asottile"><code>@​asottile</code></a>.</li> </ul> </li> </ul> </blockquote> </details> <details> <summary>Commits</summary> <ul> <li><a href="https://github.com/pre-commit/pre-commit/commit/9767b6c8211a6bf683875a0afcf2b390457a4b66"><code>9767b6c</code></a> v4.6.2</li> <li><a href="https://github.com/pre-commit/pre-commit/commit/42ee3ff5ac1cae639613c9ad002d0502ae82384f"><code>42ee3ff</code></a> Merge pull request <a href="https://redirect.github.com/pre-commit/pre-commit/issues/3743">#3743</a> from pre-commit/npm-build-scripts-11-x</li> <li><a href="https://github.com/pre-commit/pre-commit/commit/30566198cb2d05201625f92b660a34c38ffe2dc7"><code>3056619</code></a> fix <code>language: node</code> for hooks with build scripts and npm 11.x</li> <li>See full diff in <a href="https://github.com/pre-commit/pre-commit/compare/v4.6.1...v4.6.2">compare view</a></li> </ul> </details> <br /> Updates `ruff` from 0.16.1 to 0.16.2 <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.16.2</h2> <h2>Release Notes</h2> <p>Released on 2026-08-06.</p> <h3>Bug fixes</h3> <ul> <li>[<code>flake8-pyi</code>] Avoid false positives on <code>singledispatch</code> functions (<code>PYI041</code>) (<a href="https://redirect.github.com/astral-sh/ruff/pull/27335">#27335</a>)</li> </ul> <h3>Server</h3> <ul> <li>Register formatting capabilities dynamically to exclude TOML files (<a href="https://redirect.github.com/astral-sh/ruff/pull/27332">#27332</a>)</li> </ul> <h3>Contributors</h3> <ul> <li><a href="https://github.com/MeGaGiGaGon"><code>@​MeGaGiGaGon</code></a></li> <li><a href="https://github.com/charliermarsh"><code>@​charliermarsh</code></a></li> <li><a href="https://github.com/epage"><code>@​epage</code></a></li> <li><a href="https://github.com/sharkdp"><code>@​sharkdp</code></a></li> <li><a href="https://github.com/ntBre"><code>@​ntBre</code></a></li> </ul> <h2>Install ruff 0.16.2</h2> <h3>Install prebuilt binaries via shell script</h3> <pre lang="sh"><code>curl --proto '=https' --tlsv1.2 -LsSf https://releases.astral.sh/github/ruff/releases/download/0.16.2/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://releases.astral.sh/github/ruff/releases/download/0.16.2/ruff-installer.ps1 | iex&quot; </code></pre> <h2>Download ruff 0.16.2</h2> <table> <thead> <tr> <th>File</th> <th>Platform</th> <th>Checksum</th> </tr> </thead> <tbody> <tr> <td><a href="https://releases.astral.sh/github/ruff/releases/download/0.16.2/ruff-aarch64-apple-darwin.tar.gz">ruff-aarch64-apple-darwin.tar.gz</a></td> <td>Apple Silicon macOS</td> <td><a href="https://releases.astral.sh/github/ruff/releases/download/0.16.2/ruff-aarch64-apple-darwin.tar.gz.sha256">checksum</a></td> </tr> <tr> <td><a href="https://releases.astral.sh/github/ruff/releases/download/0.16.2/ruff-x86_64-apple-darwin.tar.gz">ruff-x86_64-apple-darwin.tar.gz</a></td> <td>Intel macOS</td> <td><a href="https://releases.astral.sh/github/ruff/releases/download/0.16.2/ruff-x86_64-apple-darwin.tar.gz.sha256">checksum</a></td> </tr> <tr> <td><a href="https://releases.astral.sh/github/ruff/releases/download/0.16.2/ruff-aarch64-pc-windows-msvc.zip">ruff-aarch64-pc-windows-msvc.zip</a></td> <td>ARM64 Windows</td> <td><a href="https://releases.astral.sh/github/ruff/releases/download/0.16.2/ruff-aarch64-pc-windows-msvc.zip.sha256">checksum</a></td> </tr> <tr> <td><a href="https://releases.astral.sh/github/ruff/releases/download/0.16.2/ruff-i686-pc-windows-msvc.zip">ruff-i686-pc-windows-msvc.zip</a></td> <td>x86 Windows</td> <td><a href="https://releases.astral.sh/github/ruff/releases/download/0.16.2/ruff-i686-pc-windows-msvc.zip.sha256">checksum</a></td> </tr> <tr> <td><a href="https://releases.astral.sh/github/ruff/releases/download/0.16.2/ruff-x86_64-pc-windows-msvc.zip">ruff-x86_64-pc-windows-msvc.zip</a></td> <td>x64 Windows</td> <td><a href="https://releases.astral.sh/github/ruff/releases/download/0.16.2/ruff-x86_64-pc-windows-msvc.zip.sha256">checksum</a></td> </tr> <tr> <td><a href="https://releases.astral.sh/github/ruff/releases/download/0.16.2/ruff-aarch64-unknown-linux-gnu.tar.gz">ruff-aarch64-unknown-linux-gnu.tar.gz</a></td> <td>ARM64 Linux</td> <td><a href="https://releases.astral.sh/github/ruff/releases/download/0.16.2/ruff-aarch64-unknown-linux-gnu.tar.gz.sha256">checksum</a></td> </tr> <tr> <td><a href="https://releases.astral.sh/github/ruff/releases/download/0.16.2/ruff-i686-unknown-linux-gnu.tar.gz">ruff-i686-unknown-linux-gnu.tar.gz</a></td> <td>x86 Linux</td> <td><a href="https://releases.astral.sh/github/ruff/releases/download/0.16.2/ruff-i686-unknown-linux-gnu.tar.gz.sha256">checksum</a></td> </tr> <tr> <td><a href="https://releases.astral.sh/github/ruff/releases/download/0.16.2/ruff-powerpc64-unknown-linux-gnu.tar.gz">ruff-powerpc64-unknown-linux-gnu.tar.gz</a></td> <td>PPC64 Linux</td> <td><a href="https://releases.astral.sh/github/ruff/releases/download/0.16.2/ruff-powerpc64-unknown-linux-gnu.tar.gz.sha256">checksum</a></td> </tr> <tr> <td><a href="https://releases.astral.sh/github/ruff/releases/download/0.16.2/ruff-powerpc64le-unknown-linux-gnu.tar.gz">ruff-powerpc64le-unknown-linux-gnu.tar.gz</a></td> <td>PPC64LE Linux</td> <td><a href="https://releases.astral.sh/github/ruff/releases/download/0.16.2/ruff-powerpc64le-unknown-linux-gnu.tar.gz.sha256">checksum</a></td> </tr> <tr> <td><a href="https://releases.astral.sh/github/ruff/releases/download/0.16.2/ruff-riscv64gc-unknown-linux-gnu.tar.gz">ruff-riscv64gc-unknown-linux-gnu.tar.gz</a></td> <td>RISCV Linux</td> <td><a href="https://releases.astral.sh/github/ruff/releases/download/0.16.2/ruff-riscv64gc-unknown-linux-gnu.tar.gz.sha256">checksum</a></td> </tr> <tr> <td><a href="https://releases.astral.sh/github/ruff/releases/download/0.16.2/ruff-s390x-unknown-linux-gnu.tar.gz">ruff-s390x-unknown-linux-gnu.tar.gz</a></td> <td>S390x Linux</td> <td><a href="https://releases.astral.sh/github/ruff/releases/download/0.16.2/ruff-s390x-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.16.2</h2> <p>Released on 2026-08-06.</p> <h3>Bug fixes</h3> <ul> <li>[<code>flake8-pyi</code>] Avoid false positives on <code>singledispatch</code> functions (<code>PYI041</code>) (<a href="https://redirect.github.com/astral-sh/ruff/pull/27335">#27335</a>)</li> </ul> <h3>Server</h3> <ul> <li>Register formatting capabilities dynamically to exclude TOML files (<a href="https://redirect.github.com/astral-sh/ruff/pull/27332">#27332</a>)</li> </ul> <h3>Contributors</h3> <ul> <li><a href="https://github.com/MeGaGiGaGon"><code>@​MeGaGiGaGon</code></a></li> <li><a href="https://github.com/charliermarsh"><code>@​charliermarsh</code></a></li> <li><a href="https://github.com/epage"><code>@​epage</code></a></li> <li><a href="https://github.com/sharkdp"><code>@​sharkdp</code></a></li> <li><a href="https://github.com/ntBre"><code>@​ntBre</code></a></li> </ul> </blockquote> </details> <details> <summary>Commits</summary> <ul> <li><a href="https://github.com/astral-sh/ruff/commit/5b48a040974781ba90b47c8df628f8fd9b6c95dd"><code>5b48a04</code></a> Bump 0.16.2 (<a href="https://redirect.github.com/astral-sh/ruff/issues/27555">#27555</a>)</li> <li><a href="https://github.com/astral-sh/ruff/commit/1b9e5fc483b95a01fe02ff104820280b1b32e8ae"><code>1b9e5fc</code></a> Update Swatinem/rust-cache action to v2.9.2 (<a href="https://redirect.github.com/astral-sh/ruff/issues/27568">#27568</a>)</li> <li><a href="https://github.com/astral-sh/ruff/commit/c4e86fc0394c92a9334ba2eb026c77c21db403be"><code>c4e86fc</code></a> [ty] Add helper extension methods for half-range and equality constraints (<a href="https://redirect.github.com/astral-sh/ruff/issues/2">#2</a>...</li> <li><a href="https://github.com/astral-sh/ruff/commit/17a00de2e298612201a8fe30790e9399204af1b9"><code>17a00de</code></a> [ty] Reuse primer commands in memory reports (<a href="https://redirect.github.com/astral-sh/ruff/issues/27553">#27553</a>)</li> <li><a href="https://github.com/astral-sh/ruff/commit/6ea296b96923e142eb13af2bc6ad261c280d8eb1"><code>6ea296b</code></a> [ty] Normalize type labels in structured docstrings (<a href="https://redirect.github.com/astral-sh/ruff/issues/26923">#26923</a>)</li> <li><a href="https://github.com/astral-sh/ruff/commit/2fc445f0053f4ec27c717fae0de3671d73c103be"><code>2fc445f</code></a> [ty] Diagnose invalid <strong>getattr</strong> calls (<a href="https://redirect.github.com/astral-sh/ruff/issues/27502">#27502</a>)</li> <li><a href="https://github.com/astral-sh/ruff/commit/22c7823c4e8bffcca97688d8438c9b567d6817d8"><code>22c7823</code></a> [ty] Enable (but downrank) auto-import completion suggestions from stub-only ...</li> <li><a href="https://github.com/astral-sh/ruff/commit/05160d507f05345a72db9c28ab4edf7c92334819"><code>05160d5</code></a> [ty] Diagnose invalid descriptor <code>__get__</code> calls (<a href="https://redirect.github.com/astral-sh/ruff/issues/27400">#27400</a>)</li> <li><a href="https://github.com/astral-sh/ruff/commit/baea3d0dcec6d6f6d1659321940f3725771c5f45"><code>baea3d0</code></a> [ty] Expose strict analysis options in the playground (<a href="https://redirect.github.com/astral-sh/ruff/issues/27543">#27543</a>)</li> <li><a href="https://github.com/astral-sh/ruff/commit/c88946ebeb92be6d276087f0d528cd6471df4ead"><code>c88946e</code></a> [ty] Bump ecosystem-analyzer for strict project settings (<a href="https://redirect.github.com/astral-sh/ruff/issues/27542">#27542</a>)</li> <li>Additional commits viewable in <a href="https://github.com/astral-sh/ruff/compare/0.16.1...0.16.2">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> <!-- codesmith:footer --> --- <a href="https://app.blacksmith.sh/bacalhau-project/codesmith/bacalhau/pr/5415"><picture><source media="(prefers-color-scheme: dark)" srcset="https://pr-comments-assets.blacksmith.sh/codesmith/view-with-codesmith-dark-v2.svg"><source media="(prefers-color-scheme: light)" srcset="https://pr-comments-assets.blacksmith.sh/codesmith/view-with-codesmith-light-v2.svg"><img alt="View with [code]smith" src="https://pr-comments-assets.blacksmith.sh/codesmith/view-with-codesmith-dark-v2.svg"></picture></a> <a href="https://backend.blacksmith.sh/track/enable-autofix?expires=1789455908&installation_model_id=427922&pr_number=5415&repository=bacalhau-project%2Fbacalhau&return_to=https%3A%2F%2Fgithub.com%2Fbacalhau-project%2Fbacalhau%2Fpull%2F5415&signature=dc7dd82db2f083827ba057e7d8b4d791a4de55274c6fea105cc0a6b8f407641b"><picture><source media="(prefers-color-scheme: dark)" srcset="https://pr-comments-assets.blacksmith.sh/codesmith/autofix-with-codesmith-dark.svg"><source media="(prefers-color-scheme: light)" srcset="https://pr-comments-assets.blacksmith.sh/codesmith/autofix-with-codesmith-light.svg"><img alt="Autofix with [code]smith" src="https://pr-comments-assets.blacksmith.sh/codesmith/autofix-with-codesmith-dark.svg"></picture></a> <sup>Need help on this PR? Tag <code>@codesmith-bot</code> with what you need. Autofix is disabled.</sup> <!-- codesmith:autofix:disabled --> <!-- /codesmith:footer --> Signed-off-by: dependabot[bot] <support@github.com> Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
1 parent 60b85ac commit 0a7ad09

1 file changed

Lines changed: 29 additions & 30 deletions

File tree

python/poetry.lock

Lines changed: 29 additions & 30 deletions
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

0 commit comments

Comments
 (0)