Skip to content

Commit f83c2c8

Browse files
Bump the patch group with 7 updates (#164)
Bumps the patch group with 7 updates: | Package | From | To | | --- | --- | --- | | [mkdocs-literate-nav](https://github.com/oprypin/mkdocs-literate-nav) | `0.6.1` | `0.6.2` | | [mkdocs-material](https://github.com/squidfunk/mkdocs-material) | `9.6.7` | `9.6.11` | | [mkdocstrings[python]](https://github.com/mkdocstrings/mkdocstrings) | `0.29.0` | `0.29.1` | | [mkdocstrings-python](https://github.com/mkdocstrings/python) | `1.16.5` | `1.16.10` | | [frequenz-repo-config[lib]](https://github.com/frequenz-floss/frequenz-repo-config-python) | `0.13.0` | `0.13.2` | | [pylint](https://github.com/pylint-dev/pylint) | `3.3.4` | `3.3.6` | | [frequenz-repo-config[extra-lint-examples]](https://github.com/frequenz-floss/frequenz-repo-config-python) | `0.13.0` | `0.13.2` | Updates `mkdocs-literate-nav` from 0.6.1 to 0.6.2 <details> <summary>Release notes</summary> <p><em>Sourced from <a href="https://github.com/oprypin/mkdocs-literate-nav/releases">mkdocs-literate-nav's releases</a>.</em></p> <blockquote> <h2>v0.6.2</h2> <ul> <li><a href="oprypin/mkdocs-literate-nav@6cc020a?w=1">Fix compatibility with MkDocs 1.6+</a></li> <li>Require at least MkDocs 1.4</li> </ul> <p>Other refactors, see <a href="https://github.com/oprypin/mkdocs-literate-nav/compare/v0.6.1...v0.6.2">https://github.com/oprypin/mkdocs-literate-nav/compare/v0.6.1...v0.6.2</a></p> </blockquote> </details> <details> <summary>Commits</summary> <ul> <li><a href="https://github.com/oprypin/mkdocs-literate-nav/commit/7423f00fe2c26c879310f76631b8180cb2bb6ace"><code>7423f00</code></a> v0.6.2</li> <li><a href="https://github.com/oprypin/mkdocs-literate-nav/commit/285344cc3e328c484deb5d932b722a252336e71b"><code>285344c</code></a> Update deps</li> <li><a href="https://github.com/oprypin/mkdocs-literate-nav/commit/c39fba6d1d789fb7ab9ee31d75fc2ec5973797c0"><code>c39fba6</code></a> Put more items into TYPE_CHECKING</li> <li><a href="https://github.com/oprypin/mkdocs-literate-nav/commit/889bcb240e2757f4a2a0efd3a0ef9d58db96427d"><code>889bcb2</code></a> Update deps</li> <li><a href="https://github.com/oprypin/mkdocs-literate-nav/commit/12f9f79e8ce5d6ee2c934e7787d20d0f055e4c50"><code>12f9f79</code></a> Add more lints, update deps</li> <li><a href="https://github.com/oprypin/mkdocs-literate-nav/commit/57210ef5a0e855d7cf49be6e2136e9208493cc13"><code>57210ef</code></a> Update template, fix lints, update docs deps</li> <li><a href="https://github.com/oprypin/mkdocs-literate-nav/commit/6cc020ab973468678fa4420434ce84ee53ea2208"><code>6cc020a</code></a> Fix types and compatibility with MkDocs 1.6</li> <li><a href="https://github.com/oprypin/mkdocs-literate-nav/commit/9c0564974487df94a62158028fd5e839f6779f68"><code>9c05649</code></a> Template upgrade</li> <li><a href="https://github.com/oprypin/mkdocs-literate-nav/commit/07787d5ac634eca808742de2dfafad60f676d90c"><code>07787d5</code></a> Refactor</li> <li><a href="https://github.com/oprypin/mkdocs-literate-nav/commit/1a7b4d74d283cdabe0b625614cf00e299d678c3f"><code>1a7b4d7</code></a> Refactor for type annotations</li> <li>Additional commits viewable in <a href="https://github.com/oprypin/mkdocs-literate-nav/compare/v0.6.1...v0.6.2">compare view</a></li> </ul> </details> <br /> Updates `mkdocs-material` from 9.6.7 to 9.6.11 <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.11</h2> <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> <h2>mkdocs-material-9.6.10</h2> <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 <a href="https://github.com/mitsuhiko/minijinja">minijinja</a>.</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> <h2>mkdocs-material-9.6.9</h2> <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> <li>Fixed <a href="https://redirect.github.com/squidfunk/mkdocs-material/issues/8067">#8067</a>: Drawer has gap on right side in Firefox on some OSs</li> </ul> <h2>mkdocs-material-9.6.8</h2> <ul> <li>Added Welsh translations</li> <li>Fixed <a href="https://redirect.github.com/squidfunk/mkdocs-material/issues/8076">#8076</a>: Privacy plugin crashes if HTTP download fails</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.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> <li>Fixed <a href="https://redirect.github.com/squidfunk/mkdocs-material/issues/8067">#8067</a>: Drawer has gap on right side in Firefox on some OSs</li> </ul> <p>mkdocs-material-9.6.8+insiders-4.53.16 (2025-03-13)</p> <ul> <li>Fixed <a href="https://redirect.github.com/squidfunk/mkdocs-material/issues/8019">#8019</a>: Tooltips have precedence over instant previews</li> </ul> <p>mkdocs-material-9.6.8 (2025-03-13)</p> <ul> <li>Added Welsh translations</li> <li>Fixed <a href="https://redirect.github.com/squidfunk/mkdocs-material/issues/8076">#8076</a>: Privacy plugin crashes if HTTP download fails</li> </ul> <p>mkdocs-material-9.6.7 (2025-03-03)</p> <ul> <li>Fixed <a href="https://redirect.github.com/squidfunk/mkdocs-material/issues/8056">#8056</a>: Error in backrefs implementation (9.6.6 regression)</li> <li>Fixed <a href="https://redirect.github.com/squidfunk/mkdocs-material/issues/8054">#8054</a>: Unescaped quotes in ARIA labels of table of contents</li> </ul> <p>mkdocs-material-9.6.6 (2025-03-01)</p> <ul> <li>Fixed <a href="https://redirect.github.com/squidfunk/mkdocs-material/issues/8040">#8040</a>: Privacy plugin not replacing exteral assets (9.6.5 regression)</li> <li>Fixed <a href="https://redirect.github.com/squidfunk/mkdocs-material/issues/8031">#8031</a>: Replace unmaintained regex package in search plugin</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/7661f077527fb3fe7a78aff44892db8aaa983ca3"><code>7661f07</code></a> Prepare 9.6.11 release</li> <li><a href="https://github.com/squidfunk/mkdocs-material/commit/bf1fe5a0722c9501e83bf519ddccb66f88394ca4"><code>bf1fe5a</code></a> Upgraded dependencies</li> <li><a href="https://github.com/squidfunk/mkdocs-material/commit/3e9bb531fb4bc0d52bfa2e9d6a417535036cdd4e"><code>3e9bb53</code></a> Bumped required version of jinja2 to ~=3.1 (<a href="https://redirect.github.com/squidfunk/mkdocs-material/issues/8132">#8132</a>)</li> <li><a href="https://github.com/squidfunk/mkdocs-material/commit/64635ba5c49540e3b2d02f68eacac5bdcb2deb61"><code>64635ba</code></a> Fixed search not honoring enabled setting in templates</li> <li><a href="https://github.com/squidfunk/mkdocs-material/commit/5d308158a33b67933333bf8c61b66a18cf2f358f"><code>5d30815</code></a> Updated README</li> <li><a href="https://github.com/squidfunk/mkdocs-material/commit/8438fed40a9fc5b61ca777dee283e6efb77093b0"><code>8438fed</code></a> Updated premium sponsors</li> <li><a href="https://github.com/squidfunk/mkdocs-material/commit/2f4f3844ad15f473bb9d87f88c70d92a7a5cd5e5"><code>2f4f384</code></a> Updated Alpine base image in Dockerfile</li> <li><a href="https://github.com/squidfunk/mkdocs-material/commit/7bd6b9225c16e9366b8d87baa6770c4f4f8647a1"><code>7bd6b92</code></a> Prepare 9.6.10 release</li> <li><a href="https://github.com/squidfunk/mkdocs-material/commit/dc7d75e4323ee7f89448b86c665c2242281764a1"><code>dc7d75e</code></a> Updated dependencies</li> <li><a href="https://github.com/squidfunk/mkdocs-material/commit/c18630fc88d1e6c89d357b26826d6d1e2c77c899"><code>c18630f</code></a> Removed usage of circular members in nav_item partial</li> <li>Additional commits viewable in <a href="https://github.com/squidfunk/mkdocs-material/compare/9.6.7...9.6.11">compare view</a></li> </ul> </details> <br /> Updates `mkdocstrings[python]` from 0.29.0 to 0.29.1 <details> <summary>Release notes</summary> <p><em>Sourced from <a href="https://github.com/mkdocstrings/mkdocstrings/releases">mkdocstrings[python]'s releases</a>.</em></p> <blockquote> <h2>0.29.1</h2> <h2><a href="https://github.com/mkdocstrings/mkdocstrings/releases/tag/0.29.1">0.29.1</a> - 2025-03-31</h2> <p><!-- raw HTML omitted --><a href="https://github.com/mkdocstrings/mkdocstrings/compare/0.29.0...0.29.1">Compare with 0.29.0</a><!-- raw HTML omitted --></p> <h3>Dependencies</h3> <ul> <li>Remove unused typing-extensions dependency (<a href="https://github.com/mkdocstrings/mkdocstrings/commit/ba98661b50e2cde19d8696d6c8ceecdbb49ce83f">ba98661</a> by Timothée Mazzucotelli).</li> </ul> <h3>Bug Fixes</h3> <ul> <li>Ignore invalid inventory lines (<a href="https://github.com/mkdocstrings/mkdocstrings/commit/81caff5ff76f1a6606da9d2980e81ae9d2e02246">81caff5</a> by Josh Mitchell). <a href="https://redirect.github.com/mkdocstrings/mkdocstrings/pull/748">PR-748</a></li> </ul> <h3>Code Refactoring</h3> <ul> <li>Rename loggers to &quot;mkdocstrings&quot; (<a href="https://github.com/mkdocstrings/mkdocstrings/commit/1a980402c39728ce265d8998b396c34bf76a113d">1a98040</a> by Timothée Mazzucotelli).</li> </ul> </blockquote> </details> <details> <summary>Changelog</summary> <p><em>Sourced from <a href="https://github.com/mkdocstrings/mkdocstrings/blob/main/CHANGELOG.md">mkdocstrings[python]'s changelog</a>.</em></p> <blockquote> <h2><a href="https://github.com/mkdocstrings/mkdocstrings/releases/tag/0.29.1">0.29.1</a> - 2025-03-31</h2> <p><!-- raw HTML omitted --><a href="https://github.com/mkdocstrings/mkdocstrings/compare/0.29.0...0.29.1">Compare with 0.29.0</a><!-- raw HTML omitted --></p> <h3>Dependencies</h3> <ul> <li>Remove unused typing-extensions dependency (<a href="https://github.com/mkdocstrings/mkdocstrings/commit/ba98661b50e2cde19d8696d6c8ceecdbb49ce83f">ba98661</a> by Timothée Mazzucotelli).</li> </ul> <h3>Bug Fixes</h3> <ul> <li>Ignore invalid inventory lines (<a href="https://github.com/mkdocstrings/mkdocstrings/commit/81caff5ff76f1a6606da9d2980e81ae9d2e02246">81caff5</a> by Josh Mitchell). <a href="https://redirect.github.com/mkdocstrings/mkdocstrings/pull/748">PR-748</a></li> </ul> <h3>Code Refactoring</h3> <ul> <li>Rename loggers to &quot;mkdocstrings&quot; (<a href="https://github.com/mkdocstrings/mkdocstrings/commit/1a980402c39728ce265d8998b396c34bf76a113d">1a98040</a> by Timothée Mazzucotelli).</li> </ul> </blockquote> </details> <details> <summary>Commits</summary> <ul> <li><a href="https://github.com/mkdocstrings/mkdocstrings/commit/df4e7c81bd5b2a8931c676adf2d916d06531a987"><code>df4e7c8</code></a> chore: Prepare release 0.29.1</li> <li><a href="https://github.com/mkdocstrings/mkdocstrings/commit/1a980402c39728ce265d8998b396c34bf76a113d"><code>1a98040</code></a> refactor: Rename loggers to &quot;mkdocstrings&quot;</li> <li><a href="https://github.com/mkdocstrings/mkdocstrings/commit/81caff5ff76f1a6606da9d2980e81ae9d2e02246"><code>81caff5</code></a> fix: Ignore invalid inventory lines</li> <li><a href="https://github.com/mkdocstrings/mkdocstrings/commit/0bc4799b0e38bf7378d0e57428d52fdd1e7ac1ab"><code>0bc4799</code></a> style: Format and configure for Ruff &gt;= 0.10.0</li> <li><a href="https://github.com/mkdocstrings/mkdocstrings/commit/ccf65c1166103cf705f30b27b8c913863a372da1"><code>ccf65c1</code></a> docs: Remove 'sponsors only' labels</li> <li><a href="https://github.com/mkdocstrings/mkdocstrings/commit/983b3cd8c4e1de249ef3ebec2678e295e6c6b966"><code>983b3cd</code></a> chore: Mark legacy stuff with Yore comments</li> <li><a href="https://github.com/mkdocstrings/mkdocstrings/commit/94645796ecbb48a4a4c654d219df2e588d59f7bb"><code>9464579</code></a> tests: Remove old skip conditions</li> <li><a href="https://github.com/mkdocstrings/mkdocstrings/commit/ba98661b50e2cde19d8696d6c8ceecdbb49ce83f"><code>ba98661</code></a> deps: Remove unused typing-extensions dependency</li> <li>See full diff in <a href="https://github.com/mkdocstrings/mkdocstrings/compare/0.29.0...0.29.1">compare view</a></li> </ul> </details> <br /> Updates `mkdocstrings-python` from 1.16.5 to 1.16.10 <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.10</h2> <h2><a href="https://github.com/mkdocstrings/python/releases/tag/1.16.10">1.16.10</a> - 2025-04-03</h2> <p><!-- raw HTML omitted --><a href="https://github.com/mkdocstrings/python/compare/1.16.9...1.16.10">Compare with 1.16.9</a><!-- raw HTML omitted --></p> <h3>Bug Fixes</h3> <ul> <li>Fix inventory <code>base_url</code> being ignored (<a href="https://github.com/mkdocstrings/python/commit/8870eb9af837666f59f96149c67c849e02f7ee25">8870eb9</a> by Stefan Mejlgaard). <a href="https://redirect.github.com/mkdocstrings/python/issues/268">Issue-268</a>, <a href="https://redirect.github.com/mkdocstrings/python/pull/269">PR-269</a></li> </ul> <h2>1.16.9</h2> <h2><a href="https://github.com/mkdocstrings/python/releases/tag/1.16.9">1.16.9</a> - 2025-04-03</h2> <p><!-- raw HTML omitted --><a href="https://github.com/mkdocstrings/python/compare/1.16.8...1.16.9">Compare with 1.16.8</a><!-- raw HTML omitted --></p> <h3>Bug Fixes</h3> <ul> <li>Use <code>toc_label</code> option in a few missing places (<a href="https://github.com/mkdocstrings/python/commit/337b46be912ff69e70b398bb252c8217c917db0a">337b46b</a> by Timothée Mazzucotelli). <a href="https://github.com/mkdocstrings/python/discussions/267">Issue-267</a></li> </ul> <h2>1.16.8</h2> <h2><a href="https://github.com/mkdocstrings/python/releases/tag/1.16.8">1.16.8</a> - 2025-03-24</h2> <p><!-- raw HTML omitted --><a href="https://github.com/mkdocstrings/python/compare/1.16.7...1.16.8">Compare with 1.16.7</a><!-- raw HTML omitted --></p> <h3>Bug Fixes</h3> <ul> <li>Prevent infinite recursion by detecting parent-member cycles (<a href="https://github.com/mkdocstrings/python/commit/f3917e9dd50ca7f94d0dd22b6e4e11885b4617e7">f3917e9</a> by Timothée Mazzucotelli). <a href="https://redirect.github.com/mkdocstrings/griffe/issues/368">Issue-griffe-368</a></li> </ul> <h3>Code Refactoring</h3> <ul> <li>Prepare feature for ordering by <code>__all__</code> value (<a href="https://github.com/mkdocstrings/python/commit/bfb5b303f4ea2187c15bccc688f7eba25e7edfcc">bfb5b30</a> by Timothée Mazzucotelli). <a href="https://redirect.github.com/mkdocstrings/python/issues/219">Issue-219</a></li> <li>Sort objects without line numbers last instead of first (<a href="https://github.com/mkdocstrings/python/commit/681afb146225d98350a8eb2178aab07aec95fe6b">681afb1</a> by Timothée Mazzucotelli).</li> </ul> <h2>1.16.7</h2> <h2><a href="https://github.com/mkdocstrings/python/releases/tag/1.16.7">1.16.7</a> - 2025-03-20</h2> <p><!-- raw HTML omitted --><a href="https://github.com/mkdocstrings/python/compare/1.16.6...1.16.7">Compare with 1.16.6</a><!-- raw HTML omitted --></p> <h3>Code Refactoring</h3> <ul> <li>Prepare <code>public</code> filtering method feature (<a href="https://github.com/mkdocstrings/python/commit/fde20191cab20f39d9e5e729a95cdfa3390b8f1f">fde2019</a> by Timothée Mazzucotelli). <a href="https://redirect.github.com/mkdocstrings/python/issues/78">Issue-78</a></li> </ul> <h2>1.16.6</h2> <h2><a href="https://github.com/mkdocstrings/python/releases/tag/1.16.6">1.16.6</a> - 2025-03-18</h2> <p><!-- raw HTML omitted --><a href="https://github.com/mkdocstrings/python/compare/1.16.5...1.16.6">Compare with 1.16.5</a><!-- raw HTML omitted --></p> <h3>Deprecations</h3> <p>Importing from submodules is now deprecated: the public API is fully exposed under the top-level <code>mkdocstrings_handler.python</code> module.</p> <!-- raw HTML omitted --> </blockquote> <p>... (truncated)</p> </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.10">1.16.10</a> - 2025-04-03</h2> <p><!-- raw HTML omitted --><a href="https://github.com/mkdocstrings/python/compare/1.16.9...1.16.10">Compare with 1.16.9</a><!-- raw HTML omitted --></p> <h3>Bug Fixes</h3> <ul> <li>Fix inventory <code>base_url</code> being ignored (<a href="https://github.com/mkdocstrings/python/commit/8870eb9af837666f59f96149c67c849e02f7ee25">8870eb9</a> by Stefan Mejlgaard). <a href="https://redirect.github.com/mkdocstrings/python/issues/268">Issue-268</a>, <a href="https://redirect.github.com/mkdocstrings/python/pull/269">PR-269</a></li> </ul> <h2><a href="https://github.com/mkdocstrings/python/releases/tag/1.16.9">1.16.9</a> - 2025-04-03</h2> <p><!-- raw HTML omitted --><a href="https://github.com/mkdocstrings/python/compare/1.16.8...1.16.9">Compare with 1.16.8</a><!-- raw HTML omitted --></p> <h3>Bug Fixes</h3> <ul> <li>Use <code>toc_label</code> option in a few missing places (<a href="https://github.com/mkdocstrings/python/commit/337b46be912ff69e70b398bb252c8217c917db0a">337b46b</a> by Timothée Mazzucotelli). <a href="https://github.com/mkdocstrings/python/discussions/267">Issue-267</a></li> </ul> <h2><a href="https://github.com/mkdocstrings/python/releases/tag/1.16.8">1.16.8</a> - 2025-03-24</h2> <p><!-- raw HTML omitted --><a href="https://github.com/mkdocstrings/python/compare/1.16.7...1.16.8">Compare with 1.16.7</a><!-- raw HTML omitted --></p> <h3>Bug Fixes</h3> <ul> <li>Prevent infinite recursion by detecting parent-member cycles (<a href="https://github.com/mkdocstrings/python/commit/f3917e9dd50ca7f94d0dd22b6e4e11885b4617e7">f3917e9</a> by Timothée Mazzucotelli). <a href="https://redirect.github.com/mkdocstrings/griffe/issues/368">Issue-griffe-368</a></li> </ul> <h3>Code Refactoring</h3> <ul> <li>Prepare feature for ordering by <code>__all__</code> value (<a href="https://github.com/mkdocstrings/python/commit/bfb5b303f4ea2187c15bccc688f7eba25e7edfcc">bfb5b30</a> by Timothée Mazzucotelli). <a href="https://redirect.github.com/mkdocstrings/python/issues/219">Issue-219</a></li> <li>Sort objects without line numbers last instead of first (<a href="https://github.com/mkdocstrings/python/commit/681afb146225d98350a8eb2178aab07aec95fe6b">681afb1</a> by Timothée Mazzucotelli).</li> </ul> <h2><a href="https://github.com/mkdocstrings/python/releases/tag/1.16.7">1.16.7</a> - 2025-03-20</h2> <p><!-- raw HTML omitted --><a href="https://github.com/mkdocstrings/python/compare/1.16.6...1.16.7">Compare with 1.16.6</a><!-- raw HTML omitted --></p> <h3>Code Refactoring</h3> <ul> <li>Prepare <code>public</code> filtering method feature (<a href="https://github.com/mkdocstrings/python/commit/fde20191cab20f39d9e5e729a95cdfa3390b8f1f">fde2019</a> by Timothée Mazzucotelli). <a href="https://redirect.github.com/mkdocstrings/python/issues/78">Issue-78</a></li> </ul> <h2><a href="https://github.com/mkdocstrings/python/releases/tag/1.16.6">1.16.6</a> - 2025-03-18</h2> <p><!-- raw HTML omitted --><a href="https://github.com/mkdocstrings/python/compare/1.16.5...1.16.6">Compare with 1.16.5</a><!-- raw HTML omitted --></p> <h3>Deprecations</h3> <p>Importing from submodules is now deprecated: the public API is fully exposed under the top-level <code>mkdocstrings_handler.python</code> module.</p> <h3>Bug Fixes</h3> <ul> <li>Add back default compiled filters (regression) (<a href="https://github.com/mkdocstrings/python/commit/2d83900c9e258399c90ecbac350ad03ff5d8f311">2d83900</a> by Timothée Mazzucotelli). <a href="https://redirect.github.com/mkdocstrings/python/issues/264">Issue-264</a></li> </ul> <h3>Code Refactoring</h3> <!-- raw HTML omitted --> </blockquote> <p>... (truncated)</p> </details> <details> <summary>Commits</summary> <ul> <li><a href="https://github.com/mkdocstrings/python/commit/e15fb741c5f347f50d918185a5343bf8d7ccc473"><code>e15fb74</code></a> chore: Prepare release 1.16.10</li> <li><a href="https://github.com/mkdocstrings/python/commit/482b4516d1d70ab377ef54632b86dfdfa6ee4ede"><code>482b451</code></a> chore: Increase mkdocstrings lower bound (for tests in CI)</li> <li><a href="https://github.com/mkdocstrings/python/commit/f9eb591d5d92bacceb64320d72ae3643dc46e250"><code>f9eb591</code></a> chore: Lowercase black</li> <li><a href="https://github.com/mkdocstrings/python/commit/8870eb9af837666f59f96149c67c849e02f7ee25"><code>8870eb9</code></a> fix: Fix inventory <code>base_url</code> being ignored</li> <li><a href="https://github.com/mkdocstrings/python/commit/6d1679855cbc973e8cc8e8c4d54a981a8d7c1ed7"><code>6d16798</code></a> chore: Prepare release 1.16.9</li> <li><a href="https://github.com/mkdocstrings/python/commit/337b46be912ff69e70b398bb252c8217c917db0a"><code>337b46b</code></a> fix: Use <code>toc_label</code> option in a few missing places</li> <li><a href="https://github.com/mkdocstrings/python/commit/ecc5fe1d7df6056302c32b8843cf6cbb3866e8b9"><code>ecc5fe1</code></a> chore: Prepare release 1.16.8</li> <li><a href="https://github.com/mkdocstrings/python/commit/eba28e5c4ba3205837b34877eae002b9e9fff226"><code>eba28e5</code></a> Merge branch 'main' of github.com:mkdocstrings/python</li> <li><a href="https://github.com/mkdocstrings/python/commit/f3917e9dd50ca7f94d0dd22b6e4e11885b4617e7"><code>f3917e9</code></a> fix: Prevent infinite recursion by detecting parent-member cycles</li> <li><a href="https://github.com/mkdocstrings/python/commit/bfb5b303f4ea2187c15bccc688f7eba25e7edfcc"><code>bfb5b30</code></a> refactor: Prepare feature for ordering by <code>__all__</code> value</li> <li>Additional commits viewable in <a href="https://github.com/mkdocstrings/python/compare/1.16.5...1.16.10">compare view</a></li> </ul> </details> <br /> Updates `frequenz-repo-config[lib]` from 0.13.0 to 0.13.2 <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.2</h2> <h2>Bug Fixes</h2> <ul> <li>Fix <code>setuptools</code> dependency range so it is possible to use the latest <code>setuptools</code> version.</li> </ul> <h2>What's Changed</h2> <ul> <li>Bump types-markdown from 3.7.0.20241204 to 3.7.0.20250322 by <a href="https://github.com/dependabot"><code>@​dependabot</code></a> in <a href="https://redirect.github.com/frequenz-floss/frequenz-repo-config-python/pull/376">frequenz-floss/frequenz-repo-config-python#376</a></li> <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/381">frequenz-floss/frequenz-repo-config-python#381</a></li> <li>Bump pydoclint from 0.6.0 to 0.6.4 by <a href="https://github.com/dependabot"><code>@​dependabot</code></a> in <a href="https://redirect.github.com/frequenz-floss/frequenz-repo-config-python/pull/385">frequenz-floss/frequenz-repo-config-python#385</a></li> <li>Update types-setuptools requirement from <!-- raw HTML omitted -->=67.6.0,&lt;79 by <a href="https://github.com/dependabot"><code>@​dependabot</code></a> in <a href="https://redirect.github.com/frequenz-floss/frequenz-repo-config-python/pull/384">frequenz-floss/frequenz-repo-config-python#384</a></li> <li>Bump the patch group with 2 updates by <a href="https://github.com/dependabot"><code>@​dependabot</code></a> in <a href="https://redirect.github.com/frequenz-floss/frequenz-repo-config-python/pull/382">frequenz-floss/frequenz-repo-config-python#382</a></li> <li>Bump the minor group with 3 updates by <a href="https://github.com/dependabot"><code>@​dependabot</code></a> in <a href="https://redirect.github.com/frequenz-floss/frequenz-repo-config-python/pull/386">frequenz-floss/frequenz-repo-config-python#386</a></li> <li>Fix setuptools dependency 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/387">frequenz-floss/frequenz-repo-config-python#387</a></li> <li>Prepare release notes for v0.13.2 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/388">frequenz-floss/frequenz-repo-config-python#388</a></li> </ul> <p><strong>Full Changelog</strong>: <a href="https://github.com/frequenz-floss/frequenz-repo-config-python/compare/v0.13.1...v0.13.2">https://github.com/frequenz-floss/frequenz-repo-config-python/compare/v0.13.1...v0.13.2</a></p> <h2>v0.13.1</h2> <h1>Frequenz Repository Configuration Release Notes</h1> <h2>Bug Fixes</h2> <h3>Cookiecutter template</h3> <ul> <li>Fix the repo-config version number that was outdated.</li> </ul> <h2>What's Changed</h2> <ul> <li>Fix the outdated version number in the template 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/380">frequenz-floss/frequenz-repo-config-python#380</a></li> <li>Clear release notes and migration script 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/378">frequenz-floss/frequenz-repo-config-python#378</a></li> <li>Bump the patch group across 1 directory with 6 updates by <a href="https://github.com/dependabot"><code>@​dependabot</code></a> in <a href="https://redirect.github.com/frequenz-floss/frequenz-repo-config-python/pull/379">frequenz-floss/frequenz-repo-config-python#379</a></li> </ul> <p><strong>Full Changelog</strong>: <a href="https://github.com/frequenz-floss/frequenz-repo-config-python/compare/v0.13.0...v0.13.1">https://github.com/frequenz-floss/frequenz-repo-config-python/compare/v0.13.0...v0.13.1</a></p> </blockquote> </details> <details> <summary>Commits</summary> <ul> <li><a href="https://github.com/frequenz-floss/frequenz-repo-config-python/commit/b698be0c6cc46105aa71dc6cc9f7e007264f988c"><code>b698be0</code></a> Prepare release notes for v0.13.2 (<a href="https://redirect.github.com/frequenz-floss/frequenz-repo-config-python/issues/388">#388</a>)</li> <li><a href="https://github.com/frequenz-floss/frequenz-repo-config-python/commit/37d8f29ef0a3455c7d2b5b8aa5858485365b3e49"><code>37d8f29</code></a> Prepare release notes for v0.13.2</li> <li><a href="https://github.com/frequenz-floss/frequenz-repo-config-python/commit/edfed229aeda88fbc0063a66acce1881e7db7666"><code>edfed22</code></a> Fix setuptools dependency (<a href="https://redirect.github.com/frequenz-floss/frequenz-repo-config-python/issues/387">#387</a>)</li> <li><a href="https://github.com/frequenz-floss/frequenz-repo-config-python/commit/a1fa91f1dca1ef9eed5c22c8bd4c87b018d0dab9"><code>a1fa91f</code></a> Fix setuptools dependency</li> <li><a href="https://github.com/frequenz-floss/frequenz-repo-config-python/commit/afdfbc5fec919b57e573f77a1c414342ec807a35"><code>afdfbc5</code></a> Bump the minor group with 3 updates (<a href="https://redirect.github.com/frequenz-floss/frequenz-repo-config-python/issues/386">#386</a>)</li> <li><a href="https://github.com/frequenz-floss/frequenz-repo-config-python/commit/c5e209c734ecc8bffb6f39bf54c4e8f79d2529c5"><code>c5e209c</code></a> Bump the minor group with 3 updates</li> <li><a href="https://github.com/frequenz-floss/frequenz-repo-config-python/commit/3d317554ba54d4949c818316ba79b80e4cbd56e8"><code>3d31755</code></a> Bump the patch group with 2 updates (<a href="https://redirect.github.com/frequenz-floss/frequenz-repo-config-python/issues/382">#382</a>)</li> <li><a href="https://github.com/frequenz-floss/frequenz-repo-config-python/commit/20f97b64492786ed59984330277a086a6b70a4a3"><code>20f97b6</code></a> Update types-setuptools requirement from &lt;78,&gt;=67.6.0 to &gt;=67.6.0,&lt;79 (<a href="https://redirect.github.com/frequenz-floss/frequenz-repo-config-python/issues/384">#384</a>)</li> <li><a href="https://github.com/frequenz-floss/frequenz-repo-config-python/commit/cf01bf6bfb677b21c6b1dd2bb4791fc5b452b8f2"><code>cf01bf6</code></a> Bump pydoclint from 0.6.0 to 0.6.4 (<a href="https://redirect.github.com/frequenz-floss/frequenz-repo-config-python/issues/385">#385</a>)</li> <li><a href="https://github.com/frequenz-floss/frequenz-repo-config-python/commit/9e2580d319eb29cf2fc21b328e895273f46d7db7"><code>9e2580d</code></a> Bump pydoclint from 0.6.0 to 0.6.4</li> <li>Additional commits viewable in <a href="https://github.com/frequenz-floss/frequenz-repo-config-python/compare/v0.13.0...v0.13.2">compare view</a></li> </ul> </details> <br /> Updates `pylint` from 3.3.4 to 3.3.6 <details> <summary>Commits</summary> <ul> <li><a href="https://github.com/pylint-dev/pylint/commit/7ac5a4d4f77576df3a00e63f86ca86e0e1780b47"><code>7ac5a4d</code></a> Bump pylint to 3.3.6, update changelog</li> <li><a href="https://github.com/pylint-dev/pylint/commit/32871c57b2a55dad4728726f78c95c76f8945510"><code>32871c5</code></a> Move deprecated 'tool.setuptools.license-files', remove license classifier (#...</li> <li><a href="https://github.com/pylint-dev/pylint/commit/6455c450f55c214d3c2339e412baa41073cdbd04"><code>6455c45</code></a> Add pyproject.fmt to the pre-commit tooling (<a href="https://redirect.github.com/pylint-dev/pylint/issues/10220">#10220</a>)</li> <li><a href="https://github.com/pylint-dev/pylint/commit/e394611960e5a5959e6edcd4e676087dc750efe1"><code>e394611</code></a> Bump types-setuptools from 75.8.2.20250305 to 76.0.0.20250313 (<a href="https://redirect.github.com/pylint-dev/pylint/issues/10279">#10279</a>)</li> <li><a href="https://github.com/pylint-dev/pylint/commit/544464a9ca2dc90c48e1c587b122a3764c070dd1"><code>544464a</code></a> [used-before-assignment] Fix FP for inner function return type (<a href="https://redirect.github.com/pylint-dev/pylint/issues/10275">#10275</a>) (<a href="https://redirect.github.com/pylint-dev/pylint/issues/10285">#10285</a>)</li> <li><a href="https://github.com/pylint-dev/pylint/commit/f28d76820bc52f67079cedd3d3050e79e63191b5"><code>f28d768</code></a> Ref <a href="https://redirect.github.com/pylint-dev/pylint/issues/10260">#10260</a> -- Add documentation for the github output format (<a href="https://redirect.github.com/pylint-dev/pylint/issues/10272">#10272</a>) (<a href="https://redirect.github.com/pylint-dev/pylint/issues/10273">#10273</a>)</li> <li><a href="https://github.com/pylint-dev/pylint/commit/6b68f91ef09dcae385aed97446353991074a9558"><code>6b68f91</code></a> Add additional permissions for backport workflow (<a href="https://redirect.github.com/pylint-dev/pylint/issues/10269">#10269</a>) (<a href="https://redirect.github.com/pylint-dev/pylint/issues/10270">#10270</a>)</li> <li><a href="https://github.com/pylint-dev/pylint/commit/819d606bdbe0e09b83e18b4e4c6ad6e47137c3d8"><code>819d606</code></a> Minor improvements to release workflow (<a href="https://redirect.github.com/pylint-dev/pylint/issues/10267">#10267</a>)</li> <li><a href="https://github.com/pylint-dev/pylint/commit/aaab3ccb541532d2bcdf0410ab93ff4fafc266f5"><code>aaab3cc</code></a> Bump pylint to 3.3.5, update changelog (<a href="https://redirect.github.com/pylint-dev/pylint/issues/10266">#10266</a>)</li> <li><a href="https://github.com/pylint-dev/pylint/commit/1052bc8b2fed14105fa291dd3dff104aa2db4694"><code>1052bc8</code></a> Bump pylint to 3.3.5a0, update changelog</li> <li>Additional commits viewable in <a href="https://github.com/pylint-dev/pylint/compare/v3.3.4...v3.3.6">compare view</a></li> </ul> </details> <br /> Updates `frequenz-repo-config[extra-lint-examples]` from 0.13.0 to 0.13.2 <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.2</h2> <h2>Bug Fixes</h2> <ul> <li>Fix <code>setuptools</code> dependency range so it is possible to use the latest <code>setuptools</code> version.</li> </ul> <h2>What's Changed</h2> <ul> <li>Bump types-markdown from 3.7.0.20241204 to 3.7.0.20250322 by <a href="https://github.com/dependabot"><code>@​dependabot</code></a> in <a href="https://redirect.github.com/frequenz-floss/frequenz-repo-config-python/pull/376">frequenz-floss/frequenz-repo-config-python#376</a></li> <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/381">frequenz-floss/frequenz-repo-config-python#381</a></li> <li>Bump pydoclint from 0.6.0 to 0.6.4 by <a href="https://github.com/dependabot"><code>@​dependabot</code></a> in <a href="https://redirect.github.com/frequenz-floss/frequenz-repo-config-python/pull/385">frequenz-floss/frequenz-repo-config-python#385</a></li> <li>Update types-setuptools requirement from <!-- raw HTML omitted -->=67.6.0,&lt;79 by <a href="https://github.com/dependabot"><code>@​dependabot</code></a> in <a href="https://redirect.github.com/frequenz-floss/frequenz-repo-config-python/pull/384">frequenz-floss/frequenz-repo-config-python#384</a></li> <li>Bump the patch group with 2 updates by <a href="https://github.com/dependabot"><code>@​dependabot</code></a> in <a href="https://redirect.github.com/frequenz-floss/frequenz-repo-config-python/pull/382">frequenz-floss/frequenz-repo-config-python#382</a></li> <li>Bump the minor group with 3 updates by <a href="https://github.com/dependabot"><code>@​dependabot</code></a> in <a href="https://redirect.github.com/frequenz-floss/frequenz-repo-config-python/pull/386">frequenz-floss/frequenz-repo-config-python#386</a></li> <li>Fix setuptools dependency 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/387">frequenz-floss/frequenz-repo-config-python#387</a></li> <li>Prepare release notes for v0.13.2 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/388">frequenz-floss/frequenz-repo-config-python#388</a></li> </ul> <p><strong>Full Changelog</strong>: <a href="https://github.com/frequenz-floss/frequenz-repo-config-python/compare/v0.13.1...v0.13.2">https://github.com/frequenz-floss/frequenz-repo-config-python/compare/v0.13.1...v0.13.2</a></p> <h2>v0.13.1</h2> <h1>Frequenz Repository Configuration Release Notes</h1> <h2>Bug Fixes</h2> <h3>Cookiecutter template</h3> <ul> <li>Fix the repo-config version number that was outdated.</li> </ul> <h2>What's Changed</h2> <ul> <li>Fix the outdated version number in the template 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/380">frequenz-floss/frequenz-repo-config-python#380</a></li> <li>Clear release notes and migration script 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/378">frequenz-floss/frequenz-repo-config-python#378</a></li> <li>Bump the patch group across 1 directory with 6 updates by <a href="https://github.com/dependabot"><code>@​dependabot</code></a> in <a href="https://redirect.github.com/frequenz-floss/frequenz-repo-config-python/pull/379">frequenz-floss/frequenz-repo-config-python#379</a></li> </ul> <p><strong>Full Changelog</strong>: <a href="https://github.com/frequenz-floss/frequenz-repo-config-python/compare/v0.13.0...v0.13.1">https://github.com/frequenz-floss/frequenz-repo-config-python/compare/v0.13.0...v0.13.1</a></p> </blockquote> </details> <details> <summary>Commits</summary> <ul> <li><a href="https://github.com/frequenz-floss/frequenz-repo-config-python/commit/b698be0c6cc46105aa71dc6cc9f7e007264f988c"><code>b698be0</code></a> Prepare release notes for v0.13.2 (<a href="https://redirect.github.com/frequenz-floss/frequenz-repo-config-python/issues/388">#388</a>)</li> <li><a href="https://github.com/frequenz-floss/frequenz-repo-config-python/commit/37d8f29ef0a3455c7d2b5b8aa5858485365b3e49"><code>37d8f29</code></a> Prepare release notes for v0.13.2</li> <li><a href="https://github.com/frequenz-floss/frequenz-repo-config-python/commit/edfed229aeda88fbc0063a66acce1881e7db7666"><code>edfed22</code></a> Fix setuptools dependency (<a href="https://redirect.github.com/frequenz-floss/frequenz-repo-config-python/issues/387">#387</a>)</li> <li><a href="https://github.com/frequenz-floss/frequenz-repo-config-python/commit/a1fa91f1dca1ef9eed5c22c8bd4c87b018d0dab9"><code>a1fa91f</code></a> Fix setuptools dependency</li> <li><a href="https://github.com/frequenz-floss/frequenz-repo-config-python/commit/afdfbc5fec919b57e573f77a1c414342ec807a35"><code>afdfbc5</code></a> Bump the minor group with 3 updates (<a href="https://redirect.github.com/frequenz-floss/frequenz-repo-config-python/issues/386">#386</a>)</li> <li><a href="https://github.com/frequenz-floss/frequenz-repo-config-python/commit/c5e209c734ecc8bffb6f39bf54c4e8f79d2529c5"><code>c5e209c</code></a> Bump the minor group with 3 updates</li> <li><a href="https://github.com/frequenz-floss/frequenz-repo-config-python/commit/3d317554ba54d4949c818316ba79b80e4cbd56e8"><code>3d31755</code></a> Bump the patch group with 2 updates (<a href="https://redirect.github.com/frequenz-floss/frequenz-repo-config-python/issues/382">#382</a>)</li> <li><a href="https://github.com/frequenz-floss/frequenz-repo-config-python/commit/20f97b64492786ed59984330277a086a6b70a4a3"><code>20f97b6</code></a> Update types-setuptools requirement from &lt;78,&gt;=67.6.0 to &gt;=67.6.0,&lt;79 (<a href="https://redirect.github.com/frequenz-floss/frequenz-repo-config-python/issues/384">#384</a>)</li> <li><a href="https://github.com/frequenz-floss/frequenz-repo-config-python/commit/cf01bf6bfb677b21c6b1dd2bb4791fc5b452b8f2"><code>cf01bf6</code></a> Bump pydoclint from 0.6.0 to 0.6.4 (<a href="https://redirect.github.com/frequenz-floss/frequenz-repo-config-python/issues/385">#385</a>)</li> <li><a href="https://github.com/frequenz-floss/frequenz-repo-config-python/commit/9e2580d319eb29cf2fc21b328e895273f46d7db7"><code>9e2580d</code></a> Bump pydoclint from 0.6.0 to 0.6.4</li> <li>Additional commits viewable in <a href="https://github.com/frequenz-floss/frequenz-repo-config-python/compare/v0.13.0...v0.13.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 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 3a71d21 + b05158a commit f83c2c8

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 == 78.1.0",
77
"setuptools_scm[toml] == 8.2.0",
8-
"frequenz-repo-config[lib] == 0.13.0",
8+
"frequenz-repo-config[lib] == 0.13.2",
99
]
1010
build-backend = "setuptools.build_meta"
1111

@@ -57,12 +57,12 @@ dev-mkdocs = [
5757
"Markdown==3.7",
5858
"mike == 2.1.3",
5959
"mkdocs-gen-files == 0.5.0",
60-
"mkdocs-literate-nav == 0.6.1",
60+
"mkdocs-literate-nav == 0.6.2",
6161
"mkdocs-macros-plugin == 1.3.7",
62-
"mkdocs-material == 9.6.7",
63-
"mkdocstrings[python] == 0.29.0",
64-
"mkdocstrings-python == 1.16.5",
65-
"frequenz-repo-config[lib] == 0.13.0",
62+
"mkdocs-material == 9.6.11",
63+
"mkdocstrings[python] == 0.29.1",
64+
"mkdocstrings-python == 1.16.10",
65+
"frequenz-repo-config[lib] == 0.13.2",
6666
]
6767
dev-mypy = [
6868
"mypy == 1.15.0",
@@ -74,17 +74,17 @@ dev-mypy = [
7474
]
7575
dev-noxfile = [
7676
"nox == 2025.2.9",
77-
"frequenz-repo-config[lib] == 0.13.0",
77+
"frequenz-repo-config[lib] == 0.13.2",
7878
]
7979
dev-pylint = [
80-
"pylint == 3.3.4",
80+
"pylint == 3.3.6",
8181
# For checking the noxfile, docs/ script, and tests
8282
"frequenz-client-reporting[dev-mkdocs,dev-noxfile,dev-pytest]",
8383
"pandas >= 2, < 3", # Only required for example
8484
]
8585
dev-pytest = [
8686
"pytest == 8.3.5",
87-
"frequenz-repo-config[extra-lint-examples] == 0.13.0",
87+
"frequenz-repo-config[extra-lint-examples] == 0.13.2",
8888
"pytest-mock == 3.14.0",
8989
"pytest-asyncio == 0.25.3",
9090
"async-solipsism == 0.7",

0 commit comments

Comments
 (0)