Commit ecb23d4
authored
Bump the required group across 1 directory with 14 updates (#1064)
Bumps the required group with 14 updates in the / directory:
| Package | From | To |
| --- | --- | --- |
| [flake8](https://github.com/pycqa/flake8) | `7.1.0` | `7.1.1` |
| [pydoclint](https://github.com/jsh9/pydoclint) | `0.5.3` | `0.5.6` |
| [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.27` | `9.5.33` |
| [mkdocstrings[python]](https://github.com/mkdocstrings/mkdocstrings) |
`0.25.1` | `0.25.2` |
| [mypy](https://github.com/python/mypy) | `1.10.1` | `1.11.2` |
| [types-markdown](https://github.com/python/typeshed) |
`3.6.0.20240316` | `3.7.0.20240822` |
| [pylint](https://github.com/pylint-dev/pylint) | `3.2.5` | `3.2.6` |
| [pytest](https://github.com/pytest-dev/pytest) | `8.2.2` | `8.3.2` |
| [pytest-asyncio](https://github.com/pytest-dev/pytest-asyncio) |
`0.23.7` | `0.24.0` |
| [async-solipsism](https://github.com/bmerry/async-solipsism) | `0.6` |
`0.7` |
| [hypothesis](https://github.com/HypothesisWorks/hypothesis) |
`6.104.2` | `6.111.2` |
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 `pydoclint` from 0.5.3 to 0.5.6
<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.6</h2>
<h2>What's Changed</h2>
<ul>
<li>Stop trying to check folder with names ending in <code>.py</code> by
<a href="https://github.com/jsh9"><code>@jsh9</code></a> in <a
href="https://redirect.github.com/jsh9/pydoclint/pull/155">jsh9/pydoclint#155</a></li>
</ul>
<p><strong>Full Changelog</strong>: <a
href="https://github.com/jsh9/pydoclint/compare/0.5.5...0.5.6">https://github.com/jsh9/pydoclint/compare/0.5.5...0.5.6</a></p>
<h2>0.5.5</h2>
<h2>What's Changed</h2>
<ul>
<li>Improve class attr comparison logic by <a
href="https://github.com/jsh9"><code>@jsh9</code></a> in <a
href="https://redirect.github.com/jsh9/pydoclint/pull/154">jsh9/pydoclint#154</a></li>
</ul>
<p><strong>Full Changelog</strong>: <a
href="https://github.com/jsh9/pydoclint/compare/0.5.4...0.5.5">https://github.com/jsh9/pydoclint/compare/0.5.4...0.5.5</a></p>
<h2>0.5.4</h2>
<h2>What's Changed</h2>
<ul>
<li>Add an option for private class attributes by <a
href="https://github.com/jsh9"><code>@jsh9</code></a> in <a
href="https://redirect.github.com/jsh9/pydoclint/pull/149">jsh9/pydoclint#149</a></li>
<li>Add option to treat property methods as class attributes by <a
href="https://github.com/jsh9"><code>@jsh9</code></a> in <a
href="https://redirect.github.com/jsh9/pydoclint/pull/153">jsh9/pydoclint#153</a></li>
</ul>
<p><strong>Full Changelog</strong>: <a
href="https://github.com/jsh9/pydoclint/compare/0.5.3...0.5.4">https://github.com/jsh9/pydoclint/compare/0.5.3...0.5.4</a></p>
</blockquote>
</details>
<details>
<summary>Changelog</summary>
<p><em>Sourced from <a
href="https://github.com/jsh9/pydoclint/blob/main/CHANGELOG.md">pydoclint's
changelog</a>.</em></p>
<blockquote>
<h2>[0.5.6] - 2024-07-17</h2>
<ul>
<li>
<p>Fixed</p>
<ul>
<li>Fixed a bug where <em>pydoclint</em> treats folders whose names end
with <code>.py</code> as
files</li>
</ul>
</li>
<li>
<p>Full diff</p>
<ul>
<li><a
href="https://github.com/jsh9/pydoclint/compare/0.5.5...0.5.6">https://github.com/jsh9/pydoclint/compare/0.5.5...0.5.6</a></li>
</ul>
</li>
</ul>
<h2>[0.5.5] - 2024-07-15</h2>
<ul>
<li>
<p>Fixed</p>
<ul>
<li>Fixed a bug where <code>a = b = c = 1</code> style cannot be
properly parsed
(<a
href="https://redirect.github.com/jsh9/pydoclint/issues/151">jsh9/pydoclint#151</a>)</li>
</ul>
</li>
<li>
<p>Changed</p>
<ul>
<li>Changed the default of
<code>--treat-property-methods-as-class-attributes</code> to
<code>False</code> to restore backward compatibility</li>
</ul>
</li>
<li>
<p>Full diff</p>
<ul>
<li><a
href="https://github.com/jsh9/pydoclint/compare/0.5.4...0.5.5">https://github.com/jsh9/pydoclint/compare/0.5.4...0.5.5</a></li>
</ul>
</li>
</ul>
<h2>[0.5.4] - 2024-07-14</h2>
<ul>
<li>
<p>Added</p>
<ul>
<li>An option <code>--should-document-private-class-attributes</code>
(if False, private
class attributes should not appear in the docstring)</li>
<li>An option <code>--treat-property-methods-as-class-attributes</code>
(if True,
<code>@property</code> methods are treated like class attributes and
need to be
documented in the class docstring)</li>
</ul>
</li>
<li>
<p>Full diff</p>
<ul>
<li><a
href="https://github.com/jsh9/pydoclint/compare/0.5.3...0.5.4">https://github.com/jsh9/pydoclint/compare/0.5.3...0.5.4</a></li>
</ul>
</li>
</ul>
</blockquote>
</details>
<details>
<summary>Commits</summary>
<ul>
<li><a
href="https://github.com/jsh9/pydoclint/commit/94efc5f989adbea30f3534b476b2931a02c1af90"><code>94efc5f</code></a>
Stop trying to check folder with names ending in <code>.py</code> (<a
href="https://redirect.github.com/jsh9/pydoclint/issues/155">#155</a>)</li>
<li><a
href="https://github.com/jsh9/pydoclint/commit/0247ef500a398aa283bb454b234ecb7c4f923e1f"><code>0247ef5</code></a>
Improve class attr comparison logic (<a
href="https://redirect.github.com/jsh9/pydoclint/issues/154">#154</a>)</li>
<li><a
href="https://github.com/jsh9/pydoclint/commit/0b750d55f76db945902c60ea450ff7a7da3e65c5"><code>0b750d5</code></a>
Add option to treat property methods as class attributes (<a
href="https://redirect.github.com/jsh9/pydoclint/issues/153">#153</a>)</li>
<li><a
href="https://github.com/jsh9/pydoclint/commit/3c39d2e09226450bb61914e1f6ded07a892f1055"><code>3c39d2e</code></a>
Add an option for private class attributes (<a
href="https://redirect.github.com/jsh9/pydoclint/issues/149">#149</a>)</li>
<li>See full diff in <a
href="https://github.com/jsh9/pydoclint/compare/0.5.3...0.5.6">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.27 to 9.5.33
<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.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>
<h2>mkdocs-material-9.5.30</h2>
<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>Thanks go to <a
href="https://github.com/sisp"><code>@sisp</code></a> for their
contributions</p>
<h2>mkdocs-material-9.5.29</h2>
<ul>
<li>Updated Galician translations</li>
<li>Fixed <a
href="https://redirect.github.com/squidfunk/mkdocs-material/issues/7362">#7362</a>:
Annotations in figure captions rendering incorrectly</li>
</ul>
<p>Thanks go to <a
href="https://github.com/mmontes11"><code>@mmontes11</code></a> for
their contributions</p>
<h2>mkdocs-material-9.5.28</h2>
<ul>
<li>Fixed <a
href="https://redirect.github.com/squidfunk/mkdocs-material/issues/7313">#7313</a>:
Improved tooltips mounted in sidebar when feature is disabled</li>
</ul>
</blockquote>
</details>
<details>
<summary>Changelog</summary>
<p><em>Sourced from <a
href="https://github.com/squidfunk/mkdocs-material/blob/master/CHANGELOG">mkdocs-material's
changelog</a>.</em></p>
<blockquote>
<p>mkdocs-material-9.5.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>
<ul>
<li>Fixed <a
href="https://redirect.github.com/squidfunk/mkdocs-material/issues/7209">#7209</a>:
Tags plugin crashing on numeric tags</li>
</ul>
<p>mkdocs-material-9.5.24+insiders-4.53.10 (2024-05-20)</p>
<!-- raw HTML omitted -->
</blockquote>
<p>... (truncated)</p>
</details>
<details>
<summary>Commits</summary>
<ul>
<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><a
href="https://github.com/squidfunk/mkdocs-material/commit/e1c1bad46dd7016adff9842626d91ef4319e340c"><code>e1c1bad</code></a>
Updated blog post</li>
<li><a
href="https://github.com/squidfunk/mkdocs-material/commit/24455371814c37650fbfc0a0393ac3268fe495ba"><code>2445537</code></a>
Removed pyodide_macros plugin's schema (<a
href="https://redirect.github.com/squidfunk/mkdocs-material/issues/7468">#7468</a>)</li>
<li><a
href="https://github.com/squidfunk/mkdocs-material/commit/47f7f631043b3d862a7dd88dc9f742b0e143c47b"><code>47f7f63</code></a>
Added plugins to "external-community" in plugins.json (<a
href="https://redirect.github.com/squidfunk/mkdocs-material/issues/7465">#7465</a>)</li>
<li><a
href="https://github.com/squidfunk/mkdocs-material/commit/42ab11ff4cb2acdb854642edf49153e61ec7ed03"><code>42ab11f</code></a>
Added <code>edit_uri_template</code> to docs/schema.json (<a
href="https://redirect.github.com/squidfunk/mkdocs-material/issues/7466">#7466</a>)</li>
<li><a
href="https://github.com/squidfunk/mkdocs-material/commit/e5c9575dda8b4e8b689efffda2690f5925ae7919"><code>e5c9575</code></a>
Fixed invalid tooltip position in tables when using table sort</li>
<li><a
href="https://github.com/squidfunk/mkdocs-material/commit/7a770dc7bec546b2da2b0e45bcce8076d791504b"><code>7a770dc</code></a>
Updated blog post</li>
<li><a
href="https://github.com/squidfunk/mkdocs-material/commit/4030f531082e810bd5819c872ce0c6aa44f732ad"><code>4030f53</code></a>
Prepare 9.5.32 release</li>
<li>Additional commits viewable in <a
href="https://github.com/squidfunk/mkdocs-material/compare/9.5.27...9.5.33">compare
view</a></li>
</ul>
</details>
<br />
Updates `mkdocstrings[python]` from 0.25.1 to 0.25.2
<details>
<summary>Release notes</summary>
<p><em>Sourced from <a
href="https://github.com/mkdocstrings/mkdocstrings/releases">mkdocstrings[python]'s
releases</a>.</em></p>
<blockquote>
<h2>0.25.2</h2>
<h2><a
href="https://github.com/mkdocstrings/mkdocstrings/releases/tag/0.25.2">0.25.2</a>
- 2024-07-25</h2>
<p><!-- raw HTML omitted --><a
href="https://github.com/mkdocstrings/mkdocstrings/compare/0.25.1...0.25.2">Compare
with 0.25.1</a><!-- raw HTML omitted --></p>
<h3>Code Refactoring</h3>
<ul>
<li>Give precedence to Markdown heading level (<code>##</code>) (<a
href="https://github.com/mkdocstrings/mkdocstrings/commit/2e5f89e8cef11e6447425d3700c29558cd6d241b">2e5f89e</a>
by Timothée Mazzucotelli).</li>
</ul>
</blockquote>
</details>
<details>
<summary>Changelog</summary>
<p><em>Sourced from <a
href="https://github.com/mkdocstrings/mkdocstrings/blob/main/CHANGELOG.md">mkdocstrings[python]'s
changelog</a>.</em></p>
<blockquote>
<h2><a
href="https://github.com/mkdocstrings/mkdocstrings/releases/tag/0.25.2">0.25.2</a>
- 2024-07-25</h2>
<p><!-- raw HTML omitted --><a
href="https://github.com/mkdocstrings/mkdocstrings/compare/0.25.1...0.25.2">Compare
with 0.25.1</a><!-- raw HTML omitted --></p>
<h3>Code Refactoring</h3>
<ul>
<li>Give precedence to Markdown heading level (<code>##</code>) (<a
href="https://github.com/mkdocstrings/mkdocstrings/commit/2e5f89e8cef11e6447425d3700c29558cd6d241b">2e5f89e</a>
by Timothée Mazzucotelli).</li>
</ul>
</blockquote>
</details>
<details>
<summary>Commits</summary>
<ul>
<li><a
href="https://github.com/mkdocstrings/mkdocstrings/commit/afb2a2fd27876d052b4a6c153aa5c42778c59a2e"><code>afb2a2f</code></a>
chore: Prepare release 0.25.2</li>
<li><a
href="https://github.com/mkdocstrings/mkdocstrings/commit/e7c8abdcfd016d1d5cc97643cfbebd5fce520adf"><code>e7c8abd</code></a>
tests: Ignore deprecation warnings for now</li>
<li><a
href="https://github.com/mkdocstrings/mkdocstrings/commit/924ecd818e69890708ec43bb88195c8a64dbab44"><code>924ecd8</code></a>
chore: Template upgrade</li>
<li><a
href="https://github.com/mkdocstrings/mkdocstrings/commit/da216b0af460681b6b9dc912837d68103f941479"><code>da216b0</code></a>
ci: Ignore unused arg</li>
<li><a
href="https://github.com/mkdocstrings/mkdocstrings/commit/80ab4981b92b69a14a72c5c4562145bdbad04ef1"><code>80ab498</code></a>
chore: Clean up pytest warning filters</li>
<li><a
href="https://github.com/mkdocstrings/mkdocstrings/commit/2e5f89e8cef11e6447425d3700c29558cd6d241b"><code>2e5f89e</code></a>
refactor: Give precedence to Markdown heading level
(<code>##</code>)</li>
<li><a
href="https://github.com/mkdocstrings/mkdocstrings/commit/fb194d8b32cd3494fedb1e9cbadaeccd76aa8b16"><code>fb194d8</code></a>
chore: Clean up <code>get_anchors</code></li>
<li><a
href="https://github.com/mkdocstrings/mkdocstrings/commit/64c5ff603f9c416ad1185e2fd1a960fe68ade728"><code>64c5ff6</code></a>
chore: Improve code comments</li>
<li><a
href="https://github.com/mkdocstrings/mkdocstrings/commit/8013be4f59f8d77f7d51adfe568edbbcd186ca04"><code>8013be4</code></a>
chore: Clean up unused condition</li>
<li>See full diff in <a
href="https://github.com/mkdocstrings/mkdocstrings/compare/0.25.1...0.25.2">compare
view</a></li>
</ul>
</details>
<br />
Updates `mypy` from 1.10.1 to 1.11.2
<details>
<summary>Changelog</summary>
<p><em>Sourced from <a
href="https://github.com/python/mypy/blob/master/CHANGELOG.md">mypy's
changelog</a>.</em></p>
<blockquote>
<h1>Mypy Release Notes</h1>
<h2>Next release</h2>
<h2>Mypy 1.11</h2>
<p>We’ve just uploaded mypy 1.11 to the Python Package Index (<a
href="https://pypi.org/project/mypy/">PyPI</a>). Mypy is a static type
checker for Python. This release includes new features, performance
improvements and bug fixes. You can install it as follows:</p>
<pre><code>python3 -m pip install -U mypy
</code></pre>
<p>You can read the full documentation for this release on <a
href="http://mypy.readthedocs.io">Read the Docs</a>.</p>
<h4>Support Python 3.12 Syntax for Generics (PEP 695)</h4>
<p>Mypy now supports the new type parameter syntax introduced in Python
3.12 (<a href="https://peps.python.org/pep-0695/">PEP 695</a>).
This feature is still experimental and must be enabled with the
<code>--enable-incomplete-feature=NewGenericSyntax</code> flag, or with
<code>enable_incomplete_feature = NewGenericSyntax</code> in the mypy
configuration file.
We plan to enable this by default in the next mypy feature release.</p>
<p>This example demonstrates the new syntax:</p>
<pre lang="python"><code># Generic function
def f[T](https://github.com/python/mypy/blob/master/x: T) -> T: ...
<p>reveal_type(f(1)) # Revealed type is 'int'</p>
<h1>Generic class</h1>
<p>class C[T]:
def <strong>init</strong>(self, x: T) -> None:
self.x = x</p>
<p>c = C('a')
reveal_type(c.x) # Revealed type is 'str'</p>
<h1>Type alias</h1>
<p>type A[T] = C[list[T]]
</code></pre></p>
<p>This feature was contributed by Jukka Lehtosalo.</p>
<h4>Support for <code>functools.partial</code></h4>
<p>Mypy now type checks uses of <code>functools.partial</code>.
Previously mypy would accept arbitrary arguments.</p>
<p>This example will now produce an error:</p>
<pre lang="python"><code>from functools import partial
</tr></table>
</code></pre>
</blockquote>
<p>... (truncated)</p>
</details>
<details>
<summary>Commits</summary>
<ul>
<li><a
href="https://github.com/python/mypy/commit/789f02c83a5d5cb35f5e33ba91df46c8fea6b28e"><code>789f02c</code></a>
Bump version to 1.11.2</li>
<li><a
href="https://github.com/python/mypy/commit/917cc75fd6f1417edb45eb77e449934f794c18fc"><code>917cc75</code></a>
An alternative fix for a union-like literal string (<a
href="https://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><a
href="https://github.com/python/mypy/commit/570b90a7a368f04c64f60af339d0ac1808c49c15"><code>570b90a</code></a>
Bump version to 1.11</li>
<li><a
href="https://github.com/python/mypy/commit/b3a102ef31f63a8a8ba32c8dbe160ddef3c43054"><code>b3a102e</code></a>
Fix <code>RawExpressionType.accept</code> crash with
<code>--cache-fine-grained</code> (<a
href="https://redirect.github.com/python/mypy/issues/17588">#17588</a>)</li>
<li><a
href="https://github.com/python/mypy/commit/aec04c74488d46a81a95ed3553b8e953a6ec59a7"><code>aec04c7</code></a>
Fix PEP 604 isinstance caching (<a
href="https://redirect.github.com/python/mypy/issues/17563">#17563</a>)</li>
<li><a
href="https://github.com/python/mypy/commit/cb44e4d8f18b9bc874f1076b33eec7ad67de165c"><code>cb44e4d</code></a>
Fix <code>typing.TypeAliasType</code> being undefined on python <
3.12 (<a
href="https://redirect.github.com/python/mypy/issues/17558">#17558</a>)</li>
<li>Additional commits viewable in <a
href="https://github.com/python/mypy/compare/v1.10.1...v1.11.2">compare
view</a></li>
</ul>
</details>
<br />
Updates `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 `pylint` from 3.2.5 to 3.2.6
<details>
<summary>Commits</summary>
<ul>
<li><a
href="https://github.com/pylint-dev/pylint/commit/da1956664d6be3d008a90ad3f72bdd9d8a7ecfaa"><code>da19566</code></a>
Bump pylint to 3.2.6, update changelog (<a
href="https://redirect.github.com/pylint-dev/pylint/issues/9825">#9825</a>)</li>
<li><a
href="https://github.com/pylint-dev/pylint/commit/810c59ce17a46fb83d5938b591420b906c7c84b5"><code>810c59c</code></a>
Update setuptools to >=71.0.4 (<a
href="https://redirect.github.com/pylint-dev/pylint/issues/9812">#9812</a>)
(<a
href="https://redirect.github.com/pylint-dev/pylint/issues/9824">#9824</a>)</li>
<li><a
href="https://github.com/pylint-dev/pylint/commit/5f19cd5a12c25c6f0e02566ccfcde19c6fee3674"><code>5f19cd5</code></a>
Fix a crash when a subclass extends <code>__slots__</code> (<a
href="https://redirect.github.com/pylint-dev/pylint/issues/9817">#9817</a>)
(<a
href="https://redirect.github.com/pylint-dev/pylint/issues/9822">#9822</a>)</li>
<li><a
href="https://github.com/pylint-dev/pylint/commit/c0b1d2228b47e90f80cfb258ade9e23a5f36d153"><code>c0b1d22</code></a>
Bump astroid to 3.2.4 (<a
href="https://redirect.github.com/pylint-dev/pylint/issues/9816">#9816</a>)
(<a
href="https://redirect.github.com/pylint-dev/pylint/issues/9821">#9821</a>)</li>
<li><a
href="https://github.com/pylint-dev/pylint/commit/1d877de1f0f9889841d7e2a780ff2aad2f823213"><code>1d877de</code></a>
Fix consider-using-min-max-builtin (<a
href="https://redirect.github.com/pylint-dev/pylint/issues/9802">#9802</a>)
(<a
href="https://redirect.github.com/pylint-dev/pylint/issues/9803">#9803</a>)</li>
<li><a
href="https://github.com/pylint-dev/pylint/commit/8410f570a6b3601b108fe9773d70a9ad794018da"><code>8410f57</code></a>
Fix a false positive for <code>missing-param-doc</code> (<a
href="https://redirect.github.com/pylint-dev/pylint/issues/9740">#9740</a>)
(<a
href="https://redirect.github.com/pylint-dev/pylint/issues/9793">#9793</a>)</li>
<li><a
href="https://github.com/pylint-dev/pylint/commit/bd4c8f1a9b6b420ba3e3ad5afe265fb7bb6b2d15"><code>bd4c8f1</code></a>
Handle assert_never() when imported from typing_extensions (<a
href="https://redirect.github.com/pylint-dev/pylint/issues/9782">#9782</a>)
(<a
href="https://redirect.github.com/pylint-dev/pylint/issues/9790">#9790</a>)</li>
<li><a
href="https://github.com/pylint-dev/pylint/commit/8eb2c4d08201e31199d27a7b72fe57d185126648"><code>8eb2c4d</code></a>
Fix FP for <code>unexpected-keyword-arg</code> with ambiguous
constructors (<a
href="https://redirect.github.com/pylint-dev/pylint/issues/9785">#9785</a>)
(<a
href="https://redirect.github.com/pylint-dev/pylint/issues/9788">#9788</a>)</li>
<li><a
href="https://github.com/pylint-dev/pylint/commit/98825379da418eb0684f833ecfb9837f60560778"><code>9882537</code></a>
Bump astroid to 3.2.3 (<a
href="https://redirect.github.com/pylint-dev/pylint/issues/9787">#9787</a>)</li>
<li><a
href="https://github.com/pylint-dev/pylint/commit/aea868c9d01f93f2030c4624e97910dffc5bc090"><code>aea868c</code></a>
Fix <code>invalid-name</code> regression for class attributes in
subclasses (<a
href="https://redirect.github.com/pylint-dev/pylint/issues/9772">#9772</a>)
(<a
href="https://redirect.github.com/pylint-dev/pylint/issues/9775">#9775</a>)</li>
<li>See full diff in <a
href="https://github.com/pylint-dev/pylint/compare/v3.2.5...v3.2.6">compare
view</a></li>
</ul>
</details>
<br />
Updates `pytest` from 8.2.2 to 8.3.2
<details>
<summary>Release notes</summary>
<p><em>Sourced from <a
href="https://github.com/pytest-dev/pytest/releases">pytest's
releases</a>.</em></p>
<blockquote>
<h2>8.3.2</h2>
<h1>pytest 8.3.2 (2024-07-24)</h1>
<h2>Bug fixes</h2>
<ul>
<li>
<p><a
href="https://redirect.github.com/pytest-dev/pytest/issues/12652">#12652</a>:
Resolve regression [conda]{.title-ref} environments where no longer
being automatically detected.</p>
<p>-- by <code>RonnyPfannschmidt</code>{.interpreted-text
role="user"}</p>
</li>
</ul>
<h2>8.3.1</h2>
<h1>pytest 8.3.1 (2024-07-20)</h1>
<p>The 8.3.0 release failed to include the change notes and docs for the
release. This patch release remedies this. There are no other
changes.</p>
<h2>8.3.0</h2>
<h1>pytest 8.3.0 (2024-07-20)</h1>
<h2>New features</h2>
<ul>
<li>
<p><a
href="https://redirect.github.com/pytest-dev/pytest/issues/12231">#12231</a>:
Added [--xfail-tb]{.title-ref} flag, which turns on traceback output for
XFAIL results.</p>
<ul>
<li>If the [--xfail-tb]{.title-ref} flag is not given, tracebacks for
XFAIL results are NOT shown.</li>
<li>The style of traceback for XFAIL is set with [--tb]{.title-ref}, and
can be [auto|long|short|line|native|no]{.title-ref}.</li>
<li>Note: Even if you have [--xfail-tb]{.title-ref} set, you won't see
them if [--tb=no]{.title-ref}.</li>
</ul>
<p>Some history:</p>
<p>With pytest 8.0, [-rx]{.title-ref} or [-ra]{.title-ref} would not
only turn on summary reports for xfail, but also report the tracebacks
for xfail results. This caused issues with some projects that utilize
xfail, but don't want to see all of the xfail tracebacks.</p>
<p>This change detaches xfail tracebacks from [-rx]{.title-ref}, and now
we turn on xfail tracebacks with [--xfail-tb]{.title-ref}. With this,
the default [-rx]{.title-ref}/ [-ra]{.title-ref} behavior is identical
to pre-8.0 with respect to xfail tracebacks. While this is a behavior
change, it brings default behavior back to pre-8.0.0 behavior, which
ultimately was considered the better course of action.</p>
</li>
<li>
<p><a
href="https://redirect.github.com/pytest-dev/pytest/issues/12281">#12281</a>:
Added support for keyword matching in marker expressions.</p>
<p>Now tests can be selected by marker keyword arguments.
Supported values are <code>int</code>{.interpreted-text
role="class"}, (unescaped) <code>str</code>{.interpreted-text
role="class"}, <code>bool</code>{.interpreted-text
role="class"} & <code>None</code>{.interpreted-text
role="data"}.</p>
<p>See <code>marker examples
<marker_keyword_expression_example></code>{.interpreted-text
role="ref"} for more information.</p>
<p>-- by <code>lovetheguitar</code>{.interpreted-text
role="user"}</p>
</li>
<li>
<p><a
href="https://redirect.github.com/pytest-dev/pytest/issues/12567">#12567</a>:
Added <code>--no-fold-skipped</code> command line option.</p>
<p>If this option is set, then skipped tests in short summary are no
longer grouped
by reason but all tests are printed individually with their nodeid in
the same
way as other statuses.</p>
<p>-- by <code>pbrezina</code>{.interpreted-text
role="user"}</p>
</li>
</ul>
<!-- raw HTML omitted -->
</blockquote>
<p>... (truncated)</p>
</details>
<details>
<summary>Commits</summary>
<ul>
<li><a
href="https://github.com/pytest-dev/pytest/commit/bbcec9c46509c417ef58e4849847b4aa43f4591e"><code>bbcec9c</code></a>
Prepare release version 8.3.2</li>
<li><a
href="https://github.com/pytest-dev/pytest/commit/78fe8b61fa716cd9775f1e37b395bab7679734a6"><code>78fe8b6</code></a>
Merge pull request <a
href="https://redirect.github.com/pytest-dev/pytest/issues/12657">#12657</a>
from pytest-dev/patchback/backports/8.3.x/6c806b499...</li>
<li><a
href="https://github.com/pytest-dev/pytest/commit/238bad2d2a1f1dbb47d740c84b5b4f5224f8a965"><code>238bad2</code></a>
Merge pull request <a
href="https://redirect.github.com/pytest-dev/pytest/issues/12656">#12656</a>
from RonnyPfannschmidt/fix-12652-detect-conda-env</li>
<li><a
href="https://github.com/pytest-dev/pytest/commit/ae6034a781a50b572fa700911e5d8e0eb074ca17"><code>ae6034a</code></a>
Merge pull request <a
href="https://redirect.github.com/pytest-dev/pytest/issues/12641">#12641</a>
from pytest-dev/patchback/backports/8.3.x/c03989cee...</li>
<li><a
href="https://github.com/pytest-dev/pytest/commit/31337aba02a7698a87a6792eacf887fceff08af2"><code>31337ab</code></a>
Merge pull request <a
href="https://redirect.github.com/pytest-dev/pytest/issues/12640">#12640</a>
from pytest-dev/update-user</li>
<li><a
href="https://github.com/pytest-dev/pytest/commit/ca3070b1356e5edf43f085d8c4ec1b34627061dd"><code>ca3070b</code></a>
Merge pull request <a
href="https://redirect.github.com/pytest-dev/pytest/issues/12637">#12637</a>
from pytest-dev/release-8.3.1</li>
<li><a
href="https://github.com/pytest-dev/pytest/commit/de98446075cc07c768387cf64ba497dd75c205de"><code>de98446</code></a>
Prepare release version 8.3.1</li>
<li><a
href="https://github.com/pytest-dev/pytest/commit/bd0a0424037825bc23b9bf299115e92c53a67a9c"><code>bd0a042</code></a>
Merge pull request <a
href="https://redirect.github.com/pytest-dev/pytest/issues/12636">#12636</a>
from pytest-dev/update-release-notes</li>
<li><a
href="https://github.com/pytest-dev/pytest/commit/664325bc9fd90217f51fe7cc0e9fff2f29a41a15"><code>664325b</code></a>
doc/changelog: update 8.3.0 notes</li>
<li><a
href="https://github.com/pytest-dev/pytest/commit/19d225d0ab0f586a9a1fc878dff871495c12bd06"><code>19d225d</code></a>
Merge pull request <a
href="https://redirect.github.com/pytest-dev/pytest/issues/12635">#12635</a>
from pytest-dev/release-8.3.0</li>
<li>Additional commits viewable in <a
href="https://github.com/pytest-dev/pytest/compare/8.2.2...8.3.2">compare
view</a></li>
</ul>
</details>
<br />
Updates `pytest-asyncio` from 0.23.7 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>
<h2>pytest-asyncio 0.23.8</h2>
<h1>0.23.8 (2024-07-17)</h1>
<ul>
<li>Fixes a bug that caused duplicate markers in async tests <a
href="https://redirect.github.com/pytest-dev/pytest-asyncio/issues/813">#813</a></li>
</ul>
<h2>Known issues</h2>
<p>As of v0.23, pytest-asyncio attaches an asyncio event loop to each
item of the test suite (i.e. session, packages, modules, classes,
functions) and allows tests to be run in those loops when marked
accordingly. Pytest-asyncio currently assumes that async fixture scope
is correlated with the new event loop scope. This prevents fixtures from
being evaluated independently from the event loop scope and breaks some
existing test suites (see <a
href="https://redirect.github.com/pytest-dev/pytest-asyncio/issues/706">#706</a>).
For example, a test suite may require all fixtures and tests to run in
the same event loop, but have async fixtures that are set up and torn
down for each module. If you're affected by this issue, please continue
using the v0.21 release, until it is resolved.</p>
</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.7...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 `hypothesis` from 6.104.2 to 6.111.2
<details>
<summary>Commits</summary>
<ul>
<li><a
href="https://github.com/HypothesisWorks/hypothesis/commit/e339c5fc24e39bf476fe9586f610e5a7f91062aa"><code>e339c5f</code></a>
Bump hypothesis-python version to 6.111.2 and update changelog</li>
<li><a
href="https://github.com/HypothesisWorks/hypothesis/commit/3e8e8b30c1887af2fc4f524ccb4779cb43902c4a"><code>3e8e8b3</code></a>
Merge pull request <a
href="https://redirect.github.com/HypothesisWorks/hypothesis/issues/4090">#4090</a>
from Zac-HD/test-cleanups</li>
<li><a
href="https://github.com/HypothesisWorks/hypothesis/commit/ae1a2d0d6af10660e52abc15800f422c958a68c6"><code>ae1a2d0</code></a>
Clean up minimal() helper</li>
<li><a
href="https://github.com/HypothesisWorks/hypothesis/commit/e8cea04c9128a2b0d8948be57bfb6bc16643ed9a"><code>e8cea04</code></a>
ignore flaky coverage here</li>
<li><a
href="https://github.com/HypothesisWorks/hypothesis/commit/0b3952a061ce6cecac2db3721eb2269c02309896"><code>0b3952a</code></a>
Update crosshair</li>
<li><a
href="https://github.com/HypothesisWorks/hypothesis/commit/24926fdad517005e70a6439a484e8e805a9fc960"><code>24926fd</code></a>
Clean up some backend-dependant tests</li>
<li><a
href="https://github.com/HypothesisWorks/hypothesis/commit/962802aabb9cd6d501cdfe9f02179f42ad95b1e6"><code>962802a</code></a>
Move unused function to test</li>
<li><a
href="https://github.com/HypothesisWorks/hypothesis/commit/c90732c6fd73d4fd38e4792db1c58ba1a1185d8a"><code>c90732c</code></a>
Merge pull request <a
href="https://redirect.github.com/HypothesisWorks/hypothesis/issues/4087">#4087</a>
from HypothesisWorks/create-pull-request/patch</li>
<li><a
href="https://github.com/HypothesisWorks/hypothesis/commit/3346f25fa6123edf2bcdb50dd80c7faeb349ad2b"><code>3346f25</code></a>
Update pinned dependencies</li>
<li><a
href="https://github.com/HypothesisWorks/hypothesis/commit/6c51f101954be27eba0d95ee0db07323763dd5b4"><code>6c51f10</code></a>
Bump hypothesis-python version to 6.111.1 and update changelog</li>
<li>Additional commits viewable in <a
href="https://github.com/HypothesisWorks/hypothesis/compare/hypothesis-python-6.104.2...hypothesis-python-6.111.2">compare
view</a></li>
</ul>
</details>
<br />
Dependabot will resolve any conflicts with this PR as long as you don't
alter it yourself. You can also trigger a rebase manually by commenting
`@dependabot rebase`.
[//]: # (dependabot-automerge-start)
[//]: # (dependabot-automerge-end)
---
<details>
<summary>Dependabot commands and options</summary>
<br />
You can trigger Dependabot actions by commenting on this PR:
- `@dependabot rebase` will rebase this PR
- `@dependabot recreate` will recreate this PR, overwriting any edits
that have been made to it
- `@dependabot merge` will merge this PR after your CI passes on it
- `@dependabot squash and merge` will squash and merge this PR after
your CI passes on it
- `@dependabot cancel merge` will cancel a previously requested merge
and block automerging
- `@dependabot reopen` will reopen this PR if it is closed
- `@dependabot close` will close this PR and stop Dependabot recreating
it. You can achieve the same result by closing it manually
- `@dependabot show <dependency name> ignore conditions` will show all
of the ignore conditions of the specified dependency
- `@dependabot ignore <dependency name> major version` will close this
group update PR and stop Dependabot creating any more for the specific
dependency's major version (unless you unignore this specific
dependency's major version or upgrade to it yourself)
- `@dependabot ignore <dependency name> minor version` will close this
group update PR and stop Dependabot creating any more for the specific
dependency's minor version (unless you unignore this specific
dependency's minor version or upgrade to it yourself)
- `@dependabot ignore <dependency name>` will close this group update PR
and stop Dependabot creating any more for the specific dependency
(unless you unignore this specific dependency or upgrade to it yourself)
- `@dependabot unignore <dependency name>` will remove all of the ignore
conditions of the specified dependency
- `@dependabot unignore <dependency name> <ignore condition>` will
remove the ignore condition of the specified dependency and ignore
conditions
</details>1 file changed
+15
-15
lines changed| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
43 | 43 | | |
44 | 44 | | |
45 | 45 | | |
46 | | - | |
| 46 | + | |
47 | 47 | | |
48 | 48 | | |
49 | | - | |
| 49 | + | |
50 | 50 | | |
51 | 51 | | |
52 | | - | |
| 52 | + | |
53 | 53 | | |
54 | | - | |
55 | | - | |
56 | | - | |
| 54 | + | |
| 55 | + | |
| 56 | + | |
57 | 57 | | |
58 | 58 | | |
59 | 59 | | |
60 | 60 | | |
61 | | - | |
62 | | - | |
| 61 | + | |
| 62 | + | |
63 | 63 | | |
64 | 64 | | |
65 | 65 | | |
66 | 66 | | |
67 | | - | |
68 | | - | |
| 67 | + | |
| 68 | + | |
69 | 69 | | |
70 | 70 | | |
71 | 71 | | |
72 | 72 | | |
73 | 73 | | |
74 | 74 | | |
75 | 75 | | |
76 | | - | |
| 76 | + | |
77 | 77 | | |
78 | 78 | | |
79 | 79 | | |
80 | 80 | | |
81 | | - | |
| 81 | + | |
82 | 82 | | |
83 | 83 | | |
84 | | - | |
| 84 | + | |
85 | 85 | | |
86 | | - | |
87 | | - | |
| 86 | + | |
| 87 | + | |
88 | 88 | | |
89 | 89 | | |
90 | 90 | | |
| |||
0 commit comments