Skip to content

Commit cc16989

Browse files
authored
Bump the required group with 9 updates (#78)
Bumps the required group with 9 updates: | Package | From | To | | --- | --- | --- | | [markdown](https://github.com/Python-Markdown/markdown) | `3.6` | `3.7` | | [mkdocs-material](https://github.com/squidfunk/mkdocs-material) | `9.5.31` | `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` | | [types-markdown](https://github.com/python/typeshed) | `3.6.0.20240316` | `3.7.0.20240822` | | [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` | | [hypothesis](https://github.com/HypothesisWorks/hypothesis) | `6.111.0` | `6.111.2` | 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>&quot;&quot;</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>&quot;&quot;</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 `mkdocs-material` from 9.5.31 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> </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 &gt; 9.5.27 due to change in Alpine/APK</li> </ul> <p>mkdocs-material-9.5.30 (2024-07-23)</p> <ul> <li>Fixed <a href="https://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.31...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 &quot;Fix Literal strings containing pipe characters&quot; (<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 &quot;Fix <code>RawExpressionType.accept</code> crash with <code>--cache-fine-grained</code>&quot; (<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 `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.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 `hypothesis` from 6.111.0 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.111.0...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>
2 parents 5b49b48 + 98ca529 commit cc16989

File tree

1 file changed

+9
-9
lines changed

1 file changed

+9
-9
lines changed

pyproject.toml

Lines changed: 9 additions & 9 deletions
Original file line numberDiff line numberDiff line change
@@ -49,38 +49,38 @@ dev-flake8 = [
4949
dev-formatting = ["black == 24.8.0", "isort == 5.13.2"]
5050
dev-mkdocs = [
5151
"black == 24.8.0",
52-
"Markdown==3.6",
52+
"Markdown==3.7",
5353
"mike == 2.1.3",
5454
"mkdocs-gen-files == 0.5.0",
5555
"mkdocs-literate-nav == 0.6.1",
5656
"mkdocs-macros-plugin == 1.0.5",
57-
"mkdocs-material == 9.5.31",
57+
"mkdocs-material == 9.5.34",
5858
"mkdocstrings[python] == 0.25.2",
59-
"mkdocstrings-python == 1.10.8",
59+
"mkdocstrings-python == 1.10.9",
6060
"frequenz-repo-config[lib] == 0.10.0",
6161
"frequenz-client-base",
6262
]
6363
dev-mypy = [
64-
"mypy == 1.11.1",
65-
"types-Markdown == 3.6.0.20240316",
64+
"mypy == 1.11.2",
65+
"types-Markdown == 3.7.0.20240822",
6666
"types-protobuf == 5.27.0.20240626",
6767
"grpc-stubs == 1.53.0.5", # This dependency introduces breaking changes in patch releases
6868
# For checking the noxfile, docs/ script, and tests
6969
"frequenz-client-base[dev-mkdocs,dev-noxfile,dev-pytest]",
7070
]
7171
dev-noxfile = ["nox == 2024.4.15", "frequenz-repo-config[lib] == 0.10.0"]
7272
dev-pylint = [
73-
"pylint == 3.2.6",
73+
"pylint == 3.2.7",
7474
# For checking the noxfile, docs/ script, and tests
7575
"frequenz-client-base[dev-mkdocs,dev-noxfile,dev-pytest]",
7676
]
7777
dev-pytest = [
7878
"pytest == 8.3.2",
7979
"frequenz-repo-config[extra-lint-examples] == 0.10.0",
8080
"pytest-mock == 3.14.0",
81-
"pytest-asyncio == 0.23.8",
82-
"async-solipsism == 0.6",
83-
"hypothesis == 6.111.0",
81+
"pytest-asyncio == 0.24.0",
82+
"async-solipsism == 0.7",
83+
"hypothesis == 6.111.2",
8484
"frequenz-client-base",
8585
]
8686
dev = [

0 commit comments

Comments
 (0)