Skip to content

Commit

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

| Package | From | To |
| --- | --- | --- |
| [pydoclint](https://github.com/jsh9/pydoclint) | `0.5.9` | `0.5.14` |
| [mkdocs-material](https://github.com/squidfunk/mkdocs-material) |
`9.5.47` | `9.5.49` |
| [mkdocstrings-python](https://github.com/mkdocstrings/python) |
`1.12.2` | `1.13.0` |
| [mypy](https://github.com/python/mypy) | `1.13.0` | `1.14.1` |
| [uv](https://github.com/astral-sh/uv) | `0.5.5` | `0.5.13` |
| [pylint](https://github.com/pylint-dev/pylint) | `3.3.2` | `3.3.3` |
| [pytest-asyncio](https://github.com/pytest-dev/pytest-asyncio) |
`0.24.0` | `0.25.1` |

Updates `pydoclint` from 0.5.9 to 0.5.14
<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.14</h2>
<h2>What's Changed</h2>
<ul>
<li>Make pydoclint not crash on syntax erros (including invisible chars)
by <a href="https://github.com/jsh9"><code>@​jsh9</code></a> in <a
href="https://redirect.github.com/jsh9/pydoclint/pull/194">jsh9/pydoclint#194</a></li>
<li>Fix a bug with ast.assign by <a
href="https://github.com/jsh9"><code>@​jsh9</code></a> in <a
href="https://redirect.github.com/jsh9/pydoclint/pull/195">jsh9/pydoclint#195</a></li>
</ul>
<p><strong>Full Changelog</strong>: <a
href="https://github.com/jsh9/pydoclint/compare/0.5.13...0.5.14">https://github.com/jsh9/pydoclint/compare/0.5.13...0.5.14</a></p>
<h2>0.5.13</h2>
<h2>What's Changed</h2>
<ul>
<li>Fix a bug with subscript assign by <a
href="https://github.com/jsh9"><code>@​jsh9</code></a> in <a
href="https://redirect.github.com/jsh9/pydoclint/pull/191">jsh9/pydoclint#191</a></li>
<li>Fix a bug with reading non-UTF-8 encoded files by <a
href="https://github.com/jsh9"><code>@​jsh9</code></a> in <a
href="https://redirect.github.com/jsh9/pydoclint/pull/192">jsh9/pydoclint#192</a></li>
</ul>
<p><strong>Full Changelog</strong>: <a
href="https://github.com/jsh9/pydoclint/compare/0.5.12...0.5.13">https://github.com/jsh9/pydoclint/compare/0.5.12...0.5.13</a></p>
<h2>0.5.12</h2>
<h2>What's Changed</h2>
<ul>
<li>Drop Python 3.8 support by <a
href="https://github.com/jsh9"><code>@​jsh9</code></a> in <a
href="https://redirect.github.com/jsh9/pydoclint/pull/186">jsh9/pydoclint#186</a></li>
<li>Add mypy static type checking to pydoclint by <a
href="https://github.com/jsh9"><code>@​jsh9</code></a> in <a
href="https://redirect.github.com/jsh9/pydoclint/pull/185">jsh9/pydoclint#185</a></li>
<li>Use &quot;modern&quot; type annotations by <a
href="https://github.com/jsh9"><code>@​jsh9</code></a> in <a
href="https://redirect.github.com/jsh9/pydoclint/pull/187">jsh9/pydoclint#187</a></li>
<li>Add new config option to treat ClassVar attrs as class attrs by <a
href="https://github.com/jsh9"><code>@​jsh9</code></a> in <a
href="https://redirect.github.com/jsh9/pydoclint/pull/188">jsh9/pydoclint#188</a></li>
<li>Ensure support for py312 and 313 by <a
href="https://github.com/jsh9"><code>@​jsh9</code></a> in <a
href="https://redirect.github.com/jsh9/pydoclint/pull/189">jsh9/pydoclint#189</a></li>
</ul>
<p><strong>Full Changelog</strong>: <a
href="https://github.com/jsh9/pydoclint/compare/0.5.11...0.5.12">https://github.com/jsh9/pydoclint/compare/0.5.11...0.5.12</a></p>
<h2>0.5.11</h2>
<h2>What's Changed</h2>
<ul>
<li>fix: get name of a raised exception when bound in except by <a
href="https://github.com/Amar1729"><code>@​Amar1729</code></a> in <a
href="https://redirect.github.com/jsh9/pydoclint/pull/184">jsh9/pydoclint#184</a></li>
</ul>
<p><strong>Full Changelog</strong>: <a
href="https://github.com/jsh9/pydoclint/compare/0.5.10...0.5.11">https://github.com/jsh9/pydoclint/compare/0.5.10...0.5.11</a></p>
<h2>0.5.10</h2>
<h2>What's Changed</h2>
<ul>
<li>Hide msg about loading config in quiet mode by <a
href="https://github.com/aemonge"><code>@​aemonge</code></a> in <a
href="https://redirect.github.com/jsh9/pydoclint/pull/178">jsh9/pydoclint#178</a></li>
<li>Fix bug caused by assigning value to attr by <a
href="https://github.com/jsh9"><code>@​jsh9</code></a> in <a
href="https://redirect.github.com/jsh9/pydoclint/pull/181">jsh9/pydoclint#181</a></li>
<li>Rename unparseAnnotation by <a
href="https://github.com/jsh9"><code>@​jsh9</code></a> in <a
href="https://redirect.github.com/jsh9/pydoclint/pull/182">jsh9/pydoclint#182</a></li>
<li>Rename InternalError into EdgeCaseError by <a
href="https://github.com/jsh9"><code>@​jsh9</code></a> in <a
href="https://redirect.github.com/jsh9/pydoclint/pull/183">jsh9/pydoclint#183</a></li>
</ul>
<p><strong>Full Changelog</strong>: <a
href="https://github.com/jsh9/pydoclint/compare/0.5.9...0.5.10">https://github.com/jsh9/pydoclint/compare/0.5.9...0.5.10</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.14] - 2024-12-26</h2>
<ul>
<li>
<p>Changed</p>
<ul>
<li>Added <code>DOC002</code> (syntax error) to handle cases where there
are syntax errors
in the Python file</li>
<li>Replaced invisible and zero-width characters with empty strings so
that
Python's AST can correctly parse the files</li>
<li>Added end-to-end test (essentially an integration test)</li>
</ul>
</li>
<li>
<p>Fixed</p>
<ul>
<li>A bug in ast.assign</li>
</ul>
</li>
<li>
<p>Full diff</p>
<ul>
<li><a
href="https://github.com/jsh9/pydoclint/compare/0.5.13...0.5.14">https://github.com/jsh9/pydoclint/compare/0.5.13...0.5.14</a></li>
</ul>
</li>
</ul>
<h2>[0.5.13] - 2024-12-20</h2>
<ul>
<li>
<p>Fixed</p>
<ul>
<li>Fixed a bug where assigning a dict value (such as
<code>abc['something'] = 123</code>)
would result in EdgeCaseError</li>
<li>Fixed a bug where non-UTF-8 encoded files would crash
<em>pydoclint</em></li>
</ul>
</li>
<li>
<p>Full diff</p>
<ul>
<li><a
href="https://github.com/jsh9/pydoclint/compare/0.5.12...0.5.13">https://github.com/jsh9/pydoclint/compare/0.5.12...0.5.13</a></li>
</ul>
</li>
</ul>
<h2>[0.5.12] - 2024-12-15</h2>
<ul>
<li>
<p>Changed</p>
<ul>
<li>Dropped support for Python 3.8</li>
<li>Use &quot;modern&quot; type annotation, such as <code>list</code>
and <code>str | None</code></li>
</ul>
</li>
<li>
<p>Added</p>
<ul>
<li>Added static type checking using <code>mypy</code></li>
<li>A new config option,
<code>--only-attrs-with-ClassVar-are-treated-as-class-attrs</code></li>
<li>Ensured support for Python 3.12 and 3.13</li>
</ul>
</li>
<li>
<p>Full diff</p>
<ul>
<li><a
href="https://github.com/jsh9/pydoclint/compare/0.5.11...0.5.12">https://github.com/jsh9/pydoclint/compare/0.5.11...0.5.12</a></li>
</ul>
</li>
</ul>
<h2>[0.5.11] - 2024-12-14</h2>
<ul>
<li>
<p>Fixed</p>
<ul>
<li>Fixed a bug where pydoclint uses variable names instead of the
exception
itself (<a
href="https://redirect.github.com/jsh9/pydoclint/issues/175">jsh9/pydoclint#175</a>)</li>
</ul>
</li>
</ul>
<!-- raw HTML omitted -->
</blockquote>
<p>... (truncated)</p>
</details>
<details>
<summary>Commits</summary>
<ul>
<li><a
href="https://github.com/jsh9/pydoclint/commit/46c5cb78a36446feed5bee30ab763d0f157a21b3"><code>46c5cb7</code></a>
Fix a bug with ast.assign (<a
href="https://redirect.github.com/jsh9/pydoclint/issues/195">#195</a>)</li>
<li><a
href="https://github.com/jsh9/pydoclint/commit/f141b716d5b764e25edf591c9808d740245b6eda"><code>f141b71</code></a>
Make pydoclint not crash on syntax erros (including invisible chars) (<a
href="https://redirect.github.com/jsh9/pydoclint/issues/194">#194</a>)</li>
<li><a
href="https://github.com/jsh9/pydoclint/commit/dfd9494b25cede6b46bdfa13f2124f54377e0bdb"><code>dfd9494</code></a>
Fix a bug with reading non-UTF-8 encoded files (<a
href="https://redirect.github.com/jsh9/pydoclint/issues/192">#192</a>)</li>
<li><a
href="https://github.com/jsh9/pydoclint/commit/3e5b3045a1914fdf44a07f2f304b89e2af46e41c"><code>3e5b304</code></a>
Fix a bug with subscript assign (<a
href="https://redirect.github.com/jsh9/pydoclint/issues/191">#191</a>)</li>
<li><a
href="https://github.com/jsh9/pydoclint/commit/ca6f344b0c6a227216cc00fd47d9d82bf6607ba3"><code>ca6f344</code></a>
Ensure support for py312 and 313 (<a
href="https://redirect.github.com/jsh9/pydoclint/issues/189">#189</a>)</li>
<li><a
href="https://github.com/jsh9/pydoclint/commit/da14ebd4bf2d635011a4bdb516f73c9b0a92cf71"><code>da14ebd</code></a>
Add new config option to treat ClassVar attrs as class attrs (<a
href="https://redirect.github.com/jsh9/pydoclint/issues/188">#188</a>)</li>
<li><a
href="https://github.com/jsh9/pydoclint/commit/dc5a53b40543e0e0b40985b0c92f454758af6609"><code>dc5a53b</code></a>
Use &quot;modern&quot; type annotations (<a
href="https://redirect.github.com/jsh9/pydoclint/issues/187">#187</a>)</li>
<li><a
href="https://github.com/jsh9/pydoclint/commit/903aa91811548fb74d473544ecb4c139b1e6801c"><code>903aa91</code></a>
Add mypy static type checking to pydoclint (<a
href="https://redirect.github.com/jsh9/pydoclint/issues/185">#185</a>)</li>
<li><a
href="https://github.com/jsh9/pydoclint/commit/c9d017f4e52afb199c6c6c4254d616f606c1d11d"><code>c9d017f</code></a>
Drop Python 3.8 support (<a
href="https://redirect.github.com/jsh9/pydoclint/issues/186">#186</a>)</li>
<li><a
href="https://github.com/jsh9/pydoclint/commit/3b4dcb52fd1b48762a06a9e6af45f71bcb32e1d6"><code>3b4dcb5</code></a>
fix: get name of a raised exception when bound in except (<a
href="https://redirect.github.com/jsh9/pydoclint/issues/184">#184</a>)</li>
<li>Additional commits viewable in <a
href="https://github.com/jsh9/pydoclint/compare/0.5.9...0.5.14">compare
view</a></li>
</ul>
</details>
<br />

Updates `mkdocs-material` from 9.5.47 to 9.5.49
<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.49</h2>
<ul>
<li>Adjusted title color in dark mode for all supported Mermaid.js
diagrams</li>
<li>Fixed <a
href="https://redirect.github.com/squidfunk/mkdocs-material/issues/7803">#7803</a>:
Privacy plugin crashes on generated files</li>
<li>Fixed <a
href="https://redirect.github.com/squidfunk/mkdocs-material/issues/7781">#7781</a>:
Mermaid.js flow chart title not visible in dark mode</li>
</ul>
<h2>mkdocs-material-9.5.48</h2>
<ul>
<li>Fixed <a
href="https://redirect.github.com/squidfunk/mkdocs-material/issues/7774">#7774</a>:
Disabling social cards doesn't work</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.49 (2024-12-16)</p>
<ul>
<li>Adjusted title color in dark mode for all supported Mermaid.js
diagrams</li>
<li>Fixed <a
href="https://redirect.github.com/squidfunk/mkdocs-material/issues/7803">#7803</a>:
Privacy plugin crashes on generated files</li>
<li>Fixed <a
href="https://redirect.github.com/squidfunk/mkdocs-material/issues/7781">#7781</a>:
Mermaid.js flow chart title not visible in dark mode</li>
</ul>
<p>mkdocs-material-9.5.48 (2024-12-08)</p>
<ul>
<li>Fixed <a
href="https://redirect.github.com/squidfunk/mkdocs-material/issues/7774">#7774</a>:
Disabling social cards doesn't work</li>
</ul>
<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>
<!-- raw HTML omitted -->
</blockquote>
<p>... (truncated)</p>
</details>
<details>
<summary>Commits</summary>
<ul>
<li><a
href="https://github.com/squidfunk/mkdocs-material/commit/f947bbe64a6f0f4754c0a7a1afc3b67e8b735c8b"><code>f947bbe</code></a>
Prepare 9.5.49 release</li>
<li><a
href="https://github.com/squidfunk/mkdocs-material/commit/968fbe1ae213cb350850cfddf2614a1c93e73adb"><code>968fbe1</code></a>
Fixed privacy plugin interop with generated files</li>
<li><a
href="https://github.com/squidfunk/mkdocs-material/commit/c97270c8f1d7a068eb20335ad961a356971c5f05"><code>c97270c</code></a>
Updated dependencies</li>
<li><a
href="https://github.com/squidfunk/mkdocs-material/commit/7fb3a39bbc17865743b8cb8846aa4e845ac53eb4"><code>7fb3a39</code></a>
Documentation (<a
href="https://redirect.github.com/squidfunk/mkdocs-material/issues/7794">#7794</a>)</li>
<li><a
href="https://github.com/squidfunk/mkdocs-material/commit/1ee11152260a8081d2e6f394162194d1e591aadb"><code>1ee1115</code></a>
Updated dependencies</li>
<li><a
href="https://github.com/squidfunk/mkdocs-material/commit/b368cee13f23b52335fd1ab39cacae9e26b08291"><code>b368cee</code></a>
Fixed diagram title not switching color in dark mode</li>
<li><a
href="https://github.com/squidfunk/mkdocs-material/commit/0f97a8d5f029b1d38ec84fcdb9733a3682f84d50"><code>0f97a8d</code></a>
Documentation (<a
href="https://redirect.github.com/squidfunk/mkdocs-material/issues/7784">#7784</a>)</li>
<li><a
href="https://github.com/squidfunk/mkdocs-material/commit/622bf7a6916ec11b4f8d38db40722096ab861b59"><code>622bf7a</code></a>
Prepare 9.5.48 release</li>
<li><a
href="https://github.com/squidfunk/mkdocs-material/commit/bedd3fb2c806c4f45ce9857ebf116c2f64590d0f"><code>bedd3fb</code></a>
Updated dependencies</li>
<li><a
href="https://github.com/squidfunk/mkdocs-material/commit/a7dc57c23935c0420b01b78c13d9058fc057a16f"><code>a7dc57c</code></a>
Fixed disabling of social cards</li>
<li>Additional commits viewable in <a
href="https://github.com/squidfunk/mkdocs-material/compare/9.5.47...9.5.49">compare
view</a></li>
</ul>
</details>
<br />

Updates `mkdocstrings-python` from 1.12.2 to 1.13.0
<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.13.0</h2>
<h2><a
href="https://github.com/mkdocstrings/python/releases/tag/1.13.0">1.13.0</a>
- 2024-12-26</h2>
<p><!-- raw HTML omitted --><a
href="https://github.com/mkdocstrings/python/compare/1.12.2...1.13.0">Compare
with 1.12.2</a><!-- raw HTML omitted --></p>
<h3>Features</h3>
<ul>
<li>Allow using Ruff to format signatures and attribute values (<a
href="https://github.com/mkdocstrings/python/commit/d67215c976938ef1e169f16dd0b6166067ebd7bc">d67215c</a>
by dm). <a
href="https://redirect.github.com/mkdocstrings/python/pull/216">PR-216</a></li>
</ul>
<h3>Bug Fixes</h3>
<ul>
<li>Respect <code>show_signature_annotations</code> option for attribute
signatures in headings (<a
href="https://github.com/mkdocstrings/python/commit/e93d166a14d0944d30ff2f28f21f2262ac396bff">e93d166</a>
by Timothée Mazzucotelli). <a
href="https://redirect.github.com/mkdocstrings/griffe-pydantic/issues/9">Issue-griffe-pydantic#9</a></li>
<li>Handle <code>__init__</code> overloads when merging into class (<a
href="https://github.com/mkdocstrings/python/commit/af6fab31142204872ace716392dcb314b2cb5d0f">af6fab3</a>
by Timothée Mazzucotelli). <a
href="https://redirect.github.com/mkdocstrings/python/issues/212">Issue-212</a></li>
<li>Actually check if a module is public when rendering auto-generated
summary table for modules (<a
href="https://github.com/mkdocstrings/python/commit/3bf55b22ce9a841242c55b2efcedbd8f3a99ccc9">3bf55b2</a>
by Timothée Mazzucotelli). <a
href="https://redirect.github.com/mkdocstrings/python/issues/203">Issue-203</a></li>
<li>Never render line numbers for signatures and attribute values (<a
href="https://github.com/mkdocstrings/python/commit/a669f1caefbd54305cc4610bdd57a529aa1208cf">a669f1c</a>
by Timothée Mazzucotelli). <a
href="https://redirect.github.com/mkdocstrings/python/issues/192">Issue-192</a></li>
<li>Respect highlight's <code>linenums</code> config for
<code>pycon</code> examples in docstrings (<a
href="https://github.com/mkdocstrings/python/commit/53eb82a21bbcaa959306e909bf0d4ac468f87580">53eb82a</a>
by Timothée Mazzucotelli). [Related-to-<a
href="https://redirect.github.com/mkdocstrings/python/issues/192">#192</a>](<a
href="https://redirect.github.com/mkdocstrings/python/issues/192">mkdocstrings/python#192</a>)</li>
<li>Fix normalization of extension paths on the annoying operating
system and Python 3.13 (<a
href="https://github.com/mkdocstrings/python/commit/101a6dc428da59a512da617a0a2453f2b6ef4387">101a6dc</a>
by Timothée Mazzucotelli).</li>
<li>Don't merge parent <code>__init__</code> docstring into class
docstring if such inherited method wasn't selected through the
<code>inherited_members</code> configuration option (<a
href="https://github.com/mkdocstrings/python/commit/6c5b5c341940af9425b3de0672ac400794b3f6e5">6c5b5c3</a>
by Timothée Mazzucotelli). <a
href="https://redirect.github.com/mkdocstrings/python/issues/189">Issue-189</a></li>
</ul>
<h3>Code Refactoring</h3>
<ul>
<li>Render <code>*</code> and <code>**</code> outside of
cross-references in signatures (<a
href="https://github.com/mkdocstrings/python/commit/c4506f080e0c75cd32d6512c80f5016e82fc12bc">c4506f0</a>
by Timothée Mazzucotelli). <a
href="https://redirect.github.com/mkdocstrings/python/pull/216">Needed-for-PR-216</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.13.0">1.13.0</a>
- 2024-12-26</h2>
<p><!-- raw HTML omitted --><a
href="https://github.com/mkdocstrings/python/compare/1.12.2...1.13.0">Compare
with 1.12.2</a><!-- raw HTML omitted --></p>
<h3>Features</h3>
<ul>
<li>Allow using Ruff to format signatures and attribute values (<a
href="https://github.com/mkdocstrings/python/commit/d67215c976938ef1e169f16dd0b6166067ebd7bc">d67215c</a>
by dm). <a
href="https://redirect.github.com/mkdocstrings/python/pull/216">PR-216</a></li>
</ul>
<h3>Bug Fixes</h3>
<ul>
<li>Respect <code>show_signature_annotations</code> option for attribute
signatures in headings (<a
href="https://github.com/mkdocstrings/python/commit/e93d166a14d0944d30ff2f28f21f2262ac396bff">e93d166</a>
by Timothée Mazzucotelli). <a
href="https://redirect.github.com/mkdocstrings/griffe-pydantic/issues/9">Issue-griffe-pydantic#9</a></li>
<li>Handle <code>__init__</code> overloads when merging into class (<a
href="https://github.com/mkdocstrings/python/commit/af6fab31142204872ace716392dcb314b2cb5d0f">af6fab3</a>
by Timothée Mazzucotelli). <a
href="https://redirect.github.com/mkdocstrings/python/issues/212">Issue-212</a></li>
<li>Actually check if a module is public when rendering auto-generated
summary table for modules (<a
href="https://github.com/mkdocstrings/python/commit/3bf55b22ce9a841242c55b2efcedbd8f3a99ccc9">3bf55b2</a>
by Timothée Mazzucotelli). <a
href="https://redirect.github.com/mkdocstrings/python/issues/203">Issue-203</a></li>
<li>Never render line numbers for signatures and attribute values (<a
href="https://github.com/mkdocstrings/python/commit/a669f1caefbd54305cc4610bdd57a529aa1208cf">a669f1c</a>
by Timothée Mazzucotelli). <a
href="https://redirect.github.com/mkdocstrings/python/issues/192">Issue-192</a></li>
<li>Respect highlight's <code>linenums</code> config for
<code>pycon</code> examples in docstrings (<a
href="https://github.com/mkdocstrings/python/commit/53eb82a21bbcaa959306e909bf0d4ac468f87580">53eb82a</a>
by Timothée Mazzucotelli). [Related-to-<a
href="https://redirect.github.com/mkdocstrings/python/issues/192">#192</a>](<a
href="https://redirect.github.com/mkdocstrings/python/issues/192">mkdocstrings/python#192</a>)</li>
<li>Fix normalization of extension paths on the annoying operating
system and Python 3.13 (<a
href="https://github.com/mkdocstrings/python/commit/101a6dc428da59a512da617a0a2453f2b6ef4387">101a6dc</a>
by Timothée Mazzucotelli).</li>
<li>Don't merge parent <code>__init__</code> docstring into class
docstring if such inherited method wasn't selected through the
<code>inherited_members</code> configuration option (<a
href="https://github.com/mkdocstrings/python/commit/6c5b5c341940af9425b3de0672ac400794b3f6e5">6c5b5c3</a>
by Timothée Mazzucotelli). <a
href="https://redirect.github.com/mkdocstrings/python/issues/189">Issue-189</a></li>
</ul>
<h3>Code Refactoring</h3>
<ul>
<li>Render <code>*</code> and <code>**</code> outside of
cross-references in signatures (<a
href="https://github.com/mkdocstrings/python/commit/c4506f080e0c75cd32d6512c80f5016e82fc12bc">c4506f0</a>
by Timothée Mazzucotelli). <a
href="https://redirect.github.com/mkdocstrings/python/pull/216">Needed-for-PR-216</a></li>
</ul>
</blockquote>
</details>
<details>
<summary>Commits</summary>
<ul>
<li><a
href="https://github.com/mkdocstrings/python/commit/941d0e5fa02038bf4c7ef61633aa8288dc59d1da"><code>941d0e5</code></a>
chore: Prepare release 1.13.0</li>
<li><a
href="https://github.com/mkdocstrings/python/commit/c8f1a77dc5150e0dec0f43649c2b04e422028f37"><code>c8f1a77</code></a>
tests: Add templates rendenring tests using inline-snapshot</li>
<li><a
href="https://github.com/mkdocstrings/python/commit/e4936638b9d80ed1bc918e545f65b0b46b9a91d9"><code>e493663</code></a>
tests: Refactor fixtures and helpers</li>
<li><a
href="https://github.com/mkdocstrings/python/commit/0d953e384fac3f4439933daa0bd7022c7baea5a3"><code>0d953e3</code></a>
chore: Template upgrade</li>
<li><a
href="https://github.com/mkdocstrings/python/commit/ec4d2cc392a33f42033fe0ea44dc9eef55e335c3"><code>ec4d2cc</code></a>
chore: Template upgrade</li>
<li><a
href="https://github.com/mkdocstrings/python/commit/d67215c976938ef1e169f16dd0b6166067ebd7bc"><code>d67215c</code></a>
feat: Allow using Ruff to format signatures and attribute values</li>
<li><a
href="https://github.com/mkdocstrings/python/commit/c4506f080e0c75cd32d6512c80f5016e82fc12bc"><code>c4506f0</code></a>
refactor: Render <code>*</code> and <code>**</code> outside of
cross-references in signatures</li>
<li><a
href="https://github.com/mkdocstrings/python/commit/cea49964ac8364e2087f3016baa88168e67dec7f"><code>cea4996</code></a>
docs: Mention mkdocstrings-python-xref</li>
<li><a
href="https://github.com/mkdocstrings/python/commit/e93d166a14d0944d30ff2f28f21f2262ac396bff"><code>e93d166</code></a>
fix: Respect <code>show_signature_annotations</code> option for
attribute signatures in ...</li>
<li><a
href="https://github.com/mkdocstrings/python/commit/af6fab31142204872ace716392dcb314b2cb5d0f"><code>af6fab3</code></a>
fix: Handle <code>__init__</code> overloads when merging into class</li>
<li>Additional commits viewable in <a
href="https://github.com/mkdocstrings/python/compare/1.12.2...1.13.0">compare
view</a></li>
</ul>
</details>
<br />

Updates `mypy` from 1.13.0 to 1.14.1
<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>Drop Support for Python 3.8</h3>
<p>Mypy no longer supports running with Python 3.8, which has reached
end-of-life.
When running mypy with Python 3.9+, it is still possible to type check
code
that needs to support Python 3.8 with the <code>--python-version
3.8</code> argument.
Support for this will be dropped in the first half of 2025!</p>
<p>Contributed by Marc Mueller (PR <a
href="https://redirect.github.com/python/mypy/pull/17492">17492</a>).</p>
<h3>Mypyc accelerated mypy wheels for aarch64</h3>
<p>Mypy can compile itself to C extension modules using mypyc. This
makes mypy 3-5x faster
than if mypy is interpreted with pure Python. We now build and upload
mypyc accelerated
mypy wheels for <code>manylinux_aarch64</code> to PyPI, making it easy
for users on such platforms
to realise this speedup.</p>
<p>Contributed by Christian Bundy (PR <a
href="https://redirect.github.com/mypyc/mypy_mypyc-wheels/pull/76">mypy_mypyc-wheels#76</a>)</p>
<h3><code>--strict-bytes</code></h3>
<p>By default, mypy treats an annotation of <code>bytes</code> as
permitting <code>bytearray</code> and <code>memoryview</code>.
<a href="https://peps.python.org/pep-0688">PEP 688</a> specified the
removal of this special case.
Use this flag to disable this behavior. <code>--strict-bytes</code> will
be enabled by default in <strong>mypy 2.0</strong>.</p>
<p>Contributed by Ali Hamdan (PR <a
href="https://redirect.github.com/python/mypy/pull/18263/">18137</a>)
and
Shantanu Jain (PR <a
href="https://redirect.github.com/python/mypy/pull/13952">13952</a>).</p>
<h3>Improvements to partial type handling in loops</h3>
<p>This change results in mypy better modelling control flow within
loops and hence detecting several
issues it previously did not detect. In some cases, this change may
require use of an additional
explicit annotation of a variable.</p>
<p>Contributed by Christoph Tyralla (PR <a
href="https://redirect.github.com/python/mypy/pull/18180">18180</a>).</p>
<p>(Speaking of partial types, another reminder that mypy plans on
enabling <code>--local-partial-types</code>
by default in <strong>mypy 2.0</strong>).</p>
<h2>Mypy 1.14</h2>
<p>We’ve just uploaded mypy 1.14 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 and bug fixes.
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/251d12fe9f89f8d4818fd6ff1c48224e77119004"><code>251d12f</code></a>
Remove +dev from version for release 1.14.1</li>
<li><a
href="https://github.com/python/mypy/commit/667e5f752aaa4d1c62341d27af54e9ffff82620c"><code>667e5f7</code></a>
Revert &quot;Remove redundant inheritances from Iterator in
builtins&quot; (<a
href="https://redirect.github.com/python/mypy/issues/18324">#18324</a>)</li>
<li><a
href="https://github.com/python/mypy/commit/67f673a79d3114b3aa06d9642b9feefc2f20631a"><code>67f673a</code></a>
Fix enum truthiness for StrEnum (<a
href="https://redirect.github.com/python/mypy/issues/18379">#18379</a>)</li>
<li><a
href="https://github.com/python/mypy/commit/3755abbb875c80698c928711b5aa8f59e71ce973"><code>3755abb</code></a>
Fix getargs argument passing (<a
href="https://redirect.github.com/python/mypy/issues/18350">#18350</a>)</li>
<li><a
href="https://github.com/python/mypy/commit/b9fa8eeaebfda2b6ac01a2651659d3206fab9854"><code>b9fa8ee</code></a>
Update version to 1.14.1+dev for point release</li>
<li><a
href="https://github.com/python/mypy/commit/6f37859612cd8670724c2ee2df21aa691276a9dc"><code>6f37859</code></a>
Remove +dev from version for release 1.14</li>
<li><a
href="https://github.com/python/mypy/commit/5a6a7548a9ae25c79690108b1dc1aaec559a18de"><code>5a6a754</code></a>
Minor updates to 1.14 changelog (<a
href="https://redirect.github.com/python/mypy/issues/18310">#18310</a>)</li>
<li><a
href="https://github.com/python/mypy/commit/9772d486ada2c198811c34f47be7d0bad44cdbf5"><code>9772d48</code></a>
Update changelog for release 1.14 (<a
href="https://redirect.github.com/python/mypy/issues/18301">#18301</a>)</li>
<li><a
href="https://github.com/python/mypy/commit/92473c8bef8a2969e2a649c6c84b3165ba342b0c"><code>92473c8</code></a>
Warn about --follow-untyped-imports (<a
href="https://redirect.github.com/python/mypy/issues/18249">#18249</a>)</li>
<li><a
href="https://github.com/python/mypy/commit/e6ce8be8a61a4a8c17523a828e800a76331ee4b5"><code>e6ce8be</code></a>
PEP 702 (<a
href="https://github.com/deprecated"><code>@​deprecated</code></a>):
descriptors (<a
href="https://redirect.github.com/python/mypy/issues/18090">#18090</a>)</li>
<li>Additional commits viewable in <a
href="https://github.com/python/mypy/compare/v1.13.0...v1.14.1">compare
view</a></li>
</ul>
</details>
<br />

Updates `uv` from 0.5.5 to 0.5.13
<details>
<summary>Release notes</summary>
<p><em>Sourced from <a
href="https://github.com/astral-sh/uv/releases">uv's
releases</a>.</em></p>
<blockquote>
<h2>0.5.13</h2>
<h2>Release Notes</h2>
<h3>Bug fixes</h3>
<ul>
<li>Avoid enforcing URL check on initial publish (<a
href="https://redirect.github.com/astral-sh/uv/pull/10182">#10182</a>)</li>
<li>Fix incorrect mismatched constraints reference (<a
href="https://redirect.github.com/astral-sh/uv/pull/10184">#10184</a>)</li>
<li>Revert &quot;Update <code>reqwest</code> (<a
href="https://redirect.github.com/astral-sh/uv/issues/10178">#10178</a>)&quot;
(<a
href="https://redirect.github.com/astral-sh/uv/pull/10187">#10187</a>)</li>
</ul>
<h2>Install uv 0.5.13</h2>
<h3>Install prebuilt binaries via shell script</h3>
<pre lang="sh"><code>curl --proto '=https' --tlsv1.2 -LsSf
https://github.com/astral-sh/uv/releases/download/0.5.13/uv-installer.sh
| sh
</code></pre>
<h3>Install prebuilt binaries via powershell script</h3>
<pre lang="sh"><code>powershell -ExecutionPolicy ByPass -c &quot;irm
https://github.com/astral-sh/uv/releases/download/0.5.13/uv-installer.ps1
| iex&quot;
</code></pre>
<h2>Download uv 0.5.13</h2>
<table>
<thead>
<tr>
<th>File</th>
<th>Platform</th>
<th>Checksum</th>
</tr>
</thead>
<tbody>
<tr>
<td><a
href="https://github.com/astral-sh/uv/releases/download/0.5.13/uv-aarch64-apple-darwin.tar.gz">uv-aarch64-apple-darwin.tar.gz</a></td>
<td>Apple Silicon macOS</td>
<td><a
href="https://github.com/astral-sh/uv/releases/download/0.5.13/uv-aarch64-apple-darwin.tar.gz.sha256">checksum</a></td>
</tr>
<tr>
<td><a
href="https://github.com/astral-sh/uv/releases/download/0.5.13/uv-x86_64-apple-darwin.tar.gz">uv-x86_64-apple-darwin.tar.gz</a></td>
<td>Intel macOS</td>
<td><a
href="https://github.com/astral-sh/uv/releases/download/0.5.13/uv-x86_64-apple-darwin.tar.gz.sha256">checksum</a></td>
</tr>
<tr>
<td><a
href="https://github.com/astral-sh/uv/releases/download/0.5.13/uv-i686-pc-windows-msvc.zip">uv-i686-pc-windows-msvc.zip</a></td>
<td>x86 Windows</td>
<td><a
href="https://github.com/astral-sh/uv/releases/download/0.5.13/uv-i686-pc-windows-msvc.zip.sha256">checksum</a></td>
</tr>
<tr>
<td><a
href="https://github.com/astral-sh/uv/releases/download/0.5.13/uv-x86_64-pc-windows-msvc.zip">uv-x86_64-pc-windows-msvc.zip</a></td>
<td>x64 Windows</td>
<td><a
href="https://github.com/astral-sh/uv/releases/download/0.5.13/uv-x86_64-pc-windows-msvc.zip.sha256">checksum</a></td>
</tr>
<tr>
<td><a
href="https://github.com/astral-sh/uv/releases/download/0.5.13/uv-aarch64-unknown-linux-gnu.tar.gz">uv-aarch64-unknown-linux-gnu.tar.gz</a></td>
<td>ARM64 Linux</td>
<td><a
href="https://github.com/astral-sh/uv/releases/download/0.5.13/uv-aarch64-unknown-linux-gnu.tar.gz.sha256">checksum</a></td>
</tr>
<tr>
<td><a
href="https://github.com/astral-sh/uv/releases/download/0.5.13/uv-i686-unknown-linux-gnu.tar.gz">uv-i686-unknown-linux-gnu.tar.gz</a></td>
<td>x86 Linux</td>
<td><a
href="https://github.com/astral-sh/uv/releases/download/0.5.13/uv-i686-unknown-linux-gnu.tar.gz.sha256">checksum</a></td>
</tr>
<tr>
<td><a
href="https://github.com/astral-sh/uv/releases/download/0.5.13/uv-powerpc64-unknown-linux-gnu.tar.gz">uv-powerpc64-unknown-linux-gnu.tar.gz</a></td>
<td>PPC64 Linux</td>
<td><a
href="https://github.com/astral-sh/uv/releases/download/0.5.13/uv-powerpc64-unknown-linux-gnu.tar.gz.sha256">checksum</a></td>
</tr>
<tr>
<td><a
href="https://github.com/astral-sh/uv/releases/download/0.5.13/uv-powerpc64le-unknown-linux-gnu.tar.gz">uv-powerpc64le-unknown-linux-gnu.tar.gz</a></td>
<td>PPC64LE Linux</td>
<td><a
href="https://github.com/astral-sh/uv/releases/download/0.5.13/uv-powerpc64le-unknown-linux-gnu.tar.gz.sha256">checksum</a></td>
</tr>
<tr>
<td><a
href="https://github.com/astral-sh/uv/releases/download/0.5.13/uv-s390x-unknown-linux-gnu.tar.gz">uv-s390x-unknown-linux-gnu.tar.gz</a></td>
<td>S390x Linux</td>
<td><a
href="https://github.com/astral-sh/uv/releases/download/0.5.13/uv-s390x-unknown-linux-gnu.tar.gz.sha256">checksum</a></td>
</tr>
<tr>
<td><a
href="https://github.com/astral-sh/uv/releases/download/0.5.13/uv-x86_64-unknown-linux-gnu.tar.gz">uv-x86_64-unknown-linux-gnu.tar.gz</a></td>
<td>x64 Linux</td>
<td><a
href="https://github.com/astral-sh/uv/releases/download/0.5.13/uv-x86_64-unknown-linux-gnu.tar.gz.sha256">checksum</a></td>
</tr>
<tr>
<td><a
href="https://github.com/astral-sh/uv/releases/download/0.5.13/uv-armv7-unknown-linux-gnueabihf.tar.gz">uv-armv7-unknown-linux-gnueabihf.tar.gz</a></td>
<td>ARMv7 Linux</td>
<td><a
href="https://github.com/astral-sh/uv/releases/download/0.5.13/uv-armv7-unknown-linux-gnueabihf.tar.gz.sha256">checksum</a></td>
</tr>
<tr>
<td><a
href="https://github.com/astral-sh/uv/releases/download/0.5.13/uv-aarch64-unknown-linux-musl.tar.gz">uv-aarch64-unknown-linux-musl.tar.gz</a></td>
<td>ARM64 MUSL Linux</td>
<td><a
href="https://github.com/astral-sh/uv/releases/download/0.5.13/uv-aarch64-unknown-linux-musl.tar.gz.sha256">checksum</a></td>
</tr>
<tr>
<td><a
href="https://github.com/astral-sh/uv/releases/download/0.5.13/uv-i686-unknown-linux-musl.tar.gz">uv-i686-unknown-linux-musl.tar.gz</a></td>
<td>x86 MUSL Linux</td>
<td><a
href="https://github.com/astral-sh/uv/releases/download/0.5.13/uv-i686-unknown-linux-musl.tar.gz.sha256">checksum</a></td>
</tr>
<tr>
<td><a
href="https://github.com/astral-sh/uv/releases/download/0.5.13/uv-x86_64-unknown-linux-musl.tar.gz">uv-x86_64-unknown-linux-musl.tar.gz</a></td>
<td>x64 MUSL Linux</td>
<td><a
href="https://github.com/astral-sh/uv/releases/download/0.5.13/uv-x86_64-unknown-linux-musl.tar.gz.sha256">checksum</a></td>
</tr>
<tr>
<td><a
href="https://github.com/astral-sh/uv/releases/download/0.5.13/uv-arm-unknown-linux-musleabihf.tar.gz">uv-arm-unknown-linux-musleabihf.tar.gz</a></td>
<td>ARMv6 MUSL Linux (Hardfloat)</td>
<td><a
href="https://github.com/astral-sh/uv/releases/download/0.5.13/uv-arm-unknown-linux-musleabihf.tar.gz.sha256">checksum</a></td>
</tr>
<tr>
<td><a
href="https://github.com/astral-sh/uv/releases/download/0.5.13/uv-armv7-unknown-linux-musleabihf.tar.gz">uv-armv7-unknown-linux-musleabihf.tar.gz</a></td>
<td>ARMv7 MUSL Linux</td>
<td><a
href="https://github.com/astral-sh/uv/releases/download/0.5.13/uv-armv7-unknown-linux-musleabihf.tar.gz.sha256">checksum</a></td>
</tr>
</tbody>
</table>
<h2>0.5.12</h2>
<h2>Release Notes</h2>
<h3>Enhancements</h3>
<ul>
<li>Support <code>uv export</code> for non-project workspaces (<a
href="https://redirect.github.com/astral-sh/uv/pull/10144">#10144</a>)</li>
</ul>
<!-- raw HTML omitted -->
</blockquote>
<p>... (truncated)</p>
</details>
<details>
<summary>Changelog</summary>
<p><em>Sourced from <a
href="https://github.com/astral-sh/uv/blob/main/CHANGELOG.md">uv's
changelog</a>.</em></p>
<blockquote>
<h2>0.5.13</h2>
<h3>Bug fixes</h3>
<ul>
<li>Avoid enforcing URL check on initial publish (<a
href="https://redirect.github.com/astral-sh/uv/pull/10182">#10182</a>)</li>
<li>Fix incorrect mismatched constraints reference (<a
href="https://redirect.github.com/astral-sh/uv/pull/10184">#10184</a>)</li>
<li>Revert &quot;Update <code>reqwest</code> (<a
href="https://redirect.github.com/astral-sh/uv/issues/10178">#10178</a>)&quot;
(<a
href="https://redirect.github.com/astral-sh/uv/pull/10187">#10187</a>)</li>
</ul>
<h2>0.5.12</h2>
<h3>Enhancements</h3>
<ul>
<li>Support <code>uv export</code> for non-project workspaces (<a
href="https://redirect.github.com/astral-sh/uv/pull/10144">#10144</a>)</li>
<li>Set glibc versions for standalone installers (<a
href="https://redirect.github.com/astral-sh/uv/pull/10142">#10142</a>)</li>
<li>Allow environment variables to be included in cache keys (<a
href="https://redirect.github.com/astral-sh/uv/pull/10170">#10170</a>)</li>
</ul>
<h3>Preview features</h3>
<ul>
<li>Include extras in <code>uv-build</code> <code>Requires-Dist</code>
metadata (<a
href="https://redirect.github.com/astral-sh/uv/pull/10110">#10110</a>)</li>
<li>Use <code>shutil.which</code> for the build backend (<a
href="https://redirect.github.com/astral-sh/uv/pull/10028">#10028</a>)</li>
</ul>
<h3>Bug fixes</h3>
<ul>
<li>Always write slash paths to RECORD file (<a
href="https://redirect.github.com/astral-sh/uv/pull/10164">#10164</a>)</li>
<li>Add support for subdirectories in direct URLs in
<code>uv.lock</code> (<a
href="https://redirect.github.com/astral-sh/uv/pull/10068">#10068</a>)</li>
<li>Avoid duplicating backslashes in sysconfig parser (<a
href="https://redirect.github.com/astral-sh/uv/pull/10063">#10063</a>)</li>
<li>Avoid erroring when subdirectories are provided in <code>uv
add</code> (<a
href="https://redirect.github.com/astral-sh/uv/pull/10095">#10095</a>)</li>
<li>Backtrack to non-local versions when wheels are missing platform
support (<a
href="https://redirect.github.com/astral-sh/uv/pull/10046">#10046</a>)</li>
<li>Fix mirror script to handle newer metadata format (<a
href="https://redirect.github.com/astral-sh/uv/pull/10050">#10050</a>)</li>
<li>Preserve sort when deciding on requirement placement (<a
href="https://redirect.github.com/astral-sh/uv/pull/10078">#10078</a>)</li>
<li>Remove redundant alias in <code>uv init</code> CLI (<a
href="https://redirect.github.com/astral-sh/uv/pull/10124">#10124</a>)</li>
<li>Respect sources credentials in non-project workspaces (<a
href="https://redirect.github.com/astral-sh/uv/pull/10125">#10125</a>)</li>
<li>Show non-project dependencies in <code>uv tree</code> (<a
href="https://redirect.github.com/astral-sh/uv/pull/10149">#10149</a>)</li>
<li>Strip fragment when storing direct URL (<a
href="https://redirect.github.com/astral-sh/uv/pull/10093">#10093</a>)</li>
<li>Include hashes for local source archives (<a
href="https://redirect.github.com/astral-sh/uv/pull/10080">#10080</a>)</li>
</ul>
<h3>Documentation</h3>
<ul>
<li>Fix invalid syntax in some sources examples (<a
href="https://redirect.github.com/astral-sh/uv/pull/10127">#10127</a>)</li>
</ul>
<h2>0.5.11</h2>
<h3>Enhancements</h3>
<ul>
<li>Normalize <code>platform_system</code> to <code>sys_platform</code>
(<a
href="https://redirect.github.com/astral-sh/uv/pull/9949">#9949</a>)</li>
<li>Improve retry mechanisms on Windows for <code>copy_atomic</code> and
<code>write_atomic</code> (<a
href="https://redirect.github.com/astral-sh/uv/pull/10026">#10026</a>)</li>
<li>Add nuance to prefetch logging (<a
href="https://redirect.github.com/astral-sh/uv/pull/9984">#9984</a>)</li>
<li>Update to <a
href="https://github.com/astral-sh/python-build-standalone/releases/tag/20241219"><code>python-build-standalone
20241219</code></a></li>
</ul>
<h3>Preview features</h3>
<!-- raw HTML omitted -->
</blockquote>
<p>... (truncated)</p>
</details>
<details>
<summary>Commits</summary>
<ul>
<li><a
href="https://github.com/astral-sh/uv/commit/c456bae5e47796d5f77f9a9ae3479604a75828a3"><code>c456bae</code></a>
Publish with v0.5.11</li>
<li><a
href="https://github.com/astral-sh/uv/commit/4c49683f7bac8187faa19a0b2f3dff67efee6f6c"><code>4c49683</code></a>
Bump version to v0.5.13 (<a
href="https://redirect.github.com/astral-sh/uv/issues/10188">#10188</a>)</li>
<li><a
href="https://github.com/astral-sh/uv/commit/2f5badddbba07c7fb2331a88d3bc37e2edb9e88d"><code>2f5badd</code></a>
Avoid enforcing URL check on initial publish (<a
href="https://redirect.github.com/astral-sh/uv/issues/10182">#10182</a>)</li>
<li><a
href="https://github.com/astral-sh/uv/commit/b52d48973fe9ddb2e78b663ec48a1a68f7e7802d"><code>b52d489</code></a>
Revert &quot;Update <code>reqwest</code> (<a
href="https://redirect.github.com/astral-sh/uv/issues/10178">#10178</a>)&quot;
(<a
href="https://redirect.github.com/astral-sh/uv/issues/10187">#10187</a>)</li>
<li><a
href="https://github.com/astral-sh/uv/commit/d3f06de4f5fca1a9bb43f11b8e469fce306e94db"><code>d3f06de</code></a>
Fix incorrect mismatched constraints reference (<a
href="https://redirect.github.com/astral-sh/uv/issues/10184">#10184</a>)</li>
<li><a
href="https://github.com/astral-sh/uv/commit/351d602d86c484a39bc537f1eb99866ea2c25fc1"><code>351d602</code></a>
Bump version to v0.5.12 (<a
href="https://redirect.github.com/astral-sh/uv/issues/10175">#10175</a>)</li>
<li><a
href="https://github.com/astral-sh/uv/commit/d2f58d92991fa08b24596fcc6c6472dc5015d3bc"><code>d2f58d9</code></a>
Update <code>reqwest</code> (<a
href="https://redirect.github.com/astral-sh/uv/issues/10178">#10178</a>)</li>
<li><a
href="https://github.com/astral-sh/uv/commit/b6697a777c301f68ec4f8a81f1707badf223e837"><code>b6697a7</code></a>
Run <code>cargo update</code> (<a
href="https://redirect.github.com/astral-sh/uv/issues/10173">#10173</a>)</li>
<li><a
href="https://github.com/astral-sh/uv/commit/74112553bf3c1e675dddc5ce25c3f7d3b6f49656"><code>7411255</code></a>
Avoid cloning script when discovering interpreter (<a
href="https://redirect.github.com/astral-sh/uv/issues/10172">#10172</a>)</li>
<li><a
href="https://github.com/astral-sh/uv/commit/79dce7391e17c9872a96e3d2cfe186c3a94ee1e0"><code>79dce73</code></a>
Avoid need for universal markers in <code>requirements.txt</code> export
(<a
href="https://redirect.github.com/astral-sh/uv/issues/10171">#10171</a>)</li>
<li>Additional commits viewable in <a
href="https://github.com/astral-sh/uv/compare/0.5.5...0.5.13">compare
view</a></li>
</ul>
</details>
<br />

Updates `pylint` from 3.3.2 to 3.3.3
<details>
<summary>Commits</summary>
<ul>
<li><a
href="https://github.com/pylint-dev/pylint/commit/c28580be76fe1ec55a6cac41833c0bd68070d2f7"><code>c28580b</code></a>
Bump pylint to 3.3.3, update changelog</li>
<li><a
href="https://github.com/pylint-dev/pylint/commit/1f9b947768ca8dc15deaf1b70e102ccb27621c08"><code>1f9b947</code></a>
Bump astroid from 3.3.5 to 3.3.8 (<a
href="https://redirect.github.com/pylint-dev/pylint/issues/10125">#10125</a>)
(<a
href="https://redirect.github.com/pylint-dev/pylint/issues/10155">#10155</a>)</li>
<li><a
href="https://github.com/pylint-dev/pylint/commit/96d13034cfcd021f73572115781f4eaa55257ff3"><code>96d1303</code></a>
Bump actions/cache from 4.1.2 to 4.2.0 (<a
href="https://redirect.github.com/pylint-dev/pylint/issues/10123">#10123</a>)
(<a
href="https://redirect.github.com/pylint-dev/pylint/issues/10154">#10154</a>)</li>
<li><a
href="https://github.com/pylint-dev/pylint/commit/a7202b145b81e86bed9ddcddf54439cccc73d4f3"><code>a7202b1</code></a>
Fix Python 3.12 generic type syntax (<a
href="https://redirect.github.com/pylint-dev/pylint/issues/10135">#10135</a>)
(<a
href="https://redirect.github.com/pylint-dev/pylint/issues/10146">#10146</a>)</li>
<li><a
href="https://github.com/pylint-dev/pylint/commit/90cb29df77bf8abde79671dd59e740eeaf063deb"><code>90cb29d</code></a>
[mypy] Use type-setuptools instead of types-pkg-resources (<a
href="https://redirect.github.com/pylint-dev/pylint/issues/10120">#10120</a>)</li>
<li><a
href="https://github.com/pylint-dev/pylint/commit/995570109a3edaa76606558df8758451ec2d85c8"><code>9955701</code></a>
Fix 'use-implicit-booleaness' wrongly emitted for generators. (<a
href="https://redirect.github.com/pylint-dev/pylint/issues/10107">#10107</a>)
(<a
href="https://redirect.github.com/pylint-dev/pylint/issues/10109">#10109</a>)</li>
<li>See full diff in <a
href="https://github.com/pylint-dev/pylint/compare/v3.3.2...v3.3.3">compare
view</a></li>
</ul>
</details>
<br />

Updates `pytest-asyncio` from 0.24.0 to 0.25.1
<details>
<summary>Release notes</summary>
<p><em>Sourced from <a
href="https://github.com/pytest-dev/pytest-asyncio/releases">pytest-asyncio's
releases</a>.</em></p>
<blockquote>
<h2>pytest-asyncio 0.25.1</h2>
<ul>
<li>Fixes an issue that caused a broken event loop when a
function-scoped test was executed in between two tests with wider loop
scope <a
href="https://redirect.github.com/pytest-dev/pytest-asyncio/issues/950">#950</a></li>
<li>Improves test collection speed in auto mode <a
href="https://redirect.github.com/pytest-dev/pytest-asyncio/pull/1020">#1020</a></li>
<li>Corrects the warning that is emitted upon redefining the event_loop
fixture</li>
</ul>
<h2>pytest-asyncio 0.25.0</h2>
<h1>0.25.0 (2024-12-13)</h1>
<ul>
<li>Deprecated: Added warning when asyncio test requests async
<code>@pytest.fixture</code> in strict mode. This will become an error
in a future version of flake8-asyncio. <a
href="https://redirect.github.com/pytest-dev/pytest-asyncio/pull/979">#979</a></li>
<li>Updates the error message about <em>pytest.mark.asyncio</em>'s
<em>scope</em> keyword argument to say <em>loop_scope</em> instead. <a
href="https://redirect.github.com/pytest-dev/pytest-asyncio/pull/1004">#1004</a></li>
<li>Verbose log displays correct parameter name:
asyncio_default_fixture_loop_scope <a
href="https://redirect.github.com/pytest-dev/pytest-asyncio/pull/990">#990</a></li>
<li>Propagates <em>contextvars</em> set in async fixtures to other
fixtures and tests on Python 3.11 and above. <a
href="https://redirect.github.com/pytest-dev/pytest-asyncio/pull/1008">#1008</a></li>
</ul>
</blockquote>
</details>
<details>
<summary>Commits</summary>
<ul>
<li><a
href="https://github.com/pytest-dev/pytest-asyncio/commit/623ab74b80b6f748e88254714f9b21a16eb7911e"><code>623ab74</code></a>
docs: Prepare release of v0.25.1.</li>
<li><a
href="https://github.com/pytest-dev/pytest-asyncio/commit/c236550e739b55ee62f3e6ec7f71b4f4231236d1"><code>c236550</code></a>
docs: Fix broken link to the pytest.mark.asyncio reference.</li>
<li><a
href="https://github.com/pytest-dev/pytest-asyncio/commit/41c645b3b79709c2812a3aa3b17943074bc33f48"><code>41c645b</code></a>
fix: Correct warning message when redefining the event_loop
fixture.</li>
<li><a
href="https://github.com/pytest-dev/pytest-asyncio/commit/2fd10f824302d45da752341c60c8ddec48297a1b"><code>2fd10f8</code></a>
docs: Clarify deprecation of event_loop fixture.</li>
<li><a
href="https://github.com/pytest-dev/pytest-asyncio/commit/a4e82ab25b9d6238c46e078313402584d65e11c9"><code>a4e82ab</code></a>
docs: Added changelog entry for <a
href="https://redirect.github.com/pytest-dev/pytest-asyncio/issues/1020">#1020</a>.</li>
<li><a
href="https://github.com/pytest-dev/pytest-asyncio/commit/04f90445e10568df4d47812541798cdb62259154"><code>04f9044</code></a>
refactor: Replace the &quot;__original_fixture_loop&quot; magic
attribute with the more...</li>
<li><a
href="https://github.com/pytest-dev/pytest-asyncio/commit/dafef6c65b4b9dd90fac62e60e43629e3f881d0d"><code>dafef6c</code></a>
refactor: Extracted a function to mark an event loop as created by
pytest-asy...</li>
<li><a
href="https://github.com/pytest-dev/pytest-asyncio/commit/0c931b7eab4d9e9c8a53c0e1c632628161413034"><code>0c931b7</code></a>
refactor: Extracted function to check if a loop was created by
pytest-asyncio.</li>
<li><a
href="https://github.com/pytest-dev/pytest-asyncio/commit/0642dcd27b35f5a74e385d4171893fe03d6edfcb"><code>0642dcd</code></a>
fix: Fix broken event loop when a function-scoped test is in between two
wide...</li>
<li><a
href="https://github.com/pytest-dev/pytest-asyncio/commit/050a5f81c937f805d35d27f8871981e336ddeee0"><code>050a5f8</code></a>
[pre-commit.ci] pre-commit autoupdate</li>
<li>Additional commits viewable in <a
href="https://github.com/pytest-dev/pytest-asyncio/compare/v0.24.0...v0.25.1">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 Jan 3, 2025
2 parents 9acbaef + 456f35d commit 9db3c4d
Showing 1 changed file with 7 additions and 7 deletions.
14 changes: 7 additions & 7 deletions pyproject.toml
Original file line number Diff line number Diff line change
Expand Up @@ -53,7 +53,7 @@ dev-flake8 = [
"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.9",
"pydoclint == 0.5.14",
"pydocstyle == 6.3.0",
]
dev-formatting = ["black == 24.10.0", "isort == 5.13.2"]
Expand All @@ -64,34 +64,34 @@ dev-mkdocs = [
"mkdocs-gen-files == 0.5.0",
"mkdocs-literate-nav == 0.6.1",
"mkdocs-macros-plugin == 1.3.7",
"mkdocs-material == 9.5.47",
"mkdocs-material == 9.5.49",
"mkdocstrings[python] == 0.27.0",
"mkdocstrings-python == 1.12.2",
"mkdocstrings-python == 1.13.0",
"frequenz-repo-config[lib] == 0.11.0",
]
dev-mypy = [
"mypy == 1.13.0",
"mypy == 1.14.1",
# This dependency introduces breaking changes in patch releases
"grpc-stubs == 1.53.0.5",
"types-Markdown == 3.7.0.20241204",
# For checking the noxfile, docs/ script, and tests
"frequenz-dispatch[dev-mkdocs,dev-noxfile,dev-pytest]",
]
dev-noxfile = [
"uv == 0.5.5",
"uv == 0.5.13",
"nox == 2024.10.9",
"frequenz-repo-config[lib] == 0.11.0",
]
dev-pylint = [
"pylint == 3.3.2",
"pylint == 3.3.3",
# For checking the noxfile, docs/ script, and tests
"frequenz-dispatch[dev-mkdocs,dev-noxfile,dev-pytest]",
]
dev-pytest = [
"pytest == 8.3.4",
"frequenz-repo-config[extra-lint-examples] == 0.11.0",
"pytest-mock == 3.14.0",
"pytest-asyncio == 0.24.0",
"pytest-asyncio == 0.25.1",
"async-solipsism == 0.7",
"time-machine == 2.16.0",
]
Expand Down

0 comments on commit 9db3c4d

Please sign in to comment.