Skip to content

Commit ab62c06

Browse files
authored
Bump the patch group with 6 updates (#173)
Bumps the patch group with 6 updates: | Package | From | To | | --- | --- | --- | | [markdown](https://github.com/Python-Markdown/markdown) | `3.8` | `3.8.2` | | [mkdocstrings-python](https://github.com/mkdocstrings/python) | `1.16.11` | `1.16.12` | | [frequenz-repo-config[lib]](https://github.com/frequenz-floss/frequenz-repo-config-python) | `0.13.4` | `0.13.5` | | [mypy](https://github.com/python/mypy) | `1.16.0` | `1.16.1` | | [uv](https://github.com/astral-sh/uv) | `0.7.9` | `0.7.17` | | [frequenz-repo-config[extra-lint-examples]](https://github.com/frequenz-floss/frequenz-repo-config-python) | `0.13.4` | `0.13.5` | Updates `markdown` from 3.8 to 3.8.2 <details> <summary>Release notes</summary> <p><em>Sourced from <a href="https://github.com/Python-Markdown/markdown/releases">markdown's releases</a>.</em></p> <blockquote> <h2>Release 3.8.2</h2> <h3>Fixed</h3> <ul> <li>Fix <code>codecs</code> deprecation in Python 3.14.</li> <li>Fix issue with unclosed comment parsing in Python 3.14.</li> <li>Fix issue with unclosed declarations in Python 3.14.</li> <li>Fix issue with unclosed HTML tag <code>&lt;foo</code> and Python 3.14.</li> </ul> <h2>Release 3.8.1</h2> <h3>Fixed</h3> <ul> <li>Ensure incomplete markup declaration in raw HTML doesn't crash parser (<a href="https://redirect.github.com/Python-Markdown/markdown/issues/1534">#1534</a>).</li> <li>Fixed dropped content in <code>md_in_html</code> (<a href="https://redirect.github.com/Python-Markdown/markdown/issues/1526">#1526</a>).</li> <li>Fixed HTML handling corner case that prevented some content from not being rendered (<a href="https://redirect.github.com/Python-Markdown/markdown/issues/1528">#1528</a>).</li> </ul> </blockquote> </details> <details> <summary>Changelog</summary> <p><em>Sourced from <a href="https://github.com/Python-Markdown/markdown/blob/master/docs/changelog.md">markdown's changelog</a>.</em></p> <blockquote> <h2>[3.8.2] - 2025-06-19</h2> <h3>Fixed</h3> <ul> <li>Fix <code>codecs</code> deprecation in Python 3.14.</li> <li>Fix issue with unclosed comment parsing in Python 3.14.</li> <li>Fix issue with unclosed declarations in Python 3.14.</li> <li>Fix issue with unclosed HTML tag <code>&lt;foo</code> and Python 3.14.</li> </ul> <h2>[3.8.1] - 2025-06-18</h2> <h3>Fixed</h3> <ul> <li>Ensure incomplete markup declaration in raw HTML doesn't crash parser (<a href="https://redirect.github.com/Python-Markdown/markdown/issues/1534">#1534</a>).</li> <li>Fixed dropped content in <code>md_in_html</code> (<a href="https://redirect.github.com/Python-Markdown/markdown/issues/1526">#1526</a>).</li> <li>Fixed HTML handling corner case that prevented some content from not being rendered (<a href="https://redirect.github.com/Python-Markdown/markdown/issues/1528">#1528</a>).</li> </ul> <h2>[3.8.0] - 2025-04-09</h2> <h3>Changed</h3> <ul> <li>DRY fix in <code>abbr</code> extension by introducing method <code>create_element</code> (<a href="https://redirect.github.com/Python-Markdown/markdown/issues/1483">#1483</a>).</li> <li>Clean up test directory by removing some redundant tests and port non-redundant cases to the newer test framework.</li> <li>Improved performance of the raw HTML post-processor (<a href="https://redirect.github.com/Python-Markdown/markdown/issues/1510">#1510</a>).</li> </ul> <h3>Fixed</h3> <ul> <li>Backslash Unescape IDs set via <code>attr_list</code> on <code>toc</code> (<a href="https://redirect.github.com/Python-Markdown/markdown/issues/1493">#1493</a>).</li> <li>Ensure <code>md_in_html</code> processes content inside &quot;markdown&quot; blocks as they are parsed outside of &quot;markdown&quot; blocks to keep things more consistent for third-party extensions (<a href="https://redirect.github.com/Python-Markdown/markdown/issues/1503">#1503</a>).</li> <li><code>md_in_html</code> handle tags within inline code blocks better (<a href="https://redirect.github.com/Python-Markdown/markdown/issues/1075">#1075</a>).</li> <li><code>md_in_html</code> fix handling of one-liner block HTML handling (<a href="https://redirect.github.com/Python-Markdown/markdown/issues/1074">#1074</a>).</li> <li>Ensure <code>&lt;center&gt;</code> is treated like a block-level element (<a href="https://redirect.github.com/Python-Markdown/markdown/issues/1481">#1481</a>).</li> <li>Ensure that <code>abbr</code> extension respects <code>AtomicString</code> and does not process perceived abbreviations in these strings (<a href="https://redirect.github.com/Python-Markdown/markdown/issues/1512">#1512</a>).</li> <li>Ensure <code>smarty</code> extension correctly renders nested closing quotes (<a href="https://redirect.github.com/Python-Markdown/markdown/issues/1514">#1514</a>).</li> </ul> <h2>[3.7.0] - 2024-08-16</h2> <h3>Changed</h3> <ul> <li> <p>Refactor <code>abbr</code> Extension</p> <p>A new <code>AbbrTreeprocessor</code> has been introduced, which replaces the now deprecated <code>AbbrInlineProcessor</code>. Abbreviation processing now happens after Attribute Lists, avoiding a conflict between the two extensions (<a href="https://redirect.github.com/Python-Markdown/markdown/issues/1460">#1460</a>).</p> <p>The <code>AbbrPreprocessor</code> class has been renamed to <code>AbbrBlockprocessor</code>, which</p> </li> </ul> <!-- raw HTML omitted --> </blockquote> <p>... (truncated)</p> </details> <details> <summary>Commits</summary> <ul> <li><a href="https://github.com/Python-Markdown/markdown/commit/d9c8431e404d614812e39a11109afbe9981bba13"><code>d9c8431</code></a> Bump version to 3.8.2</li> <li><a href="https://github.com/Python-Markdown/markdown/commit/9980cb5b27b07ff48283178d98213e41543701ec"><code>9980cb5</code></a> Fixes for Python 3.14</li> <li><a href="https://github.com/Python-Markdown/markdown/commit/3561310d30dac10c47f0b9fc404b167fc65331b0"><code>3561310</code></a> Properly document version specification.</li> <li><a href="https://github.com/Python-Markdown/markdown/commit/3bb9d42b93dae519d4f5a6eea970a571232e05e2"><code>3bb9d42</code></a> Update documentation for release process</li> <li><a href="https://github.com/Python-Markdown/markdown/commit/3870f20ba1dd214609b380e921dffc5f115730f5"><code>3870f20</code></a> Bump version to 3.8.1</li> <li><a href="https://github.com/Python-Markdown/markdown/commit/820721485c928c6f97f3d74f37afb6d2450aef9e"><code>8207214</code></a> Ensure incomplete markup declaration in raw HTML doesn't crash parser.</li> <li><a href="https://github.com/Python-Markdown/markdown/commit/64a3c0fbc00327fbfee1fd6b44da0e5453287fe4"><code>64a3c0f</code></a> Fix HTML handling of <code>\&lt;/&gt;</code></li> <li><a href="https://github.com/Python-Markdown/markdown/commit/f2b9fd10f1fc7b0683f226e6a82da8e8375bccf5"><code>f2b9fd1</code></a> Ensure <code>md_in_html</code> does not drop content</li> <li><a href="https://github.com/Python-Markdown/markdown/commit/513de8a0db81c840f917488af7078a45f74542bf"><code>513de8a</code></a> Update pypa/gh-action-pypi-publish to v1.12.4</li> <li>See full diff in <a href="https://github.com/Python-Markdown/markdown/compare/3.8...3.8.2">compare view</a></li> </ul> </details> <br /> Updates `mkdocstrings-python` from 1.16.11 to 1.16.12 <details> <summary>Release notes</summary> <p><em>Sourced from <a href="https://github.com/mkdocstrings/python/releases">mkdocstrings-python's releases</a>.</em></p> <blockquote> <h2>1.16.12</h2> <h2><a href="https://github.com/mkdocstrings/python/releases/tag/1.16.12">1.16.12</a> - 2025-06-03</h2> <p><!-- raw HTML omitted --><a href="https://github.com/mkdocstrings/python/compare/1.16.11...1.16.12">Compare with 1.16.11</a><!-- raw HTML omitted --></p> <h3>Bug Fixes</h3> <ul> <li>Only replace CSS class in first <em>highlighting</em> span (<a href="https://github.com/mkdocstrings/python/commit/d57740f874f056fb3ba1c6013ad04227df0f0af8">d57740f</a> by Timothée Mazzucotelli). <a href="https://redirect.github.com/mkdocstrings/python/issues/281">Issue-281</a></li> </ul> </blockquote> </details> <details> <summary>Changelog</summary> <p><em>Sourced from <a href="https://github.com/mkdocstrings/python/blob/main/CHANGELOG.md">mkdocstrings-python's changelog</a>.</em></p> <blockquote> <h2><a href="https://github.com/mkdocstrings/python/releases/tag/1.16.12">1.16.12</a> - 2025-06-03</h2> <p><!-- raw HTML omitted --><a href="https://github.com/mkdocstrings/python/compare/1.16.11...1.16.12">Compare with 1.16.11</a><!-- raw HTML omitted --></p> <h3>Bug Fixes</h3> <ul> <li>Only replace CSS class in first <em>highlighting</em> span (<a href="https://github.com/mkdocstrings/python/commit/d57740f874f056fb3ba1c6013ad04227df0f0af8">d57740f</a> by Timothée Mazzucotelli). <a href="https://redirect.github.com/mkdocstrings/python/issues/281">Issue-281</a></li> </ul> </blockquote> </details> <details> <summary>Commits</summary> <ul> <li><a href="https://github.com/mkdocstrings/python/commit/3c4424d4ff63dacb6e4bf4e7a8c462ea377fb1a8"><code>3c4424d</code></a> chore: Prepare release 1.16.12</li> <li><a href="https://github.com/mkdocstrings/python/commit/d57740f874f056fb3ba1c6013ad04227df0f0af8"><code>d57740f</code></a> fix: Only replace CSS class in first <em>highlighting</em> span</li> <li>See full diff in <a href="https://github.com/mkdocstrings/python/compare/1.16.11...1.16.12">compare view</a></li> </ul> </details> <br /> Updates `frequenz-repo-config[lib]` from 0.13.4 to 0.13.5 <details> <summary>Release notes</summary> <p><em>Sourced from <a href="https://github.com/frequenz-floss/frequenz-repo-config-python/releases">frequenz-repo-config[lib]'s releases</a>.</em></p> <blockquote> <h2>v0.13.5</h2> <h1>Frequenz Repository Configuration Release Notes</h1> <h2>Bug Fixes</h2> <ul> <li> <p>Fixed some typos in the docs.</p> </li> <li> <p>Fixed wrong comparison for <code>mike</code> versions when versions were equal.</p> </li> <li> <p>Fixed version regex escaping of <code>.</code>. This means that a version like v0x1e1 were accepted as valid semver versions. Now this version is not considered a semver version anymore.</p> </li> <li> <p><code>setuptools.grpc_tools</code>: Fix wrong passing of include paths when passed via:</p> <ul> <li>Command-line: Now extra white-spaces and empty strings are removed, before they were passed to <code>protoc -I</code>.</li> <li><code>pyproject.toml</code>: Now an empty array/list can be passed to override the default paths, before this resulted in an empty string being passed to <code>protoc -I</code>.</li> </ul> </li> </ul> <h2>What's Changed</h2> <ul> <li>Clear release notes by <a href="https://github.com/llucax"><code>@​llucax</code></a> in <a href="https://redirect.github.com/frequenz-floss/frequenz-repo-config-python/pull/405">frequenz-floss/frequenz-repo-config-python#405</a></li> <li>Fix typos in documentation by <a href="https://github.com/llucax"><code>@​llucax</code></a> in <a href="https://redirect.github.com/frequenz-floss/frequenz-repo-config-python/pull/416">frequenz-floss/frequenz-repo-config-python#416</a></li> <li>setuptools: Fix passing empty include paths by <a href="https://github.com/llucax"><code>@​llucax</code></a> in <a href="https://redirect.github.com/frequenz-floss/frequenz-repo-config-python/pull/418">frequenz-floss/frequenz-repo-config-python#418</a></li> <li>Fix missing comparison for equal versions by <a href="https://github.com/llucax"><code>@​llucax</code></a> in <a href="https://redirect.github.com/frequenz-floss/frequenz-repo-config-python/pull/415">frequenz-floss/frequenz-repo-config-python#415</a></li> </ul> <p><strong>Full Changelog</strong>: <a href="https://github.com/frequenz-floss/frequenz-repo-config-python/compare/v0.13.4...v0.13.5">https://github.com/frequenz-floss/frequenz-repo-config-python/compare/v0.13.4...v0.13.5</a></p> </blockquote> </details> <details> <summary>Commits</summary> <ul> <li><a href="https://github.com/frequenz-floss/frequenz-repo-config-python/commit/0da3bdbc2725909b5a4b051ab4a529e87bd78d47"><code>0da3bdb</code></a> Fix missing comparison for equal versions (<a href="https://redirect.github.com/frequenz-floss/frequenz-repo-config-python/issues/415">#415</a>)</li> <li><a href="https://github.com/frequenz-floss/frequenz-repo-config-python/commit/5fb428b05c588b2895fd00fd8fb49c36417ac252"><code>5fb428b</code></a> Prepare release notes for the v0.13.5 release</li> <li><a href="https://github.com/frequenz-floss/frequenz-repo-config-python/commit/15c1a4ee210e4be8cedc0b474dabd3788acaeeb3"><code>15c1a4e</code></a> Fix semver version regex escaping of <code>.</code></li> <li><a href="https://github.com/frequenz-floss/frequenz-repo-config-python/commit/64d8b8ce52646caaf80b51e0f75c5b49b3759a79"><code>64d8b8c</code></a> Fix missing comparison for equal versions</li> <li><a href="https://github.com/frequenz-floss/frequenz-repo-config-python/commit/f93e20f09e1d26327c34be5a77ae1a267377a07c"><code>f93e20f</code></a> setuptools: Fix passing empty include paths (<a href="https://redirect.github.com/frequenz-floss/frequenz-repo-config-python/issues/418">#418</a>)</li> <li><a href="https://github.com/frequenz-floss/frequenz-repo-config-python/commit/735bd98de18e26da87b239fd62e24a41c843daf4"><code>735bd98</code></a> Add release notes</li> <li><a href="https://github.com/frequenz-floss/frequenz-repo-config-python/commit/ef1733a5d7ae986c97e4879dfa94725edda573b7"><code>ef1733a</code></a> Clean comma-separated include paths in grpc_tools</li> <li><a href="https://github.com/frequenz-floss/frequenz-repo-config-python/commit/6aff0995d93ff53e36f32804486c3bf83dde2031"><code>6aff099</code></a> Do not convert array of paths to a string</li> <li><a href="https://github.com/frequenz-floss/frequenz-repo-config-python/commit/1b3c39cdf324b34f3e572885f629c76d43450dea"><code>1b3c39c</code></a> Fix typos in documentation (<a href="https://redirect.github.com/frequenz-floss/frequenz-repo-config-python/issues/416">#416</a>)</li> <li><a href="https://github.com/frequenz-floss/frequenz-repo-config-python/commit/3b81b2ba2a48a6d5b7204038c8a26a693e4bd603"><code>3b81b2b</code></a> Fix typos in documentation</li> <li>Additional commits viewable in <a href="https://github.com/frequenz-floss/frequenz-repo-config-python/compare/v0.13.4...v0.13.5">compare view</a></li> </ul> </details> <br /> Updates `mypy` from 1.16.0 to 1.16.1 <details> <summary>Commits</summary> <ul> <li><a href="https://github.com/python/mypy/commit/68b8fa097d080c92d30a429bc74de8acd56caf85"><code>68b8fa0</code></a> Bump version to 1.16.1</li> <li><a href="https://github.com/python/mypy/commit/e253eded9c887630f3f5404c4b9f73f13570476a"><code>e253ede</code></a> Single underscore is not a sunder (<a href="https://redirect.github.com/python/mypy/issues/19273">#19273</a>)</li> <li><a href="https://github.com/python/mypy/commit/9fb5ff66c51bd971d7a6b1260cc0ec9f1b82cc06"><code>9fb5ff6</code></a> Fix properties with setters after deleters (<a href="https://redirect.github.com/python/mypy/issues/19248">#19248</a>)</li> <li><a href="https://github.com/python/mypy/commit/c20fd7838338cd65d6c7c6e252eda85996cfc98e"><code>c20fd78</code></a> Handle assignment of bound methods in class bodies (<a href="https://redirect.github.com/python/mypy/issues/19233">#19233</a>)</li> <li><a href="https://github.com/python/mypy/commit/c86480ce51e4bb6db21f4b3f0b3ec8833aafc8ce"><code>c86480c</code></a> Tighten metaclass <strong>call</strong> handling in protocols (<a href="https://redirect.github.com/python/mypy/issues/19191">#19191</a>)</li> <li><a href="https://github.com/python/mypy/commit/cb3c6ec6a7aaa96a0e26768a946ac63ea14115f2"><code>cb3c6ec</code></a> Fix crash on partial type used as context (<a href="https://redirect.github.com/python/mypy/issues/19216">#19216</a>)</li> <li><a href="https://github.com/python/mypy/commit/c39f5e73c47182e51c5d8d488f7cc7301257c974"><code>c39f5e7</code></a> [mypyc] Fixing condition for handling user-defined <strong>del</strong> (<a href="https://redirect.github.com/python/mypy/issues/19188">#19188</a>)</li> <li><a href="https://github.com/python/mypy/commit/0a4f28431faa18e59d35bc269cb0ea6c00810653"><code>0a4f284</code></a> Fix crash on invalid property inside its own body (<a href="https://redirect.github.com/python/mypy/issues/19208">#19208</a>)</li> <li><a href="https://github.com/python/mypy/commit/9b079f6592740a51c0e629728eeb0324ad85126f"><code>9b079f6</code></a> Bump version to 1.16.1+dev</li> <li>See full diff in <a href="https://github.com/python/mypy/compare/v1.16.0...v1.16.1">compare view</a></li> </ul> </details> <br /> Updates `uv` from 0.7.9 to 0.7.17 <details> <summary>Release notes</summary> <p><em>Sourced from <a href="https://github.com/astral-sh/uv/releases">uv's releases</a>.</em></p> <blockquote> <h2>0.7.17</h2> <h2>Release Notes</h2> <h3>Bug fixes</h3> <ul> <li>Apply build constraints when resolving <code>--with</code> dependencies (<a href="https://redirect.github.com/astral-sh/uv/pull/14340">#14340</a>)</li> <li>Drop trailing slashes when converting index URL from URL (<a href="https://redirect.github.com/astral-sh/uv/pull/14346">#14346</a>)</li> <li>Ignore <code>UV_PYTHON_CACHE_DIR</code> when empty (<a href="https://redirect.github.com/astral-sh/uv/pull/14336">#14336</a>)</li> <li>Fix error message ordering for <code>pyvenv.cfg</code> version conflict (<a href="https://redirect.github.com/astral-sh/uv/pull/14329">#14329</a>)</li> </ul> <h2>Install uv 0.7.17</h2> <h3>Install prebuilt binaries via shell script</h3> <pre lang="sh"><code>curl --proto '=https' --tlsv1.2 -LsSf https://github.com/astral-sh/uv/releases/download/0.7.17/uv-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/uv/releases/download/0.7.17/uv-installer.ps1 | iex&quot; </code></pre> <h2>Download uv 0.7.17</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/uv/releases/download/0.7.17/uv-aarch64-apple-darwin.tar.gz">uv-aarch64-apple-darwin.tar.gz</a></td> <td>Apple Silicon macOS</td> <td><a href="https://github.com/astral-sh/uv/releases/download/0.7.17/uv-aarch64-apple-darwin.tar.gz.sha256">checksum</a></td> </tr> <tr> <td><a href="https://github.com/astral-sh/uv/releases/download/0.7.17/uv-x86_64-apple-darwin.tar.gz">uv-x86_64-apple-darwin.tar.gz</a></td> <td>Intel macOS</td> <td><a href="https://github.com/astral-sh/uv/releases/download/0.7.17/uv-x86_64-apple-darwin.tar.gz.sha256">checksum</a></td> </tr> <tr> <td><a href="https://github.com/astral-sh/uv/releases/download/0.7.17/uv-aarch64-pc-windows-msvc.zip">uv-aarch64-pc-windows-msvc.zip</a></td> <td>ARM64 Windows</td> <td><a href="https://github.com/astral-sh/uv/releases/download/0.7.17/uv-aarch64-pc-windows-msvc.zip.sha256">checksum</a></td> </tr> <tr> <td><a href="https://github.com/astral-sh/uv/releases/download/0.7.17/uv-i686-pc-windows-msvc.zip">uv-i686-pc-windows-msvc.zip</a></td> <td>x86 Windows</td> <td><a href="https://github.com/astral-sh/uv/releases/download/0.7.17/uv-i686-pc-windows-msvc.zip.sha256">checksum</a></td> </tr> <tr> <td><a href="https://github.com/astral-sh/uv/releases/download/0.7.17/uv-x86_64-pc-windows-msvc.zip">uv-x86_64-pc-windows-msvc.zip</a></td> <td>x64 Windows</td> <td><a href="https://github.com/astral-sh/uv/releases/download/0.7.17/uv-x86_64-pc-windows-msvc.zip.sha256">checksum</a></td> </tr> <tr> <td><a href="https://github.com/astral-sh/uv/releases/download/0.7.17/uv-aarch64-unknown-linux-gnu.tar.gz">uv-aarch64-unknown-linux-gnu.tar.gz</a></td> <td>ARM64 Linux</td> <td><a href="https://github.com/astral-sh/uv/releases/download/0.7.17/uv-aarch64-unknown-linux-gnu.tar.gz.sha256">checksum</a></td> </tr> <tr> <td><a href="https://github.com/astral-sh/uv/releases/download/0.7.17/uv-i686-unknown-linux-gnu.tar.gz">uv-i686-unknown-linux-gnu.tar.gz</a></td> <td>x86 Linux</td> <td><a href="https://github.com/astral-sh/uv/releases/download/0.7.17/uv-i686-unknown-linux-gnu.tar.gz.sha256">checksum</a></td> </tr> <tr> <td><a href="https://github.com/astral-sh/uv/releases/download/0.7.17/uv-powerpc64-unknown-linux-gnu.tar.gz">uv-powerpc64-unknown-linux-gnu.tar.gz</a></td> <td>PPC64 Linux</td> <td><a href="https://github.com/astral-sh/uv/releases/download/0.7.17/uv-powerpc64-unknown-linux-gnu.tar.gz.sha256">checksum</a></td> </tr> <tr> <td><a href="https://github.com/astral-sh/uv/releases/download/0.7.17/uv-powerpc64le-unknown-linux-gnu.tar.gz">uv-powerpc64le-unknown-linux-gnu.tar.gz</a></td> <td>PPC64LE Linux</td> <td><a href="https://github.com/astral-sh/uv/releases/download/0.7.17/uv-powerpc64le-unknown-linux-gnu.tar.gz.sha256">checksum</a></td> </tr> <tr> <td><a href="https://github.com/astral-sh/uv/releases/download/0.7.17/uv-riscv64gc-unknown-linux-gnu.tar.gz">uv-riscv64gc-unknown-linux-gnu.tar.gz</a></td> <td>RISCV Linux</td> <td><a href="https://github.com/astral-sh/uv/releases/download/0.7.17/uv-riscv64gc-unknown-linux-gnu.tar.gz.sha256">checksum</a></td> </tr> <tr> <td><a href="https://github.com/astral-sh/uv/releases/download/0.7.17/uv-s390x-unknown-linux-gnu.tar.gz">uv-s390x-unknown-linux-gnu.tar.gz</a></td> <td>S390x Linux</td> <td><a href="https://github.com/astral-sh/uv/releases/download/0.7.17/uv-s390x-unknown-linux-gnu.tar.gz.sha256">checksum</a></td> </tr> <tr> <td><a href="https://github.com/astral-sh/uv/releases/download/0.7.17/uv-x86_64-unknown-linux-gnu.tar.gz">uv-x86_64-unknown-linux-gnu.tar.gz</a></td> <td>x64 Linux</td> <td><a href="https://github.com/astral-sh/uv/releases/download/0.7.17/uv-x86_64-unknown-linux-gnu.tar.gz.sha256">checksum</a></td> </tr> <tr> <td><a href="https://github.com/astral-sh/uv/releases/download/0.7.17/uv-armv7-unknown-linux-gnueabihf.tar.gz">uv-armv7-unknown-linux-gnueabihf.tar.gz</a></td> <td>ARMv7 Linux</td> <td><a href="https://github.com/astral-sh/uv/releases/download/0.7.17/uv-armv7-unknown-linux-gnueabihf.tar.gz.sha256">checksum</a></td> </tr> <tr> <td><a href="https://github.com/astral-sh/uv/releases/download/0.7.17/uv-aarch64-unknown-linux-musl.tar.gz">uv-aarch64-unknown-linux-musl.tar.gz</a></td> <td>ARM64 MUSL Linux</td> <td><a href="https://github.com/astral-sh/uv/releases/download/0.7.17/uv-aarch64-unknown-linux-musl.tar.gz.sha256">checksum</a></td> </tr> <tr> <td><a href="https://github.com/astral-sh/uv/releases/download/0.7.17/uv-i686-unknown-linux-musl.tar.gz">uv-i686-unknown-linux-musl.tar.gz</a></td> <td>x86 MUSL Linux</td> <td><a href="https://github.com/astral-sh/uv/releases/download/0.7.17/uv-i686-unknown-linux-musl.tar.gz.sha256">checksum</a></td> </tr> <tr> <td><a href="https://github.com/astral-sh/uv/releases/download/0.7.17/uv-x86_64-unknown-linux-musl.tar.gz">uv-x86_64-unknown-linux-musl.tar.gz</a></td> <td>x64 MUSL Linux</td> <td><a href="https://github.com/astral-sh/uv/releases/download/0.7.17/uv-x86_64-unknown-linux-musl.tar.gz.sha256">checksum</a></td> </tr> <tr> <td><a href="https://github.com/astral-sh/uv/releases/download/0.7.17/uv-arm-unknown-linux-musleabihf.tar.gz">uv-arm-unknown-linux-musleabihf.tar.gz</a></td> <td>ARMv6 MUSL Linux (Hardfloat)</td> <td><a href="https://github.com/astral-sh/uv/releases/download/0.7.17/uv-arm-unknown-linux-musleabihf.tar.gz.sha256">checksum</a></td> </tr> <tr> <td><a href="https://github.com/astral-sh/uv/releases/download/0.7.17/uv-armv7-unknown-linux-musleabihf.tar.gz">uv-armv7-unknown-linux-musleabihf.tar.gz</a></td> <td>ARMv7 MUSL Linux</td> <td><a href="https://github.com/astral-sh/uv/releases/download/0.7.17/uv-armv7-unknown-linux-musleabihf.tar.gz.sha256">checksum</a></td> </tr> </tbody> </table> <h2>0.7.16</h2> <h2>Release Notes</h2> <!-- raw HTML omitted --> </blockquote> <p>... (truncated)</p> </details> <details> <summary>Changelog</summary> <p><em>Sourced from <a href="https://github.com/astral-sh/uv/blob/main/CHANGELOG.md">uv's changelog</a>.</em></p> <blockquote> <h2>0.7.17</h2> <h3>Bug fixes</h3> <ul> <li>Apply build constraints when resolving <code>--with</code> dependencies (<a href="https://redirect.github.com/astral-sh/uv/pull/14340">#14340</a>)</li> <li>Drop trailing slashes when converting index URL from URL (<a href="https://redirect.github.com/astral-sh/uv/pull/14346">#14346</a>)</li> <li>Ignore <code>UV_PYTHON_CACHE_DIR</code> when empty (<a href="https://redirect.github.com/astral-sh/uv/pull/14336">#14336</a>)</li> <li>Fix error message ordering for <code>pyvenv.cfg</code> version conflict (<a href="https://redirect.github.com/astral-sh/uv/pull/14329">#14329</a>)</li> </ul> <h2>0.7.16</h2> <h3>Python</h3> <ul> <li>Add Python 3.14.0b3</li> </ul> <p>See the <a href="https://github.com/astral-sh/python-build-standalone/releases/tag/20250626"><code>python-build-standalone</code> release notes</a> for more details.</p> <h3>Enhancements</h3> <ul> <li>Include path or URL when failing to convert in lockfile (<a href="https://redirect.github.com/astral-sh/uv/pull/14292">#14292</a>)</li> <li>Warn when <code>~=</code> is used as a Python version specifier without a patch version (<a href="https://redirect.github.com/astral-sh/uv/pull/14008">#14008</a>)</li> </ul> <h3>Preview features</h3> <ul> <li>Ensure preview default Python installs are upgradeable (<a href="https://redirect.github.com/astral-sh/uv/pull/14261">#14261</a>)</li> </ul> <h3>Performance</h3> <ul> <li>Share workspace cache between lock and sync operations (<a href="https://redirect.github.com/astral-sh/uv/pull/14321">#14321</a>)</li> </ul> <h3>Bug fixes</h3> <ul> <li>Allow local indexes to reference remote files (<a href="https://redirect.github.com/astral-sh/uv/pull/14294">#14294</a>)</li> <li>Avoid rendering desugared prefix matches in error messages (<a href="https://redirect.github.com/astral-sh/uv/pull/14195">#14195</a>)</li> <li>Avoid using path URL for workspace Git dependencies in <code>requirements.txt</code> (<a href="https://redirect.github.com/astral-sh/uv/pull/14288">#14288</a>)</li> <li>Normalize index URLs to remove trailing slash (<a href="https://redirect.github.com/astral-sh/uv/pull/14245">#14245</a>)</li> <li>Respect URL-encoded credentials in redirect location (<a href="https://redirect.github.com/astral-sh/uv/pull/14315">#14315</a>)</li> <li>Lock the source tree when running setuptools, to protect concurrent builds (<a href="https://redirect.github.com/astral-sh/uv/pull/14174">#14174</a>)</li> </ul> <h3>Documentation</h3> <ul> <li>Note that GCP Artifact Registry download URLs must have <code>/simple</code> component (<a href="https://redirect.github.com/astral-sh/uv/pull/14251">#14251</a>)</li> </ul> <h2>0.7.15</h2> <h3>Enhancements</h3> <ul> <li>Consistently use <code>Ordering::Relaxed</code> for standalone atomic use cases (<a href="https://redirect.github.com/astral-sh/uv/pull/14190">#14190</a>)</li> </ul> <!-- raw HTML omitted --> </blockquote> <p>... (truncated)</p> </details> <details> <summary>Commits</summary> <ul> <li><a href="https://github.com/astral-sh/uv/commit/41c218a89b53a32ee51b3b069ba6407eae984ad0"><code>41c218a</code></a> Bump version to 0.7.17 (<a href="https://redirect.github.com/astral-sh/uv/issues/14347">#14347</a>)</li> <li><a href="https://github.com/astral-sh/uv/commit/734b228edf53984686dbb48db57aff8505695473"><code>734b228</code></a> Drop trailing slashes when converting index URL from URL (<a href="https://redirect.github.com/astral-sh/uv/issues/14346">#14346</a>)</li> <li><a href="https://github.com/astral-sh/uv/commit/f9d3f8ea3bf432cd2cf9c8b613be99b90568a313"><code>f9d3f8e</code></a> Fix error message ordering for <code>pyvenv.cfg</code> version conflict (<a href="https://redirect.github.com/astral-sh/uv/issues/14329">#14329</a>)</li> <li><a href="https://github.com/astral-sh/uv/commit/ec18f4813a31e9c9de6f20ec87ea3038bfe1ae7e"><code>ec18f48</code></a> Fix typo (<a href="https://redirect.github.com/astral-sh/uv/issues/14341">#14341</a>)</li> <li><a href="https://github.com/astral-sh/uv/commit/0cfbdcec09deb9170d062f5029a99a5979f25d6a"><code>0cfbdce</code></a> Ignore <code>UV_PYTHON_CACHE_DIR</code> when empty (<a href="https://redirect.github.com/astral-sh/uv/issues/14336">#14336</a>)</li> <li><a href="https://github.com/astral-sh/uv/commit/608a1020c662936bce01cd32d43975e154812168"><code>608a102</code></a> Update the Python query cache comment (<a href="https://redirect.github.com/astral-sh/uv/issues/14330">#14330</a>)</li> <li><a href="https://github.com/astral-sh/uv/commit/692667cbb055c441871395eacbcc3b1eafe46dea"><code>692667c</code></a> Use the canonical <code>ImplementationName</code> -&gt; <code>&amp;str</code> implementation (<a href="https://redirect.github.com/astral-sh/uv/issues/14337">#14337</a>)</li> <li><a href="https://github.com/astral-sh/uv/commit/db14cc3005d2cd53802cb04c2f1e177a22c934ac"><code>db14cc3</code></a> Sync latest Python releases (<a href="https://redirect.github.com/astral-sh/uv/issues/14339">#14339</a>)</li> <li><a href="https://github.com/astral-sh/uv/commit/731689e503b31b3f6028d9bf8c416deadbd2c125"><code>731689e</code></a> Apply build constraints when resolving <code>--with</code> dependencies (<a href="https://redirect.github.com/astral-sh/uv/issues/14340">#14340</a>)</li> <li><a href="https://github.com/astral-sh/uv/commit/b6b7409d13e53b7f0752dc053bce9bd3b233269b"><code>b6b7409</code></a> Bump version to 0.7.16 (<a href="https://redirect.github.com/astral-sh/uv/issues/14334">#14334</a>)</li> <li>Additional commits viewable in <a href="https://github.com/astral-sh/uv/compare/0.7.9...0.7.17">compare view</a></li> </ul> </details> <br /> Updates `frequenz-repo-config[extra-lint-examples]` from 0.13.4 to 0.13.5 <details> <summary>Release notes</summary> <p><em>Sourced from <a href="https://github.com/frequenz-floss/frequenz-repo-config-python/releases">frequenz-repo-config[extra-lint-examples]'s releases</a>.</em></p> <blockquote> <h2>v0.13.5</h2> <h1>Frequenz Repository Configuration Release Notes</h1> <h2>Bug Fixes</h2> <ul> <li> <p>Fixed some typos in the docs.</p> </li> <li> <p>Fixed wrong comparison for <code>mike</code> versions when versions were equal.</p> </li> <li> <p>Fixed version regex escaping of <code>.</code>. This means that a version like v0x1e1 were accepted as valid semver versions. Now this version is not considered a semver version anymore.</p> </li> <li> <p><code>setuptools.grpc_tools</code>: Fix wrong passing of include paths when passed via:</p> <ul> <li>Command-line: Now extra white-spaces and empty strings are removed, before they were passed to <code>protoc -I</code>.</li> <li><code>pyproject.toml</code>: Now an empty array/list can be passed to override the default paths, before this resulted in an empty string being passed to <code>protoc -I</code>.</li> </ul> </li> </ul> <h2>What's Changed</h2> <ul> <li>Clear release notes by <a href="https://github.com/llucax"><code>@​llucax</code></a> in <a href="https://redirect.github.com/frequenz-floss/frequenz-repo-config-python/pull/405">frequenz-floss/frequenz-repo-config-python#405</a></li> <li>Fix typos in documentation by <a href="https://github.com/llucax"><code>@​llucax</code></a> in <a href="https://redirect.github.com/frequenz-floss/frequenz-repo-config-python/pull/416">frequenz-floss/frequenz-repo-config-python#416</a></li> <li>setuptools: Fix passing empty include paths by <a href="https://github.com/llucax"><code>@​llucax</code></a> in <a href="https://redirect.github.com/frequenz-floss/frequenz-repo-config-python/pull/418">frequenz-floss/frequenz-repo-config-python#418</a></li> <li>Fix missing comparison for equal versions by <a href="https://github.com/llucax"><code>@​llucax</code></a> in <a href="https://redirect.github.com/frequenz-floss/frequenz-repo-config-python/pull/415">frequenz-floss/frequenz-repo-config-python#415</a></li> </ul> <p><strong>Full Changelog</strong>: <a href="https://github.com/frequenz-floss/frequenz-repo-config-python/compare/v0.13.4...v0.13.5">https://github.com/frequenz-floss/frequenz-repo-config-python/compare/v0.13.4...v0.13.5</a></p> </blockquote> </details> <details> <summary>Commits</summary> <ul> <li><a href="https://github.com/frequenz-floss/frequenz-repo-config-python/commit/0da3bdbc2725909b5a4b051ab4a529e87bd78d47"><code>0da3bdb</code></a> Fix missing comparison for equal versions (<a href="https://redirect.github.com/frequenz-floss/frequenz-repo-config-python/issues/415">#415</a>)</li> <li><a href="https://github.com/frequenz-floss/frequenz-repo-config-python/commit/5fb428b05c588b2895fd00fd8fb49c36417ac252"><code>5fb428b</code></a> Prepare release notes for the v0.13.5 release</li> <li><a href="https://github.com/frequenz-floss/frequenz-repo-config-python/commit/15c1a4ee210e4be8cedc0b474dabd3788acaeeb3"><code>15c1a4e</code></a> Fix semver version regex escaping of <code>.</code></li> <li><a href="https://github.com/frequenz-floss/frequenz-repo-config-python/commit/64d8b8ce52646caaf80b51e0f75c5b49b3759a79"><code>64d8b8c</code></a> Fix missing comparison for equal versions</li> <li><a href="https://github.com/frequenz-floss/frequenz-repo-config-python/commit/f93e20f09e1d26327c34be5a77ae1a267377a07c"><code>f93e20f</code></a> setuptools: Fix passing empty include paths (<a href="https://redirect.github.com/frequenz-floss/frequenz-repo-config-python/issues/418">#418</a>)</li> <li><a href="https://github.com/frequenz-floss/frequenz-repo-config-python/commit/735bd98de18e26da87b239fd62e24a41c843daf4"><code>735bd98</code></a> Add release notes</li> <li><a href="https://github.com/frequenz-floss/frequenz-repo-config-python/commit/ef1733a5d7ae986c97e4879dfa94725edda573b7"><code>ef1733a</code></a> Clean comma-separated include paths in grpc_tools</li> <li><a href="https://github.com/frequenz-floss/frequenz-repo-config-python/commit/6aff0995d93ff53e36f32804486c3bf83dde2031"><code>6aff099</code></a> Do not convert array of paths to a string</li> <li><a href="https://github.com/frequenz-floss/frequenz-repo-config-python/commit/1b3c39cdf324b34f3e572885f629c76d43450dea"><code>1b3c39c</code></a> Fix typos in documentation (<a href="https://redirect.github.com/frequenz-floss/frequenz-repo-config-python/issues/416">#416</a>)</li> <li><a href="https://github.com/frequenz-floss/frequenz-repo-config-python/commit/3b81b2ba2a48a6d5b7204038c8a26a693e4bd603"><code>3b81b2b</code></a> Fix typos in documentation</li> <li>Additional commits viewable in <a href="https://github.com/frequenz-floss/frequenz-repo-config-python/compare/v0.13.4...v0.13.5">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>
2 parents 2303d49 + de18c2a commit ab62c06

File tree

1 file changed

+8
-8
lines changed

1 file changed

+8
-8
lines changed

pyproject.toml

Lines changed: 8 additions & 8 deletions
Original file line numberDiff line numberDiff line change
@@ -5,7 +5,7 @@
55
requires = [
66
"setuptools == 80.9.0",
77
"setuptools_scm[toml] == 8.3.1",
8-
"frequenz-repo-config[lib] == 0.13.4",
8+
"frequenz-repo-config[lib] == 0.13.5",
99
]
1010
build-backend = "setuptools.build_meta"
1111

@@ -61,28 +61,28 @@ dev-flake8 = [
6161
dev-formatting = ["black == 25.1.0", "isort == 6.0.1"]
6262
dev-mkdocs = [
6363
"black == 25.1.0",
64-
"Markdown==3.8",
64+
"Markdown==3.8.2",
6565
"mike == 2.1.3",
6666
"mkdocs-gen-files == 0.5.0",
6767
"mkdocs-literate-nav == 0.6.2",
6868
"mkdocs-macros-plugin == 1.3.7",
6969
"mkdocs-material == 9.6.14",
7070
"mkdocstrings[python] == 0.29.1",
71-
"mkdocstrings-python == 1.16.11",
72-
"frequenz-repo-config[lib] == 0.13.4",
71+
"mkdocstrings-python == 1.16.12",
72+
"frequenz-repo-config[lib] == 0.13.5",
7373
]
7474
dev-mypy = [
75-
"mypy == 1.16.0",
75+
"mypy == 1.16.1",
7676
# This dependency introduces breaking changes in patch releases
7777
"grpc-stubs == 1.53.0.6",
7878
"types-Markdown == 3.8.0.20250415",
7979
# For checking the noxfile, docs/ script, and tests
8080
"frequenz-dispatch[dev-mkdocs,dev-noxfile,dev-pytest]",
8181
]
8282
dev-noxfile = [
83-
"uv == 0.7.9",
83+
"uv == 0.7.17",
8484
"nox == 2025.5.1",
85-
"frequenz-repo-config[lib] == 0.13.4",
85+
"frequenz-repo-config[lib] == 0.13.5",
8686
]
8787
dev-pylint = [
8888
"pylint == 3.3.7",
@@ -91,7 +91,7 @@ dev-pylint = [
9191
]
9292
dev-pytest = [
9393
"pytest == 8.4.1",
94-
"frequenz-repo-config[extra-lint-examples] == 0.13.4",
94+
"frequenz-repo-config[extra-lint-examples] == 0.13.5",
9595
"pytest-mock == 3.14.1",
9696
"pytest-asyncio == 1.0.0",
9797
"async-solipsism == 0.7",

0 commit comments

Comments
 (0)