Skip to content

Commit

Permalink
Bump the required group across 1 directory with 9 updates (#46)
Browse files Browse the repository at this point in the history
Bumps the required group with 9 updates in the / directory:

| Package | From | To |
| --- | --- | --- |
| [black](https://github.com/psf/black) | `24.8.0` | `24.10.0` |
| [mkdocs-macros-plugin](https://github.com/fralau/mkdocs_macros_plugin)
| `1.2.0` | `1.3.7` |
| [mkdocs-material](https://github.com/squidfunk/mkdocs-material) |
`9.5.39` | `9.5.47` |
| [mkdocstrings[python]](https://github.com/mkdocstrings/mkdocstrings) |
`0.26.1` | `0.27.0` |
| [mkdocstrings-python](https://github.com/mkdocstrings/python) |
`1.11.1` | `1.12.2` |
|
[frequenz-repo-config[lib]](https://github.com/frequenz-floss/frequenz-repo-config-python)
| `0.10.0` | `0.11.0` |
| [mypy](https://github.com/python/mypy) | `1.11.2` | `1.13.0` |
| [nox](https://github.com/wntrblm/nox) | `2024.4.15` | `2024.10.9` |
|
[frequenz-repo-config[extra-lint-examples]](https://github.com/frequenz-floss/frequenz-repo-config-python)
| `0.10.0` | `0.11.0` |

Updates `black` from 24.8.0 to 24.10.0
<details>
<summary>Release notes</summary>
<p><em>Sourced from <a
href="https://github.com/psf/black/releases">black's
releases</a>.</em></p>
<blockquote>
<h2>24.10.0</h2>
<h3>Highlights</h3>
<ul>
<li>Black is now officially tested with Python 3.13 and provides Python
3.13
mypyc-compiled wheels. (<a
href="https://redirect.github.com/psf/black/issues/4436">#4436</a>) (<a
href="https://redirect.github.com/psf/black/issues/4449">#4449</a>)</li>
<li>Black will issue an error when used with Python 3.12.5, due to an
upstream memory
safety issue in Python 3.12.5 that can cause Black's AST safety checks
to fail. Please
use Python 3.12.6 or Python 3.12.4 instead. (<a
href="https://redirect.github.com/psf/black/issues/4447">#4447</a>)</li>
<li>Black no longer supports running with Python 3.8 (<a
href="https://redirect.github.com/psf/black/issues/4452">#4452</a>)</li>
</ul>
<h3>Stable style</h3>
<ul>
<li>Fix crashes involving comments in parenthesised return types or
<code>X | Y</code> style unions.
(<a
href="https://redirect.github.com/psf/black/issues/4453">#4453</a>)</li>
<li>Fix skipping Jupyter cells with unknown <code>%%</code> magic (<a
href="https://redirect.github.com/psf/black/issues/4462">#4462</a>)</li>
</ul>
<h3>Preview style</h3>
<ul>
<li>Fix type annotation spacing between * and more complex type variable
tuple (i.e. <code>def fn(*args: *tuple[*Ts, T]) -&gt; None: pass</code>)
(<a
href="https://redirect.github.com/psf/black/issues/4440">#4440</a>)</li>
</ul>
<h3>Caching</h3>
<ul>
<li>Fix bug where the cache was shared between runs with and without
<code>--unstable</code> (<a
href="https://redirect.github.com/psf/black/issues/4466">#4466</a>)</li>
</ul>
<h3>Packaging</h3>
<ul>
<li>Upgrade version of mypyc used to 1.12 beta (<a
href="https://redirect.github.com/psf/black/issues/4450">#4450</a>) (<a
href="https://redirect.github.com/psf/black/issues/4449">#4449</a>)</li>
<li><code>blackd</code> now requires a newer version of aiohttp. (<a
href="https://redirect.github.com/psf/black/issues/4451">#4451</a>)</li>
</ul>
<h3>Output</h3>
<ul>
<li>Added Python target version information on parse error (<a
href="https://redirect.github.com/psf/black/issues/4378">#4378</a>)</li>
<li>Add information about Black version to internal error messages (<a
href="https://redirect.github.com/psf/black/issues/4457">#4457</a>)</li>
</ul>
</blockquote>
</details>
<details>
<summary>Changelog</summary>
<p><em>Sourced from <a
href="https://github.com/psf/black/blob/main/CHANGES.md">black's
changelog</a>.</em></p>
<blockquote>
<h2>24.10.0</h2>
<h3>Highlights</h3>
<ul>
<li>Black is now officially tested with Python 3.13 and provides Python
3.13
mypyc-compiled wheels. (<a
href="https://redirect.github.com/psf/black/issues/4436">#4436</a>) (<a
href="https://redirect.github.com/psf/black/issues/4449">#4449</a>)</li>
<li>Black will issue an error when used with Python 3.12.5, due to an
upstream memory
safety issue in Python 3.12.5 that can cause Black's AST safety checks
to fail. Please
use Python 3.12.6 or Python 3.12.4 instead. (<a
href="https://redirect.github.com/psf/black/issues/4447">#4447</a>)</li>
<li>Black no longer supports running with Python 3.8 (<a
href="https://redirect.github.com/psf/black/issues/4452">#4452</a>)</li>
</ul>
<h3>Stable style</h3>
<ul>
<li>Fix crashes involving comments in parenthesised return types or
<code>X | Y</code> style unions.
(<a
href="https://redirect.github.com/psf/black/issues/4453">#4453</a>)</li>
<li>Fix skipping Jupyter cells with unknown <code>%%</code> magic (<a
href="https://redirect.github.com/psf/black/issues/4462">#4462</a>)</li>
</ul>
<h3>Preview style</h3>
<ul>
<li>Fix type annotation spacing between * and more complex type variable
tuple (i.e. <code>def fn(*args: *tuple[*Ts, T]) -&gt; None: pass</code>)
(<a
href="https://redirect.github.com/psf/black/issues/4440">#4440</a>)</li>
</ul>
<h3>Caching</h3>
<ul>
<li>Fix bug where the cache was shared between runs with and without
<code>--unstable</code> (<a
href="https://redirect.github.com/psf/black/issues/4466">#4466</a>)</li>
</ul>
<h3>Packaging</h3>
<ul>
<li>Upgrade version of mypyc used to 1.12 beta (<a
href="https://redirect.github.com/psf/black/issues/4450">#4450</a>) (<a
href="https://redirect.github.com/psf/black/issues/4449">#4449</a>)</li>
<li><code>blackd</code> now requires a newer version of aiohttp. (<a
href="https://redirect.github.com/psf/black/issues/4451">#4451</a>)</li>
</ul>
<h3>Output</h3>
<ul>
<li>Added Python target version information on parse error (<a
href="https://redirect.github.com/psf/black/issues/4378">#4378</a>)</li>
<li>Add information about Black version to internal error messages (<a
href="https://redirect.github.com/psf/black/issues/4457">#4457</a>)</li>
</ul>
</blockquote>
</details>
<details>
<summary>Commits</summary>
<ul>
<li><a
href="https://github.com/psf/black/commit/1b2427a2b785cc4aac97c19bb4b9a0de063f9547"><code>1b2427a</code></a>
Prepare release 24.10.0 (<a
href="https://redirect.github.com/psf/black/issues/4471">#4471</a>)</li>
<li><a
href="https://github.com/psf/black/commit/a22b1ebbfd61fdc4f59de373abcc02c4db364359"><code>a22b1eb</code></a>
Add mypyc 3.13 wheel build (<a
href="https://redirect.github.com/psf/black/issues/4449">#4449</a>)</li>
<li><a
href="https://github.com/psf/black/commit/b7d0e7212bb8bf9ee9ff6ad4137b33bd9711946e"><code>b7d0e72</code></a>
Bump AndreMiras/coveralls-python-action from
65c1672f0b8a201702d86c81b79187df...</li>
<li><a
href="https://github.com/psf/black/commit/f1a2f92bba7f1b8e4407e89d71a18fd1d6c61a91"><code>f1a2f92</code></a>
Include --unstable in cache key (<a
href="https://redirect.github.com/psf/black/issues/4466">#4466</a>)</li>
<li><a
href="https://github.com/psf/black/commit/8d9d18c0338d9fbfc27b38f6f69bb630d90512fa"><code>8d9d18c</code></a>
Fix skipping Jupyter cells with unknown %% magic (<a
href="https://redirect.github.com/psf/black/issues/4462">#4462</a>)</li>
<li><a
href="https://github.com/psf/black/commit/bbfdba3a5e4f0b3105ec9526c51e769866b28f1f"><code>bbfdba3</code></a>
Fix docs CI: use venv for uv to fix 'failed to create directory' (<a
href="https://redirect.github.com/psf/black/issues/4460">#4460</a>)</li>
<li><a
href="https://github.com/psf/black/commit/8fb2add1f79893be14e3a17345088d8cc3edc7c9"><code>8fb2add</code></a>
Use builtin generics (<a
href="https://redirect.github.com/psf/black/issues/4458">#4458</a>)</li>
<li><a
href="https://github.com/psf/black/commit/2a45cecf2951bb778204dcf63a90f146f4cc9c6c"><code>2a45cec</code></a>
Fix crashes with comments in parentheses (<a
href="https://redirect.github.com/psf/black/issues/4453">#4453</a>)</li>
<li><a
href="https://github.com/psf/black/commit/b4d6d8632dea33363eaa0eaad9caf94a223e0f43"><code>b4d6d86</code></a>
Drop Python 3.8 support (<a
href="https://redirect.github.com/psf/black/issues/4452">#4452</a>)</li>
<li><a
href="https://github.com/psf/black/commit/ac018c16cae526eabbd7df5e3c0376ae27a1a0cc"><code>ac018c1</code></a>
Require newer aiohttp for blackd (<a
href="https://redirect.github.com/psf/black/issues/4451">#4451</a>)</li>
<li>Additional commits viewable in <a
href="https://github.com/psf/black/compare/24.8.0...24.10.0">compare
view</a></li>
</ul>
</details>
<br />

Updates `mkdocs-macros-plugin` from 1.2.0 to 1.3.7
<details>
<summary>Release notes</summary>
<p><em>Sourced from <a
href="https://github.com/fralau/mkdocs_macros_plugin/releases">mkdocs-macros-plugin's
releases</a>.</em></p>
<blockquote>
<h2>v.1.3.7 With Test Framework</h2>
<h2>1.3.7, 2024-10-18</h2>
<ul>
<li>Fixed: incompatibility with the d2 module (<a
href="https://redirect.github.com/fralau/mkdocs_macros_plugin/issues/249">#249</a>)</li>
</ul>
<h2>1.3.6, 2024-10-17</h2>
<ul>
<li>Added: complete test framework, using pytest and Mkdocs-Test (<a
href="https://redirect.github.com/fralau/mkdocs_macros_plugin/issues/244">#244</a>)
A number of automated test cases are implemented.</li>
<li>Changed: move from setup.py to pyproject.toml (<a
href="https://redirect.github.com/fralau/mkdocs_macros_plugin/issues/250">#250</a>)</li>
</ul>
<h2>1.2.0, 2024-09-15</h2>
<ul>
<li>Added: three hooks <code>register_variables/macros/filters</code> to
facilitate
cooperation with other MkDocs plugins.</li>
<li>Fixed: `define_env() was always required in module (<a
href="https://redirect.github.com/fralau/mkdocs_macros_plugin/issues/191">#191</a>)</li>
<li>Added: trace the case when no module is found (INFO)</li>
<li>Improved documentation, particularly about HTML pages</li>
<li>Added: parameters <code>j2_comment_start_string</code> and
<code>j2_comment_end_string</code> to plugin's parameters,
to specify alternate markers for comments.</li>
<li>Added the multiline parameter <code>force_render_paths</code> in the
config file,
to specify directories or file patterns to be rendered for the case when
<code>render_by_default = false</code>
(the <code>render_macros</code> parameter in the YAML header of the page
has the last word).</li>
</ul>
<h2>1.0.5, 2023-10-31</h2>
<ul>
<li>Added: git.short_tag (<a
href="https://redirect.github.com/fralau/mkdocs_macros_plugin/issues/183">#183</a>)</li>
<li>Added: Mermaid diagrams in the documentation (Readthedocs)</li>
<li>Fixed: Changelog was no longer displayed (<a
href="https://redirect.github.com/fralau/mkdocs_macros_plugin/issues/186">#186</a>)</li>
</ul>
</blockquote>
</details>
<details>
<summary>Changelog</summary>
<p><em>Sourced from <a
href="https://github.com/fralau/mkdocs-macros-plugin/blob/master/CHANGELOG.md">mkdocs-macros-plugin's
changelog</a>.</em></p>
<blockquote>
<h2>1.3.7, 2024-10-18</h2>
<ul>
<li>Fixed: incompatibility with the d2 module (<a
href="https://redirect.github.com/fralau/mkdocs_macros_plugin/issues/249">#249</a>)</li>
</ul>
<h2>1.3.6, 2024-10-17</h2>
<ul>
<li>Added: complete test framework, using pytest and Mkdocs-Test (<a
href="https://redirect.github.com/fralau/mkdocs_macros_plugin/issues/244">#244</a>)
A number of automated test cases are implemented.</li>
<li>Changed: move from setup.py to pyproject.toml (<a
href="https://redirect.github.com/fralau/mkdocs_macros_plugin/issues/250">#250</a>)</li>
</ul>
</blockquote>
</details>
<details>
<summary>Commits</summary>
<ul>
<li><a
href="https://github.com/fralau/mkdocs-macros-plugin/commit/b906a368ecfd5cd25abcbea0a37f7a23944a8355"><code>b906a36</code></a>
Bump version number</li>
<li><a
href="https://github.com/fralau/mkdocs-macros-plugin/commit/56418062b60c13faa4bbc15ab75fe6301c531fba"><code>5641806</code></a>
Fixed incompatibility with d2 module (<a
href="https://redirect.github.com/fralau/mkdocs_macros_plugin/issues/249">#249</a>)</li>
<li><a
href="https://github.com/fralau/mkdocs-macros-plugin/commit/3a73707abd48c9df214646d57204cff854bbe98b"><code>3a73707</code></a>
Migrate to pyproject.toml</li>
<li><a
href="https://github.com/fralau/mkdocs-macros-plugin/commit/99733bed5e62b9cc43cad1def816aefdf28651a1"><code>99733be</code></a>
Demote info messages as debug (<a
href="https://redirect.github.com/fralau/mkdocs_macros_plugin/issues/248">#248</a>)</li>
<li><a
href="https://github.com/fralau/mkdocs-macros-plugin/commit/6a9a0e4f41e02a79f0e8f682f5329ed89f5dbb27"><code>6a9a0e4</code></a>
Bump version number, for distribution (should solve <a
href="https://redirect.github.com/fralau/mkdocs_macros_plugin/issues/247">#247</a>)</li>
<li><a
href="https://github.com/fralau/mkdocs-macros-plugin/commit/32cd528114ff8b4203c5bfe216f32ca613266bc9"><code>32cd528</code></a>
Test the hooks for external registration (<a
href="https://redirect.github.com/fralau/mkdocs_macros_plugin/issues/237">#237</a>)</li>
<li><a
href="https://github.com/fralau/mkdocs-macros-plugin/commit/16be58d9c64bf29ad489762fb30f6467eb192450"><code>16be58d</code></a>
Migrate all tests toward the mkdocs-test framework (<a
href="https://redirect.github.com/fralau/mkdocs_macros_plugin/issues/244">#244</a>)</li>
<li><a
href="https://github.com/fralau/mkdocs-macros-plugin/commit/59f82db2a60eae28832b5a1d44fb475f8c9e309f"><code>59f82db</code></a>
Replacing local implementation of SuperDict by super-collections
version</li>
<li><a
href="https://github.com/fralau/mkdocs-macros-plugin/commit/38b9681833fd06ae049c10fded1d33514b6c8d8e"><code>38b9681</code></a>
Merge branch 'master' of github.com:fralau/mkdocs_macros_plugin into
master</li>
<li><a
href="https://github.com/fralau/mkdocs-macros-plugin/commit/eebbbd1b6d9d587dbb36cb08d5aee35c5a8a34a7"><code>eebbbd1</code></a>
Merge pull request <a
href="https://redirect.github.com/fralau/mkdocs_macros_plugin/issues/246">#246</a>
from dwreeves/add-pathspec-as-dependency</li>
<li>Additional commits viewable in <a
href="https://github.com/fralau/mkdocs_macros_plugin/compare/v1.2.0...v1.3.7">compare
view</a></li>
</ul>
</details>
<br />

Updates `mkdocs-material` from 9.5.39 to 9.5.47
<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.5.47</h2>
<ul>
<li>Fixed <a
href="https://redirect.github.com/squidfunk/mkdocs-material/issues/7750">#7750</a>:
Numeric tags break search</li>
<li>Fixed <a
href="https://redirect.github.com/squidfunk/mkdocs-material/issues/7748">#7748</a>:
Blog plugin breaks when using future drafts (9.5.45 regression)</li>
</ul>
<p>Thanks go to <a
href="https://github.com/perpil"><code>@​perpil</code></a> for their
contributions</p>
<h2>mkdocs-material-9.5.46</h2>
<ul>
<li>Added support for removing <code>preload</code> hints in privacy
plugin</li>
<li>Fixed <a
href="https://redirect.github.com/squidfunk/mkdocs-material/issues/7734">#7734</a>:
Code blocks in h5 headlines are uppercased</li>
<li>Fixed <a
href="https://redirect.github.com/squidfunk/mkdocs-material/issues/7725">#7725</a>:
Blog plugin crashing on missing timezone (9.5.45 regression)</li>
</ul>
<p>Thanks go to <a
href="https://github.com/nejch"><code>@​nejch</code></a> and <a
href="https://github.com/perpil"><code>@​perpil</code></a> for their
contributions</p>
<h2>mkdocs-material-9.5.45</h2>
<ul>
<li>Reduced size of Docker image through multi-stage build</li>
<li>Fixed <a
href="https://redirect.github.com/squidfunk/mkdocs-material/issues/7708">#7708</a>:
Blog plugin crashing on YAML dates with timezones</li>
</ul>
<p>Thanks go to <a
href="https://github.com/FrancoisCapon"><code>@​FrancoisCapon</code></a>
and <a href="https://github.com/perpil"><code>@​perpil</code></a> for
their contributions</p>
<h2>mkdocs-material-9.5.44</h2>
<ul>
<li>Fixed <a
href="https://redirect.github.com/squidfunk/mkdocs-material/issues/7672">#7672</a>:
Font CSS 404's when using privacy plugin (9.5.43 regression)</li>
</ul>
<p>Thanks go to <a
href="https://github.com/nejch"><code>@​nejch</code></a> for their
contributions.</p>
<h2>mkdocs-material-9.5.43</h2>
<ul>
<li>Added support for external images in SVGs in privacy plugin</li>
<li>Fixed <a
href="https://redirect.github.com/squidfunk/mkdocs-material/issues/7651">#7651</a>:
Privacy plugin doesn't handle quoted URLs in CSS</li>
</ul>
<p>Thanks go to <a
href="https://github.com/nejch"><code>@​nejch</code></a> for their
contributions</p>
<h2>mkdocs-material-9.5.42</h2>
<ul>
<li>Fixed <a
href="https://redirect.github.com/squidfunk/mkdocs-material/issues/7625">#7625</a>:
Invalid encoding of boolean attributes in privacy plugin</li>
<li>Fixed <a
href="https://redirect.github.com/squidfunk/mkdocs-material/issues/7624">#7624</a>:
Crash when disabling privacy plugin (9.5.41 regression)</li>
</ul>
<h2>mkdocs-material-9.5.41</h2>
<ul>
<li>Fixed <a
href="https://redirect.github.com/squidfunk/mkdocs-material/issues/7619">#7619</a>:
Improved tooltip on logo disappears after instant navigation</li>
<li>Fixed <a
href="https://redirect.github.com/squidfunk/mkdocs-material/issues/7616">#7616</a>:
Race condition in built-in privacy plugin when inlining assets</li>
<li>Fixed <a
href="https://redirect.github.com/squidfunk/mkdocs-material/issues/7615">#7615</a>:
Comments and &quot;Was this page helpful?&quot; visible when
printing</li>
</ul>
<h2>mkdocs-material-9.5.40</h2>
<ul>
<li>Updated Latvian translations</li>
<li>Fixed <a
href="https://redirect.github.com/squidfunk/mkdocs-material/issues/7597">#7597</a>:
Social cards not using site name on home page</li>
</ul>
<p>Thanks go to <a
href="https://github.com/pekkaklarck"><code>@​pekkaklarck</code></a> and
<a href="https://github.com/klejejs"><code>@​klejejs</code></a> for
their contributions</p>
</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.5.47 (2024-12-01)</p>
<ul>
<li>Fixed <a
href="https://redirect.github.com/squidfunk/mkdocs-material/issues/7750">#7750</a>:
Numeric tags break search</li>
<li>Fixed <a
href="https://redirect.github.com/squidfunk/mkdocs-material/issues/7748">#7748</a>:
Blog plugin breaks when using future drafts (9.5.45 regression)</li>
</ul>
<p>mkdocs-material-9.5.46 (2024-11-25)</p>
<ul>
<li>Added support for removing preload hints in privacy plugin</li>
<li>Fixed <a
href="https://redirect.github.com/squidfunk/mkdocs-material/issues/7734">#7734</a>:
Code blocks in h5 headlines are uppercased</li>
<li>Fixed <a
href="https://redirect.github.com/squidfunk/mkdocs-material/issues/7725">#7725</a>:
Blog plugin crashing on missing timezone (9.5.45 regression)</li>
</ul>
<p>mkdocs-material-9.5.45 (2024-11-20)</p>
<ul>
<li>Reduced size of Docker image through multi-stage build</li>
<li>Fixed <a
href="https://redirect.github.com/squidfunk/mkdocs-material/issues/7708">#7708</a>:
Blog plugin crashing on YAML dates with timezones</li>
</ul>
<p>mkdocs-material-9.5.44 (2024-11-05)</p>
<ul>
<li>Fixed <a
href="https://redirect.github.com/squidfunk/mkdocs-material/issues/7672">#7672</a>:
Font CSS 404's when using privacy plugin (9.5.43 regression)</li>
</ul>
<p>mkdocs-material-9.5.43 (2024-10-31)</p>
<ul>
<li>Added support for external images in SVGs in privacy plugin</li>
<li>Fixed <a
href="https://redirect.github.com/squidfunk/mkdocs-material/issues/7651">#7651</a>:
Privacy plugin doesn't handle quoted URLs in CSS</li>
</ul>
<p>mkdocs-material-9.5.42 (2024-10-20)</p>
<ul>
<li>Fixed <a
href="https://redirect.github.com/squidfunk/mkdocs-material/issues/7625">#7625</a>:
Invalid encoding of boolean attributes in privacy plugin</li>
<li>Fixed <a
href="https://redirect.github.com/squidfunk/mkdocs-material/issues/7624">#7624</a>:
Crash when disabling privacy plugin (9.5.41 regression)</li>
</ul>
<p>mkdocs-material-9.5.41 (2024-10-15)</p>
<ul>
<li>Fixed <a
href="https://redirect.github.com/squidfunk/mkdocs-material/issues/7619">#7619</a>:
Improved tooltip on logo disappears after instant navigation</li>
<li>Fixed <a
href="https://redirect.github.com/squidfunk/mkdocs-material/issues/7616">#7616</a>:
Race condition in built-in privacy plugin when inlining assets</li>
<li>Fixed <a
href="https://redirect.github.com/squidfunk/mkdocs-material/issues/7615">#7615</a>:
Comments and &quot;Was this page helpful?&quot; visible when
printing</li>
</ul>
<p>mkdocs-material-9.5.40 (2024-10-10)</p>
<ul>
<li>Updated Latvian translations</li>
<li>Fixed <a
href="https://redirect.github.com/squidfunk/mkdocs-material/issues/7597">#7597</a>:
Social cards not using site name on home page</li>
</ul>
<p>mkdocs-material-9.5.39+insiders-4.53.14 (2024-09-29)</p>
<ul>
<li>Fixed <a
href="https://redirect.github.com/squidfunk/mkdocs-material/issues/7567">#7567</a>:
Empty headlines when using typeset plugin with anchorlinks</li>
</ul>
<p>mkdocs-material-9.5.39 (2024-09-29)</p>
<ul>
<li>Fixed <a
href="https://redirect.github.com/squidfunk/mkdocs-material/issues/7226">#7226</a>:
not staying on page when using mike's canonical versioning</li>
</ul>
<p>mkdocs-material-9.5.38 (2024-09-26)</p>
<!-- raw HTML omitted -->
</blockquote>
<p>... (truncated)</p>
</details>
<details>
<summary>Commits</summary>
<ul>
<li><a
href="https://github.com/squidfunk/mkdocs-material/commit/65997ae16ebe4c94c015dea968c3ec5d85a1060e"><code>65997ae</code></a>
Updated dependencies</li>
<li><a
href="https://github.com/squidfunk/mkdocs-material/commit/f6b67b1b77f6eaaeb9c359bc5666827c4a6efb16"><code>f6b67b1</code></a>
Prepare 9.5.47 release</li>
<li><a
href="https://github.com/squidfunk/mkdocs-material/commit/60c0dc1b8af71cef004eb7a91ca6ea8bae1e76cc"><code>60c0dc1</code></a>
Documentation (<a
href="https://redirect.github.com/squidfunk/mkdocs-material/issues/7756">#7756</a>)</li>
<li><a
href="https://github.com/squidfunk/mkdocs-material/commit/d46834475140223d2c322e5deab98e26789e04d9"><code>d468344</code></a>
Fixed numeric tags breaking search</li>
<li><a
href="https://github.com/squidfunk/mkdocs-material/commit/6288b26b902b2492df610db7c0a69f7c66e94ab1"><code>6288b26</code></a>
Fixed timezone when draft_if_future_date: true (<a
href="https://redirect.github.com/squidfunk/mkdocs-material/issues/7749">#7749</a>)</li>
<li><a
href="https://github.com/squidfunk/mkdocs-material/commit/b88d1f0eb9ef97c37d7eebabd131a415285249a8"><code>b88d1f0</code></a>
Prepare 9.5.46 release</li>
<li><a
href="https://github.com/squidfunk/mkdocs-material/commit/b3f1eb27fe4ff3f050a84173b0c998323bb120c1"><code>b3f1eb2</code></a>
Fixed uppercasing of code blocks in H5 headlines</li>
<li><a
href="https://github.com/squidfunk/mkdocs-material/commit/226321e48bc3d1faadc0e0c0802aab43980b7d6d"><code>226321e</code></a>
Updated dependencies</li>
<li><a
href="https://github.com/squidfunk/mkdocs-material/commit/6a0a790e8f42c757bf89b5cbb941f4d1146e676d"><code>6a0a790</code></a>
Added preload hints in privacy plugin replacements (<a
href="https://redirect.github.com/squidfunk/mkdocs-material/issues/7733">#7733</a>)</li>
<li><a
href="https://github.com/squidfunk/mkdocs-material/commit/eee4934efdf21f6d3bc576afd02a63cf96485299"><code>eee4934</code></a>
Fixed blog plugin crashing on missing timezone (regression) (<a
href="https://redirect.github.com/squidfunk/mkdocs-material/issues/7730">#7730</a>)</li>
<li>Additional commits viewable in <a
href="https://github.com/squidfunk/mkdocs-material/compare/9.5.39...9.5.47">compare
view</a></li>
</ul>
</details>
<br />

Updates `mkdocstrings[python]` from 0.26.1 to 0.27.0
<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.27.0</h2>
<h2><a
href="https://github.com/mkdocstrings/mkdocstrings/releases/tag/0.27.0">0.27.0</a>
- 2024-11-08</h2>
<p><!-- raw HTML omitted --><a
href="https://github.com/mkdocstrings/mkdocstrings/compare/0.26.2...0.27.0">Compare
with 0.26.2</a><!-- raw HTML omitted --></p>
<h3>Features</h3>
<ul>
<li>Add support for authentication in inventory file URLs (<a
href="https://github.com/mkdocstrings/mkdocstrings/commit/1c23c1b0fc4a9bdec5e0eb43c8647beab66fec55">1c23c1b</a>
by Stefan Mejlgaard). <a
href="https://redirect.github.com/mkdocstrings/mkdocstrings/issues/707">Issue-707</a>,
<a
href="https://redirect.github.com/mkdocstrings/mkdocstrings/pull/710">PR-710</a></li>
</ul>
<h3>Performance Improvements</h3>
<ul>
<li>Reduce footprint of template debug messages (<a
href="https://github.com/mkdocstrings/mkdocstrings/commit/5648e5aca80a5d8ba9e5456efb36b517b9f3cdeb">5648e5a</a>
by Timothée Mazzucotelli).</li>
</ul>
<h3>Code Refactoring</h3>
<ul>
<li>Use %-formatting for logging messages (<a
href="https://github.com/mkdocstrings/mkdocstrings/commit/0bbb8caddf34b0a4faa0ed6f26e33102dc892fc8">0bbb8ca</a>
by Timothée Mazzucotelli).</li>
</ul>
<h2>0.26.2</h2>
<h2><a
href="https://github.com/mkdocstrings/mkdocstrings/releases/tag/0.26.2">0.26.2</a>
- 2024-10-12</h2>
<p><!-- raw HTML omitted --><a
href="https://github.com/mkdocstrings/mkdocstrings/compare/0.26.1...0.26.2">Compare
with 0.26.1</a><!-- raw HTML omitted --></p>
<h3>Build</h3>
<ul>
<li>Drop support for Python 3.8 (<a
href="https://github.com/mkdocstrings/mkdocstrings/commit/f26edebe01337caa802a98c13240acdd8332a5fa">f26edeb</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.27.0">0.27.0</a>
- 2024-11-08</h2>
<p><!-- raw HTML omitted --><a
href="https://github.com/mkdocstrings/mkdocstrings/compare/0.26.2...0.27.0">Compare
with 0.26.2</a><!-- raw HTML omitted --></p>
<h3>Features</h3>
<ul>
<li>Add support for authentication in inventory file URLs (<a
href="https://github.com/mkdocstrings/mkdocstrings/commit/1c23c1b0fc4a9bdec5e0eb43c8647beab66fec55">1c23c1b</a>
by Stefan Mejlgaard). <a
href="https://redirect.github.com/mkdocstrings/mkdocstrings/issues/707">Issue-707</a>,
<a
href="https://redirect.github.com/mkdocstrings/mkdocstrings/pull/710">PR-710</a></li>
</ul>
<h3>Performance Improvements</h3>
<ul>
<li>Reduce footprint of template debug messages (<a
href="https://github.com/mkdocstrings/mkdocstrings/commit/5648e5aca80a5d8ba9e5456efb36b517b9f3cdeb">5648e5a</a>
by Timothée Mazzucotelli).</li>
</ul>
<h3>Code Refactoring</h3>
<ul>
<li>Use %-formatting for logging messages (<a
href="https://github.com/mkdocstrings/mkdocstrings/commit/0bbb8caddf34b0a4faa0ed6f26e33102dc892fc8">0bbb8ca</a>
by Timothée Mazzucotelli).</li>
</ul>
<h2><a
href="https://github.com/mkdocstrings/mkdocstrings/releases/tag/0.26.2">0.26.2</a>
- 2024-10-12</h2>
<p><!-- raw HTML omitted --><a
href="https://github.com/mkdocstrings/mkdocstrings/compare/0.26.1...0.26.2">Compare
with 0.26.1</a><!-- raw HTML omitted --></p>
<h3>Build</h3>
<ul>
<li>Drop support for Python 3.8 (<a
href="https://github.com/mkdocstrings/mkdocstrings/commit/f26edebe01337caa802a98c13240acdd8332a5fa">f26edeb</a>
by Timothée Mazzucotelli).</li>
</ul>
</blockquote>
</details>
<details>
<summary>Commits</summary>
<ul>
<li><a
href="https://github.com/mkdocstrings/mkdocstrings/commit/e0af8006aeb51eeda5cbd54fdf44433199b2f81a"><code>e0af800</code></a>
chore: Prepare release 0.27.0</li>
<li><a
href="https://github.com/mkdocstrings/mkdocstrings/commit/5648e5aca80a5d8ba9e5456efb36b517b9f3cdeb"><code>5648e5a</code></a>
perf: Reduce footprint of template debug messages</li>
<li><a
href="https://github.com/mkdocstrings/mkdocstrings/commit/0bbb8caddf34b0a4faa0ed6f26e33102dc892fc8"><code>0bbb8ca</code></a>
refactor: Use %-formatting for logging messages</li>
<li><a
href="https://github.com/mkdocstrings/mkdocstrings/commit/1c23c1b0fc4a9bdec5e0eb43c8647beab66fec55"><code>1c23c1b</code></a>
feat: Add support for authentication in inventory file URLs</li>
<li><a
href="https://github.com/mkdocstrings/mkdocstrings/commit/abc5acd0cf682e9f9bc337f424a09cdcb9de6b5b"><code>abc5acd</code></a>
Merge branch 'main' of github.com:mkdocstrings/mkdocstrings</li>
<li><a
href="https://github.com/mkdocstrings/mkdocstrings/commit/31b3b37acc15d3d765f425fd65716a833b37224b"><code>31b3b37</code></a>
chore: Template upgrade</li>
<li><a
href="https://github.com/mkdocstrings/mkdocstrings/commit/e732aaa15925a7600bbe6dee82a6ae8ee7db2a54"><code>e732aaa</code></a>
docs: Update contributing document to include tag pulling
instructions</li>
<li><a
href="https://github.com/mkdocstrings/mkdocstrings/commit/bcdfc70323eeb407c32a26621b81b35042eabb2f"><code>bcdfc70</code></a>
chore: Prepare release 0.26.2</li>
<li><a
href="https://github.com/mkdocstrings/mkdocstrings/commit/f26edebe01337caa802a98c13240acdd8332a5fa"><code>f26edeb</code></a>
build: Drop support for Python 3.8</li>
<li><a
href="https://github.com/mkdocstrings/mkdocstrings/commit/b3835272a5d214687688e2f064009538a90f6895"><code>b383527</code></a>
chore: Template upgrade</li>
<li>Additional commits viewable in <a
href="https://github.com/mkdocstrings/mkdocstrings/compare/0.26.1...0.27.0">compare
view</a></li>
</ul>
</details>
<br />

Updates `mkdocstrings-python` from 1.11.1 to 1.12.2
<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.12.2</h2>
<h2><a
href="https://github.com/mkdocstrings/python/releases/tag/1.12.2">1.12.2</a>
- 2024-10-19</h2>
<p><!-- raw HTML omitted --><a
href="https://github.com/mkdocstrings/python/compare/1.12.1...1.12.2">Compare
with 1.12.1</a><!-- raw HTML omitted --></p>
<h3>Bug Fixes</h3>
<ul>
<li>Always render cross-references outside of signatures (<a
href="https://github.com/mkdocstrings/python/commit/73f11dcc584a672af7e17738cba08a50f119176a">73f11dc</a>
by Timothée Mazzucotelli). <a
href="https://redirect.github.com/mkdocstrings/mkdocstrings/issues/700">Issue-mkdocstrings#700</a></li>
</ul>
<h2>1.12.1</h2>
<h2><a
href="https://github.com/mkdocstrings/python/releases/tag/1.12.1">1.12.1</a>
- 2024-10-14</h2>
<p><!-- raw HTML omitted --><a
href="https://github.com/mkdocstrings/python/compare/1.12.0...1.12.1">Compare
with 1.12.0</a><!-- raw HTML omitted --></p>
<h3>Bug Fixes</h3>
<ul>
<li>Don't escape parameter default values (<a
href="https://github.com/mkdocstrings/python/commit/9dee4d4f8e1258e99c19dc7b2b18d3e9090de79b">9dee4d4</a>
by Timothée Mazzucotelli). <a
href="https://redirect.github.com/mkdocstrings/python/issues/191">Issue-191</a></li>
</ul>
<h2>1.12.0</h2>
<h2><a
href="https://github.com/mkdocstrings/python/releases/tag/1.12.0">1.12.0</a>
- 2024-10-12</h2>
<p><!-- raw HTML omitted --><a
href="https://github.com/mkdocstrings/python/compare/1.11.1...1.12.0">Compare
with 1.11.1</a><!-- raw HTML omitted --></p>
<h3>Build</h3>
<ul>
<li>Drop support for Python 3.8 (<a
href="https://github.com/mkdocstrings/python/commit/6615c91cdc035bc0c2fdd12f3952ff84f5e1c04e">6615c91</a>
by Timothée Mazzucotelli).</li>
</ul>
<h3>Features</h3>
<ul>
<li>Auto-summary of members (<a
href="https://github.com/mkdocstrings/python/commit/7f9757d1584555edebc56f1aefe6cc8242e6c8bb">7f9757d</a>
by Timothée Mazzucotelli).</li>
<li>Render function overloads (<a
href="https://github.com/mkdocstrings/python/commit/0f2c25c9ed7f6c5c93ff13df214f02edfd3a4cb1">0f2c25c</a>
by Timothée Mazzucotelli).</li>
<li>Parameter headings, more automatic cross-references (<a
href="https://github.com/mkdocstrings/python/commit/0176b83f21ae02d345489c93cca3baf51f8bc58c">0176b83</a>
by Timothée Mazzucotelli).</li>
</ul>
<h3>Code Refactoring</h3>
<ul>
<li>Declare default CSS symbol colors under :host as well (<a
href="https://github.com/mkdocstrings/python/commit/3b9dba2709a8668e379c6ce1536cb1714971b3f4">3b9dba2</a>
by James McDonnell). <a
href="https://redirect.github.com/mkdocstrings/python/pull/186">PR-186</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.12.2">1.12.2</a>
- 2024-10-19</h2>
<p><!-- raw HTML omitted --><a
href="https://github.com/mkdocstrings/python/compare/1.12.1...1.12.2">Compare
with 1.12.1</a><!-- raw HTML omitted --></p>
<h3>Bug Fixes</h3>
<ul>
<li>Always render cross-references outside of signatures (<a
href="https://github.com/mkdocstrings/python/commit/73f11dcc584a672af7e17738cba08a50f119176a">73f11dc</a>
by Timothée Mazzucotelli). <a
href="https://redirect.github.com/mkdocstrings/mkdocstrings/issues/700">Issue-mkdocstrings#700</a></li>
</ul>
<h2><a
href="https://github.com/mkdocstrings/python/releases/tag/1.12.1">1.12.1</a>
- 2024-10-14</h2>
<p><!-- raw HTML omitted --><a
href="https://github.com/mkdocstrings/python/compare/1.12.0...1.12.1">Compare
with 1.12.0</a><!-- raw HTML omitted --></p>
<h3>Bug Fixes</h3>
<ul>
<li>Don't escape parameter default values (<a
href="https://github.com/mkdocstrings/python/commit/9dee4d4f8e1258e99c19dc7b2b18d3e9090de79b">9dee4d4</a>
by Timothée Mazzucotelli). <a
href="https://redirect.github.com/mkdocstrings/python/issues/191">Issue-191</a></li>
</ul>
<h2><a
href="https://github.com/mkdocstrings/python/releases/tag/1.12.0">1.12.0</a>
- 2024-10-12</h2>
<p><!-- raw HTML omitted --><a
href="https://github.com/mkdocstrings/python/compare/1.11.1...1.12.0">Compare
with 1.11.1</a><!-- raw HTML omitted --></p>
<h3>Build</h3>
<ul>
<li>Drop support for Python 3.8 (<a
href="https://github.com/mkdocstrings/python/commit/6615c91cdc035bc0c2fdd12f3952ff84f5e1c04e">6615c91</a>
by Timothée Mazzucotelli).</li>
</ul>
<h3>Features</h3>
<ul>
<li>Auto-summary of members (<a
href="https://github.com/mkdocstrings/python/commit/7f9757d1584555edebc56f1aefe6cc8242e6c8bb">7f9757d</a>
by Timothée Mazzucotelli).</li>
<li>Render function overloads (<a
href="https://github.com/mkdocstrings/python/commit/0f2c25c9ed7f6c5c93ff13df214f02edfd3a4cb1">0f2c25c</a>
by Timothée Mazzucotelli).</li>
<li>Parameter headings, more automatic cross-references (<a
href="https://github.com/mkdocstrings/python/commit/0176b83f21ae02d345489c93cca3baf51f8bc58c">0176b83</a>
by Timothée Mazzucotelli).</li>
</ul>
<h3>Code Refactoring</h3>
<ul>
<li>Declare default CSS symbol colors under :host as well (<a
href="https://github.com/mkdocstrings/python/commit/3b9dba2709a8668e379c6ce1536cb1714971b3f4">3b9dba2</a>
by James McDonnell). <a
href="https://redirect.github.com/mkdocstrings/python/pull/186">PR-186</a></li>
</ul>
</blockquote>
</details>
<details>
<summary>Commits</summary>
<ul>
<li><a
href="https://github.com/mkdocstrings/python/commit/1b064a0f21b32afb2686ac320d89ccde6d5fb294"><code>1b064a0</code></a>
chore: Prepare release 1.12.2</li>
<li><a
href="https://github.com/mkdocstrings/python/commit/73f11dcc584a672af7e17738cba08a50f119176a"><code>73f11dc</code></a>
fix: Always render cross-references outside of signatures</li>
<li><a
href="https://github.com/mkdocstrings/python/commit/e6b7542d11971ed51189e4ac6a04dc4233e391a8"><code>e6b7542</code></a>
chore: Prepare release 1.12.1</li>
<li><a
href="https://github.com/mkdocstrings/python/commit/9dee4d4f8e1258e99c19dc7b2b18d3e9090de79b"><code>9dee4d4</code></a>
fix: Don't escape parameter default values</li>
<li><a
href="https://github.com/mkdocstrings/python/commit/e45502207ff4cd9d830c3affccc8ebb1c3e73da6"><code>e455022</code></a>
chore: Prepare release 1.12.0</li>
<li><a
href="https://github.com/mkdocstrings/python/commit/701ba60b75be0db025f04d673599575d3963553e"><code>701ba60</code></a>
docs: Various documentation updates</li>
<li><a
href="https://github.com/mkdocstrings/python/commit/7f9757d1584555edebc56f1aefe6cc8242e6c8bb"><code>7f9757d</code></a>
feat: Auto-summary of members</li>
<li><a
href="https://github.com/mkdocstrings/python/commit/0f2c25c9ed7f6c5c93ff13df214f02edfd3a4cb1"><code>0f2c25c</code></a>
feat: Render function overloads</li>
<li><a
href="https://github.com/mkdocstrings/python/commit/0176b83f21ae02d345489c93cca3baf51f8bc58c"><code>0176b83</code></a>
feat: Parameter headings, more automatic cross-references</li>
<li><a
href="https://github.com/mkdocstrings/python/commit/b461d14a70c0826b1c8a83bc4f2dccfa4970cc22"><code>b461d14</code></a>
Merge branch 'main' of github.com:mkdocstrings/python</li>
<li>Additional commits viewable in <a
href="https://github.com/mkdocstrings/python/compare/1.11.1...1.12.2">compare
view</a></li>
</ul>
</details>
<br />

Updates `frequenz-repo-config[lib]` from 0.10.0 to 0.11.0
<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.11.0</h2>
<h1>Frequenz Repository Configuration Release Notes</h1>
<h2>Summary</h2>
<p>This version accumulates a few improvements, and bumps the dependency
of setuptools to use v75, which is compatible with PEP625, which is
necessary to be able to keep uploading to PyPI, so you should upgrade to
this version as soon as possible.</p>
<p>The migration script was also rewritten in Python, so it should be
more compatible with different OSes.</p>
<h2>Upgrading</h2>
<ul>
<li>The <code>frequenz.repo.config.github.abort()</code> function now
takes most arguments as keyword-only arguments.</li>
<li>The <em>Queue PRs for v0.x.x</em> GitHub ruleset was renamed to
<em>Queue PRs for the default branch</em> and now targets the default
branch. It also only have the merge queue restriction, all other
restrictions were removed as they are already present in the <em>Protect
version branches</em> ruleset. You might want to re-import this ruleset
to your repositories.</li>
</ul>
<h2>New Features</h2>
<ul>
<li>Added a new GitHub branch ruleset for Rust projects.</li>
</ul>
<h3>Cookiecutter template</h3>
<ul>
<li>Group GitHub Actions dependabot updates.</li>
<li>API projects don't include the <code>google-common-protos</code>
dependency by default.</li>
<li>API projects updated the <code>grpcio</code> dependency to
<code>1.66.1</code>.</li>
<li>API projects updated the <code>frequenz-api-common</code> dependency
to <code>0.6</code>.</li>
<li>Bump most of the dependencies.</li>
<li>Change <code>edit_uri</code> default branch to v0.x.x in
mkdocs.yml.</li>
<li>Added a new default option <code>asyncio_default_fixture_loop_scope
= &quot;function&quot;</code> for <code>pytest-asyncio</code> as not
providing a value is deprecated.</li>
<li>The migration script is now written in Python, so it should be
(hopefully) more compatible with different OSes.</li>
<li>Disable more <code>pylint</code> checks that are also checked by
<code>mypy</code> to avoid false positives.</li>
<li>Remove the redundant <code>--platform</code> from the testing
dockerfile.</li>
</ul>
<h2>Bug Fixes</h2>
<ul>
<li>Sybil now parses the <code>__init__.py</code> file as well.
Previously it was disabled due to an upstream bug.</li>
</ul>
<h2>What's Changed</h2>
<ul>
<li>Fix TODO typos for workflows/release-notes-checks by <a
href="https://github.com/daniel-zullo-frequenz"><code>@​daniel-zullo-frequenz</code></a>
in <a
href="https://redirect.github.com/frequenz-floss/frequenz-repo-config-python/pull/291">frequenz-floss/frequenz-repo-config-python#291</a></li>
<li>Reset release notes and migration script for the next release 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/292">frequenz-floss/frequenz-repo-config-python#292</a></li>
<li>Group dependabot updates for GitHub Actions 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/293">frequenz-floss/frequenz-repo-config-python#293</a></li>
<li>Bump types-pyyaml from 6.0.12.20240311 to 6.0.12.20240724 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/297">frequenz-floss/frequenz-repo-config-python#297</a></li>
<li>Update types-setuptools requirement from <!-- raw HTML omitted
-->=67.6.0,&lt;72 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/296">frequenz-floss/frequenz-repo-config-python#296</a></li>
<li>Update setuptools requirement from <!-- raw HTML omitted
-->=67.6.0,&lt;72 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/295">frequenz-floss/frequenz-repo-config-python#295</a></li>
<li>Bump the required group with 5 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/294">frequenz-floss/frequenz-repo-config-python#294</a></li>
<li>Bump the required group with 4 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/300">frequenz-floss/frequenz-repo-config-python#300</a></li>
<li>Update setuptools requirement from <!-- raw HTML omitted
-->=67.6.0,&lt;73 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/301">frequenz-floss/frequenz-repo-config-python#301</a></li>
<li>Pin protobuf related dependencies 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/309">frequenz-floss/frequenz-repo-config-python#309</a></li>
<li>Bump the required group across 1 directory with 10 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/310">frequenz-floss/frequenz-repo-config-python#310</a></li>
<li>Bump types-pyyaml from 6.0.12.20240724 to 6.0.12.20240808 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/307">frequenz-floss/frequenz-repo-config-python#307</a></li>
<li>Update setuptools requirement from <!-- raw HTML omitted
-->=67.6.0,&lt;75 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/306">frequenz-floss/frequenz-repo-config-python#306</a></li>
</ul>
<!-- raw HTML omitted -->
</blockquote>
<p>... (truncated)</p>
</details>
<details>
<summary>Commits</summary>
<ul>
<li><a
href="https://github.com/frequenz-floss/frequenz-repo-config-python/commit/fea7837b662422bf5db971d8cacdc15e2234fdf8"><code>fea7837</code></a>
Prepare for the v0.11.0 release (<a
href="https://redirect.github.com/frequenz-floss/frequenz-repo-config-python/issues/333">#333</a>)</li>
<li><a
href="https://github.com/frequenz-floss/frequenz-repo-config-python/commit/10676e3c5b596b26ab3d9cb59ec348b61c0eab5b"><code>10676e3</code></a>
Update release notes for the release of v0.11.0</li>
<li><a
href="https://github.com/frequenz-floss/frequenz-repo-config-python/commit/f44d0b79a77a7b0f6f106830b1c92e04476005b2"><code>f44d0b7</code></a>
Bump the repo-config dependency to 0.11.0</li>
<li><a
href="https://github.com/frequenz-floss/frequenz-repo-config-python/commit/ad98556991c3ae978874389bd346b83441c2b755"><code>ad98556</code></a>
Add missing migration step for the default fixture scope</li>
<li><a
href="https://github.com/frequenz-floss/frequenz-repo-config-python/commit/db7c18292077e3a22e30db5e96abca134599bc09"><code>db7c182</code></a>
Add missing migration step for <code>edit_uri</code></li>
<li><a
href="https://github.com/frequenz-floss/frequenz-repo-config-python/commit/ead1bd97cb8a8a5e67fb4669a564a3145e09935a"><code>ead1bd9</code></a>
Remove the redundant <code>--platform</code> from the
<code>Dockerfile</code> (<a
href="https://redirect.github.com/frequenz-floss/frequenz-repo-config-python/issues/332">#332</a>)</li>
<li><a
href="https://github.com/frequenz-floss/frequenz-repo-config-python/commit/4b0113d89e5a980f481b7adbc550481d14d2376b"><code>4b0113d</code></a>
Remove the redundant --platform from the Dockerfile</li>
<li><a
href="https://github.com/frequenz-floss/frequenz-repo-config-python/commit/b8d08b3983cc997b353608f194e68fd0a812584a"><code>b8d08b3</code></a>
Bump dependencies in the template (<a
href="https://redirect.github.com/frequenz-floss/frequenz-repo-config-python/issues/331">#331</a>)</li>
<li><a
href="https://github.com/frequenz-floss/frequenz-repo-config-python/commit/58c31fbeb8568b974177bfb3f89da4236b4765fb"><code>58c31fb</code></a>
Split dependencies for app and actor/model</li>
<li><a
href="https://github.com/frequenz-floss/frequenz-repo-config-python/commit/22ce6e192800e9a2bed308350b672d644a23fbef"><code>22ce6e1</code></a>
Bump most dependencies in the template</li>
<li>Additional commits viewable in <a
href="https://github.com/frequenz-floss/frequenz-repo-config-python/compare/v0.10.0...v0.11.0">compare
view</a></li>
</ul>
</details>
<br />

Updates `mypy` from 1.11.2 to 1.13.0
<details>
<summary>Changelog</summary>
<p><em>Sourced from <a
href="https://github.com/python/mypy/blob/master/CHANGELOG.md">mypy's
changelog</a>.</em></p>
<blockquote>
<h1>Mypy Release Notes</h1>
<h2>Next release</h2>
<h3>Change to enum membership semantics</h3>
<p>As per the updated <a
href="https://typing.readthedocs.io/en/latest/spec/enums.html#defining-members">typing
specification for enums</a>,
enum members must be left unannotated.</p>
<pre lang="python"><code>class Pet(Enum):
    CAT = 1  # Member attribute
    DOG = 2  # Member attribute
    WOLF: int = 3  # New error: Enum members must be left unannotated
<pre><code>species: str  # Considered a non-member attribute
</code></pre>
<p></code></pre></p>
<p>In particular, the specification change can result in issues in type
stubs (<code>.pyi</code> files), since
historically it was common to leave the value absent:</p>
<pre lang="python"><code># In a type stub (.pyi file)
<p>class Pet(Enum):<br />
# Change in semantics: previously considered members, now non-member
attributes<br />
CAT: int<br />
DOG: int</p>
<pre><code># Mypy will now issue a warning if it detects this situation
in type stubs:
# &amp;gt; Detected enum &amp;quot;Pet&amp;quot; in a type stub with
zero members.
# &amp;gt; There is a chance this is due to a recent change in the
semantics of enum membership.
# &amp;gt; If so, use `member = value` to mark an enum member, instead
of `member: type`
</code></pre>
<p>class Pet(Enum):<br />
# As per the specification, you should now do one of the following:<br
/>
DOG = 1  # Member attribute with value 1 and known type<br />
WOLF = cast(int, ...) # Member attribute with unknown value but known
type<br />
LION = ...  # Member attribute with unknown value and unknown type<br />
</code></pre></p>
<p>Contributed by Terence Honles in PR <a
href="https://redirect.github.com/python/mypy/pull/17207">17207</a> and
Shantanu Jain in PR <a
href="https://redirect.github.com/python/mypy/pull/18068">18068</a>.</p>
<h2>Mypy 1.13</h2>
<p>We’ve just uploaded mypy 1.13 to the Python Package Index (<a
href="https://pypi.org/project/mypy/">PyPI</a>).
Mypy is a static type checker for Python. You can install it as
follows:</p>
<pre><code>python3 -m pip install -U mypy
</code></pre>
<!-- raw HTML omitted -->
</blockquote>
<p>... (truncated)</p>
</details>
<details>
<summary>Commits</summary>
<ul>
<li><a
href="https://github.com/python/mypy/commit/eb310343be0399ea6755fabc259755ce1f6711e8"><code>eb31034</code></a>
Bump version to 1.13.0</li>
<li><a
href="https://github.com/python/mypy/commit/2eeb5880184970ae1c0b20c0e06855b6d311bc19"><code>2eeb588</code></a>
Update changelog for 1.12.1 (<a
href="https://redirect.github.com/python/mypy/issues/17999">#17999</a>)</li>
<li><a
href="https://github.com/python/mypy/commit/bc0386b7f96aa131cbf345698a22a9d4b79e9cb4"><code>bc0386b</code></a>
Changelog for 1.13 (<a
href="https://redirect.github.com/python/mypy/issues/18000">#18000</a>)</li>
<li><a
href="https://github.com/python/mypy/commit/5c4d2db7009fa9035b8b3fcffe25182aaa4dc846"><code>5c4d2db</code></a>
Add faster-cache extra, test in CI (<a
href="https://redirect.github.com/python/mypy/issues/17978">#17978</a>)</li>
<li><a
href="https://github.com/python/mypy/commit/854ad189ab7c4f487950ad34e142fd327dce3227"><code>854ad18</code></a>
Make is_sub_path faster (<a
href="https://redirect.github.com/python/mypy/issues/17962">#17962</a>)</li>
<li><a
href="https://github.com/python/mypy/commit/50aa4ca8425d0bb668d514b8ee5c6aeacb605b27"><code>50aa4ca</code></a>
Speed up stubs suggestions (<a
href="https://redirect.github.com/python/mypy/issues/17965">#17965</a>)</li>
<li><a
href="https://github.com/python/mypy/commit/7c27808a0be2fc205788a826be83cbb0a68f89e1"><code>7c27808</code></a>
Use orjson instead of json, when available (<a
href="https://redirect.github.com/python/mypy/issues/17955">#17955</a>)</li>
<li><a
href="https://github.com/python/mypy/commit/2cd2406117e86838de36a9f73ba47c67fa763e1a"><code>2cd2406</code></a>
Use fast path in modulefinder more often (<a
href="https://redirect.github.com/python/mypy/issues/17950">#17950</a>)</li>
<li><a
href="https://github.com/python/mypy/commit/e20aaeeaa215b2e617d460599c4310427ba8f902"><code>e20aaee</code></a>
Let mypyc optimise os.path.join (<a
href="https://redirect.github.com/python/mypy/issues/17949">#17949</a>)</li>
<li><a
href="https://github.com/python/mypy/commit/159974cc59de459cfb3e31ba3e1d8f279734f66d"><code>159974c</code></a>
Use sha1 for hashing (<a
href="https://redirect.github.com/python/mypy/issues/17953">#17953</a>)</li>
<li>Additional commits viewable in <a
href="https://github.com/python/mypy/compare/v1.11.2...v1.13.0">compare
view</a></li>
</ul>
</details>
<br />

Updates `nox` from 2024.4.15 to 2024.10.9
<details>
<summary>Release notes</summary>
<p><em>Sourced from <a
href="https://github.com/wntrblm/nox/releases">nox's
releases</a>.</em></p>
<blockquote>
<h2>2024.10.09 🎃</h2>
<p>This release adds explicit support for Python 3.13 and drops support
for running Nox itself under Python 3.7. Note that you can still use 3.7
in your Nox sessions, we just dropped support for installing &amp;
running <code>nox</code> itself in 3.7.</p>
<p>We'd like to thank the following folks who conributed to this
release:</p>
<ul>
<li><a
href="https://github.com/edgarrmondragon"><code>@​edgarrmondragon</code></a></li>
<li><a href="https://github.com/ember91"><code>@​ember91</code></a></li>
<li><a
href="https://github.com/henryiii"><code>@​henryiii</code></a></li>
<li><a href="https://github.com/hmd101"><code>@​hmd101</code></a></li>
<li><a
href="https://github.com/KasperZutterman"><code>@​KasperZutterman</code></a></li>
<li><a
href="https://github.com/living180"><code>@​living180</code></a></li>
<li><a href="https://github.com/mayeut"><code>@​mayeut</code></a></li>
<li><a
href="https://github.com/saucoide"><code>@​saucoide</code></a></li>
<li><a
href="https://github.com/Wurstnase"><code>@​Wurstnase</code></a></li>
</ul>
<p>New features:</p>
<ul>
<li>Allow setting tags on parametrized sessions by <a
href="https://github.com/living180"><code>@​living180</code></a> in <a
href="https://redirect.github.com/wntrblm/nox/pull/832">wntrblm/nox#832</a></li>
<li>Added support for <code>uv</code>-installed pythons by <a
href="https://github.com/saucoide"><code>@​saucoide</code></a> in <a
href="https://redirect.github.com/wntrblm/nox/pull/842">wntrblm/nox#842</a></li>
<li>Added <code>session.install_and_run_script</code> by <a
href="https://github.com/henryiii"><code>@​henryiii</code></a> in <a
href="https://redirect.github.com/wntrblm/nox/pull/847">wntrblm/nox#847</a></li>
</ul>
<p>Bugfixes:</p>
<ul>
<li>Updated type annotation of <code>stderr</code> parameter to make it
optional by <a
href="https://github.com/edgarrmondragon"><code>@​edgarrmondragon</code></a>
in <a
href="https://redirect.github.com/wntrblm/nox/pull/835">wntrblm/nox#835</a></li>
<li>Removed <code>add_timestamp</code> from <code>noxfile.options</code>
by <a href="https://github.com/Wurstnase"><code>@​Wurstnase</code></a>
in <a
href="https://redirect.github.com/wntrblm/nox/pull/856">wntrblm/nox#856</a></li>
</ul>
<p>Documentation:</p>
<ul>
<li>Added warning about uv and local packages by <a
href="https://github.com/henryiii"><code>@​henryiii</code></a> in <a
href="https://redirect.github.com/wntrblm/nox/pull/830">wntrblm/nox#830</a></li>
<li>Fixed contribution guidelines by <a
href="https://github.com/Wurstnase"><code>@​Wurstnase</code></a> in <a
href="https://redirect.github.com/wntrblm/nox/pull/850">wntrblm/nox#850</a></li>
<li>Fixed typos by <a
href="https://github.com/ember91"><code>@​ember91</code></a> in <a
href="https://redirect.github.com/wntrblm/nox/pull/839">wntrblm/nox#839</a></li>
<li>Fixed typoss in cookbook by <a
href="https://github.com/hmd101"><code>@​hmd101</code></a> in <a
href="https://redirect.github.com/wntrblm/nox/pull/837">wntrblm/nox#837</a></li>
<li>Added missing cookbook recipe snippet imports by <a
href="https://github.com/KasperZutterman"><code>@​KasperZutterman</code></a>
in <a
href="https://redirect.github.com/wntrblm/nox/pull/853">wntrblm/nox#853</a></li>
<li>Cleaned up <code>dev</code> recipe by <a
href="https://github.com/henryiii"><code>@​henryiii</code></a> in <a
href="https://redirect.github.com/wntrblm/nox/pull/862">wntrblm/nox#862</a></li>
<li>Added note about <code>uv reinstall</code> by <a
href="https://github.com/henryiii"><code>@​henryiii</code></a> in <a
href="https://redirect.github.com/wntrblm/nox/pull/863">wntrblm/nox#863</a></li>
<li>Added <code>uv sync</code> example by <a
href="https://github.com/henryiii"><code>@​henryiii</code></a> in <a
href="https://redirect.github.com/wntrblm/nox/pull/864">wntrblm/nox#864</a></li>
</ul>
<p>Internal changes:</p>
<ul>
<li>Use default action tests for macos-14 by <a
href="https://github.com/mayeut"><code>@​mayeut</code></a> in <a
href="https://redirect.github.com/wntrblm/nox/pull/824">wntrblm/nox#824</a></li>
<li>Added 3.13 to the action defaults by <a
href="https://github.com/henryiii"><code>@​henryiii</code></a> in <a
href="https://redirect.github.com/wntrblm/nox/pull/846">wntrblm/nox#846</a></li>
<li>Dropped Python 3.7 by <a
href="https://github.com/henryiii"><code>@​henryiii</code></a> in <a
href="https://redirect.github.com/wntrblm/nox/pull/822">wntrblm/nox#822</a></li>
<li>Included 3.13 in classifiers by <a
href="https://github.com/henryiii"><code>@​henryiii</code></a> in <a
href="https://redirect.github.com/wntrblm/nox/pull/851">wntrblm/nox#851</a></li>
<li>Use <code>uv</code> if available in action by <a
href="https://github.com/henryiii"><code>@​henryiii</code></a> in <a
href="https://redirect.github.com/wntrblm/nox/pull/831">wntrblm/nox#831</a></li>
<li>Run tests with Python 3.13 by <a
href="https://github.com/edgarrmondragon"><code>@​edgarrmondragon</code></a>
in <a
href="https://redirect.github.com/wntrblm/nox/pull/834">wntrblm/nox#834</a></li>
<li>Updated <code>macos-latest</code> to <code>macos-14</code> by <a
href="https://github.com/henryiii"><code>@​henryiii</code></a> in <a
href="https://redirect.github.com/wntrblm/nox/pull/821">wntrblm/nox#821</a></li>
<li>Use <code>miniforge</code> by <a
href="https://github.com/henryiii"><code>@​henryiii</code></a> in <a
href="https://redirect.github.com/wntrblm/nox/pull/854">wntrblm/nox#854</a></li>
<li>Use <code>astral-sh/setup-uv</code> by <a
href="https://github.com/henryiii"><code>@​henryiii</code></a> in <a
href="https://redirect.github.com/wntrblm/nox/pull/859">wntrblm/nox#859</a></li>
<li>Dropped PyPy 3.9 from test matrix by <a
href="https://github.com/henryiii"><code>@​henryiii</code></a> in <a
href="https://redirect.github.com/wntrblm/nox/pull/858">wntrblm/nox#858</a></li>
</ul>
</blockquote>
</details>
<details>
<summary>Changelog</summary>
<p><em>Sourced from <a
href="https://github.com/wntrblm/nox/blob/main/CHANGELOG.md">nox's
changelog</a>.</em></p>
<blockquote>
<h1>Changelog</h1>
<h2>2024.10.09</h2>
<p>This release adds explicit support for Python 3.13 and drops support
for running Nox itself under Python 3.7. Note that you can still use 3.7
in your Nox sessions, we just dropped support for installing &amp;
running <code>nox</code> itself in 3.7.</p>
<p>We'd like to thank the following folks who contributed to this
release:</p>
<ul>
<li><a
href="https://github.com/edgarrmondragon"><code>@​edgarrmondragon</code></a></li>
<li><a href="https://github.com/ember91"><code>@​ember91</code></a></li>
<li><a
href="https://github.com/henryiii"><code>@​henryiii</code></a></li>
<li><a href="https://github.com/hmd101"><code>@​hmd101</code></a></li>
<li><a
href="https://github.com/KasperZutterman"><code>@​KasperZutterman</code></a></li>
<li><a
href="https://github.com/living180"><code>@​living180</code></a></li>
<li><a href="https://github.com/mayeut"><code>@​mayeut</code></a></li>
<li><a
href="https://github.com/saucoide"><code>@​saucoide</code></a></li>
<li><a
href="https://github.com/Wurstnase"><code>@​Wurstnase</code></a></li>
</ul>
<p>New features:</p>
<ul>
<li>Allow setting tags on parametrized sessions by <a
href="https://github.com/living180"><code>@​living180</code></a> in <a
href="https://redirect.github.com/wntrblm/nox/pull/832">wntrblm/nox#832</a></li>
<li>Added support for <code>uv</code>-installed pythons by <a
href="https://github.com/saucoide"><code>@​saucoide</code></a> in <a
href="https://redirect.github.com/wntrblm/nox/pull/842">wntrblm/nox#842</a></li>
<li>Added <code>session.install_and_run_script</code> by <a
href="https://github.com/henryiii"><code>@​henryiii</code></a> in <a
href="https://redirect.github.com/wntrblm/nox/pull/847">wntrblm/nox#847</a></li>
</ul>
<p>Bugfixes:</p>
<ul>
<li>Updated type annotation of <code>stderr</code> parameter to make it
optional by <a
href="https://github.com/edgarrmondragon"><code>@​edgarrmondragon</code></a>
in <a
href="https://redirect.github.com/wntrblm/nox/pull/835">wntrblm/nox#835</a></li>
<li>Removed <code>add_timestamp</code> from <code>noxfile.options</code>
by <a href="https://github.com/Wurstnase"><code>@​Wurstnase</code></a>
in <a
href="https://redirect.github.com/wntrblm/nox/pull/856">wntrblm/nox#856</a></li>
</ul>
<p>Documentation:</p>
<ul>
<li>Added warning about uv and local packages by <a
href="https://github.com/henryiii"><code>@​henryiii</code></a> in <a
href="https://redirect.github.com/wntrblm/nox/pull/830">wntrblm/nox#830</a></li>
<li>Fixed contribution guidelines by <a
href="https://github.com/Wurstnase"><code>@​Wurstnase</code></a> in <a
href="https://redirect.github.com/wntrblm/nox/pull/850">wntrblm/nox#850</a></li>
<li>Fixed typos by <a
href="https://github.com/ember91"><code>@​ember91</code></a> in <a
href="https://redirect.github.com/wntrblm/nox/pull/839">wntrblm/nox#839</a></li>
<li>Fixed typoss in cookbook by <a
href="https://github.com/hmd101"><code>@​hmd101</code></a> in <a
href="https://redirect.github.com/wntrblm/nox/pull/837">wntrblm/nox#837</a></li>
<li>Added missing cookbook recipe snippet imports by <a
href="https://github.com/KasperZutterman"><code>@​KasperZutterman</code></a>
in <a
href="https://redirect.github.com/wntrblm/nox/pull/853">wntrblm/nox#853</a></li>
<li>Cleaned up <code>dev</code> recipe by <a
href="https://github.com/henryiii"><code>@​henryiii</code></a> in <a
href="https://redirect.github.com/wntrblm/nox/pull/862">wntrblm/nox#862</a></li>
<li>Added note about <code>uv reinstall</code> by <a
href="https://github.com/henryiii"><code>@​henryiii</code></a> in <a
href="https://redirect.github.com/wntrblm/nox/pull/863">wntrblm/nox#863</a></li>
<li>Added <code>uv sync</code> example by <a
href="https://github.com/henryiii"><code>@​henryiii</code></a> in <a
href="https://redirect.github.com/wntrblm/nox/pull/864">wntrblm/nox#864</a></li>
</ul>
<p>Internal changes:</p>
<ul>
<li>Use default action tests for macos-14 by <a
href="https://github.com/mayeut"><code>@​mayeut</code></a> in <a
href="https://redirect.github.com/wntrblm/nox/pull/824">wntrblm/nox#824</a></li>
<li>Added 3.13 to the action defaults by <a
href="https://github.com/henryiii"><code>@​henryiii</code></a> in <a
href="https://redirect.github.com/wntrblm/nox/pull/846">wntrblm/nox#846</a></li>
<li>Dropped Python 3.7 by <a
href="https://github.com/henryiii"><code>@​henryiii</code></a> in <a
href="https://redirect.github.com/wntrblm/nox/pull/822">wntrblm/nox#822</a></li>
<li>Included 3.13 in classifiers by <a
href="https://github.com/henryiii"><code>@​henryiii</code></a> in <a
href="https://redirect.github.com/wntrblm/nox/pull/851">wntrblm/nox#851</a></li>
<li>Use <code>uv</code> if available in action by <a
href="https://github.com/henryiii"><code>@​henryiii</code></a> in <a
href="https://redirect.github.com/wntrblm/nox/pull/831">wntrblm/nox#831</a></li>
<li>Run tests with Python 3.13 by <a
href="https://github.com/edgarrmondragon"><code>@​edgarrmondragon</code></a>
in <a
href="https://redirect.github.com/wntrblm/nox/pull/834">wntrblm/nox#834</a></li>
<li>Updated <code>macos-latest</code> to <code>macos-14</code> by <a
href="https://github.com/henryiii"><code>@​henryiii</code></a> in <a
href="https://redirect.github.com/wntrblm/nox/pull/821">wntrblm/nox#821</a></li>
<li>Use <code>miniforge</code> by <a
href="https://github.com/henryiii"><code>@​henryiii</code></a> in <a
href="https://redirect.github.com/wntrblm/nox/pull/854">wntrblm/nox#854</a></li>
<li>Use <code>astral-sh/setup-uv</code> by <a
href="https://github.com/henryiii"><code>@​henryiii</code></a> in <a
href="https://redirect.github.com/wntrblm/nox/pull/859">wntrblm/nox#859</a></li>
<li>Dropped PyPy 3.9 from test matrix by <a
href="https://github.com/henryiii"><code>@​henryiii</code></a> in <a
href="https://redirect.github.com/wntrblm/nox/pull/858">wntrblm/nox#858</a></li>
</ul>
<!-- raw HTML omitted -->
</blockquote>
<p>... (truncated)</p>
</details>
<details>
<summary>Commits</summary>
<ul>
<li><a
href="https://github.com/wntrblm/nox/commit/1199ab3892b1a941f80ff052083d0a571abed79d"><code>1199ab3</code></a>
Release 2024.10.09</li>
<li><a
href="https://github.com/wntrblm/nox/commit/6f295daa933cd452a944d703eafddb85632427c6"><code>6f295da</code></a>
docs: add uv sync example (<a
href="https://redirect.github.com/wntrblm/nox/issues/864">#864</a>)</li>
<li><a
href="https://github.com/wntrblm/nox/commit/57825e8d627f4265071efb5a33480190e6966017"><code>57825e8</code></a>
docs: note about uv reinstall (<a
href="https://redirect.github.com/wntrblm/nox/issues/863">#863</a>)</li>
<li><a
href="https://github.com/wntrblm/nox/commit/57a65d8550c6315e49389bec9f7b28d551b10763"><code>57a65d8</code></a>
docs: clean up dev recipe (<a
href="https://redirect.github.com/wntrblm/nox/issues/862">#862</a>)</li>
<li><a
href="https://github.com/wntrblm/nox/commit/40d6b49c6ede89ea90aeb54649c12139129982ab"><code>40d6b49</code></a>
feat: install_and_run_script (PEP 721) (<a
href="https://redirect.github.com/wntrblm/nox/issues/847">#847</a>)</li>
<li><a
href="https://github.com/wntrblm/nox/commit/9058e72d6965b5d7dbb5b806f0e4ba9f10c27628"><code>9058e72</code></a>
fix: remove add_timestamp from noxfile.options (<a
href="https://redirect.github.com/wntrblm/nox/issues/856">#856</a>)</li>
<li><a
href="https://github.com/wntrblm/nox/commit/19655f4ad2172c12a1b0fa0d5c4257d25913fbe4"><code>19655f4</code></a>
chore: PyPy no longer supports 3.9 (<a
href="https://redirect.github.com/wntrblm/nox/issues/858">#858</a>)</li>
<li><a
href="https://github.com/wntrblm/nox/commit/18061812ef7e4afa67405ab104c99a365ee4c232"><code>1806181</code></a>
ci: use astral-sh's setup-uv (<a
href="https://redirect.github.com/wntrblm/nox/issues/859">#859</a>)</li>
<li><a
href="https://github.com/wntrblm/nox/commit/d7072e3f0e491963067fa752545e7ae871936dd1"><code>d7072e3</code></a>
chore: include 3.13 in classifiers (<a
href="https://redirect.github.com/wntrblm/nox/issues/851">#851</a>)</li>
<li><a
href="https://github.com/wntrblm/nox/commit/a49c7308a5f064f970bfaf7accd7a772452d69fd"><code>a49c730</code></a>
feat: support for uv-installed pythons (<a
href="https://redirect.github.com/wntrblm/nox/issues/842">#842</a>)</li>
<li>Additional commits viewable in <a
href="https://github.com/wntrblm/nox/compare/2024.04.15...2024.10.09">compare
view</a></li>
</ul>
</details>
<br />

Updates `frequenz-repo-config[extra-lint-examples]` from 0.10.0 to
0.11.0
<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.11.0</h2>
<h1>Frequenz Repository Configuration Release Notes</h1>
<h2>Summary</h2>
<p>This version accumulates a few improvements, and bumps the dependency
of setuptools to use v75, which is compatible with PEP625, which is
necessary to be able to keep uploading to PyPI, so you should upgrade to
this version as soon as possible.</p>
<p>The migration script was also rewritten in Python, so it should be
more compatible with different OSes.</p>
<h2>Upgrading</h2>
<ul>
<li>The <code>frequenz.repo.config.github.abort()</code> function now
takes most arguments as keyword-only arguments.</li>
<li>The <em>Queue PRs for v0.x.x</em> GitHub ruleset was renamed to
<em>Queue PRs for the default branch</em> and now targets the default
branch. It also only have …
  • Loading branch information
llucax authored Dec 2, 2024
2 parents 13dadc8 + c75eb13 commit f2c773a
Showing 1 changed file with 12 additions and 12 deletions.
24 changes: 12 additions & 12 deletions pyproject.toml
Original file line number Diff line number Diff line change
Expand Up @@ -5,7 +5,7 @@
requires = [
"setuptools == 68.1.0",
"setuptools_scm[toml] == 7.1.0",
"frequenz-repo-config[lib] == 0.10.0",
"frequenz-repo-config[lib] == 0.11.0",
]
build-backend = "setuptools.build_meta"

Expand Down Expand Up @@ -43,28 +43,28 @@ dev-flake8 = [
"pydoclint == 0.5.9",
"pydocstyle == 6.3.0",
]
dev-formatting = ["black == 24.8.0", "isort == 5.13.2"]
dev-formatting = ["black == 24.10.0", "isort == 5.13.2"]
dev-mkdocs = [
"black == 24.8.0",
"black == 24.10.0",
"Markdown==3.7",
"mike == 2.1.3",
"mkdocs-gen-files == 0.5.0",
"mkdocs-literate-nav == 0.6.1",
"mkdocs-macros-plugin == 1.2.0",
"mkdocs-material == 9.5.39",
"mkdocstrings[python] == 0.26.1",
"mkdocstrings-python == 1.11.1",
"frequenz-repo-config[lib] == 0.10.0",
"mkdocs-macros-plugin == 1.3.7",
"mkdocs-material == 9.5.47",
"mkdocstrings[python] == 0.27.0",
"mkdocstrings-python == 1.12.2",
"frequenz-repo-config[lib] == 0.11.0",
]
dev-mypy = [
"mypy == 1.11.2",
"mypy == 1.13.0",
"types-Markdown == 3.7.0.20240822",
# For checking the noxfile, docs/ script, and tests
"frequenz-client-common[dev-mkdocs,dev-noxfile,dev-pytest]",
]
dev-noxfile = [
"nox == 2024.4.15",
"frequenz-repo-config[lib] == 0.10.0",
"nox == 2024.10.9",
"frequenz-repo-config[lib] == 0.11.0",
]
dev-pylint = [
"pylint == 3.3.1",
Expand All @@ -73,7 +73,7 @@ dev-pylint = [
]
dev-pytest = [
"pytest == 8.3.3",
"frequenz-repo-config[extra-lint-examples] == 0.10.0",
"frequenz-repo-config[extra-lint-examples] == 0.11.0",
"pytest-mock == 3.14.0",
"pytest-asyncio == 0.24.0",
"async-solipsism == 0.7",
Expand Down

0 comments on commit f2c773a

Please sign in to comment.