Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Bump the optional group with 5 updates (#265)
Bumps the optional group with 5 updates: | Package | From | To | | --- | --- | --- | | [pydoclint](https://github.com/jsh9/pydoclint) | `0.3.8` | `0.3.9` | | [markdown](https://github.com/Python-Markdown/markdown) | `3.5.1` | `3.5.2` | | [mkdocs-material](https://github.com/squidfunk/mkdocs-material) | `9.5.3` | `9.5.6` | | [hypothesis](https://github.com/HypothesisWorks/hypothesis) | `6.92.2` | `6.97.4` | | [pytest-asyncio](https://github.com/pytest-dev/pytest-asyncio) | `0.23.3` | `0.23.4` | Updates `pydoclint` from 0.3.8 to 0.3.9 <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.3.9</h2> <h2>What's Changed</h2> <ul> <li>Fix false positive DOC203 in property methods by <a href="https://github.com/jsh9"><code>@jsh9</code></a> in <a href="https://redirect.github.com/jsh9/pydoclint/pull/115">jsh9/pydoclint#115</a></li> </ul> <p><strong>Full Changelog</strong>: <a href="https://github.com/jsh9/pydoclint/compare/0.3.8...0.3.9">https://github.com/jsh9/pydoclint/compare/0.3.8...0.3.9</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.3.9] - 2024-01-16</h2> <ul> <li> <p>Fixed</p> <ul> <li>False positive violation <code>DOC203</code> when there is no docstring return section for methods with <code>@Property</code> decorator</li> </ul> </li> <li> <p>Full diff</p> <ul> <li><a href="https://github.com/jsh9/pydoclint/compare/0.3.8...0.3.9">https://github.com/jsh9/pydoclint/compare/0.3.8...0.3.9</a></li> </ul> </li> </ul> </blockquote> </details> <details> <summary>Commits</summary> <ul> <li><a href="https://github.com/jsh9/pydoclint/commit/75e485b313d1467e56d239841f562cbafe8617c5"><code>75e485b</code></a> Fix false positive DOC203 in property methods (<a href="https://redirect.github.com/jsh9/pydoclint/issues/115">#115</a>)</li> <li><a href="https://github.com/jsh9/pydoclint/commit/55c0fdec67698bee7bba91d2b2481e564a1d6139"><code>55c0fde</code></a> Explain why allow-init-docstring defaults to False</li> <li><a href="https://github.com/jsh9/pydoclint/commit/d88180a8632bb1602a4d81344085cf320f288c5a"><code>d88180a</code></a> Add link to README</li> <li><a href="https://github.com/jsh9/pydoclint/commit/03c2cebee90eda1103d9aa8b0aa827f972b07d88"><code>03c2ceb</code></a> Fix error in pre-commit hook example in README</li> <li><a href="https://github.com/jsh9/pydoclint/commit/7e58949c2ae60e07fb38a963a581cbe3c526fa43"><code>7e58949</code></a> Update README (add URL to doc site and repo)</li> <li>See full diff in <a href="https://github.com/jsh9/pydoclint/compare/0.3.8...0.3.9">compare view</a></li> </ul> </details> <br /> Updates `markdown` from 3.5.1 to 3.5.2 <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.5.2</h2> <h3>Fixed</h3> <ul> <li>Fix type annotations for <code>convertFile</code> - it accepts only bytes-based buffers. Also remove legacy checks from Python 2 (<a href="https://redirect.github.com/Python-Markdown/markdown/issues/1400">#1400</a>)</li> <li>Remove legacy import needed only in Python 2 (<a href="https://redirect.github.com/Python-Markdown/markdown/issues/1403">#1403</a>)</li> <li>Fix typo that left the attribute <code>AdmonitionProcessor.content_indent</code> unset (<a href="https://redirect.github.com/Python-Markdown/markdown/issues/1404">#1404</a>)</li> <li>Fix edge-case crash in <code>InlineProcessor</code> with <code>AtomicString</code> (<a href="https://redirect.github.com/Python-Markdown/markdown/issues/1406">#1406</a>).</li> <li>Fix edge-case crash in <code>codehilite</code> with an empty <code>code</code> tag (<a href="https://redirect.github.com/Python-Markdown/markdown/issues/1405">#1405</a>).</li> <li>Improve and expand type annotations in the code base (<a href="https://redirect.github.com/Python-Markdown/markdown/issues/1401">#1401</a>).</li> <li>Fix handling of bogus comments (<a href="https://redirect.github.com/Python-Markdown/markdown/issues/1425">#1425</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.5.2] -- 2024-01-10</h2> <h3>Fixed</h3> <ul> <li>Fix type annotations for <code>convertFile</code> - it accepts only bytes-based buffers. Also remove legacy checks from Python 2 (<a href="https://redirect.github.com/Python-Markdown/markdown/issues/1400">#1400</a>)</li> <li>Remove legacy import needed only in Python 2 (<a href="https://redirect.github.com/Python-Markdown/markdown/issues/1403">#1403</a>)</li> <li>Fix typo that left the attribute <code>AdmonitionProcessor.content_indent</code> unset (<a href="https://redirect.github.com/Python-Markdown/markdown/issues/1404">#1404</a>)</li> <li>Fix edge-case crash in <code>InlineProcessor</code> with <code>AtomicString</code> (<a href="https://redirect.github.com/Python-Markdown/markdown/issues/1406">#1406</a>).</li> <li>Fix edge-case crash in <code>codehilite</code> with an empty <code>code</code> tag (<a href="https://redirect.github.com/Python-Markdown/markdown/issues/1405">#1405</a>).</li> <li>Improve and expand type annotations in the code base (<a href="https://redirect.github.com/Python-Markdown/markdown/issues/1401">#1401</a>).</li> <li>Fix handling of bogus comments (<a href="https://redirect.github.com/Python-Markdown/markdown/issues/1425">#1425</a>).</li> </ul> </blockquote> </details> <details> <summary>Commits</summary> <ul> <li><a href="https://github.com/Python-Markdown/markdown/commit/08dacae618775831243f6bbab47d9be590d511f2"><code>08dacae</code></a> Bump version to 3.5.2</li> <li><a href="https://github.com/Python-Markdown/markdown/commit/e466f381d09692f484f8ff022273e2ac8cea0b16"><code>e466f38</code></a> Fix handling of bogus comments.</li> <li><a href="https://github.com/Python-Markdown/markdown/commit/a2a9c53ea262ea0d39e76aa18430ce071fbe68d5"><code>a2a9c53</code></a> Update change log link in README.md</li> <li><a href="https://github.com/Python-Markdown/markdown/commit/cef5afeb959d11e1ad5566fefa1f9a71136c1050"><code>cef5afe</code></a> Update Changelog URL</li> <li><a href="https://github.com/Python-Markdown/markdown/commit/5d7f2559c31844f788ea41132f40ace7555518e6"><code>5d7f255</code></a> Fix missing search in docs</li> <li><a href="https://github.com/Python-Markdown/markdown/commit/bc14d5917b2943b438af930ae61fe27c31581375"><code>bc14d59</code></a> Split changelog workflows to separate logic on when each gets run.</li> <li><a href="https://github.com/Python-Markdown/markdown/commit/9b06df2cff3602c98a77601d95d639ceacedb07d"><code>9b06df2</code></a> ghp-import it not a command module</li> <li><a href="https://github.com/Python-Markdown/markdown/commit/dac7977458eb1f2ca27107e65bfa41aad3ac74bb"><code>dac7977</code></a> Fix a minor oversight in <a href="https://redirect.github.com/Python-Markdown/markdown/issues/1407">#1407</a></li> <li><a href="https://github.com/Python-Markdown/markdown/commit/dcd69b154b74a7818be433491896391058ea7e04"><code>dcd69b1</code></a> Update docs deploy scripts</li> <li><a href="https://github.com/Python-Markdown/markdown/commit/a63e6f3416f2e4fc7c2d5edb2768ceed9218df20"><code>a63e6f3</code></a> Fix edge-case crash in InlineProcessor</li> <li>Additional commits viewable in <a href="https://github.com/Python-Markdown/markdown/compare/3.5.1...3.5.2">compare view</a></li> </ul> </details> <br /> Updates `mkdocs-material` from 9.5.3 to 9.5.6 <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.6</h2> <ul> <li>Fixed <a href="https://redirect.github.com/squidfunk/mkdocs-material/issues/6700">#6700</a>: Missing styles for Mermaid.js labels with Markdown</li> </ul> <h2>mkdocs-material-9.5.5</h2> <ul> <li>Updated Tagalog translations</li> <li>Updated Pillow to 10.2 to mitigate security vulnerabilities</li> <li>Improved resilience of instant navigation</li> <li>Fixed <a href="https://redirect.github.com/squidfunk/mkdocs-material/issues/6687">#6687</a>: Updated Mermaid.js to version 10.7.0 (latest)</li> <li>Fixed <a href="https://redirect.github.com/squidfunk/mkdocs-material/issues/6652">#6652</a>: Keyboard events in custom elements captured</li> <li>Fixed <a href="https://redirect.github.com/squidfunk/mkdocs-material/issues/6582">#6582</a>: Instant navigation doesn't correctly handle alternate URLs</li> <li>Fixed <a href="https://redirect.github.com/squidfunk/mkdocs-material/issues/6565">#6565</a>: Instant navigation doesn't allow for <code>onclick</code> handlers</li> <li>Fixed <a href="https://redirect.github.com/squidfunk/mkdocs-material/issues/6345">#6345</a>: Instant navigation sometimes breaks browser back button</li> <li>Fixed <a href="https://redirect.github.com/squidfunk/mkdocs-material/issues/6334">#6334</a>: Instant navigation doesn't correctly position anchors (Safari)</li> <li>Fixed <a href="https://redirect.github.com/squidfunk/mkdocs-material/issues/6275">#6275</a>: Instant navigation doesn't correctly resolve after 404</li> <li>Fixed <a href="https://redirect.github.com/squidfunk/mkdocs-material/issues/6102">#6102</a>: Instant navigation reloads page on same link navigation</li> </ul> <h2>mkdocs-material-9.5.4</h2> <ul> <li>Fixed <a href="https://redirect.github.com/squidfunk/mkdocs-material/issues/6645">#6645</a>: Local storage with invalid value can break site</li> <li>Fixed <a href="https://redirect.github.com/squidfunk/mkdocs-material/issues/6635">#6635</a>: Tags icons before default ignored if default is set</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.6+insiders-4.52.1 (2024-01-30)</p> <ul> <li>Fixed <a href="https://redirect.github.com/squidfunk/mkdocs-material/issues/6705">#6705</a>: Navigation path not being hidden when specified</li> <li>Fixed <a href="https://redirect.github.com/squidfunk/mkdocs-material/issues/6703">#6703</a>: New tags plugin crashes on Windows (2nd attempt)</li> </ul> <p>mkdocs-material-9.5.6+insiders-4.52.0 (2024-01-28)</p> <ul> <li>Added support for instant previews</li> <li>Fixed footnote tooltips positioning edge cases</li> <li>Fixed <a href="https://redirect.github.com/squidfunk/mkdocs-material/issues/6703">#6703</a>: New tags plugin crashes on Windows</li> </ul> <p>mkdocs-material-9.5.6 (2024-01-28)</p> <ul> <li>Fixed <a href="https://redirect.github.com/squidfunk/mkdocs-material/issues/6700">#6700</a>: Missing styles for Mermaid.js labels with Markdown</li> </ul> <p>mkdocs-material-9.5.5+insiders-4.51.0 (2024-01-24)</p> <ul> <li>Added support for footnote tooltips</li> </ul> <p>mkdocs-material-9.5.5 (2024-01-24)</p> <ul> <li>Updated Tagalog translations</li> <li>Updated Pillow to 10.2 to mitigate security vulnerabilities</li> <li>Improved resilience of instant navigation</li> <li>Fixed <a href="https://redirect.github.com/squidfunk/mkdocs-material/issues/6687">#6687</a>: Updated Mermaid.js to version 10.7.0 (latest)</li> <li>Fixed <a href="https://redirect.github.com/squidfunk/mkdocs-material/issues/6652">#6652</a>: Keyboard events in custom elements captured</li> <li>Fixed <a href="https://redirect.github.com/squidfunk/mkdocs-material/issues/6582">#6582</a>: Instant navigation doesn't correctly handle alternate URLs</li> <li>Fixed <a href="https://redirect.github.com/squidfunk/mkdocs-material/issues/6565">#6565</a>: Instant navigation doesn't allow for onclick handlers</li> <li>Fixed <a href="https://redirect.github.com/squidfunk/mkdocs-material/issues/6345">#6345</a>: Instant navigation sometimes breaks browser back button</li> <li>Fixed <a href="https://redirect.github.com/squidfunk/mkdocs-material/issues/6334">#6334</a>: Instant navigation doesn't correctly position anchors (Safari)</li> <li>Fixed <a href="https://redirect.github.com/squidfunk/mkdocs-material/issues/6275">#6275</a>: Instant navigation doesn't correctly resolve after 404</li> <li>Fixed <a href="https://redirect.github.com/squidfunk/mkdocs-material/issues/6102">#6102</a>: Instant navigation reloads page on same link navigation</li> </ul> <p>mkdocs-material-9.5.4+insiders-4.50.0 (2024-01-19)</p> <ul> <li>Added configurable logging capabilities to privacy plugin</li> </ul> <p>mkdocs-material-9.5.4 (2024-01-15)</p> <ul> <li>Fixed <a href="https://redirect.github.com/squidfunk/mkdocs-material/issues/6645">#6645</a>: Local storage with invalid value can break site</li> <li>Fixed <a href="https://redirect.github.com/squidfunk/mkdocs-material/issues/6635">#6635</a>: Tags icons before default ignored if default is set</li> </ul> <p>mkdocs-material-9.5.3+insiders-4.49.2 (2024-01-09)</p> <ul> <li>Fixed missing attribute lists extension for tags plugin</li> <li>Fixed <a href="https://redirect.github.com/squidfunk/mkdocs-material/issues/6627">#6627</a>: New tags plugin crashes on Python 3.8</li> </ul> <p>mkdocs-material-9.5.3+insiders-4.49.1 (2024-01-07)</p> <ul> <li>Improved interop of new tags plugin with other plugins</li> </ul> <!-- raw HTML omitted --> </blockquote> <p>... (truncated)</p> </details> <details> <summary>Commits</summary> <ul> <li><a href="https://github.com/squidfunk/mkdocs-material/commit/602673881952d10ea65c4ef98f76ceccabf29e3f"><code>6026738</code></a> Prepare 9.5.6 release</li> <li><a href="https://github.com/squidfunk/mkdocs-material/commit/a65fd1ed9e958beccda9e8c23140251e7243ad86"><code>a65fd1e</code></a> Updated distribution files</li> <li><a href="https://github.com/squidfunk/mkdocs-material/commit/335dd3addb0c5875d42349a9a06ea2b4b7055374"><code>335dd3a</code></a> Fixed Markdown formatted nodes in Mermaid.js</li> <li><a href="https://github.com/squidfunk/mkdocs-material/commit/f55ce2c81b6c391c40a139660e3a1e0032182848"><code>f55ce2c</code></a> Updated Insiders changelog</li> <li><a href="https://github.com/squidfunk/mkdocs-material/commit/672414163c51b8cd753539724a8c139ca7eb538b"><code>6724141</code></a> Documentation</li> <li><a href="https://github.com/squidfunk/mkdocs-material/commit/9d52e36212a6d1c32308a5e81084b81eb6f075f2"><code>9d52e36</code></a> Prepare 9.5.5 release</li> <li><a href="https://github.com/squidfunk/mkdocs-material/commit/943e97801e4ee799d333f7c7778ddb63e3bc40a2"><code>943e978</code></a> Merge pull request <a href="https://redirect.github.com/squidfunk/mkdocs-material/issues/6662">#6662</a> from squidfunk/fix/instant-loading-bugs</li> <li><a href="https://github.com/squidfunk/mkdocs-material/commit/95ad78a4782ddb0125675e890e7c84f96b4c2df3"><code>95ad78a</code></a> Merge branch 'master' into fix/instant-loading-bugs</li> <li><a href="https://github.com/squidfunk/mkdocs-material/commit/be95f4901ab4d61fa95ef78b6bc577b1c4071800"><code>be95f49</code></a> Fixed capturing of keyboard events for custom elements</li> <li><a href="https://github.com/squidfunk/mkdocs-material/commit/6128ab92f2f0cfa8eb827d22bbdea0a424e9f443"><code>6128ab9</code></a> Updated Tagalog translations</li> <li>Additional commits viewable in <a href="https://github.com/squidfunk/mkdocs-material/compare/9.5.3...9.5.6">compare view</a></li> </ul> </details> <br /> Updates `hypothesis` from 6.92.2 to 6.97.4 <details> <summary>Commits</summary> <ul> <li><a href="https://github.com/HypothesisWorks/hypothesis/commit/c99d59f8d4571b0f3528bc51065676d4c84fe138"><code>c99d59f</code></a> Bump hypothesis-python version to 6.97.4 and update changelog</li> <li><a href="https://github.com/HypothesisWorks/hypothesis/commit/da350a7612eeb081b54260e4190c7d8d0c4350a2"><code>da350a7</code></a> Merge pull request <a href="https://redirect.github.com/HypothesisWorks/hypothesis/issues/3868">#3868</a> from Zac-HD/more-sphinx-options</li> <li><a href="https://github.com/HypothesisWorks/hypothesis/commit/c302f0059f34e2c16a325fa09b5def6872dc32c8"><code>c302f00</code></a> update sphinx config</li> <li><a href="https://github.com/HypothesisWorks/hypothesis/commit/0bd379c2282d5f883f7fca8eba1678ce58b73e47"><code>0bd379c</code></a> Bump hypothesis-python version to 6.97.3 and update changelog</li> <li><a href="https://github.com/HypothesisWorks/hypothesis/commit/5fc72a60976a721ad1e028b5666df040991c7e81"><code>5fc72a6</code></a> Merge pull request <a href="https://redirect.github.com/HypothesisWorks/hypothesis/issues/3865">#3865</a> from jobh/cleanup-use-of-example-in-tests</li> <li><a href="https://github.com/HypothesisWorks/hypothesis/commit/e20341af6b6874abe592dc41eb07397fe202f160"><code>e20341a</code></a> Fix tests</li> <li><a href="https://github.com/HypothesisWorks/hypothesis/commit/2bca570ae84cf0174937fe15305d4a6ec1e1166f"><code>2bca570</code></a> Add note to NonInteracteExampleWarning in selftests</li> <li><a href="https://github.com/HypothesisWorks/hypothesis/commit/7b634834b1dfa00674d1b614a7bb857017bf8d7c"><code>7b63483</code></a> Bump hypothesis-python version to 6.97.2 and update changelog</li> <li><a href="https://github.com/HypothesisWorks/hypothesis/commit/8a9279c3943645d9a435b8d72041e6c09c5e1eed"><code>8a9279c</code></a> Merge pull request <a href="https://redirect.github.com/HypothesisWorks/hypothesis/issues/3862">#3862</a> from Zac-HD/uncap-replay-buffers</li> <li><a href="https://github.com/HypothesisWorks/hypothesis/commit/91c63bb76c970effd6cf3c013d8ed98788cf0527"><code>91c63bb</code></a> faster target phase</li> <li>Additional commits viewable in <a href="https://github.com/HypothesisWorks/hypothesis/compare/hypothesis-python-6.92.2...hypothesis-python-6.97.4">compare view</a></li> </ul> </details> <br /> Updates `pytest-asyncio` from 0.23.3 to 0.23.4 <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.23.4</h2> <h1>0.23.4 (2024-01-28)</h1> <ul> <li>pytest-asyncio no longer imports additional, unrelated packages during test collection <a href="https://redirect.github.com/pytest-dev/pytest-asyncio/issues/729">#729</a></li> <li>Addresses further issues that caused an internal pytest error during test collection</li> <li>Declares incompatibility with pytest 8 <a href="https://redirect.github.com/pytest-dev/pytest-asyncio/issues/737">#737</a></li> </ul> <h2>pytest-asyncio 0.23.4a2</h2> <h1>0.23.4 (UNRELEASED)</h1> <ul> <li>pytest-asyncio no longer imports additional, unrelated packages during test collection <a href="https://redirect.github.com/pytest-dev/pytest-asyncio/issues/729">#729</a></li> <li>Addresses further issues that caused an internal pytest error during test collection</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> <h2>pytest-asyncio 0.23.4a1</h2> <h1>0.23.4 (UNRELEASED)</h1> <ul> <li>pytest-asyncio no longer imports additional, unrelated packages during test collection <a href="https://redirect.github.com/pytest-dev/pytest-asyncio/issues/729">#729</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> <h2>pytest-asyncio 0.23.4a0</h2> <h1>0.23.4 (UNRELEASED)</h1> <ul> <li>pytest-asyncio no longer imports additional, unrelated packages during test collection <a href="https://redirect.github.com/pytest-dev/pytest-asyncio/issues/729">#729</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/b879130e3212884fde45f2ecfe48b41ce1eacce3"><code>b879130</code></a> [chore] Updated shed pre-commit hook to v2024.1.1.</li> <li><a href="https://github.com/pytest-dev/pytest-asyncio/commit/a309bc509b6a2010adadedba76c2a3ea8ca46676"><code>a309bc5</code></a> [docs] Prepare release of v0.23.4.</li> <li><a href="https://github.com/pytest-dev/pytest-asyncio/commit/c51c3e7cebfb5ffdeed6922e89bbf5259c45c8e3"><code>c51c3e7</code></a> [docs] Mention compatibility issue with pytest 8.</li> <li><a href="https://github.com/pytest-dev/pytest-asyncio/commit/dd129e9c4ce92cc8af50b82551e23ba2d857f8da"><code>dd129e9</code></a> [fix] Fixes a bug that prevented tests from being collected from package when...</li> <li><a href="https://github.com/pytest-dev/pytest-asyncio/commit/463ce984677f0ac965f225c3b7ac14ebf43adad6"><code>463ce98</code></a> [fix] Avoid trying to install scoped event loops for unknown test collector t...</li> <li><a href="https://github.com/pytest-dev/pytest-asyncio/commit/256ef7d2f5baab34d8668c6ffc476b7740b782fc"><code>256ef7d</code></a> [fix] pytest-asyncio no longer uses virtual modules to install dynamic packag...</li> <li><a href="https://github.com/pytest-dev/pytest-asyncio/commit/8ba9bd03c44584929c7251cf1383df23f5e14f44"><code>8ba9bd0</code></a> [fix] Make virtual modules compatible with Windows.</li> <li><a href="https://github.com/pytest-dev/pytest-asyncio/commit/df487d5e2d7976c89f79d3459e7cb13c3899082e"><code>df487d5</code></a> [ci] Shorten names of display OS in CI jobs.</li> <li><a href="https://github.com/pytest-dev/pytest-asyncio/commit/9572f3e0e42d3359cbea5b70a02be6169059f0e8"><code>9572f3e</code></a> [tests] Fixed deprecated use of yield_fixture in test.</li> <li><a href="https://github.com/pytest-dev/pytest-asyncio/commit/ef619b9fea227a70387f1c97828cc21617c1ea2d"><code>ef619b9</code></a> [build] Run tests on Windows.</li> <li>Additional commits viewable in <a href="https://github.com/pytest-dev/pytest-asyncio/compare/v0.23.3...v0.23.4">compare view</a></li> </ul> </details> <br /> Dependabot will resolve any conflicts with this PR as long as you don't alter it yourself. You can also trigger a rebase manually by commenting `@dependabot rebase`. [//]: # (dependabot-automerge-start) [//]: # (dependabot-automerge-end) --- <details> <summary>Dependabot commands and options</summary> <br /> You can trigger Dependabot actions by commenting on this PR: - `@dependabot rebase` will rebase this PR - `@dependabot recreate` will recreate this PR, overwriting any edits that have been made to it - `@dependabot merge` will merge this PR after your CI passes on it - `@dependabot squash and merge` will squash and merge this PR after your CI passes on it - `@dependabot cancel merge` will cancel a previously requested merge and block automerging - `@dependabot reopen` will reopen this PR if it is closed - `@dependabot close` will close this PR and stop Dependabot recreating it. You can achieve the same result by closing it manually - `@dependabot show <dependency name> ignore conditions` will show all of the ignore conditions of the specified dependency - `@dependabot ignore <dependency name> major version` will close this group update PR and stop Dependabot creating any more for the specific dependency's major version (unless you unignore this specific dependency's major version or upgrade to it yourself) - `@dependabot ignore <dependency name> minor version` will close this group update PR and stop Dependabot creating any more for the specific dependency's minor version (unless you unignore this specific dependency's minor version or upgrade to it yourself) - `@dependabot ignore <dependency name>` will close this group update PR and stop Dependabot creating any more for the specific dependency (unless you unignore this specific dependency or upgrade to it yourself) - `@dependabot unignore <dependency name>` will remove all of the ignore conditions of the specified dependency - `@dependabot unignore <dependency name> <ignore condition>` will remove the ignore condition of the specified dependency and ignore conditions </details>
- Loading branch information