Skip to content

Commit

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

| Package | From | To |
| --- | --- | --- |
| [flake8](https://github.com/pycqa/flake8) | `7.1.0` | `7.1.1` |
| [pydoclint](https://github.com/jsh9/pydoclint) | `0.5.3` | `0.5.7` |
| [black](https://github.com/psf/black) | `24.4.2` | `24.8.0` |
| [mkdocs-material](https://github.com/squidfunk/mkdocs-material) |
`9.5.27` | `9.5.34` |
| [mkdocstrings[python]](https://github.com/mkdocstrings/mkdocstrings) |
`0.25.1` | `0.26.1` |
|
[frequenz-repo-config[api]](https://github.com/frequenz-floss/frequenz-repo-config-python)
| `0.9.2` | `0.10.0` |
| [mypy](https://github.com/python/mypy) | `1.10.1` | `1.11.2` |
| [pylint](https://github.com/pylint-dev/pylint) | `3.2.5` | `3.2.7` |
| [pytest](https://github.com/pytest-dev/pytest) | `8.2.2` | `8.3.3` |
|
[frequenz-repo-config[extra-lint-examples]](https://github.com/frequenz-floss/frequenz-repo-config-python)
| `0.9.2` | `0.10.0` |

Updates `flake8` from 7.1.0 to 7.1.1
<details>
<summary>Commits</summary>
<ul>
<li><a
href="https://github.com/PyCQA/flake8/commit/cf1542cefa3e766670b2066dd75c4571d682a649"><code>cf1542c</code></a>
Release 7.1.1</li>
<li><a
href="https://github.com/PyCQA/flake8/commit/939ea3d8d9d5d7d9f348420036af52df74f5ca09"><code>939ea3d</code></a>
Merge pull request <a
href="https://github.com/pycqa/flake8/issues/1949">#1949</a>
from stephenfin/issue-1948</li>
<li><a
href="https://github.com/PyCQA/flake8/commit/bdcd5c2c0afadaf7c92a4b26d96055cecdd38cf3"><code>bdcd5c2</code></a>
Handle escaped braces in f-strings</li>
<li><a
href="https://github.com/PyCQA/flake8/commit/2a811cc4d2aaed3e8eb5a9f04f08ccc8af7c0791"><code>2a811cc</code></a>
Merge pull request <a
href="https://github.com/pycqa/flake8/issues/1946">#1946</a>
from Viicos/patch-1</li>
<li><a
href="https://github.com/PyCQA/flake8/commit/10314ad9e5236f1ddf70cb25c2854c93c0840b66"><code>10314ad</code></a>
Fix wording of plugins documentation</li>
<li>See full diff in <a
href="https://github.com/pycqa/flake8/compare/7.1.0...7.1.1">compare
view</a></li>
</ul>
</details>
<br />

Updates `pydoclint` from 0.5.3 to 0.5.7
<details>
<summary>Release notes</summary>
<p><em>Sourced from <a
href="https://github.com/jsh9/pydoclint/releases">pydoclint's
releases</a>.</em></p>
<blockquote>
<h2>0.5.7</h2>
<h2>What's Changed</h2>
<ul>
<li>docs: add &quot;sphinx&quot; as an allowed style by <a
href="https://github.com/Amar1729"><code>@​Amar1729</code></a> in <a
href="https://github.com/jsh9/pydoclint/pull/159">jsh9/pydoclint#159</a></li>
<li>tox: use <code>deps = .</code> instead of <code>pip install</code>
by <a href="https://github.com/Amar1729"><code>@​Amar1729</code></a> in
<a
href="https://github.com/jsh9/pydoclint/pull/160">jsh9/pydoclint#160</a></li>
<li>Switch from tab to 4 spaces in baseline by <a
href="https://github.com/cidrblock"><code>@​cidrblock</code></a> in <a
href="https://github.com/jsh9/pydoclint/pull/152">jsh9/pydoclint#152</a></li>
<li>feat: introduce DOC503 for checking specific raised exceptions by <a
href="https://github.com/Amar1729"><code>@​Amar1729</code></a> in <a
href="https://github.com/jsh9/pydoclint/pull/161">jsh9/pydoclint#161</a></li>
</ul>
<h2>New Contributors</h2>
<ul>
<li><a href="https://github.com/Amar1729"><code>@​Amar1729</code></a>
made their first contribution in <a
href="https://github.com/jsh9/pydoclint/pull/159">jsh9/pydoclint#159</a></li>
<li><a href="https://github.com/cidrblock"><code>@​cidrblock</code></a>
made their first contribution in <a
href="https://github.com/jsh9/pydoclint/pull/152">jsh9/pydoclint#152</a></li>
</ul>
<p><strong>Full Changelog</strong>: <a
href="https://github.com/jsh9/pydoclint/compare/0.5.6...0.5.7">https://github.com/jsh9/pydoclint/compare/0.5.6...0.5.7</a></p>
<h2>0.5.6</h2>
<h2>What's Changed</h2>
<ul>
<li>Stop trying to check folder with names ending in <code>.py</code> by
<a href="https://github.com/jsh9"><code>@​jsh9</code></a> in <a
href="https://github.com/jsh9/pydoclint/pull/155">jsh9/pydoclint#155</a></li>
</ul>
<p><strong>Full Changelog</strong>: <a
href="https://github.com/jsh9/pydoclint/compare/0.5.5...0.5.6">https://github.com/jsh9/pydoclint/compare/0.5.5...0.5.6</a></p>
<h2>0.5.5</h2>
<h2>What's Changed</h2>
<ul>
<li>Improve class attr comparison logic by <a
href="https://github.com/jsh9"><code>@​jsh9</code></a> in <a
href="https://github.com/jsh9/pydoclint/pull/154">jsh9/pydoclint#154</a></li>
</ul>
<p><strong>Full Changelog</strong>: <a
href="https://github.com/jsh9/pydoclint/compare/0.5.4...0.5.5">https://github.com/jsh9/pydoclint/compare/0.5.4...0.5.5</a></p>
<h2>0.5.4</h2>
<h2>What's Changed</h2>
<ul>
<li>Add an option for private class attributes by <a
href="https://github.com/jsh9"><code>@​jsh9</code></a> in <a
href="https://github.com/jsh9/pydoclint/pull/149">jsh9/pydoclint#149</a></li>
<li>Add option to treat property methods as class attributes by <a
href="https://github.com/jsh9"><code>@​jsh9</code></a> in <a
href="https://github.com/jsh9/pydoclint/pull/153">jsh9/pydoclint#153</a></li>
</ul>
<p><strong>Full Changelog</strong>: <a
href="https://github.com/jsh9/pydoclint/compare/0.5.3...0.5.4">https://github.com/jsh9/pydoclint/compare/0.5.3...0.5.4</a></p>
</blockquote>
</details>
<details>
<summary>Changelog</summary>
<p><em>Sourced from <a
href="https://github.com/jsh9/pydoclint/blob/main/CHANGELOG.md">pydoclint's
changelog</a>.</em></p>
<blockquote>
<h2>[0.5.7] - 2024-09-02</h2>
<ul>
<li>
<p>Added</p>
<ul>
<li>A new violation code, <code>DOC503</code>, which checks that
exceptions in the
function body match those in the &quot;Raises&quot; section of the
docstring</li>
</ul>
</li>
<li>
<p>Changed</p>
<ul>
<li>Switched from tab to 4 spaces in baseline</li>
</ul>
</li>
</ul>
<h2>[0.5.6] - 2024-07-17</h2>
<ul>
<li>
<p>Fixed</p>
<ul>
<li>Fixed a bug where <em>pydoclint</em> treats folders whose names end
with <code>.py</code> as
files</li>
</ul>
</li>
<li>
<p>Full diff</p>
<ul>
<li><a
href="https://github.com/jsh9/pydoclint/compare/0.5.5...0.5.6">https://github.com/jsh9/pydoclint/compare/0.5.5...0.5.6</a></li>
</ul>
</li>
</ul>
<h2>[0.5.5] - 2024-07-15</h2>
<ul>
<li>
<p>Fixed</p>
<ul>
<li>Fixed a bug where <code>a = b = c = 1</code> style cannot be
properly parsed
(<a
href="https://github.com/jsh9/pydoclint/issues/151">jsh9/pydoclint#151</a>)</li>
</ul>
</li>
<li>
<p>Changed</p>
<ul>
<li>Changed the default of
<code>--treat-property-methods-as-class-attributes</code> to
<code>False</code> to restore backward compatibility</li>
</ul>
</li>
<li>
<p>Full diff</p>
<ul>
<li><a
href="https://github.com/jsh9/pydoclint/compare/0.5.4...0.5.5">https://github.com/jsh9/pydoclint/compare/0.5.4...0.5.5</a></li>
</ul>
</li>
</ul>
<h2>[0.5.4] - 2024-07-14</h2>
<ul>
<li>
<p>Added</p>
<ul>
<li>An option <code>--should-document-private-class-attributes</code>
(if False, private
class attributes should not appear in the docstring)</li>
<li>An option <code>--treat-property-methods-as-class-attributes</code>
(if True,
<code>@property</code> methods are treated like class attributes and
need to be
documented in the class docstring)</li>
</ul>
</li>
<li>
<p>Full diff</p>
<ul>
<li><a
href="https://github.com/jsh9/pydoclint/compare/0.5.3...0.5.4">https://github.com/jsh9/pydoclint/compare/0.5.3...0.5.4</a></li>
</ul>
</li>
</ul>
</blockquote>
</details>
<details>
<summary>Commits</summary>
<ul>
<li><a
href="https://github.com/jsh9/pydoclint/commit/f75860489c4d4769767beabcad9b099cc2b2a88d"><code>f758604</code></a>
feat: introduce DOC503 for checking specific raised exceptions (<a
href="https://github.com/jsh9/pydoclint/issues/161">#161</a>)</li>
<li><a
href="https://github.com/jsh9/pydoclint/commit/ae285899e56001581c34e89e15ac9ea359aa4ca7"><code>ae28589</code></a>
Switch from tab to 4 spaces in baseline (<a
href="https://github.com/jsh9/pydoclint/issues/152">#152</a>)</li>
<li><a
href="https://github.com/jsh9/pydoclint/commit/1e80fd3e44d7ffaf0235a9f96912c4a95e9fb6b1"><code>1e80fd3</code></a>
tox: use <code>deps = .</code> instead of <code>pip install</code> (<a
href="https://github.com/jsh9/pydoclint/issues/160">#160</a>)</li>
<li><a
href="https://github.com/jsh9/pydoclint/commit/23b89f6a530e6986d4d54eede4defc371483b50d"><code>23b89f6</code></a>
docs: add &quot;sphinx&quot; as an allowed style (<a
href="https://github.com/jsh9/pydoclint/issues/159">#159</a>)</li>
<li><a
href="https://github.com/jsh9/pydoclint/commit/94efc5f989adbea30f3534b476b2931a02c1af90"><code>94efc5f</code></a>
Stop trying to check folder with names ending in <code>.py</code> (<a
href="https://github.com/jsh9/pydoclint/issues/155">#155</a>)</li>
<li><a
href="https://github.com/jsh9/pydoclint/commit/0247ef500a398aa283bb454b234ecb7c4f923e1f"><code>0247ef5</code></a>
Improve class attr comparison logic (<a
href="https://github.com/jsh9/pydoclint/issues/154">#154</a>)</li>
<li><a
href="https://github.com/jsh9/pydoclint/commit/0b750d55f76db945902c60ea450ff7a7da3e65c5"><code>0b750d5</code></a>
Add option to treat property methods as class attributes (<a
href="https://github.com/jsh9/pydoclint/issues/153">#153</a>)</li>
<li><a
href="https://github.com/jsh9/pydoclint/commit/3c39d2e09226450bb61914e1f6ded07a892f1055"><code>3c39d2e</code></a>
Add an option for private class attributes (<a
href="https://github.com/jsh9/pydoclint/issues/149">#149</a>)</li>
<li>See full diff in <a
href="https://github.com/jsh9/pydoclint/compare/0.5.3...0.5.7">compare
view</a></li>
</ul>
</details>
<br />

Updates `black` from 24.4.2 to 24.8.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.8.0</h2>
<h3>Stable style</h3>
<ul>
<li>Fix crash when <code># fmt: off</code> is used before a closing
parenthesis or bracket. (<a
href="https://github.com/psf/black/issues/4363">#4363</a>)</li>
</ul>
<h3>Packaging</h3>
<ul>
<li>Packaging metadata updated: docs are explictly linked, the issue
tracker is now also
linked. This improves the PyPI listing for Black. (<a
href="https://github.com/psf/black/issues/4345">#4345</a>)</li>
</ul>
<h3>Parser</h3>
<ul>
<li>Fix regression where Black failed to parse a multiline f-string
containing another
multiline string (<a
href="https://github.com/psf/black/issues/4339">#4339</a>)</li>
<li>Fix regression where Black failed to parse an escaped single quote
inside an f-string
(<a
href="https://github.com/psf/black/issues/4401">#4401</a>)</li>
<li>Fix bug with Black incorrectly parsing empty lines with a backslash
(<a
href="https://github.com/psf/black/issues/4343">#4343</a>)</li>
<li>Fix bugs with Black's tokenizer not handling <code>\{</code> inside
f-strings very well (<a
href="https://github.com/psf/black/issues/4422">#4422</a>)</li>
<li>Fix incorrect line numbers in the tokenizer for certain tokens
within f-strings
(<a
href="https://github.com/psf/black/issues/4423">#4423</a>)</li>
</ul>
<h3>Performance</h3>
<ul>
<li>Improve performance when a large directory is listed in
<code>.gitignore</code> (<a
href="https://github.com/psf/black/issues/4415">#4415</a>)</li>
</ul>
<h3><em>Blackd</em></h3>
<ul>
<li>Fix blackd (and all extras installs) for docker container (<a
href="https://github.com/psf/black/issues/4357">#4357</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.8.0</h2>
<h3>Stable style</h3>
<ul>
<li>Fix crash when <code># fmt: off</code> is used before a closing
parenthesis or bracket. (<a
href="https://github.com/psf/black/issues/4363">#4363</a>)</li>
</ul>
<h3>Packaging</h3>
<ul>
<li>Packaging metadata updated: docs are explictly linked, the issue
tracker is now also
linked. This improves the PyPI listing for Black. (<a
href="https://github.com/psf/black/issues/4345">#4345</a>)</li>
</ul>
<h3>Parser</h3>
<ul>
<li>Fix regression where Black failed to parse a multiline f-string
containing another
multiline string (<a
href="https://github.com/psf/black/issues/4339">#4339</a>)</li>
<li>Fix regression where Black failed to parse an escaped single quote
inside an f-string
(<a
href="https://github.com/psf/black/issues/4401">#4401</a>)</li>
<li>Fix bug with Black incorrectly parsing empty lines with a backslash
(<a
href="https://github.com/psf/black/issues/4343">#4343</a>)</li>
<li>Fix bugs with Black's tokenizer not handling <code>\{</code> inside
f-strings very well (<a
href="https://github.com/psf/black/issues/4422">#4422</a>)</li>
<li>Fix incorrect line numbers in the tokenizer for certain tokens
within f-strings
(<a
href="https://github.com/psf/black/issues/4423">#4423</a>)</li>
</ul>
<h3>Performance</h3>
<ul>
<li>Improve performance when a large directory is listed in
<code>.gitignore</code> (<a
href="https://github.com/psf/black/issues/4415">#4415</a>)</li>
</ul>
<h3><em>Blackd</em></h3>
<ul>
<li>Fix blackd (and all extras installs) for docker container (<a
href="https://github.com/psf/black/issues/4357">#4357</a>)</li>
</ul>
</blockquote>
</details>
<details>
<summary>Commits</summary>
<ul>
<li><a
href="https://github.com/psf/black/commit/b965c2a5026f8ba399283ba3e01898b012853c79"><code>b965c2a</code></a>
Prepare release 24.8.0 (<a
href="https://github.com/psf/black/issues/4426">#4426</a>)</li>
<li><a
href="https://github.com/psf/black/commit/9ccf279a17ff19cc51f62c60fc88ba46e615d202"><code>9ccf279</code></a>
Document <code>find_project_root</code> ignoring
<code>pyproject.toml</code> without <code>[tool.black]</code>...</li>
<li><a
href="https://github.com/psf/black/commit/14b6e619704e6d81749f0a23060750ee0a5fcc40"><code>14b6e61</code></a>
fix: Enhace black efficiently to skip directories listed in .gitignore
(<a
href="https://github.com/psf/black/issues/4415">#4415</a>)</li>
<li><a
href="https://github.com/psf/black/commit/b1c4dd96d769cb3ac3c8fc057e8dc60907b84c17"><code>b1c4dd9</code></a>
fix: respect braces better in f-string parsing (<a
href="https://github.com/psf/black/issues/4422">#4422</a>)</li>
<li><a
href="https://github.com/psf/black/commit/4b4ae43e8b66a2eab2d41a73364745c2a4570287"><code>4b4ae43</code></a>
Fix incorrect linenos on fstring tokens with escaped newlines (<a
href="https://github.com/psf/black/issues/4423">#4423</a>)</li>
<li><a
href="https://github.com/psf/black/commit/7fa1faf83af513e09c44e029da573c6b0b2bd570"><code>7fa1faf</code></a>
docs: fix the installation command of extra for blackd (<a
href="https://github.com/psf/black/issues/4413">#4413</a>)</li>
<li><a
href="https://github.com/psf/black/commit/8827accf560c7be418000962565f1fd6fa7b01cb"><code>8827acc</code></a>
Bump sphinx from 7.3.7 to 7.4.0 in /docs (<a
href="https://github.com/psf/black/issues/4404">#4404</a>)</li>
<li><a
href="https://github.com/psf/black/commit/b0da11d370adb5730fd45594cc89b1dc816786ea"><code>b0da11d</code></a>
Bump furo from 2024.5.6 to 2024.7.18 in /docs (<a
href="https://github.com/psf/black/issues/4409">#4409</a>)</li>
<li><a
href="https://github.com/psf/black/commit/721dff549362f54930ecc038218dcc40e599a875"><code>721dff5</code></a>
fix: avoid formatting backslash strings inside f-strings (<a
href="https://github.com/psf/black/issues/4401">#4401</a>)</li>
<li><a
href="https://github.com/psf/black/commit/7e2afc9bfdc4ec4bc3297aaa16a62d575249a5e0"><code>7e2afc9</code></a>
Update <code>actions/checkout</code> to v4 to stop node deprecation
warnings (<a
href="https://github.com/psf/black/issues/4379">#4379</a>)</li>
<li>Additional commits viewable in <a
href="https://github.com/psf/black/compare/24.4.2...24.8.0">compare
view</a></li>
</ul>
</details>
<br />

Updates `mkdocs-material` from 9.5.27 to 9.5.34
<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.34</h2>
<ul>
<li>Updated Mermaid.js to version 11 (latest)</li>
</ul>
<p>Thanks go to <a
href="https://github.com/manselmi"><code>@​manselmi</code></a> for their
contributions</p>
<h2>mkdocs-material-9.5.33</h2>
<ul>
<li>Fixed <a
href="https://github.com/squidfunk/mkdocs-material/issues/7453">#7453</a>:
Incorrect position of tooltip when sorting table</li>
</ul>
<h2>mkdocs-material-9.5.32</h2>
<ul>
<li>Fixed RXSS vulnerability via deep link in search results</li>
<li>Added support for fetching latest release from GitLab</li>
</ul>
<p>Thanks go to <a
href="https://github.com/joaopalmeiro"><code>@​joaopalmeiro</code></a>
for their contributions</p>
<h2>mkdocs-material-9.5.31</h2>
<ul>
<li>Fixed <a
href="https://github.com/squidfunk/mkdocs-material/issues/7405">#7405</a>:
DockerHub missing images &gt; 9.5.27 due to change in Alpine/APK</li>
</ul>
<h2>mkdocs-material-9.5.30</h2>
<ul>
<li>Fixed <a
href="https://github.com/squidfunk/mkdocs-material/issues/7380">#7380</a>:
Navigation icons disappearing on hover in Safari</li>
<li>Fixed <a
href="https://github.com/squidfunk/mkdocs-material/issues/7367">#7367</a>:
Blog readtime computation includes SVG text content</li>
</ul>
<p>Thanks go to <a
href="https://github.com/sisp"><code>@​sisp</code></a> for their
contributions</p>
<h2>mkdocs-material-9.5.29</h2>
<ul>
<li>Updated Galician translations</li>
<li>Fixed <a
href="https://github.com/squidfunk/mkdocs-material/issues/7362">#7362</a>:
Annotations in figure captions rendering incorrectly</li>
</ul>
<p>Thanks go to <a
href="https://github.com/mmontes11"><code>@​mmontes11</code></a> for
their contributions</p>
<h2>mkdocs-material-9.5.28</h2>
<ul>
<li>Fixed <a
href="https://github.com/squidfunk/mkdocs-material/issues/7313">#7313</a>:
Improved tooltips mounted in sidebar when feature is disabled</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.5.34 (2024-08-31)</p>
<ul>
<li>Updated Mermaid.js to version 11 (latest)</li>
</ul>
<p>mkdocs-material-9.5.33 (2024-08-23)</p>
<ul>
<li>Fixed <a
href="https://github.com/squidfunk/mkdocs-material/issues/7453">#7453</a>:
Incorrect position of tooltip when sorting table</li>
</ul>
<p>mkdocs-material-9.5.32 (2024-08-19)</p>
<ul>
<li>Fixed RXSS vulnerability via deep link in search results</li>
<li>Added support for fetching latest release from GitLab</li>
</ul>
<p>mkdocs-material-9.5.31+insiders-4.53.12 (2024-08-02)</p>
<ul>
<li>Fixed <a
href="https://github.com/squidfunk/mkdocs-material/issues/7410">#7410</a>:
Instant previews jump on content tabs with anchor links</li>
<li>Fixed <a
href="https://github.com/squidfunk/mkdocs-material/issues/7408">#7408</a>:
Instant previews jump on content tabs</li>
</ul>
<p>mkdocs-material-9.5.31 (2024-08-02)</p>
<ul>
<li>Fixed <a
href="https://github.com/squidfunk/mkdocs-material/issues/7405">#7405</a>:
DockerHub missing images &gt; 9.5.27 due to change in Alpine/APK</li>
</ul>
<p>mkdocs-material-9.5.30 (2024-07-23)</p>
<ul>
<li>Fixed <a
href="https://github.com/squidfunk/mkdocs-material/issues/7380">#7380</a>:
Navigation icons disappearing on hover in Safari</li>
<li>Fixed <a
href="https://github.com/squidfunk/mkdocs-material/issues/7367">#7367</a>:
Blog readtime computation includes SVG text content</li>
</ul>
<p>mkdocs-material-9.5.29 (2024-07-14)</p>
<ul>
<li>Updated Galician translations</li>
<li>Fixed <a
href="https://github.com/squidfunk/mkdocs-material/issues/7362">#7362</a>:
Annotations in figure captions rendering incorrectly</li>
</ul>
<p>mkdocs-material-9.5.28 (2024-07-02)</p>
<ul>
<li>Fixed <a
href="https://github.com/squidfunk/mkdocs-material/issues/7313">#7313</a>:
Improved tooltips mounted in sidebar when feature is disabled</li>
</ul>
<p>mkdocs-material-9.5.27 (2024-06-16)</p>
<ul>
<li>Updated Estonian translations</li>
</ul>
<p>mkdocs-material-9.5.26 (2024-06-06)</p>
<ul>
<li>Fixed <a
href="https://github.com/squidfunk/mkdocs-material/issues/7232">#7232</a>:
Tab switches on scroll when linking tabs (9.5.19 regression)</li>
<li>Fixed <a
href="https://github.com/squidfunk/mkdocs-material/issues/7230">#7230</a>:
Blog author avatar broken when referring to local file</li>
</ul>
<p>mkdocs-material-9.5.25+insiders-4.53.11 (2024-05-27)</p>
<ul>
<li>Fixed projects plugin crashing when serving before building
subprojects</li>
</ul>
<p>mkdocs-material-9.5.25 (2024-05-27)</p>
<!-- raw HTML omitted -->
</blockquote>
<p>... (truncated)</p>
</details>
<details>
<summary>Commits</summary>
<ul>
<li><a
href="https://github.com/squidfunk/mkdocs-material/commit/7d6096ae007580d53f9c034476615c9fe7b95e6c"><code>7d6096a</code></a>
Prepare 9.5.34 release</li>
<li><a
href="https://github.com/squidfunk/mkdocs-material/commit/6f3c05b6fa7e42279ea7604aedc4e4333131fe57"><code>6f3c05b</code></a>
Updated dependencies</li>
<li><a
href="https://github.com/squidfunk/mkdocs-material/commit/d3b17920a2683118561c00ab2e8f72b995985edb"><code>d3b1792</code></a>
Updated Mermaid to v11 (<a
href="https://github.com/squidfunk/mkdocs-material/issues/7475">#7475</a>)</li>
<li><a
href="https://github.com/squidfunk/mkdocs-material/commit/f88c43695f233b8258d585d63a9dc34511fc4433"><code>f88c436</code></a>
Unpinned Stylelint and plugins</li>
<li><a
href="https://github.com/squidfunk/mkdocs-material/commit/3b12816f699ea9390b1b622fc96aec1013da7a6d"><code>3b12816</code></a>
Unpinned TypeScript ESLint integration and checks</li>
<li><a
href="https://github.com/squidfunk/mkdocs-material/commit/cafd67b7385077233ab2b9f7b245080c96a986d2"><code>cafd67b</code></a>
Fixed error in build script</li>
<li><a
href="https://github.com/squidfunk/mkdocs-material/commit/80ae56023ba6351f3c45124a8a407f17ff9ecf43"><code>80ae560</code></a>
Unpinned svgo dependency</li>
<li><a
href="https://github.com/squidfunk/mkdocs-material/commit/a91ee70faf2ac51eeed0a3f7d70a626a8aa98675"><code>a91ee70</code></a>
Prepare 9.5.33 release</li>
<li><a
href="https://github.com/squidfunk/mkdocs-material/commit/4104fafe3c5f26a97b2e500bf770048f19d290ca"><code>4104faf</code></a>
Updated dependencies</li>
<li><a
href="https://github.com/squidfunk/mkdocs-material/commit/8ee7137e48bd59ef451b20fb14c6c86fa6132da1"><code>8ee7137</code></a>
Updated premium sponsors</li>
<li>Additional commits viewable in <a
href="https://github.com/squidfunk/mkdocs-material/compare/9.5.27...9.5.34">compare
view</a></li>
</ul>
</details>
<br />

Updates `mkdocstrings[python]` from 0.25.1 to 0.26.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.26.1</h2>
<h2><a
href="https://github.com/mkdocstrings/mkdocstrings/releases/tag/0.26.1">0.26.1</a>
- 2024-09-06</h2>
<p><!-- raw HTML omitted --><a
href="https://github.com/mkdocstrings/mkdocstrings/compare/0.26.0...0.26.1">Compare
with 0.26.0</a><!-- raw HTML omitted --></p>
<h3>Bug Fixes</h3>
<ul>
<li>Instantiate config of the autorefs plugin when it is not enabled by
the user (<a
href="https://github.com/mkdocstrings/mkdocstrings/commit/db2ab3403a95034987d574a517ddc426a4b4e1bd">db2ab34</a>
by Timothée Mazzucotelli). <a
href="https://github.com/mkdocstrings/autorefs/issues/57">Issue-autorefs#57</a></li>
</ul>
<h2>0.26.0</h2>
<h2><a
href="https://github.com/mkdocstrings/mkdocstrings/releases/tag/0.26.0">0.26.0</a>
- 2024-09-02</h2>
<p><!-- raw HTML omitted --><a
href="https://github.com/mkdocstrings/mkdocstrings/compare/0.25.2...0.26.0">Compare
with 0.25.2</a><!-- raw HTML omitted --></p>
<h3>Build</h3>
<ul>
<li>Upgrade Python-Markdown lower bound to 3.6 (<a
href="https://github.com/mkdocstrings/mkdocstrings/commit/28565f97f21bf81b2bc554679c641fba3f639882">28565f9</a>
by Timothée Mazzucotelli).</li>
</ul>
<h3>Dependencies</h3>
<ul>
<li>Depend on mkdocs-autorefs v1 (<a
href="https://github.com/mkdocstrings/mkdocstrings/commit/33aa573efb17b13e7b9da77e29aeccb3fbddd8e8">33aa573</a>
by Timothée Mazzucotelli).</li>
</ul>
<h3>Features</h3>
<ul>
<li>Allow hooking into autorefs when converting Markdown docstrings (<a
href="https://github.com/mkdocstrings/mkdocstrings/commit/b63e72691a8f92dd59b56304125de4a19e0d028c">b63e726</a>
by Timothée Mazzucotelli). <a
href="https://github.com/mkdocstrings/autorefs/pull/46">Based-on-PR-autorefs#46</a></li>
</ul>
<h2>0.25.2</h2>
<h2><a
href="https://github.com/mkdocstrings/mkdocstrings/releases/tag/0.25.2">0.25.2</a>
- 2024-07-25</h2>
<p><!-- raw HTML omitted --><a
href="https://github.com/mkdocstrings/mkdocstrings/compare/0.25.1...0.25.2">Compare
with 0.25.1</a><!-- raw HTML omitted --></p>
<h3>Code Refactoring</h3>
<ul>
<li>Give precedence to Markdown heading level (<code>##</code>) (<a
href="https://github.com/mkdocstrings/mkdocstrings/commit/2e5f89e8cef11e6447425d3700c29558cd6d241b">2e5f89e</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.26.1">0.26.1</a>
- 2024-09-06</h2>
<p><!-- raw HTML omitted --><a
href="https://github.com/mkdocstrings/mkdocstrings/compare/0.26.0...0.26.1">Compare
with 0.26.0</a><!-- raw HTML omitted --></p>
<h3>Bug Fixes</h3>
<ul>
<li>Instantiate config of the autorefs plugin when it is not enabled by
the user (<a
href="https://github.com/mkdocstrings/mkdocstrings/commit/db2ab3403a95034987d574a517ddc426a4b4e1bd">db2ab34</a>
by Timothée Mazzucotelli). <a
href="https://github.com/mkdocstrings/autorefs/issues/57">Issue-autorefs#57</a></li>
</ul>
<h2><a
href="https://github.com/mkdocstrings/mkdocstrings/releases/tag/0.26.0">0.26.0</a>
- 2024-09-02</h2>
<p><!-- raw HTML omitted --><a
href="https://github.com/mkdocstrings/mkdocstrings/compare/0.25.2...0.26.0">Compare
with 0.25.2</a><!-- raw HTML omitted --></p>
<h3>Build</h3>
<ul>
<li>Upgrade Python-Markdown lower bound to 3.6 (<a
href="https://github.com/mkdocstrings/mkdocstrings/commit/28565f97f21bf81b2bc554679c641fba3f639882">28565f9</a>
by Timothée Mazzucotelli).</li>
</ul>
<h3>Dependencies</h3>
<ul>
<li>Depend on mkdocs-autorefs v1 (<a
href="https://github.com/mkdocstrings/mkdocstrings/commit/33aa573efb17b13e7b9da77e29aeccb3fbddd8e8">33aa573</a>
by Timothée Mazzucotelli).</li>
</ul>
<h3>Features</h3>
<ul>
<li>Allow hooking into autorefs when converting Markdown docstrings (<a
href="https://github.com/mkdocstrings/mkdocstrings/commit/b63e72691a8f92dd59b56304125de4a19e0d028c">b63e726</a>
by Timothée Mazzucotelli). <a
href="https://github.com/mkdocstrings/autorefs/pull/46">Based-on-PR-autorefs#46</a></li>
</ul>
<h2><a
href="https://github.com/mkdocstrings/mkdocstrings/releases/tag/0.25.2">0.25.2</a>
- 2024-07-25</h2>
<p><!-- raw HTML omitted --><a
href="https://github.com/mkdocstrings/mkdocstrings/compare/0.25.1...0.25.2">Compare
with 0.25.1</a><!-- raw HTML omitted --></p>
<h3>Code Refactoring</h3>
<ul>
<li>Give precedence to Markdown heading level (<code>##</code>) (<a
href="https://github.com/mkdocstrings/mkdocstrings/commit/2e5f89e8cef11e6447425d3700c29558cd6d241b">2e5f89e</a>
by Timothée Mazzucotelli).</li>
</ul>
</blockquote>
</details>
<details>
<summary>Commits</summary>
<ul>
<li><a
href="https://github.com/mkdocstrings/mkdocstrings/commit/651d17642c54db49f4b6ba68b3ea216a6996907d"><code>651d176</code></a>
chore: Prepare release 0.26.1</li>
<li><a
href="https://github.com/mkdocstrings/mkdocstrings/commit/db2ab3403a95034987d574a517ddc426a4b4e1bd"><code>db2ab34</code></a>
fix: Instantiate config of the autorefs plugin when it is not enabled by
the ...</li>
<li><a
href="https://github.com/mkdocstrings/mkdocstrings/commit/a65035a51312b57a8556e6ae02033e05463b96fb"><code>a65035a</code></a>
docs: Clarify that Installation section</li>
<li><a
href="https://github.com/mkdocstrings/mkdocstrings/commit/b1aa042f26c346dbdbf10efb20612c0dc5f8834f"><code>b1aa042</code></a>
chore: Prepare release 0.26.0</li>
<li><a
href="https://github.com/mkdocstrings/mkdocstrings/commit/b63e72691a8f92dd59b56304125de4a19e0d028c"><code>b63e726</code></a>
feat: Allow hooking into autorefs when converting Markdown
docstrings</li>
<li><a
href="https://github.com/mkdocstrings/mkdocstrings/commit/3c878b7f53f2b13a61f2facb5a91a949955e688e"><code>3c878b7</code></a>
chore: Upgrade mkdocs-redirects lower bound to avoid deprecation
warning</li>
<li><a
href="https://github.com/mkdocstrings/mkdocstrings/commit/28565f97f21bf81b2bc554679c641fba3f639882"><code>28565f9</code></a>
build: Upgrade Python-Markdown lower bound to 3.6</li>
<li><a
href="https://github.com/mkdocstrings/mkdocstrings/commit/52fad1163127e94d130bbbd479b51e8e38405f8c"><code>52fad11</code></a>
style: Format</li>
<li><a
href="https://github.com/mkdocstrings/mkdocstrings/commit/c6ca5228339926da8f140dbed4602043add51416"><code>c6ca522</code></a>
docs: Fix dead link</li>
<li><a
href="https://github.com/mkdocstrings/mkdocstrings/commit/8041ef35c4b3379d74d2afec75c967315b2b5f36"><code>8041ef3</code></a>
docs: Update code highlight lines</li>
<li>Additional commits viewable in <a
href="https://github.com/mkdocstrings/mkdocstrings/compare/0.25.1...0.26.1">compare
view</a></li>
</ul>
</details>
<br />

Updates `frequenz-repo-config[api]` from 0.9.2 to 0.10.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[api]'s
releases</a>.</em></p>
<blockquote>
<h2>v0.10.0</h2>
<h1>Frequenz Repository Configuration Release Notes</h1>
<h2>Summary</h2>
<p>This release includes quite a few enhancements and bug fixes for the
cookiecutter template, but most importantly a new script for migrating
to new templates, generating the templates is no longer needed for
upgrading.</p>
<h2>Upgrading</h2>
<h3>Cookiecutter template</h3>
<ul>
<li>
<p>A new script for migrating to new templates (instead of regenerating
all files) is provided. It can't handle the upgrade 100% automatically,
but should make the migration process much easier and less error
prone.</p>
<p>To run it, the simplest way is to fetch it from GitHub and run it
directly:</p>
<pre lang="console"><code>curl -sSL
https://raw.githubusercontent.com/frequenz-floss/frequenz-repo-config-python/v0.10.0/cookiecutter/migrate.sh
| sh
</code></pre>
<p>Make sure the version you want to migrate to is correct in the
URL.</p>
<p>For jumping multiple versions you should run the script multiple
times, once for each version.</p>
<p>And remember to follow any manual instructions for each run.</p>
</li>
</ul>
<h2>New Features</h2>
<ul>
<li>A new GitHub ruleset is provided to configure the merge queue, so
branch protection rules are not needed anymore.</li>
</ul>
<h2>Enhancements</h2>
<ul>
<li>The generated docs now show the symbol type in the table of
contents.</li>
</ul>
<h3>Cookiecutter template</h3>
<ul>
<li>The <code>Markdown</code> dependency was bumped so we don't need to
add a <code>type: ignore</code> due to incorrect type hints.</li>
<li>The generated docs now show the symbol type in the table of
contents.</li>
<li>The dependecies were updated to the latest versions.</li>
<li>Disabled some <code>pylint</code> checks that are already checked by
other tools.</li>
<li>The generated documentation now uses symlinks for aliases, which
allows deep linking when using aliases too.</li>
</ul>
<h2>Bug Fixes</h2>
<ul>
<li>The code example extractor relied on a bug in the upstream sybil
project that was recently fixed, thus our code also needed to be
fixed.</li>
</ul>
<h3>Cookiecutter template</h3>
<ul>
<li>Fixed a bug where the pip cache post action fails in the CI workflow
because of permissions issues.</li>
<li>Make the <code>nox-cross-arch-all</code> job fail if any
<code>nox-cross-arch</code> matrix job fails.</li>
<li>Fix credentials not being passed to the
<code>test-installation</code> job in the CI workflow.</li>
</ul>
<!-- raw HTML omitted -->
</blockquote>
<p>... (truncated)</p>
</details>
<details>
<summary>Changelog</summary>
<p><em>Sourced from <a
href="https://github.com/frequenz-floss/frequenz-repo-config-python/blob/v0.10.0/RELEASE_NOTES.md">frequenz-repo-config[api]'s
changelog</a>.</em></p>
<blockquote>
<h1>Frequenz Repository Configuration Release Notes</h1>
<h2>Summary</h2>
<p>This release includes quite a few enhancements and bug fixes for the
cookiecutter template, but most importantly a new script for migrating
to new templates, generating the templates is no longer needed for
upgrading.</p>
<h2>Upgrading</h2>
<h3>Cookiecutter template</h3>
<ul>
<li>
<p>A new script for migrating to new templates (instead of regenerating
all files) is provided. It can't handle the upgrade 100% automatically,
but should make the migration process much easier and less error
prone.</p>
<p>To run it, the simplest way is to fetch it from GitHub and run it
directly:</p>
<pre lang="console"><code>curl -sSL
https://raw.githubusercontent.com/frequenz-floss/frequenz-repo-config-python/v0.10.0/cookiecutter/migrate.sh
| sh
</code></pre>
<p>Make sure the version you want to migrate to is correct in the
URL.</p>
<p>For jumping multiple versions you should run the script multiple
times, once for each version.</p>
<p>And remember to follow any manual instructions for each run.</p>
</li>
</ul>
<h2>New Features</h2>
<ul>
<li>A new GitHub ruleset is provided to configure the merge queue, so
branch protection rules are not needed anymore.</li>
</ul>
<h2>Enhancements</h2>
<ul>
<li>The generated docs now show the symbol type in the table of
contents.</li>
</ul>
<h3>Cookiecutter template</h3>
<ul>
<li>The <code>Markdown</code> dependency was bumped so we don't need to
add a <code>type: ignore</code> due to incorrect type hints.</li>
<li>The generated docs now show the symbol type in the table of
contents.</li>
<li>The dependecies were updated to the latest versions.</li>
<li>Disabled some <code>pylint</code> checks that are already checked by
other tools.</li>
<li>The generated documentation now uses symlinks for aliases, which
allows deep linking when using aliases too.</li>
</ul>
<h2>Bug Fixes</h2>
<ul>
<li>The code example extractor relied on a bug in the upstream sybil
project that was recently fixed, thus our code also needed to be
fixed.</li>
</ul>
<h3>Cookiecutter template</h3>
<ul>
<li>Fixed a bug where the pip cache post action fails in the CI workflow
because of permissions issues.</li>
<li>Make the <code>nox-cross-arch-all</code> job fail if any
<code>nox-cross-arch</code> matrix job fails.</li>
<li>Fix credentials not being passed to the
<code>test-installation</code> job in the CI workflow.</li>
<li>Make sure credentials are configured for all jobs that check out the
repository in the CI workflow.</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/bfd45a8f5722578898d90448b326f80ba3f086a2"><code>bfd45a8</code></a>
Add pull-requests read permission to the release-notes-check workflow
(<a
href="https://github.com/frequenz-floss/frequenz-repo-config-python/issues/289">#289</a>)</li>
<li><a
href="https://github.com/frequenz-floss/frequenz-repo-config-python/commit/6aa6bc096b9f8da6039c484ceeb2a006249ece4e"><code>6aa6bc0</code></a>
Prepare for the v0.10.0 release (<a
href="https://github.com/frequenz-floss/frequenz-repo-config-python/issues/290">#290</a>)</li>
<li><a
href="https://github.com/frequenz-floss/frequenz-repo-config-python/commit/297b184200f3aa2d4ab1a117e00d4204d4149a35"><code>297b184</code></a>
Update version in the template pyproject.toml</li>
<li><a
href="https://github.com/frequenz-floss/frequenz-repo-config-python/commit/632283d1acb2a42194e1f7048e986437d5567060"><code>632283d</code></a>
Prepare the release notes for v0.10.0 release</li>
<li><a
href="https://github.com/frequenz-floss/frequenz-repo-config-python/commit/1778ff8cf0ec779e27668e949f253fdbbb4b1175"><code>1778ff8</code></a>
Add pull-requests read permission to the release-notes-check
workflow</li>
<li><a
href="https://github.com/frequenz-floss/frequenz-repo-config-python/commit/2ac253adb6dc36e672e91c805c1f28fe5e7426d1"><code>2ac253a</code></a>
Disable the new <code>check-class-attributes</code> check in pydoclint
0.5.3 (<a
href="https://github.com/frequenz-floss/frequenz-repo-config-python/issues/288">#288</a>)</li>
<li><a
href="https://github.com/frequenz-floss/frequenz-repo-config-python/commit/1660756b2f91f269e7d3da5f8d3e84557732e8b6"><code>1660756</code></a>
Disable the new <code>check-class-attributes</code> check in pydoclint
0.5.3</li>
<li><a
href="https://github.com/frequenz-floss/frequenz-repo-config-python/commit/327879b9b0e631e24194eb50a1fb31e9818a8ce8"><code>327879b</code></a>
Fix credentials not passed or configured the CI workflow (<a
href="https://github.com/frequenz-floss/frequenz-repo-config-python/issues/286">#286</a>)</li>
<li><a
href="https://github.com/frequenz-floss/frequenz-repo-config-python/commit/6195bc7818ddd3b3b9c6721982e3b9ea515eddc0"><code>6195bc7</code></a>
Update release notes</li>
<li><a
href="https://github.com/frequenz-floss/frequenz-repo-config-python/commit/bef233cd03a6945bcb716523df2da976afa02256"><code>bef233c</code></a>
Remove the TODOs from the migration</li>
<li>Additional commits viewable in <a
href="https://github.com/frequenz-floss/frequenz-repo-config-python/compare/v0.9.2...v0.10.0">compare
view</a></li>
</ul>
</details>
<br />

Updates `mypy` from 1.10.1 to 1.11.2
<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>
<h2>Mypy 1.11</h2>
<p>We’ve just uploaded mypy 1.11 to the Python Package Index (<a
href="https://pypi.org/project/mypy/">PyPI</a>). Mypy is a static type
checker for Python. This release includes new features, performance
improvements and bug fixes. You can install it as follows:</p>
<pre><code>python3 -m pip install -U mypy
</code></pre>
<p>You can read the full documentation for this release on <a
href="http://mypy.readthedocs.io">Read the Docs</a>.</p>
<h4>Support Python 3.12 Syntax for Generics (PEP 695)</h4>
<p>Mypy now supports the new type parameter syntax introduced in Python
3.12 (<a href="https://peps.python.org/pep-0695/">PEP 695</a>).
This feature is still experimental and must be enabled with the
<code>--enable-incomplete-feature=NewGenericSyntax</code> flag, or with
<code>enable_incomplete_feature = NewGenericSyntax</code> in the mypy
configuration file.
We plan to enable this by default in the next mypy feature release.</p>
<p>This example demonstrates the new syntax:</p>
<pre lang="python"><code># Generic function
def f[T](https://github.com/python/mypy/blob/master/x: T) -&gt; T: ...
<p>reveal_type(f(1))  # Revealed type is 'int'</p>
<h1>Generic class</h1>
<p>class C[T]:
def <strong>init</strong>(self, x: T) -&gt; None:
self.x = x</p>
<p>c = C('a')
reveal_type(c.x)  # Revealed type is 'str'</p>
<h1>Type alias</h1>
<p>type A[T] = C[list[T]]
</code></pre></p>
<p>This feature was contributed by Jukka Lehtosalo.</p>
<h4>Support for <code>functools.partial</code></h4>
<p>Mypy now type checks uses of <code>functools.partial</code>.
Previously mypy would accept arbitrary arguments.</p>
<p>This example will now produce an error:</p>
<pre lang="python"><code>from functools import partial
&lt;/tr&gt;&lt;/table&gt;
</code></pre>
</blockquote>
<p>... (truncated)</p>
</details>
<details>
<summary>Commits</summary>
<ul>
<li><a
href="https://github.com/python/mypy/commit/789f02c83a5d5cb35f5e33ba91df46c8fea6b28e"><code>789f02c</code></a>
Bump version to 1.11.2</li>
<li><a
href="https://github.com/python/mypy/commit/917cc75fd6f1417edb45eb77e449934f794c18fc"><code>917cc75</code></a>
An alternative fix for a union-like literal string (<a
href="https://github.com/python/mypy/issues/17639">#17639</a>)</li>
<li><a
href="https://github.com/python/mypy/commit/7d805b364ee80396e0b9ca906f32f901b2ac7e12"><code>7d805b3</code></a>
Unwrap TypedDict item types before storing (<a
href="https://github.com/python/mypy/issues/17640">#17640</a>)</li>
<li><a
href="https://github.com/python/mypy/commit/32675dddfacccef616557916cb872757605ab493"><code>32675dd</code></a>
Revert &quot;Fix Literal strings containing pipe characters&quot; (<a
href="https://github.com/python/mypy/issues/17638">#17638</a>)</li>
<li><a
href="https://github.com/python/mypy/commit/778542b93a6f5b3c168a8acc03717700ae6f8048"><code>778542b</code></a>
Revert &quot;Fix <code>RawExpressionType.accept</code> crash with
<code>--cache-fine-grained</code>&quot; (<a
href="https://github.com/python/mypy/issues/1">#1</a>...</li>
<li><a
href="https://github.com/python/mypy/commit/14ab742dec6b58a4e94772115cb3b5c67a4b3d33"><code>14ab742</code></a>
Bump version to 1.11.2+dev</li>
<li><a
href="https://github.com/python/mypy/commit/570b90a7a368f04c64f60af339d0ac1808c49c15"><code>570b90a</code></a>
Bump version to 1.11</li>
<li><a
href="https://github.com/python/mypy/commit/b3a102ef31f63a8a8ba32c8dbe160ddef3c43054"><code>b3a102e</code></a>
Fix <code>RawExpressionType.accept</code> crash with
<code>--cache-fine-grained</code> (<a
href="https://github.com/python/mypy/issues/17588">#17588</a>)</li>
<li><a
href="https://github.com/python/mypy/commit/aec04c74488d46a81a95ed3553b8e953a6ec59a7"><code>aec04c7</code></a>
Fix PEP 604 isinstance caching (<a
href="https://github.com/python/mypy/issues/17563">#17563</a>)</li>
<li><a
href="https://github.com/python/mypy/commit/cb44e4d8f18b9bc874f1076b33eec7ad67de165c"><code>cb44e4d</code></a>
Fix <code>typing.TypeAliasType</code> being undefined on python &lt;
3.12 (<a
href="https://github.com/python/mypy/issues/17558">#17558</a>)</li>
<li>Additional commits viewable in <a
href="https://github.com/python/mypy/compare/v1.10.1...v1.11.2">compare
view</a></li>
</ul>
</details>
<br />

Updates `pylint` from 3.2.5 to 3.2.7
<details>
<summary>Commits</summary>
<ul>
<li><a
href="https://github.com/pylint-dev/pylint/commit/a98215b8c6a6203dd56366bcfe1cd946fb41282a"><code>a98215b</code></a>
Bump pylint to 3.2.7, update changelog</li>
<li><a
href="https://github.com/pylint-dev/pylint/commit/1deaffababe77e8a025e3b2e5d564d4feb8d987f"><code>1deaffa</code></a>
Fix to maintain order of package paths (<a
href="https://github.com/pylint-dev/pylint/issues/9887">#9887</a>)
(<a
href="https://github.com/pylint-dev/pylint/issues/9897">#9897</a>)</li>
<li><a
href="https://github.com/pylint-dev/pylint/commit/b4c2951e62c6ba8e061d4c001192efdedcb6f498"><code>b4c2951</code></a>
[Backport maintenance/3.2.x] Fix a crash in
<code>undefined-loop-variable</code> with `e...</li>
<li><a
href="https://github.com/pylint-dev/pylint/commit/f1925f46ff4c93e7d191d24746b601cfeb0b4e3c"><code>f1925f4</code></a>
Fix crash in refactoring checker when calling bound lambda (<a
href="https://github.com/pylint-dev/pylint/issues/9867">#9867</a>)</li>
<li><a
href="https://github.com/pylint-dev/pylint/commit/7d1626cf869dab1365150265bad45da7e4221bc1"><code>7d1626c</code></a>
Fix a false positive <code>unreachable</code> for <code>NoReturn</code>
coroutine functions (<a
href="https://github.com/pylint-dev/pylint/issues/9844">#9844</a>)...</li>
<li><a
href="https://github.com/pylint-dev/pylint/commit/da1956664d6be3d008a90ad3f72bdd9d8a7ecfaa"><code>da19566</code></a>
Bump pylint to 3.2.6, update changelog (<a
href="https://github.com/pylint-dev/pylint/issues/9825">#9825</a>)</li>
<li><a
href="https://github.com/pylint-dev/pylint/commit/810c59ce17a46fb83d5938b591420b906c7c84b5"><code>810c59c</code></a>
Update setuptools to &gt;=71.0.4 (<a
href="https://github.com/pylint-dev/pylint/issues/9812">#9812</a>)
(<a
href="https://github.com/pylint-dev/pylint/issues/9824">#9824</a>)</li>
<li><a
href="https://github.com/pylint-dev/pylint/commit/5f19cd5a12c25c6f0e02566ccfcde19c6fee3674"><code>5f19cd5</code></a>
Fix a crash when a subclass extends <code>__slots__</code> (<a
href="https://github.com/pylint-dev/pylint/issues/9817">#9817</a>)
(<a
href="https://github.com/pylint-dev/pylint/issues/9822">#9822</a>)</li>
<li><a
href="https://github.com/pylint-dev/pylint/commit/c0b1d2228b47e90f80cfb258ade9e23a5f36d153"><code>c0b1d22</code></a>
Bump astroid to 3.2.4 (<a
href="https://github.com/pylint-dev/pylint/issues/9816">#9816</a>)
(<a
href="https://github.com/pylint-dev/pylint/issues/9821">#9821</a>)</li>
<li><a
href="https://github.com/pylint-dev/pylint/commit/1d877de1f0f9889841d7e2a780ff2aad2f823213"><code>1d877de</code></a>
Fix consider-using-min-max-builtin (<a
href="https://github.com/pylint-dev/pylint/issues/9802">#9802</a>)
(<a
href="https://github.com/pylint-dev/pylint/issues/9803">#9803</a>)</li>
<li>Additional commits viewable in <a
href="https://github.com/pylint-dev/pylint/compare/v3.2.5...v3.2.7">compare
view</a></li>
</ul>
</details>
<br />

Updates `pytest` from 8.2.2 to 8.3.3
<details>
<summary>Release notes</summary>
<p><em>Sourced from <a
href="https://github.com/pytest-dev/pytest/releases">pytest's
releases</a>.</em></p>
<blockquote>
<h2>8.3.3</h2>
<h1>pytest 8.3.3 (2024-09-09)</h1>
<h2>Bug fixes</h2>
<ul>
<li>
<p><a
href="https://github.com/pytest-dev/pytest/issues/12446">#12446</a>:
Avoid calling <code>@property</code> (and other instance descriptors)
during fixture discovery -- by <code>asottile</code>{.interpreted-text
role=&quot;user&quot;}</p>
</li>
<li>
<p><a
href="https://github.com/pytest-dev/pytest/issues/12659">#12659</a>:
Fixed the issue of not displaying assertion failure differences when
using the parameter <code>--import-mode=importlib</code> in
pytest&gt;=8.1.</p>
</li>
<li>
<p><a
href="https://github.com/pytest-dev/pytest/issues/12667">#12667</a>:
Fixed a regression where type change in
[ExceptionInfo.errisinstance]{.title-ref} caused [mypy]{.title-ref} to
fail.</p>
</li>
<li>
<p><a
href="https://github.com/pytest-dev/pytest/issues/12744">#12744</a>:
Fixed typing compatibility with Python 3.9 or less -- replaced
[typing.Self]{.title-ref} with [typing_extensions.Self]{.title-ref} --
by <code>Avasam</code>{.interpreted-text role=&quot;user&quot;}</p>
</li>
<li>
<p><a
href="https://github.com/pytest-dev/pytest/issues/12745">#12745</a>:
Fixed an issue with backslashes being incorrectly converted in nodeid
paths on Windows, ensuring consistent path handling across
environments.</p>
</li>
<li>
<p><a
href="https://github.com/pytest-dev/pytest/issues/6682">#6682</a>:
Fixed bug where the verbosity levels where not being respected when
printing the &quot;msg&quot; part of failed assertion (as in
<code>assert condition, msg</code>).</p>
</li>
<li>
<p><a
href="https://github.com/pytest-dev/pytest/issues/9422">#9422</a>:
Fix bug where disabling the terminal plugin via <code>-p
no:terminal</code> would cause crashes related to missing the
<code>verbose</code> option.</p>
<p>-- by <code>GTowers1</code>{.interpreted-text
role=&quot;user&quot;}</p>
</li>
</ul>
<h2>Improved documentation</h2>
<ul>
<li><a
href="https://github.com/pytest-dev/pytest/issues/12663">#12663</a>:
Clarify that the [pytest_deselected]{.title-ref} hook should be called
from [pytest_collection_modifyitems]{.title-ref} hook implementations
when items are deselected.</li>
<li><a
href="https://github.com/pytest-dev/pytest/issues/12678">#12678</a>:
Remove erroneous quotes from [tmp_path_retention_policy]{.title-ref}
example in docs.</li>
</ul>
<h2>Miscellaneous internal changes</h2>
<ul>
<li><a
href="https://github.com/pytest-dev/pytest/issues/12769">#12769</a>:
Fix typos discovered by codespell and add codespell to pre-commit
hooks.</li>
</ul>
<h2>8.3.2</h2>
<h1>pytest 8.3.2 (2024-07-24)</h1>
<h2>Bug fixes</h2>
<ul>
<li>
<p><a
href="https://github.com/pytest-dev/pytest/issues/12652">#12652</a>:
Resolve regression [conda]{.title-ref} environments where no longer
being automatically detected.</p>
<p>-- by <code>RonnyPfannschmidt</code>{.interpreted-text
role=&quot;user&quot;}</p>
</li>
</ul>
<h2>8.3.1</h2>
<h1>pytest 8.3.1 (2024-07-20)</h1>
<p>The 8.3.0 release failed to include the change notes and docs for the
release. This patch release remedies this. There are no other
changes.</p>
<!-- raw HTML omitted -->
</blockquote>
<p>... (truncated)</p>
</details>
<details>
<summary>Commits</summary>
<ul>
<li><a
href="https://github.com/pytest-dev/pytest/commit/d0f136fe64f9374f18a04562305b178fb380d1ec"><code>d0f136f</code></a>
build(deps): Bump pypa/gh-action-pypi-publish from 1.10.0 to 1.10.1 (<a
href="https://github.com/pytest-dev/pytest/issues/12790">#12790</a>)</li>
<li><a
href="https://github.com/pytest-dev/pytest/commit/972f307c7861ae498e705d3d12e003fa4b035ac0"><code>972f307</code></a>
Prepare release version 8.3.3</li>
<li><a
href="https://github.com/pytest-dev/pytest/commit/0dabdcfe4de99147a07bd577804b60818ea25bc4"><code>0dabdcf</code></a>
Include co-authors in release announcement (<a
href="https://github.com/pytest-dev/pytest/issues/12795">#12795</a>)
(<a
href="https://github.com/pytest-dev/pytest/issues/12797">#12797</a>)</li>
<li><a
href="https://github.com/pytest-dev/pytest/commit/a9910a413a691e1b216e2235a9cbec0921117702"><code>a9910a4</code></a>
Do not discover properties when iterating fixtures (<a
href="https://github.com/pytest-dev/pytest/issues/12781">#12781</a>)
(<a
href="https://github.com/pytest-dev/pytest/issues/12788">#12788</a>)</li>
<li><a
href="https://github.com/pytest-dev/pytest/commit/0f10b6b0d8138d3539de75cb7b2e33167b6fc882"><code>0f10b6b</code></a>
Fix issue with slashes being turned into backslashes on Windows (<a
href="https://github.com/pytest-dev/pytest/issues/12760">#12760</a>)
(<a
href="https://github.com/pytest-dev/pytest/issues/12">#12</a>...</li>
<li><a
href="https://github.com/pytest-dev/pytest/commit/300d13d2231db85186729c2091ea33480cb39c1a"><code>300d13d</code></a>
Merge pull request <a
href="https://github.com/pytest-dev/pytest/issues/12785">#12785</a>
from pytest-dev/patchback/backports/8.3.x/57cccf7f4...</li>
<li><a
href="https://github.com/pytest-dev/pytest/commit/e5d32c73abcf4fa1362b15aaf660074de8f710d4"><code>e5d32c7</code></a>
Merge pull request <a
href="https://github.com/pytest-dev/pytest/issues/12784">#12784</a>
from svenevs/fix/docs-example-parametrize-minor-typo</li>
<li><a
href="https://github.com/pytest-dev/pytest/commit/bc913d194ec009699194b016ca619d5ae7f22c91"><code>bc913d1</code></a>
Streamline checks for verbose option (<a
href="https://github.com/pytest-dev/pytest/issues/12706">#12706</a>)
(<a
href="https://github.com/pytest-dev/pytest/issues/12778">#12778</a>)</li>
<li><a
href="https://github.com/pytest-dev/pytest/commit/01cfcc9f2dda817b25511772593012fd93e092d0"><code>01cfcc9</code></a>
Fix typos and introduce codespell pre-commit hook (<a
href="https://github.com/pytest-dev/pytest/issues/12769">#12769</a>)
(<a
href="https://github.com/pytest-dev/pytest/issues/12774">#12774</a>)</li>
<li><a
href="https://github.com/pytest-dev/pytest/commit/4873394d53635ef62d1915d23972ed4281a784eb"><code>4873394</code></a>
doc: Remove past training (<a
href="https://github.com/pytest-dev/pytest/issues/12772">#12772</a>)
(<a
href="https://github.com/pytest-dev/pytest/issues/12773">#12773</a>)</li>
<li>Additional commits viewable in <a
href="https://github.com/pytest-dev/pytest/compare/8.2.2...8.3.3">compare
view</a></li>
</ul>
</details>
<br />

Updates `frequenz-repo-config[extra-lint-examples]` from 0.9.2 to 0.10.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.10.0</h2>
<h1>Frequenz Repository Configuration Release Notes</h1>
<h2>Summary</h2>
<p>This release includes quite a few enhancements and bug fixes for the
cookiecutter template, but most importantly a new script for migrating
to new templates, generating the templates is no longer needed for
upgrading.</p>
<h2>Upgrading</h2>
<h3>Cookiecutter template</h3>
<ul>
<li>
<p>A new script for migrating to new templates (instead of regenerating
all files) is provided. It can't handle the upgrade 100% automatically,
but should make the migration process much easier and less error
prone.</p>
<p>To run it, the simplest way is to fetch it from GitHub and run it
directly:</p>
<pre lang="console"><code>curl -sSL
https://raw.githubusercontent.com/frequenz-floss/frequenz-repo-config-python/v0.10.0/cookiecutter/migrate.sh
| sh
</code></pre>
<p>Make sure the version you want to migrate to is correct in the
URL.</p>
<p>For jumping multiple versions you should run the script multiple
times, once for each version.</p>
<p>And remember to follow any manual instructions for each run.</p>
</li>
</ul>
<h2>New Features</h2>
<ul>
<li>A new GitHub ruleset is provided to configure the merge queue, so
branch protection rules are not needed anymore.</li>
</ul>
<h2>Enhancements</h2>
<ul>
<li>The generated docs now show the symbol type in the table of
contents.</li>
</ul>
<h3>Cookiecutter template</h3>
<ul>
<li>The <code>Markdown</code> dependency was bumped so we don't need to
add a <code>type: ignore</code> due to incorrect type hints.</li>
<li>The generated docs now show the symbol type in the table of
contents.</li>
<li>The dependecies were updated to the latest versions.</li>
<li>Disabled some <code>pylint</code> checks that are already checked by
other tools.</li>
<li>The generated documentation now uses symlinks for aliases, which
allows deep linking when using aliases too.</li>
</ul>
<h2>Bug Fixes</h2>
<ul>
<li>The code example extractor relied on a bug in the upstream sybil
project that was recently fixed, thus our code also needed to be
fixed.</li>
</ul>
<h3>Cookiecutter template</h3>
<ul>
<li>Fixed a bug where the pip cache post action fails in the CI workflow
because of permissions issues.</li>
<li>Make the <code>nox-cross-arch-all</code> job fail if any
<code>nox-cross-arch</code> matrix job fails.</li>
<li>Fix credentials not being passed to the
<code>test-installation</code> job in the CI workflow.</li>
</ul>
<!-- raw HTML omitted -->
</blockquote>
<p>... (truncated)</p>
</details>
<details>
<summary>Changelog</summary>
<p><em>Sourced from <a
href="https://github.com/frequenz-floss/frequenz-repo-config-python/blob/v0.10.0/RELEASE_NOTES.md">frequenz-repo-config[extra-lint-examples]'s
changelog</a>.</em></p>
<blockquote>
<h1>Frequenz Repository Configuration Release Notes</h1>
<h2>Summary</h2>
<p>This release includes quite a few enhancements and bug fixes for the
cookiecutter template, but most importantly a new script for migrating
to new templates, generating the templates is no longer needed for
upgrading.</p>
<h2>Upgrading</h2>
<h3>Cookiecutter template</h3>
<ul>
<li>
<p>A new script for migrating to new templates (instead of regenerating
all files) is provided. It can't handle the upgrade 100% automatically,
but should make the migration process much easier and less error
prone.</p>
<p>To run it, the simplest way is to fetch it from GitHub and run it
directly:</p>
<pre lang="console"><code>curl -sSL
https://raw.githubusercontent.com/frequenz-floss/frequenz-repo-config-python/v0.10.0/cookiecutter/migrate.sh
| sh
</code></pre>
<p>Make sure the version you want to migrate to is correct in the
URL.</p>
<p>For jumping multiple versions you should run the script multiple
times, once for each version.</p>
<p>And remember to follow any manual instructions for each run.</p>
</li>
</ul>
<h2>New Features</h2>
<ul>
<li>A new GitHub ruleset is provided to configure the merge queue, so
branch protection rules are not needed anymore.</li>
</ul>
<h2>Enhancements</h2>
<ul>
<li>The generated docs now show the symbol type in the table of
contents.</li>
</ul>
<h3>Cookiecutter template</h3>
<ul>
<li>The <code>Markdown</code> dependency was bumped so we don't need to
add a <code>type: ignore</code> due to incorrect type hints.</li>
<li>The generated docs now show the symbol type in the table of
contents.</li>
<li>The dependecies were updated to the latest versions.</li>
<li>Disabled some <code>pylint</code> checks that are already checked by
other tools.</li>
<li>The generated documentation now uses symlinks for aliases, which
allows deep linking when using aliases too.</li>
</ul>
<h2>Bug Fixes</h2>
<ul>
<li>The code example extractor relied on a bug in the upstream sybil
project that was recently fixed, thus our code also needed to be
fixed.</li>
</ul>
<h3>Cookiecutter template</h3>
<ul>
<li>Fixed a bug where the pip cache post action fails in the CI workflow
because of permissions issues.</li>
<li>Make the <code>nox-cross-arch-all</code> job fail if any
<code>nox-cross-arch</code> matrix job fails.</li>
<li>Fix credentials not being passed to the
<code>test-installation</code> job in the CI workflow.</li>
<li>Make sure credentials are configured for all jobs that check out the
repository in the CI workflow.</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/bfd45a8f5722578898d90448b326f80ba3f086a2"><code>bfd45a8</code></a>
Add pull-requests read permission to the release-notes-check workflow
(<a
href="https://github.com/frequenz-floss/frequenz-repo-config-python/issues/289">#289</a>)</li>
<li><a
href="https://github.com/frequenz-floss/frequenz-repo-config-python/commit/6aa6bc096b9f8da6039c484ceeb2a006249ece4e"><code>6aa6bc0</code></a>
Prepare for the v0.10.0 release (<a
href="https://github.com/frequenz-floss/frequenz-repo-config-python/issues/290">#290</a>)</li>
<li><a
href="https://github.com/frequenz-floss/frequenz-repo-config-python/commit/297b184200f3aa2d4ab1a117e00d4204d4149a35"><code>297b184</code></a>
Update version in the template pyproject.toml</li>
<li><a
href="https://github.com/frequenz-floss/frequenz-repo-config-python/commit/632283d1acb2a42194e1f7048e986437d5567060"><code>632283d</code></a>
Prepare the release notes for v0.10.0 release</li>
<li><a
href="https://github.com/frequenz-floss/frequenz-repo-config-python/commit/1778ff8cf0ec779e27668e949f253fdbbb4b1175"><code>1778ff8</code></a>
Add pull-requests read permission to the release-notes-check
workflow</li>
<li><a
href="https://github.com/frequenz-floss/frequenz-repo-config-python/commit/2ac253adb6dc36e672e91c805c1f28fe5e7426d1"><code>2ac253a</code></a>
Disable the new <code>check-class-attributes</code> check in pydoclint
0.5.3 (<a
href="https://github.com/frequenz-floss/frequenz-repo-config-python/issues/288">#288</a>)</li>
<li><a
href="https://github.com/frequenz-floss/frequenz-repo-config-python/commit/1660756b2f91f269e7d3da5f8d3e84557732e8b6"><code>1660756</code></a>
Disable the new <code>check-class-attributes</code> check in pydoclint
0.5.3</li>
<li><a
href="https://github.com/frequenz-floss/frequenz-repo-config-python/commit/327879b9b0e631e24194eb50a1fb31e9818a8ce8"><code>327879b</code></a>
Fix credentials not passed or configured the CI workflow (<a
href="https://github.com/frequenz-floss/frequenz-repo-config-python/issues/286">#286</a>)</li>
<li><a
href="https://github.com/frequenz-floss/frequenz-repo-config-python/commit/6195bc7818ddd3b3b9c6721982e3b9ea515eddc0"><code>6195bc7</code></a>
Update release notes</li>
<li><a
href="https://github.com/frequenz-floss/frequenz-repo-config-python/commit/bef233cd03a6945bcb716523df2da976afa02256"><code>bef233c</code></a>
Remove the TODOs from the migration</li>
<li>Additional commits viewable in <a
href="https://github.com/frequenz-floss/frequenz-repo-config-python/compare/v0.9.2...v0.10.0">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>
  • Loading branch information
llucax authored Sep 12, 2024
2 parents 5265439 + daa28b0 commit a76abc3
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[api] == 0.9.2",
"frequenz-repo-config[api] == 0.10.0",
# We need to pin the protobuf, grpcio and grpcio-tools dependencies to make
# sure the code is generated using the minimum supported versions, as older
# versions can't work with code that was generated with newer versions.
Expand Down Expand Up @@ -49,36 +49,36 @@ email = "floss@frequenz.com"

[project.optional-dependencies]
dev-flake8 = [
"flake8 == 7.1.0",
"flake8 == 7.1.1",
"flake8-docstrings == 1.7.0",
"flake8-pyproject == 1.2.3", # For reading the flake8 config from pyproject.toml
"pydoclint == 0.5.3",
"pydoclint == 0.5.7",
"pydocstyle == 6.3.0",
]
dev-formatting = ["black == 24.4.2", "isort == 5.13.2"]
dev-formatting = ["black == 24.8.0", "isort == 5.13.2"]
dev-mkdocs = [
"mike == 1.1.2",
"mkdocs-gen-files == 0.5.0",
"mkdocs-literate-nav == 0.6.1",
"mkdocs-material == 9.5.27",
"mkdocstrings[python] == 0.25.1",
"frequenz-repo-config[api] == 0.9.2",
"mkdocs-material == 9.5.34",
"mkdocstrings[python] == 0.26.1",
"frequenz-repo-config[api] == 0.10.0",
]
dev-mypy = [
"mypy == 1.10.1",
"mypy == 1.11.2",
"grpc-stubs == 1.53.0.5",
# For checking the noxfile, docs/ script, and tests
"frequenz-api-common[dev-mkdocs,dev-noxfile,dev-pytest]",
]
dev-noxfile = ["nox == 2024.4.15", "frequenz-repo-config[api] == 0.9.2"]
dev-noxfile = ["nox == 2024.4.15", "frequenz-repo-config[api] == 0.10.0"]
dev-pylint = [
"pylint == 3.2.5",
"pylint == 3.2.7",
# For checking the noxfile, docs/ script, and tests
"frequenz-api-common[dev-mkdocs,dev-noxfile,dev-pytest]",
]
dev-pytest = [
"pytest == 8.2.2",
"frequenz-repo-config[extra-lint-examples] == 0.9.2",
"pytest == 8.3.3",
"frequenz-repo-config[extra-lint-examples] == 0.10.0",
]
dev = [
"frequenz-api-common[dev-mkdocs,dev-flake8,dev-formatting,dev-mkdocs,dev-mypy,dev-noxfile,dev-pylint,dev-pytest]",
Expand Down

0 comments on commit a76abc3

Please sign in to comment.