Skip to content

Commit 877eedf

Browse files
authored
Bump the patch group with 7 updates (#434)
Bumps the patch group with 7 updates: | Package | From | To | | --- | --- | --- | | [markdown](https://github.com/Python-Markdown/markdown) | `3.8` | `3.8.2` | | [frequenz-repo-config[lib]](https://github.com/frequenz-floss/frequenz-repo-config-python) | `0.13.4` | `0.13.5` | | [mkdocs-include-markdown-plugin](https://github.com/mondeja/mkdocs-include-markdown-plugin) | `7.1.5` | `7.1.6` | | [mkdocs-material](https://github.com/squidfunk/mkdocs-material) | `9.6.14` | `9.6.15` | | [mkdocstrings-python](https://github.com/mkdocstrings/python) | `1.16.11` | `1.16.12` | | [mypy](https://github.com/python/mypy) | `1.16.0` | `1.16.1` | | [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 `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 `mkdocs-include-markdown-plugin` from 7.1.5 to 7.1.6 <details> <summary>Release notes</summary> <p><em>Sourced from <a href="https://github.com/mondeja/mkdocs-include-markdown-plugin/releases">mkdocs-include-markdown-plugin's releases</a>.</em></p> <blockquote> <h2>v7.1.6</h2> <h3>Bug fixes</h3> <ul> <li>Fix internal anchor in included file incorrectly rewritten.</li> </ul> </blockquote> </details> <details> <summary>Commits</summary> <ul> <li><a href="https://github.com/mondeja/mkdocs-include-markdown-plugin/commit/1062404c833381c0c33588c8ee606ce6c9a2ed8e"><code>1062404</code></a> Fix internal anchor in included file incorrectly rewritten (<a href="https://redirect.github.com/mondeja/mkdocs-include-markdown-plugin/issues/267">#267</a>)</li> <li>See full diff in <a href="https://github.com/mondeja/mkdocs-include-markdown-plugin/compare/v7.1.5...v7.1.6">compare view</a></li> </ul> </details> <br /> Updates `mkdocs-material` from 9.6.14 to 9.6.15 <details> <summary>Release notes</summary> <p><em>Sourced from <a href="https://github.com/squidfunk/mkdocs-material/releases">mkdocs-material's releases</a>.</em></p> <blockquote> <h2>mkdocs-material-9.6.15</h2> <ul> <li>Updated Mongolian translations</li> <li>Improved semantic markup of &quot;edit this page&quot; button</li> <li>Improved info plugin virtual environment resolution</li> <li>Fixed <a href="https://redirect.github.com/squidfunk/mkdocs-material/issues/8291">#8291</a>: Large font size setting throws of breakpoints in JavaScript</li> </ul> </blockquote> </details> <details> <summary>Changelog</summary> <p><em>Sourced from <a href="https://github.com/squidfunk/mkdocs-material/blob/master/CHANGELOG">mkdocs-material's changelog</a>.</em></p> <blockquote> <p>mkdocs-material-9.6.15 (2025-07-01)</p> <ul> <li>Updated Mongolian translations</li> <li>Improved semantic markup of &quot;edit this page&quot; button</li> <li>Improved info plugin virtual environment resolution</li> <li>Fixed <a href="https://redirect.github.com/squidfunk/mkdocs-material/issues/8291">#8291</a>: Large font size setting throws of breakpoints in JavaScript</li> </ul> <p>mkdocs-material-9.6.14 (2025-05-13)</p> <ul> <li>Fixed <a href="https://redirect.github.com/squidfunk/mkdocs-material/issues/8215">#8215</a>: Social plugin crashes when CairoSVG is updated to 2.8</li> </ul> <p>mkdocs-material-9.6.13 (2025-05-10)</p> <ul> <li>Fixed <a href="https://redirect.github.com/squidfunk/mkdocs-material/issues/8204">#8204</a>: Annotations showing list markers in print view</li> <li>Fixed <a href="https://redirect.github.com/squidfunk/mkdocs-material/issues/8153">#8153</a>: Improve style of cardinality symbols in Mermaid.js ER diagrams</li> </ul> <p>mkdocs-material-9.6.12 (2025-04-17)</p> <ul> <li>Fixed <a href="https://redirect.github.com/squidfunk/mkdocs-material/issues/8158">#8158</a>: Flip footnote back reference icon for right-to-left languages</li> </ul> <p>mkdocs-material-9.6.11 (2025-04-01)</p> <ul> <li>Updated Docker image to latest Alpine Linux</li> <li>Bump required Jinja version to 3.1</li> <li>Fixed <a href="https://redirect.github.com/squidfunk/mkdocs-material/issues/8133">#8133</a>: Jinja filter <code>items</code> not available (9.6.10 regression)</li> <li>Fixed <a href="https://redirect.github.com/squidfunk/mkdocs-material/issues/8128">#8128</a>: Search plugin not entirely disabled via enabled setting</li> </ul> <p>mkdocs-material-9.6.10 (2025-03-30)</p> <p>This version is a pure refactoring release, and does not contain new features or bug fixes. It strives to improve the compatibility of our templates with alternative Jinja-like template engines that we're currently exploring, including minijinja.</p> <p>Additionally, it replaces several instances of Python function invocations with idiomatic use of template filters. All instances where variables have been mutated inside templates have been replaced. Most changes have been made in partials, and only a few in blocks, and all of them are fully backward compatible, so no changes to overrides are necessary.</p> <p>Note that this release does not replace the Jinja template engine with minijinja. However, our templates are now 99% compatible with minijinja, which means we can explore alternative Jinja-compatible implementations. Additionally, immutability and removal of almost all Python function invocations means much more idiomatic templating.</p> <p>mkdocs-material-9.6.9 (2025-03-17)</p> <ul> <li>Updated Serbo-Croatian translations</li> <li>Fixed <a href="https://redirect.github.com/squidfunk/mkdocs-material/issues/8086">#8086</a>: Custom SVG icons containing hashes break rendering</li> </ul> <!-- raw HTML omitted --> </blockquote> <p>... (truncated)</p> </details> <details> <summary>Commits</summary> <ul> <li><a href="https://github.com/squidfunk/mkdocs-material/commit/e8a63311e8549124c27860dd811c57029d76ccf7"><code>e8a6331</code></a> Prepare 9.6.15 release</li> <li><a href="https://github.com/squidfunk/mkdocs-material/commit/1f7a4962340ef0434e46606a7ac7ca197079bcc1"><code>1f7a496</code></a> Fixed breakpoint unit for media queries in JS</li> <li><a href="https://github.com/squidfunk/mkdocs-material/commit/462bf384fff92c85a2c4624696edafedaa19194b"><code>462bf38</code></a> Updated dependencies</li> <li><a href="https://github.com/squidfunk/mkdocs-material/commit/2b0417f7c42ad1e28e3fc8051e163bf689000a77"><code>2b0417f</code></a> Updated info plugin to exclude guessed venv paths (<a href="https://redirect.github.com/squidfunk/mkdocs-material/issues/8286">#8286</a>)</li> <li><a href="https://github.com/squidfunk/mkdocs-material/commit/2b428604623bf384145ac1012d4d88d3d3f8ce5d"><code>2b42860</code></a> Fixed feedback widget not mounting with instant navigation (<a href="https://redirect.github.com/squidfunk/mkdocs-material/issues/8275">#8275</a>)</li> <li><a href="https://github.com/squidfunk/mkdocs-material/commit/74f6007e319ed4768697e74ad3d73bc8b0b298cd"><code>74f6007</code></a> Updated JSON schema (<a href="https://redirect.github.com/squidfunk/mkdocs-material/issues/8264">#8264</a>)</li> <li><a href="https://github.com/squidfunk/mkdocs-material/commit/2313e0c536a1eaf40b922161aab42939d9384498"><code>2313e0c</code></a> Also add Asahi Linux</li> <li><a href="https://github.com/squidfunk/mkdocs-material/commit/371b107ed116dffe95de7c07d05c9a3e5b7212da"><code>371b107</code></a> Added more open-source projects</li> <li><a href="https://github.com/squidfunk/mkdocs-material/commit/406a3ad81a87dbb4922b799e6f5fc16028a8186b"><code>406a3ad</code></a> Updated Premium sponsors</li> <li><a href="https://github.com/squidfunk/mkdocs-material/commit/462c94e88f89331c0484643d33aabdeba95d7394"><code>462c94e</code></a> Updated Mongolian translations</li> <li>Additional commits viewable in <a href="https://github.com/squidfunk/mkdocs-material/compare/9.6.14...9.6.15">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 `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 `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 0078fb6 + 062d3fc commit 877eedf

File tree

1 file changed

+9
-9
lines changed

1 file changed

+9
-9
lines changed

pyproject.toml

Lines changed: 9 additions & 9 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

@@ -45,36 +45,36 @@ dev-flake8 = [
4545
]
4646
dev-formatting = ["black == 25.1.0", "isort == 6.0.1"]
4747
dev-mkdocs = [
48-
"Markdown == 3.8",
48+
"Markdown == 3.8.2",
4949
"black == 25.1.0",
50-
"frequenz-repo-config[lib] == 0.13.4",
50+
"frequenz-repo-config[lib] == 0.13.5",
5151
"markdown-callouts == 0.4.0",
5252
"markdown-svgbob == 202406.1023",
5353
"mike == 2.1.3",
5454
"mkdocs-gen-files == 0.5.0",
55-
"mkdocs-include-markdown-plugin == 7.1.5",
55+
"mkdocs-include-markdown-plugin == 7.1.6",
5656
"mkdocs-literate-nav == 0.6.2",
5757
"mkdocs-macros-plugin == 1.3.7",
58-
"mkdocs-material == 9.6.14",
58+
"mkdocs-material == 9.6.15",
5959
"mkdocstrings[python] == 0.29.1",
60-
"mkdocstrings-python == 1.16.11",
60+
"mkdocstrings-python == 1.16.12",
6161
"pymdownx-superfence-filter-lines == 0.1.0",
6262
]
6363
dev-mypy = [
6464
# For checking the noxfile, docs/ script, and tests
6565
"frequenz-channels[dev-mkdocs,dev-noxfile,dev-pytest]",
66-
"mypy == 1.16.0",
66+
"mypy == 1.16.1",
6767
"types-Markdown == 3.8.0.20250415",
6868
]
69-
dev-noxfile = ["nox == 2025.5.1", "frequenz-repo-config[lib] == 0.13.4"]
69+
dev-noxfile = ["nox == 2025.5.1", "frequenz-repo-config[lib] == 0.13.5"]
7070
dev-pylint = [
7171
# For checking the noxfile, docs/ script, and tests
7272
"frequenz-channels[dev-mkdocs,dev-noxfile,dev-pytest]",
7373
"pylint == 3.3.7",
7474
]
7575
dev-pytest = [
7676
"async-solipsism == 0.7",
77-
"frequenz-repo-config[extra-lint-examples] == 0.13.4",
77+
"frequenz-repo-config[extra-lint-examples] == 0.13.5",
7878
"hypothesis == 6.132.0",
7979
"pytest == 8.3.5",
8080
"pytest-asyncio == 1.0.0",

0 commit comments

Comments
 (0)