-
Notifications
You must be signed in to change notification settings - Fork 5
Commit 6d0819c
authored
Bump the required group with 14 updates (#49)
Bumps the required group with 14 updates:
| Package | From | To |
| --- | --- | --- |
| [flake8](https://github.com/pycqa/flake8) | `7.1.0` | `7.1.1` |
| [black](https://github.com/psf/black) | `24.4.2` | `24.8.0` |
| [markdown](https://github.com/Python-Markdown/markdown) | `3.6` |
`3.7` |
| [mike](https://github.com/jimporter/mike) | `2.1.2` | `2.1.3` |
| [mkdocs-material](https://github.com/squidfunk/mkdocs-material) |
`9.5.30` | `9.5.34` |
| [mkdocstrings-python](https://github.com/mkdocstrings/python) |
`1.10.8` | `1.10.9` |
| [mypy](https://github.com/python/mypy) | `1.11.1` | `1.11.2` |
| [grpc-stubs](https://github.com/shabbyrobe/grpc-stubs) | `1.24.12` |
`1.53.0.5` |
| [types-markdown](https://github.com/python/typeshed) |
`3.6.0.20240316` | `3.7.0.20240822` |
| [uv](https://github.com/astral-sh/uv) | `0.2.32` | `0.4.1` |
| [pylint](https://github.com/pylint-dev/pylint) | `3.2.6` | `3.2.7` |
| [pytest-asyncio](https://github.com/pytest-dev/pytest-asyncio) |
`0.23.8` | `0.24.0` |
| [async-solipsism](https://github.com/bmerry/async-solipsism) | `0.6` |
`0.7` |
| [time-machine](https://github.com/adamchainz/time-machine) | `2.14.2`
| `2.15.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://redirect.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://redirect.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 `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://redirect.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://redirect.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://redirect.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://redirect.github.com/psf/black/issues/4401">#4401</a>)</li>
<li>Fix bug with Black incorrectly parsing empty lines with a backslash
(<a
href="https://redirect.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://redirect.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://redirect.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://redirect.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://redirect.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://redirect.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://redirect.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://redirect.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://redirect.github.com/psf/black/issues/4401">#4401</a>)</li>
<li>Fix bug with Black incorrectly parsing empty lines with a backslash
(<a
href="https://redirect.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://redirect.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://redirect.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://redirect.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://redirect.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://redirect.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://redirect.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://redirect.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://redirect.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://redirect.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://redirect.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://redirect.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://redirect.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://redirect.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 `markdown` from 3.6 to 3.7
<details>
<summary>Release notes</summary>
<p><em>Sourced from <a
href="https://github.com/Python-Markdown/markdown/releases">markdown's
releases</a>.</em></p>
<blockquote>
<h2>Release 3.7</h2>
<h3>Changed</h3>
<h4>Refactor <code>abbr</code> Extension</h4>
<p>A new <code>AbbrTreeprocessor</code> has been introduced, which
replaces the now deprecated
<code>AbbrInlineProcessor</code>. Abbreviation processing now happens
after Attribute Lists,
avoiding a conflict between the two extensions (<a
href="https://redirect.github.com/Python-Markdown/markdown/issues/1460">#1460</a>).</p>
<p>The <code>AbbrPreprocessor</code> class has been renamed to
<code>AbbrBlockprocessor</code>, which
better reflects what it is. <code>AbbrPreprocessor</code> has been
deprecated.</p>
<p>A call to <code>Markdown.reset()</code> now clears all previously
defined abbreviations.</p>
<p>Abbreviations are now sorted by length before executing
<code>AbbrTreeprocessor</code>
to ensure that multi-word abbreviations are implemented even if an
abbreviation
exists for one of those component words. (<a
href="https://redirect.github.com/Python-Markdown/markdown/issues/1465">#1465</a>)</p>
<p>Abbreviations without a definition are now ignored. This avoids
applying
abbr tags to text without a title value.</p>
<p>Added an optional <code>glossary</code> configuration option to the
abbreviations extension.
This provides a simple and efficient way to apply a dictionary of
abbreviations
to every page.</p>
<p>Abbreviations can now be disabled by setting their definition to
<code>""</code> or <code>''</code>.
This can be useful when using the <code>glossary</code> option.</p>
<h3>Fixed</h3>
<ul>
<li>Fixed links to source code on GitHub from the documentation (<a
href="https://redirect.github.com/Python-Markdown/markdown/issues/1453">#1453</a>).</li>
</ul>
</blockquote>
</details>
<details>
<summary>Changelog</summary>
<p><em>Sourced from <a
href="https://github.com/Python-Markdown/markdown/blob/master/docs/changelog.md">markdown's
changelog</a>.</em></p>
<blockquote>
<h2>[3.7] -- 2024-08-16</h2>
<h3>Changed</h3>
<h4>Refactor <code>abbr</code> Extension</h4>
<p>A new <code>AbbrTreeprocessor</code> has been introduced, which
replaces the now deprecated
<code>AbbrInlineProcessor</code>. Abbreviation processing now happens
after Attribute Lists,
avoiding a conflict between the two extensions (<a
href="https://redirect.github.com/Python-Markdown/markdown/issues/1460">#1460</a>).</p>
<p>The <code>AbbrPreprocessor</code> class has been renamed to
<code>AbbrBlockprocessor</code>, which
better reflects what it is. <code>AbbrPreprocessor</code> has been
deprecated.</p>
<p>A call to <code>Markdown.reset()</code> now clears all previously
defined abbreviations.</p>
<p>Abbreviations are now sorted by length before executing
<code>AbbrTreeprocessor</code>
to ensure that multi-word abbreviations are implemented even if an
abbreviation
exists for one of those component words. (<a
href="https://redirect.github.com/Python-Markdown/markdown/issues/1465">#1465</a>)</p>
<p>Abbreviations without a definition are now ignored. This avoids
applying
abbr tags to text without a title value.</p>
<p>Added an optional <code>glossary</code> configuration option to the
abbreviations extension.
This provides a simple and efficient way to apply a dictionary of
abbreviations
to every page.</p>
<p>Abbreviations can now be disabled by setting their definition to
<code>""</code> or <code>''</code>.
This can be useful when using the <code>glossary</code> option.</p>
<h3>Fixed</h3>
<ul>
<li>Fixed links to source code on GitHub from the documentation (<a
href="https://redirect.github.com/Python-Markdown/markdown/issues/1453">#1453</a>).</li>
</ul>
</blockquote>
</details>
<details>
<summary>Commits</summary>
<ul>
<li><a
href="https://github.com/Python-Markdown/markdown/commit/da03cd646d00a77786ae1e0bc79b01a5539852bc"><code>da03cd6</code></a>
Bump version to 3.7</li>
<li><a
href="https://github.com/Python-Markdown/markdown/commit/bd836a1448963081b221ad899399e20bb1ccb857"><code>bd836a1</code></a>
Update griffe_extensions to support Griffe v 1.0.</li>
<li><a
href="https://github.com/Python-Markdown/markdown/commit/33359faa385f59b84cd87df5f4b0996055a482e2"><code>33359fa</code></a>
Abbr Extension: Definition Sorting and Glossary storage</li>
<li><a
href="https://github.com/Python-Markdown/markdown/commit/ec8c305fb14eb081bb874c917d8b91d3c5122334"><code>ec8c305</code></a>
Refactor <code>abbr</code> Extension</li>
<li><a
href="https://github.com/Python-Markdown/markdown/commit/993b57b8ea577f2120f7d0c81b45ee5ed74a0f57"><code>993b57b</code></a>
Fixed links to source code on GitHub from the documentation</li>
<li>See full diff in <a
href="https://github.com/Python-Markdown/markdown/compare/3.6...3.7">compare
view</a></li>
</ul>
</details>
<br />
Updates `mike` from 2.1.2 to 2.1.3
<details>
<summary>Release notes</summary>
<p><em>Sourced from <a
href="https://github.com/jimporter/mike/releases">mike's
releases</a>.</em></p>
<blockquote>
<h2>v2.1.3</h2>
<h3>Bug fixes</h3>
<ul>
<li>When deploying using a deploy prefix, only delete stale versions of
the docs within that prefix</li>
</ul>
</blockquote>
</details>
<details>
<summary>Changelog</summary>
<p><em>Sourced from <a
href="https://github.com/jimporter/mike/blob/master/CHANGES.md">mike's
changelog</a>.</em></p>
<blockquote>
<h2>v2.1.3 (2024-08-12)</h2>
<h3>Bug fixes</h3>
<ul>
<li>When deploying using a deploy prefix, only delete stale versions of
the docs
within that prefix</li>
</ul>
<hr />
</blockquote>
</details>
<details>
<summary>Commits</summary>
<ul>
<li><a
href="https://github.com/jimporter/mike/commit/c4e96085f86e6930e9669e12d81941eff7c3de1d"><code>c4e9608</code></a>
Update version to 2.1.3</li>
<li><a
href="https://github.com/jimporter/mike/commit/3b19e27e9041cca20131f97419a9d7d88f85cf37"><code>3b19e27</code></a>
Announce the previous change</li>
<li><a
href="https://github.com/jimporter/mike/commit/dd9826a855965b0ce6bd06d290665f43ce9dabab"><code>dd9826a</code></a>
Consult deploy prefix when deleting files during deploy; resolves <a
href="https://redirect.github.com/jimporter/mike/issues/227">#227</a></li>
<li><a
href="https://github.com/jimporter/mike/commit/91cf5ee70da446a80bbc6108513581d0d6858ecf"><code>91cf5ee</code></a>
Properly escape parameters in regex</li>
<li><a
href="https://github.com/jimporter/mike/commit/90cf1314af3452003eaf40c9f97853efd2ee4e86"><code>90cf131</code></a>
Update version to 2.2.0.dev0</li>
<li>See full diff in <a
href="https://github.com/jimporter/mike/compare/v2.1.2...v2.1.3">compare
view</a></li>
</ul>
</details>
<br />
Updates `mkdocs-material` from 9.5.30 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://redirect.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://redirect.github.com/squidfunk/mkdocs-material/issues/7405">#7405</a>:
DockerHub missing images > 9.5.27 due to change in Alpine/APK</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://redirect.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://redirect.github.com/squidfunk/mkdocs-material/issues/7410">#7410</a>:
Instant previews jump on content tabs with anchor links</li>
<li>Fixed <a
href="https://redirect.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://redirect.github.com/squidfunk/mkdocs-material/issues/7405">#7405</a>:
DockerHub missing images > 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://redirect.github.com/squidfunk/mkdocs-material/issues/7380">#7380</a>:
Navigation icons disappearing on hover in Safari</li>
<li>Fixed <a
href="https://redirect.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://redirect.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://redirect.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://redirect.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://redirect.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://redirect.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.30...9.5.34">compare
view</a></li>
</ul>
</details>
<br />
Updates `mkdocstrings-python` from 1.10.8 to 1.10.9
<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.10.9</h2>
<h2><a
href="https://github.com/mkdocstrings/python/releases/tag/1.10.9">1.10.9</a>
- 2024-08-30</h2>
<p><!-- raw HTML omitted --><a
href="https://github.com/mkdocstrings/python/compare/1.10.8...1.10.9">Compare
with 1.10.8</a><!-- raw HTML omitted --></p>
<h3>Build</h3>
<ul>
<li>Explicitly depend on mkdocs-autorefs to be able to specify lower
bound (<a
href="https://github.com/mkdocstrings/python/commit/2299ab55641585d65babe0e116a6465b4736dcd9">2299ab5</a>
by Timothée Mazzucotelli).</li>
</ul>
<h3>Code Refactoring</h3>
<ul>
<li>Use new autorefs syntax (<a
href="https://github.com/mkdocstrings/python/commit/68cb72f62253f54146ece621345b36c90d712913">68cb72f</a>
by Timothée Mazzucotelli).</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.10.9">1.10.9</a>
- 2024-08-30</h2>
<p><!-- raw HTML omitted --><a
href="https://github.com/mkdocstrings/python/compare/1.10.8...1.10.9">Compare
with 1.10.8</a><!-- raw HTML omitted --></p>
<h3>Build</h3>
<ul>
<li>Explicitly depend on mkdocs-autorefs to be able to specify lower
bound (<a
href="https://github.com/mkdocstrings/python/commit/2299ab55641585d65babe0e116a6465b4736dcd9">2299ab5</a>
by Timothée Mazzucotelli).</li>
</ul>
<h3>Code Refactoring</h3>
<ul>
<li>Use new autorefs syntax (<a
href="https://github.com/mkdocstrings/python/commit/68cb72f62253f54146ece621345b36c90d712913">68cb72f</a>
by Timothée Mazzucotelli).</li>
</ul>
</blockquote>
</details>
<details>
<summary>Commits</summary>
<ul>
<li><a
href="https://github.com/mkdocstrings/python/commit/2d59cdbc497c7cfd69ddcfc316db287889c0e6f3"><code>2d59cdb</code></a>
chore: Prepare release 1.10.9</li>
<li><a
href="https://github.com/mkdocstrings/python/commit/68cb72f62253f54146ece621345b36c90d712913"><code>68cb72f</code></a>
refactor: Use new autorefs syntax</li>
<li><a
href="https://github.com/mkdocstrings/python/commit/2299ab55641585d65babe0e116a6465b4736dcd9"><code>2299ab5</code></a>
build: Explicitly depend on mkdocs-autorefs to be able to specify lower
bound</li>
<li><a
href="https://github.com/mkdocstrings/python/commit/81d698e5073e6158b2e269c279ee546163fd6ce8"><code>81d698e</code></a>
chore: Clean up check duty</li>
<li>See full diff in <a
href="https://github.com/mkdocstrings/python/compare/1.10.8...1.10.9">compare
view</a></li>
</ul>
</details>
<br />
Updates `mypy` from 1.11.1 to 1.11.2
<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://redirect.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://redirect.github.com/python/mypy/issues/17640">#17640</a>)</li>
<li><a
href="https://github.com/python/mypy/commit/32675dddfacccef616557916cb872757605ab493"><code>32675dd</code></a>
Revert "Fix Literal strings containing pipe characters" (<a
href="https://redirect.github.com/python/mypy/issues/17638">#17638</a>)</li>
<li><a
href="https://github.com/python/mypy/commit/778542b93a6f5b3c168a8acc03717700ae6f8048"><code>778542b</code></a>
Revert "Fix <code>RawExpressionType.accept</code> crash with
<code>--cache-fine-grained</code>" (<a
href="https://redirect.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>See full diff in <a
href="https://github.com/python/mypy/compare/v1.11.1...v1.11.2">compare
view</a></li>
</ul>
</details>
<br />
Updates `grpc-stubs` from 1.24.12 to 1.53.0.5
<details>
<summary>Commits</summary>
<ul>
<li>See full diff in <a
href="https://github.com/shabbyrobe/grpc-stubs/commits/1.53.0.5">compare
view</a></li>
</ul>
</details>
<br />
Updates `types-markdown` from 3.6.0.20240316 to 3.7.0.20240822
<details>
<summary>Commits</summary>
<ul>
<li>See full diff in <a
href="https://github.com/python/typeshed/commits">compare view</a></li>
</ul>
</details>
<br />
Updates `uv` from 0.2.32 to 0.4.1
<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.4.1</h2>
<h2>Release Notes</h2>
<h3>Enhancements</h3>
<ul>
<li>Add <code>uv export --format requirements-txt</code> (<a
href="https://redirect.github.com/astral-sh/uv/pull/6778">#6778</a>)</li>
<li>Allow <code>@</code> references in <code>uv tool install
--from</code> (<a
href="https://redirect.github.com/astral-sh/uv/pull/6842">#6842</a>)</li>
<li>Normalize version specifiers by sorting (<a
href="https://redirect.github.com/astral-sh/uv/pull/6333">#6333</a>)</li>
<li>Respect the user's upper-bound in <code>requires-python</code> (<a
href="https://redirect.github.com/astral-sh/uv/pull/6824">#6824</a>)</li>
<li>Use Windows registry to discover Python on Windows directly (<a
href="https://redirect.github.com/astral-sh/uv/pull/6761">#6761</a>)</li>
<li>Hint at <code>--no-workspace</code> in <code>uv init</code> failures
(<a
href="https://redirect.github.com/astral-sh/uv/pull/6815">#6815</a>)</li>
<li>Update to last PyPy releases (<a
href="https://redirect.github.com/astral-sh/uv/pull/6784">#6784</a>)</li>
</ul>
<h3>Bug fixes</h3>
<ul>
<li>Avoid deadlocks when multiple uv processes lock resources (<a
href="https://redirect.github.com/astral-sh/uv/pull/6790">#6790</a>)</li>
<li>Expand tildes when matching against <code>PATH</code> (<a
href="https://redirect.github.com/astral-sh/uv/pull/6829">#6829</a>)</li>
<li>Fix <code>uv init --no-project</code> alias (<a
href="https://redirect.github.com/astral-sh/uv/pull/6837">#6837</a>)</li>
<li>Ignore pre-release segments when discovering via
<code>requires-python</code> (<a
href="https://redirect.github.com/astral-sh/uv/pull/6813">#6813</a>)</li>
<li>Support inline optional tables in <code>uv add</code> and <code>uv
remove</code> (<a
href="https://redirect.github.com/astral-sh/uv/pull/6787">#6787</a>)</li>
<li>Update default <code>hello.py</code> to pass <code>ruff
format</code> (<a
href="https://redirect.github.com/astral-sh/uv/pull/6811">#6811</a>)</li>
<li>Avoid stripping root for user path display (<a
href="https://redirect.github.com/astral-sh/uv/pull/6865">#6865</a>)</li>
<li>Error when user-provided environments are disjoint with Python (<a
href="https://redirect.github.com/astral-sh/uv/pull/6841">#6841</a>)</li>
<li>Retain alphabetical sorting for <code>pyproject.toml</code> in
<code>uv add</code> operations (<a
href="https://redirect.github.com/astral-sh/uv/pull/6388">#6388</a>)))</li>
</ul>
<h3>Documentation</h3>
<ul>
<li>Add a link to the multiple index docs in the alternative index guide
(<a
href="https://redirect.github.com/astral-sh/uv/pull/6826">#6826</a>)</li>
<li>Add docs for inline exclude newer in PEP 723 scripts (<a
href="https://redirect.github.com/astral-sh/uv/pull/6831">#6831</a>)</li>
<li>Enumerate available Docker tags (<a
href="https://redirect.github.com/astral-sh/uv/pull/6768">#6768</a>)</li>
<li>Omit <code>[pip]</code> section from configuration file docs (<a
href="https://redirect.github.com/astral-sh/uv/pull/6814">#6814</a>)</li>
<li>Update <code>project.urls</code> in <code>pyproject.toml</code> (<a
href="https://redirect.github.com/astral-sh/uv/pull/6844">#6844</a>)</li>
<li>Add docs for AWS CodeArtifact usage (<a
href="https://redirect.github.com/astral-sh/uv/pull/6816">#6816</a>)</li>
</ul>
<h3>Other changes</h3>
<h2>Install uv 0.4.1</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.4.1/uv-installer.sh
| sh
</code></pre>
<h3>Install prebuilt binaries via powershell script</h3>
<pre lang="sh"><code>powershell -c "irm
https://github.com/astral-sh/uv/releases/download/0.4.1/uv-installer.ps1
| iex"
</code></pre>
<!-- 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.4.1</h2>
<h3>Enhancements</h3>
<ul>
<li>Add <code>uv export --format requirements-txt</code> (<a
href="https://redirect.github.com/astral-sh/uv/pull/6778">#6778</a>)</li>
<li>Allow <code>@</code> references in <code>uv tool install
--from</code> (<a
href="https://redirect.github.com/astral-sh/uv/pull/6842">#6842</a>)</li>
<li>Normalize version specifiers by sorting (<a
href="https://redirect.github.com/astral-sh/uv/pull/6333">#6333</a>)</li>
<li>Respect the user's upper-bound in <code>requires-python</code> (<a
href="https://redirect.github.com/astral-sh/uv/pull/6824">#6824</a>)</li>
<li>Use Windows registry to discover Python on Windows directly (<a
href="https://redirect.github.com/astral-sh/uv/pull/6761">#6761</a>)</li>
<li>Hint at <code>--no-workspace</code> in <code>uv init</code> failures
(<a
href="https://redirect.github.com/astral-sh/uv/pull/6815">#6815</a>)</li>
<li>Update to last PyPy releases (<a
href="https://redirect.github.com/astral-sh/uv/pull/6784">#6784</a>)</li>
</ul>
<h3>Bug fixes</h3>
<ul>
<li>Avoid deadlocks when multiple uv processes lock resources (<a
href="https://redirect.github.com/astral-sh/uv/pull/6790">#6790</a>)</li>
<li>Expand tildes when matching against <code>PATH</code> (<a
href="https://redirect.github.com/astral-sh/uv/pull/6829">#6829</a>)</li>
<li>Fix <code>uv init --no-project</code> alias (<a
href="https://redirect.github.com/astral-sh/uv/pull/6837">#6837</a>)</li>
<li>Ignore pre-release segments when discovering via
<code>requires-python</code> (<a
href="https://redirect.github.com/astral-sh/uv/pull/6813">#6813</a>)</li>
<li>Support inline optional tables in <code>uv add</code> and <code>uv
remove</code> (<a
href="https://redirect.github.com/astral-sh/uv/pull/6787">#6787</a>)</li>
<li>Update default <code>hello.py</code> to pass <code>ruff
format</code> (<a
href="https://redirect.github.com/astral-sh/uv/pull/6811">#6811</a>)</li>
<li>Avoid stripping root for user path display (<a
href="https://redirect.github.com/astral-sh/uv/pull/6865">#6865</a>)</li>
<li>Error when user-provided environments are disjoint with Python (<a
href="https://redirect.github.com/astral-sh/uv/pull/6841">#6841</a>)</li>
<li>Retain alphabetical sorting for <code>pyproject.toml</code> in
<code>uv add</code> operations (<a
href="https://redirect.github.com/astral-sh/uv/pull/6388">#6388</a>)))</li>
</ul>
<h3>Documentation</h3>
<ul>
<li>Add a link to the multiple index docs in the alternative index guide
(<a
href="https://redirect.github.com/astral-sh/uv/pull/6826">#6826</a>)</li>
<li>Add docs for inline exclude newer in PEP 723 scripts (<a
href="https://redirect.github.com/astral-sh/uv/pull/6831">#6831</a>)</li>
<li>Enumerate available Docker tags (<a
href="https://redirect.github.com/astral-sh/uv/pull/6768">#6768</a>)</li>
<li>Omit <code>[pip]</code> section from configuration file docs (<a
href="https://redirect.github.com/astral-sh/uv/pull/6814">#6814</a>)</li>
<li>Update <code>project.urls</code> in <code>pyproject.toml</code> (<a
href="https://redirect.github.com/astral-sh/uv/pull/6844">#6844</a>)</li>
<li>Add docs for AWS CodeArtifact usage (<a
href="https://redirect.github.com/astral-sh/uv/pull/6816">#6816</a>)</li>
</ul>
<h3>Other changes</h3>
<h2>0.4.0</h2>
<p>This release adds first-class support for Python projects that are
not designed as Python packages (e.g., web applications, data science
projects, etc.).</p>
<p>In doing so, it includes some breaking changes around uv's handling
of projects. Previously, uv required that all projects could be built
into distributable Python packages, and installed them into the virtual
environment. Projects created by <code>uv init</code> always included a
<code>[build-system]</code> definition and existing projects that did
not define a <code>[build-system]</code> would use the legacy setuptools
build backend by default.</p>
<p>Most users are not developing libraries that need to be packaged and
published to PyPI. Instead, they're building applications using web
frameworks, or running collections of Python scripts in the project's
root directory. In these cases, requiring a <code>[build-system]</code>
was confusing and error-prone. In this release, uv changes the default
behavior to orient around these common use cases.</p>
<p>In summary, the major changes are:</p>
<ul>
<li>uv no longer attempts to package and install projects that do not
define a <code>[build-system]</code>.
<ul>
<li>While the project itself will not be installed into the virtual
environment, its dependencies will still be included.</li>
<li>The previous behavior can be recovered by setting <code>package =
true</code> in the <code>[tool.uv]</code> section of your
<code>pyproject.toml</code>.</li>
</ul>
</li>
<li><code>uv init</code> no longer creates a <code>src/</code> directory
or defines a <code>[build-system]</code> by default.
<ul>
<li>The previous behavior can be recovered with <code>uv init
--lib</code> or <code>uv init --app --package</code>.</li>
</ul>
</li>
</ul>
<!-- raw HTML omitted -->
</blockquote>
<p>... (truncated)</p>
</details>
<details>
<summary>Commits</summary>
<ul>
<li><a
href="https://github.com/astral-sh/uv/commit/823f23e22541f1c285445972276772b74af34013"><code>823f23e</code></a>
Bump version to v0.4.1 (<a
href="https://redirect.github.com/astral-sh/uv/issues/6870">#6870</a>)</li>
<li><a
href="https://github.com/astral-sh/uv/commit/0ceefb3c886d1143ac9bb0389f2eaa3c5acc57e7"><code>0ceefb3</code></a>
Update FastAPI integration docs (<a
href="https://redirect.github.com/astral-sh/uv/issues/6833">#6833</a>)
(<a
href="https://redirect.github.com/astral-sh/uv/issues/6850">#6850</a>)</li>
<li><a
href="https://github.com/astral-sh/uv/commit/50c5fe96ecc9d5dca897c65489f2d9c4a02ac75f"><code>50c5fe9</code></a>
Avoid stripping root for user path display (<a
href="https://redirect.github.com/astral-sh/uv/issues/6865">#6865</a>)</li>
<li><a
href="https://github.com/astral-sh/uv/commit/95416ad52e22980371847fd8aa184574968311bc"><code>95416ad</code></a>
Take unowned request in
<code>PythonInstallation::find_or_download</code> (<a
href="https://redirect.github.com/astral-sh/uv/issues/6868">#6868</a>)</li>
<li><a
href="https://github.com/astral-sh/uv/commit/a1805d175e6e7ec1b08c01bfb99e6d087ce10bed"><code>a1805d1</code></a>
Allow <code>@</code> references in <code>uv tool install --from</code>
(<a
href="https://redirect.github.com/astral-sh/uv/issues/6842">#6842</a>)</li>
<li><a
href="https://github.com/astral-sh/uv/commit/3e207da3bc2ce5183425f1e894f7485d97757296"><code>3e207da</code></a>
ci(windows): Introduce setup-dev-drive.ps1, maximize dev drive usage (<a
href="https://redirect.github.com/astral-sh/uv/issues/6858">#6858</a>)</li>
<li><a
href="https://github.com/astral-sh/uv/commit/52bc93e6854e950869d1af6f4ff9ecbe0bd5a9d4"><code>52bc93e</code></a>
Update project.urls in pyproject.toml (<a
href="https://redirect.github.com/astral-sh/uv/issues/6844">#6844</a>)</li>
<li><a
href="https://github.com/astral-sh/uv/commit/8674968a17e5f2ee0dda01d17aaf609f162939ca"><code>8674968</code></a>
fix: adjust trampoline close_handles invalid to be safer (<a
href="https://redirect.github.com/astral-sh/uv/issues/6792">#6792</a>)</li>
<li><a
href="https://github.com/astral-sh/uv/commit/c91c99b35e6b04fb369241487363e7192fe9849b"><code>c91c99b</code></a>
Drop old content from the FastAPI guide (<a
href="https://redirect.github.com/astral-sh/uv/issues/6851">#6851</a>)</li>
<li><a
href="https://github.com/astral-sh/uv/commit/9f8ebca9411e8372d127f18ddded1ae230a05958"><code>9f8ebca</code></a>
Error when user-provided environments are disjoint with Python (<a
href="https://redirect.github.com/astral-sh/uv/issues/6841">#6841</a>)</li>
<li>Additional commits viewable in <a
href="https://github.com/astral-sh/uv/compare/0.2.32...0.4.1">compare
view</a></li>
</ul>
</details>
<br />
Updates `pylint` from 3.2.6 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://redirect.github.com/pylint-dev/pylint/issues/9887">#9887</a>)
(<a
href="https://redirect.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://redirect.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://redirect.github.com/pylint-dev/pylint/issues/9844">#9844</a>)...</li>
<li>See full diff in <a
href="https://github.com/pylint-dev/pylint/compare/v3.2.6...v3.2.7">compare
view</a></li>
</ul>
</details>
<br />
Updates `pytest-asyncio` from 0.23.8 to 0.24.0
<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.24.0</h2>
<h1>0.24.0 (2024-08-22)</h1>
<ul>
<li>BREAKING: Updated minimum supported pytest version to v8.2.0</li>
<li>Adds an optional <em>loop_scope</em> keyword argument to
<em>pytest.mark.asyncio</em>. This argument controls which event loop is
used to run the marked async test. <a
href="https://redirect.github.com/pytest-dev/pytest-asyncio/issues/706">#706</a>,
<a
href="https://redirect.github.com/pytest-dev/pytest-asyncio/pull/871">#871</a></li>
<li>Deprecates the optional <em>scope</em> keyword argument to
<em>pytest.mark.asyncio</em> for API consistency with
<code>pytest_asyncio.fixture</code>. Users are encouraged to use the
<em>loop_scope</em> keyword argument, which does exactly the same.</li>
<li>Raises an error when passing <em>scope</em> or <em>loop_scope</em>
as a positional argument to <code>@pytest.mark.asyncio</code>. <a
href="https://redirect.github.com/pytest-dev/pytest-asyncio/issues/812">#812</a></li>
<li>Fixes a bug that caused module-scoped async fixtures to fail when
reused in other modules <a
href="https://redirect.github.com/pytest-dev/pytest-asyncio/issues/862">#862</a>
<a
href="https://redirect.github.com/pytest-dev/pytest-asyncio/issues/668">#668</a></li>
</ul>
<h2>pytest-asyncio 0.24.0a1</h2>
<h1>0.24.0 (UNRELEASED)</h1>
<ul>
<li>BREAKING: Updated minimum supported pytest version to v8.2.0</li>
<li>Adds an optional <em>loop_scope</em> keyword argument to
<em>pytest.mark.asyncio</em>. This argument controls which event loop is
used to run the marked async test. <a
href="https://redirect.github.com/pytest-dev/pytest-asyncio/issues/706">#706</a>,
<a
href="https://redirect.github.com/pytest-dev/pytest-asyncio/pull/871">#871</a></li>
<li>Deprecates the optional <em>scope</em> keyword argument to
<em>pytest.mark.asyncio</em> for API consistency with
<code>pytest_asyncio.fixture</code>. Users are encouraged to use the
<em>loop_scope</em> keyword argument, which does exactly the same.</li>
<li>Raises an error when passing <em>scope</em> or <em>loop_scope</em>
as a positional argument to <code>@pytest.mark.asyncio</code>. <a
href="https://redirect.github.com/pytest-dev/pytest-asyncio/issues/812">#812</a></li>
<li>Fixes a bug that caused module-scoped async fixtures to fail when
reused in other modules <a
href="https://redirect.github.com/pytest-dev/pytest-asyncio/issues/862">#862</a>
<a
href="https://redirect.github.com/pytest-dev/pytest-asyncio/issues/668">#668</a></li>
</ul>
<h2>pytest-asyncio 0.24.0a0</h2>
<h1>0.24.0 (UNRELEASED)</h1>
<ul>
<li>Adds an optional <em>loop_scope</em> keyword argument to
<em>pytest.mark.asyncio</em>. This argument controls which event loop is
used to run the marked async test. <a
href="https://redirect.github.com/pytest-dev/pytest-asyncio/issues/706">#706</a>,
<a
href="https://redirect.github.com/pytest-dev/pytest-asyncio/issues/871">#871</a></li>
<li>Deprecates the optional <em>scope</em> keyword argument to
<em>pytest.mark.asyncio</em> for API consistency with
<code>pytest_asyncio.fixture</code>. Users are encouraged to use the
<em>loop_scope</em> keyword argument, which does exactly the same.</li>
<li>Raises an error when passing <em>scope</em> or <em>loop_scope</em>
as a positional argument to <code>@pytest.mark.asyncio</code>. <a
href="https://redirect.github.com/pytest-dev/pytest-asyncio/issues/812">#812</a></li>
</ul>
</blockquote>
</details>
<details>
<summary>Commits</summary>
<ul>
<li><a
href="https://github.com/pytest-dev/pytest-asyncio/commit/fb5422f94d4a85b8f2a0ea2731f5ebeae5fcd7e8"><code>fb5422f</code></a>
docs: Set release date for v0.24 in changelog.</li>
<li><a
href="https://github.com/pytest-dev/pytest-asyncio/commit/6dc7f584e71476c09393cca65c813c624ecc5882"><code>6dc7f58</code></a>
docs: Add migration guides for pytest-asyncio v0.21 and v0.23.</li>
<li><a
href="https://github.com/pytest-dev/pytest-asyncio/commit/1bfc18164693026d897ebb48ed6e72d85d87fa44"><code>1bfc181</code></a>
Wire Sphinx builds into the RTD config via tox</li>
<li><a
href="https://github.com/pytest-dev/pytest-asyncio/commit/f03cf13b05f08b8a27f9f33ae578d1caec896d72"><code>f03cf13</code></a>
Build(deps): Bump hypothesis in /dependencies/default</li>
<li><a
href="https://github.com/pytest-dev/pytest-asyncio/commit/69540bfae3865ebb0395a549cf469fb07c04c08a"><code>69540bf</code></a>
Build(deps): Bump attrs from 24.1.0 to 24.2.0 in
/dependencies/default</li>
<li><a
href="https://github.com/pytest-dev/pytest-asyncio/commit/b0ccfc5c5c196bec373fab247565e0158ff39582"><code>b0ccfc5</code></a>
Build(deps): Bump hypothesis in /dependencies/default</li>
<li><a
href="https://github.com/pytest-dev/pytest-asyncio/commit/574f1db6869146163cd21b65545494cf517712e2"><code>574f1db</code></a>
Build(deps): Bump babel from 2.15.0 to 2.16.0 in /dependencies/docs</li>
<li><a
href="https://github.com/pytest-dev/pytest-asyncio/commit/ae30dac2f7b9af62f3ef7ef614a5c99284a94271"><code>ae30dac</code></a>
Update .readthedocs.yaml to install pytest-asyncio</li>
<li><a
href="https://github.com/pytest-dev/pytest-asyncio/commit/972a7045adcaff98a151ec632a9205497afe373d"><code>972a704</code></a>
Derive project version using importlib</li>
<li><a
href="https://github.com/pytest-dev/pytest-asyncio/commit/d587a521a4aab33275c1352f7832e5e21c4bab93"><code>d587a52</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.23.8...v0.24.0">compare
view</a></li>
</ul>
</details>
<br />
Updates `async-solipsism` from 0.6 to 0.7
<details>
<summary>Commits</summary>
<ul>
<li>See full diff in <a
href="https://github.com/bmerry/async-solipsism/commits">compare
view</a></li>
</ul>
</details>
<br />
Updates `time-machine` from 2.14.2 to 2.15.0
<details>
<summary>Changelog</summary>
<p><em>Sourced from <a
href="https://github.com/adamchainz/time-machine/blob/main/CHANGELOG.rst">time-machine's
changelog</a>.</em></p>
<blockquote>
<h2>2.15.0 (2024-08-06)</h2>
<ul>
<li>Include wheels for Python 3.13.</li>
</ul>
</blockquote>
</details>
<details>
<summary>Commits</summary>
<ul>
<li><a
href="https://github.com/adamchainz/time-machine/commit/f174b1cca6dedb3649fcc501814d4d1530b949ee"><code>f174b1c</code></a>
Version 2.15.0</li>
<li><a
href="https://github.com/adamchainz/time-machine/commit/87fba5cdd04feb60de702c5d57f944e31e4913f1"><code>87fba5c</code></a>
Declare Python 3.13 support</li>
<li><a
href="https://github.com/adamchainz/time-machine/commit/0aa16d7969d7e0d66b9284234e68e60ac1102e8a"><code>0aa16d7</code></a>
Downgrade wheel build environment Ubuntu version (<a
href="https://redirect.github.com/adamchainz/time-machine/issues/468">#468</a>)</li>
<li><a
href="https://github.com/adamchainz/time-machine/commit/3c8f7a264aa05553fe1c811204797dc2914eb24a"><code>3c8f7a2</code></a>
Build wheels for Python 3.13 (<a
href="https://redirect.github.com/adamchainz/time-machine/issues/467">#467</a>)</li>
<li><a
href="https://github.com/adamchainz/time-machine/commit/548fcf7ffbd6eea0a1cc5cbb8f7a12168f5389e1"><code>548fcf7</code></a>
[pre-commit.ci] pre-commit autoupdate (<a
href="https://redirect.github.com/adamchainz/time-machine/issues/466">#466</a>)</li>
<li><a
href="https://github.com/adamchainz/time-machine/commit/a7d8d3bbc10b633fdade2d95ea95740ef1369869"><code>a7d8d3b</code></a>
[pre-commit.ci] pre-commit autoupdate (<a
href="https://redirect.github.com/adamchainz/time-machine/issues/465">#465</a>)</li>
<li><a
href="https://github.com/adamchainz/time-machine/commit/f28cbad6a66736851409e53e926b352f03cfe6df"><code>f28cbad</code></a>
[pre-commit.ci] pre-commit autoupdate (<a
href="https://redirect.github.com/adamchainz/time-machine/issues/463">#463</a>)</li>
<li><a
href="https://github.com/adamchainz/time-machine/commit/3f5fe2b1f3b78ea86d0a17230010ea9851c721ba"><code>3f5fe2b</code></a>
Upgrade requirements (<a
href="https://redirect.github.com/adamchainz/time-machine/issues/462">#462</a>)</li>
<li><a
href="https://github.com/adamchainz/time-machine/commit/a626243c974c68c5fb4beee3344a75f6a733bf0c"><code>a626243</code></a>
[pre-commit.ci] pre-commit autoupdate (<a
href="https://redirect.github.com/adamchainz/time-machine/issues/461">#461</a>)</li>
<li><a
href="https://github.com/adamchainz/time-machine/commit/2ae4261e23a996d1bbb95a31f3d2b3a13eb3c705"><code>2ae4261</code></a>
[pre-commit.ci] pre-commit autoupdate (<a
href="https://redirect.github.com/adamchainz/time-machine/issues/460">#460</a>)</li>
<li>Additional commits viewable in <a
href="https://github.com/adamchainz/time-machine/compare/2.14.2...2.15.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>1 file changed
+15
-15
lines changed+15-15
Original file line number | Diff line number | Diff line change | |
---|---|---|---|
| |||
51 | 51 |
| |
52 | 52 |
| |
53 | 53 |
| |
54 |
| - | |
| 54 | + | |
55 | 55 |
| |
56 | 56 |
| |
57 | 57 |
| |
58 | 58 |
| |
59 | 59 |
| |
60 |
| - | |
| 60 | + | |
61 | 61 |
| |
62 |
| - | |
63 |
| - | |
64 |
| - | |
| 62 | + | |
| 63 | + | |
| 64 | + | |
65 | 65 |
| |
66 | 66 |
| |
67 | 67 |
| |
68 |
| - | |
| 68 | + | |
69 | 69 |
| |
70 |
| - | |
| 70 | + | |
71 | 71 |
| |
72 | 72 |
| |
73 | 73 |
| |
74 |
| - | |
75 |
| - | |
76 |
| - | |
| 74 | + | |
| 75 | + | |
| 76 | + | |
77 | 77 |
| |
78 | 78 |
| |
79 | 79 |
| |
80 | 80 |
| |
81 | 81 |
| |
82 |
| - | |
| 82 | + | |
83 | 83 |
| |
84 | 84 |
| |
85 | 85 |
| |
86 | 86 |
| |
87 |
| - | |
| 87 | + | |
88 | 88 |
| |
89 | 89 |
| |
90 | 90 |
| |
91 | 91 |
| |
92 | 92 |
| |
93 | 93 |
| |
94 | 94 |
| |
95 |
| - | |
96 |
| - | |
97 |
| - | |
| 95 | + | |
| 96 | + | |
| 97 | + | |
98 | 98 |
| |
99 | 99 |
| |
100 | 100 |
| |
|
0 commit comments