Skip to content

Commit 29b71a8

Browse files
Bump the "infrastructure" group with 1 updates across multiple ecosystems (#191)
[//]: # (dependabot-start) ⚠️ **Dependabot is rebasing this PR** ⚠️ Rebasing might not happen immediately, so don't worry if this takes some time. Note: if you make any changes to this PR yourself, they will take precedence over the rebase. --- [//]: # (dependabot-end) Updates the requirements on [pytest-cov](https://github.com/pytest-dev/pytest-cov), [mkdocs-material](https://github.com/squidfunk/mkdocs-material), [mkdocstrings[python]](https://github.com/mkdocstrings/mkdocstrings), [black](https://github.com/psf/black) and [vspreview](https://github.com/Jaded-Encoding-Thaumaturgy/vs-preview) to permit the latest version. Updates `pytest-cov` to 7.0.0 <details> <summary>Changelog</summary> <p><em>Sourced from <a href="https://github.com/pytest-dev/pytest-cov/blob/master/CHANGELOG.rst">pytest-cov's changelog</a>.</em></p> <blockquote> <h2>7.0.0 (2025-09-09)</h2> <ul> <li> <p>Dropped support for subprocesses measurement.</p> <p>It was a feature added long time ago when coverage lacked a nice way to measure subprocesses created in tests. It relied on a <code>.pth</code> file, there was no way to opt-out and it created bad interations with <code>coverage's new patch system &lt;https://coverage.readthedocs.io/en/latest/config.html#run-patch&gt;</code>_ added in <code>7.10 &lt;https://coverage.readthedocs.io/en/7.10.6/changes.html#version-7-10-0-2025-07-24&gt;</code>_.</p> <p>To migrate to this release you might need to enable the suprocess patch, example for <code>.coveragerc</code>:</p> <p>.. code-block:: ini</p> <p>[run] patch = subprocess</p> <p>This release also requires at least coverage 7.10.6.</p> </li> <li> <p>Switched packaging to have metadata completely in <code>pyproject.toml</code> and use <code>hatchling &lt;https://pypi.org/project/hatchling/&gt;</code>_ for building. Contributed by Ofek Lev in <code>[#551](pytest-dev/pytest-cov#551) &lt;https://github.com/pytest-dev/pytest-cov/pull/551&gt;</code>_ with some extras in <code>[#716](pytest-dev/pytest-cov#716) &lt;https://github.com/pytest-dev/pytest-cov/pull/716&gt;</code>_.</p> </li> <li> <p>Removed some not really necessary testing deps like <code>six</code>.</p> </li> </ul> <h2>6.3.0 (2025-09-06)</h2> <ul> <li>Added support for markdown reports. Contributed by Marcos Boger in <code>[#712](pytest-dev/pytest-cov#712) &lt;https://github.com/pytest-dev/pytest-cov/pull/712&gt;</code>_ and <code>[#714](pytest-dev/pytest-cov#714) &lt;https://github.com/pytest-dev/pytest-cov/pull/714&gt;</code>_.</li> <li>Fixed some formatting issues in docs. Anonymous contribution in <code>[#706](pytest-dev/pytest-cov#706) &lt;https://github.com/pytest-dev/pytest-cov/pull/706&gt;</code>_.</li> </ul> <h2>6.2.1 (2025-06-12)</h2> <ul> <li> <p>Added a version requirement for pytest's pluggy dependency (1.2.0, released 2023-06-21) that has the required new-style hookwrapper API.</p> </li> <li> <p>Removed deprecated license classifier (packaging).</p> </li> <li> <p>Disabled coverage warnings in two more situations where they have no value:</p> <ul> <li>&quot;module-not-measured&quot; in workers</li> <li>&quot;already-imported&quot; in subprocesses</li> </ul> </li> </ul> <h2>6.2.0 (2025-06-11)</h2> <ul> <li> <p>The plugin now adds 3 rules in the filter warnings configuration to prevent common coverage warnings being raised as obscure errors::</p> <p>default:unclosed database in &lt;sqlite3.Connection object at:ResourceWarning once::PytestCovWarning</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-cov/commit/224d8964caad90074a8cf6dc8720b8f70f31629b"><code>224d896</code></a> Bump version: 6.3.0 → 7.0.0</li> <li><a href="https://github.com/pytest-dev/pytest-cov/commit/73424e3999f865eac72e27f09d5fe11b9703cfd6"><code>73424e3</code></a> Cleanup the docs a bit.</li> <li><a href="https://github.com/pytest-dev/pytest-cov/commit/36f1cc2967831dbd4c8aa70086fc86dc495f8b9a"><code>36f1cc2</code></a> Bump pins in template.</li> <li><a href="https://github.com/pytest-dev/pytest-cov/commit/f299c590a63a48e51e3ae949993dc7bb1f1d480d"><code>f299c59</code></a> Bump the github-actions group with 2 updates</li> <li><a href="https://github.com/pytest-dev/pytest-cov/commit/25f0b2e0cdbc345c0d3e49170f7a328c3e0d805f"><code>25f0b2e</code></a> Update docs/config.rst</li> <li><a href="https://github.com/pytest-dev/pytest-cov/commit/bb23eacc5531fb8f499213d8420407e0d72f88e3"><code>bb23eac</code></a> Improve configuration docs</li> <li><a href="https://github.com/pytest-dev/pytest-cov/commit/a19531e91e1ab753ccf648a2d9bab08a6fddebb9"><code>a19531e</code></a> Switch from build/pre-commit to uv/prek - this should make this faster.</li> <li><a href="https://github.com/pytest-dev/pytest-cov/commit/82f999391073f2fb8ae422af452602f310086a2a"><code>82f9993</code></a> Update changelog.</li> <li><a href="https://github.com/pytest-dev/pytest-cov/commit/211b5cd41c29916bc643b4a11b00578ba4fd6fe8"><code>211b5cd</code></a> Fix links.</li> <li><a href="https://github.com/pytest-dev/pytest-cov/commit/97aadd74bcbc00a2078d240e8fe871dd62b83d80"><code>97aadd7</code></a> Update some ci config, reformat and apply some lint fixes.</li> <li>Additional commits viewable in <a href="https://github.com/pytest-dev/pytest-cov/compare/v6.2.1...v7.0.0">compare view</a></li> </ul> </details> <br /> Updates `mkdocs-material` from 9.6.16 to 9.6.23 <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.6.23</h2> <ul> <li>Updated Burmese translation</li> </ul> <h2>mkdocs-material-9.6.22</h2> <ul> <li>Updated Georgian translation</li> </ul> <h2>mkdocs-material-9.6.21</h2> <ul> <li>Updated Serbian translations</li> <li>Fixed <a href="https://redirect.github.com/squidfunk/mkdocs-material/issues/8458">#8458</a>: Temporary pin of click dependency</li> </ul> <h2>mkdocs-material-9.6.20</h2> <ul> <li>Fixed <a href="https://redirect.github.com/squidfunk/mkdocs-material/issues/8446">#8446</a>: Deprecation warning as of Python 3.14 in Emoji extension</li> <li>Fixed <a href="https://redirect.github.com/squidfunk/mkdocs-material/issues/8440">#8440</a>: <code>&amp;</code> character not escaped in search highlighting</li> <li>Fixed <a href="https://redirect.github.com/squidfunk/mkdocs-material/issues/8439">#8439</a>: FontAwesome icons color not set in social cards (regression)</li> </ul> <h2>mkdocs-material-9.6.19</h2> <ul> <li>Added support for Python 3.14</li> <li>Updated Bahasa Malaysia translations</li> </ul> <h2>mkdocs-material-9.6.18</h2> <ul> <li>Updated Azerbaijani translations</li> <li>Fixed last compat issues with <a href="https://github.com/mitsuhiko/minijinja">minijinja</a>, now 100% compatible</li> </ul> <h2>mkdocs-material-9.6.17</h2> <ul> <li>Fixed <a href="https://redirect.github.com/squidfunk/mkdocs-material/issues/8396">#8396</a>: Videos do not autoplay when inside a content tab</li> <li>Fixed <a href="https://redirect.github.com/squidfunk/mkdocs-material/issues/8394">#8394</a>: Stroke width not effective in Mermaid.js diagrams</li> <li>Fixed disappearing version selector when hiding page title</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.6.23 (2025-11-01)</p> <ul> <li>Updated Burmese translation</li> </ul> <p>mkdocs-material-9.6.22 (2025-10-15)</p> <ul> <li>Updated Georgian translation</li> </ul> <p>mkdocs-material-9.6.21 (2025-09-30)</p> <ul> <li>Updated Serbian translations</li> <li>Fixed <a href="https://redirect.github.com/squidfunk/mkdocs-material/issues/8458">#8458</a>: Temporary pin of click dependency</li> </ul> <p>mkdocs-material-9.6.20 (2025-09-15)</p> <ul> <li>Fixed <a href="https://redirect.github.com/squidfunk/mkdocs-material/issues/8446">#8446</a>: Deprecation warning as of Python 3.14 in Emoji extension</li> <li>Fixed <a href="https://redirect.github.com/squidfunk/mkdocs-material/issues/8440">#8440</a>: <code>&amp;</code> character not escaped in search highlighting</li> <li>Fixed <a href="https://redirect.github.com/squidfunk/mkdocs-material/issues/8439">#8439</a>: FontAwesome icons color not set in social cards (regression)</li> </ul> <p>mkdocs-material-9.6.19 (2025-09-07)</p> <ul> <li>Added support for Python 3.14</li> <li>Updated Bahasa Malaysia translations</li> </ul> <p>mkdocs-material-9.6.18 (2025-08-22)</p> <ul> <li>Updated Azerbaijani translations</li> <li>Fixed last compat issues with [minijinja], now 100% compatible</li> </ul> <p>mkdocs-material-9.6.17 (2025-08-15)</p> <ul> <li>Fixed <a href="https://redirect.github.com/squidfunk/mkdocs-material/issues/8396">#8396</a>: Videos do not autoplay when inside a content tab</li> <li>Fixed <a href="https://redirect.github.com/squidfunk/mkdocs-material/issues/8394">#8394</a>: Stroke width not effective in Mermaid.js diagrams</li> <li>Fixed disappearing version selector when hiding page title</li> </ul> <p>mkdocs-material-9.6.16 (2025-07-26)</p> <ul> <li>Fixed <a href="https://redirect.github.com/squidfunk/mkdocs-material/issues/8349">#8349</a>: Info plugin doesn't correctly detect virtualenv in some cases</li> <li>Fixed <a href="https://redirect.github.com/squidfunk/mkdocs-material/issues/8334">#8334</a>: Find-in-page detects matches in hidden search result list</li> </ul> <p>mkdocs-material-9.6.15 (2025-07-01)</p> <ul> <li>Updated Mongolian translations</li> <li>Improved semantic markup of &quot;edit this page&quot; button</li> <li>Improved info plugin virtual environment resolution</li> <li>Fixed <a href="https://redirect.github.com/squidfunk/mkdocs-material/issues/8291">#8291</a>: Large font size setting throws of breakpoints in JavaScript</li> </ul> <p>mkdocs-material-9.6.14 (2025-05-13)</p> <ul> <li>Fixed <a href="https://redirect.github.com/squidfunk/mkdocs-material/issues/8215">#8215</a>: Social plugin crashes when CairoSVG is updated to 2.8</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/54c7b79315b5ef5620efe16a1473d3368c8b8f52"><code>54c7b79</code></a> Prepare 9.6.23 release</li> <li><a href="https://github.com/squidfunk/mkdocs-material/commit/f0dbcb5b66aa5060eef3ebce04d241686505887c"><code>f0dbcb5</code></a> Disabled dependabot</li> <li><a href="https://github.com/squidfunk/mkdocs-material/commit/53d15f854d0479f01378023926e06a5cc857e28f"><code>53d15f8</code></a> Updated dependencies</li> <li><a href="https://github.com/squidfunk/mkdocs-material/commit/d9e4f7139274bb70743a076da8b80a898b1a1c14"><code>d9e4f71</code></a> Updated Burmese translations</li> <li><a href="https://github.com/squidfunk/mkdocs-material/commit/9b3247c9cdee7e2bd67c371a136c5de487f38f19"><code>9b3247c</code></a> Updated changelog</li> <li><a href="https://github.com/squidfunk/mkdocs-material/commit/8f9dcbdd68bd5746ed1dd712d6fd7d5fe0808292"><code>8f9dcbd</code></a> Prepare 9.6.22 release</li> <li><a href="https://github.com/squidfunk/mkdocs-material/commit/b29310f37dc9402ab9271ca8aaf356c44b046d78"><code>b29310f</code></a> Updated dependencies</li> <li><a href="https://github.com/squidfunk/mkdocs-material/commit/68bfd526e1dbb8db0c64dcca54780f0c2636d301"><code>68bfd52</code></a> Documentation</li> <li><a href="https://github.com/squidfunk/mkdocs-material/commit/c68fac7fb3071fa4f45cc823e2ca2ea82fd67b43"><code>c68fac7</code></a> Updated Georgian translations</li> <li><a href="https://github.com/squidfunk/mkdocs-material/commit/56bb56c0fed1217f0a58a660ccbefd73db671397"><code>56bb56c</code></a> Bump actions/setup-node from 4 to 5 (<a href="https://redirect.github.com/squidfunk/mkdocs-material/issues/8471">#8471</a>)</li> <li>Additional commits viewable in <a href="https://github.com/squidfunk/mkdocs-material/compare/9.6.16...9.6.23">compare view</a></li> </ul> </details> <br /> Updates `mkdocstrings[python]` from 0.30.0 to 0.30.1 <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.30.1</h2> <h2><a href="https://github.com/mkdocstrings/mkdocstrings/releases/tag/0.30.1">0.30.1</a> - 2025-09-19</h2> <p><!-- raw HTML omitted --><a href="https://github.com/mkdocstrings/mkdocstrings/compare/0.30.0...0.30.1">Compare with 0.30.0</a><!-- raw HTML omitted --></p> <h3>Bug Fixes</h3> <ul> <li>Create default SSL context in main thread before downloading inventories (<a href="https://github.com/mkdocstrings/mkdocstrings/commit/eec7fb4bab948ef6db594fc1d1688be0554c5780">eec7fb4</a> by Çağlar Kutlu). <a href="https://redirect.github.com/mkdocstrings/mkdocstrings/issue/796">Issue-796</a>, <a href="https://redirect.github.com/mkdocstrings/mkdocstrings/pull/797">PR-797</a></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.30.1">0.30.1</a> - 2025-09-19</h2> <p><!-- raw HTML omitted --><a href="https://github.com/mkdocstrings/mkdocstrings/compare/0.30.0...0.30.1">Compare with 0.30.0</a><!-- raw HTML omitted --></p> <h3>Bug Fixes</h3> <ul> <li>Create default SSL context in main thread before downloading inventories (<a href="https://github.com/mkdocstrings/mkdocstrings/commit/eec7fb4bab948ef6db594fc1d1688be0554c5780">eec7fb4</a> by Çağlar Kutlu). <a href="https://redirect.github.com/mkdocstrings/mkdocstrings/issue/796">Issue-796</a>, <a href="https://redirect.github.com/mkdocstrings/mkdocstrings/pull/797">PR-797</a></li> </ul> </blockquote> </details> <details> <summary>Commits</summary> <ul> <li><a href="https://github.com/mkdocstrings/mkdocstrings/commit/b550cdb6be37a65b487154b0edbd5cedc822b4cd"><code>b550cdb</code></a> chore: Prepare release 0.30.1</li> <li><a href="https://github.com/mkdocstrings/mkdocstrings/commit/18f650441629ca56a30befccb5fb0b3a361aff11"><code>18f6504</code></a> ci: Fix warning</li> <li><a href="https://github.com/mkdocstrings/mkdocstrings/commit/eec7fb4bab948ef6db594fc1d1688be0554c5780"><code>eec7fb4</code></a> fix: Create default SSL context in main thread before downloading inventories</li> <li><a href="https://github.com/mkdocstrings/mkdocstrings/commit/572677173c2d31e5779f6313e48e90cf265b9c62"><code>5726771</code></a> doc: Add links to MATLAB handler</li> <li><a href="https://github.com/mkdocstrings/mkdocstrings/commit/85f4479690f9845a2d3d6d228176f2cc391106d8"><code>85f4479</code></a> docs: Fix broken NVidia link in README</li> <li>See full diff in <a href="https://github.com/mkdocstrings/mkdocstrings/compare/0.30.0...0.30.1">compare view</a></li> </ul> </details> <br /> Updates `black` from 25.1.0 to 25.9.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>25.9.0</h2> <h3>Highlights</h3> <ul> <li>Remove support for pre-python 3.7 <code>await/async</code> as soft keywords/variable names (<a href="https://redirect.github.com/psf/black/issues/4676">#4676</a>)</li> </ul> <h3>Stable style</h3> <ul> <li>Fix crash while formatting a long <code>del</code> statement containing tuples (<a href="https://redirect.github.com/psf/black/issues/4628">#4628</a>)</li> <li>Fix crash while formatting expressions using the walrus operator in complex <code>with</code> statements (<a href="https://redirect.github.com/psf/black/issues/4630">#4630</a>)</li> <li>Handle <code># fmt: skip</code> followed by a comment at the end of file (<a href="https://redirect.github.com/psf/black/issues/4635">#4635</a>)</li> <li>Fix crash when a tuple appears in the <code>as</code> clause of a <code>with</code> statement (<a href="https://redirect.github.com/psf/black/issues/4634">#4634</a>)</li> <li>Fix crash when tuple is used as a context manager inside a <code>with</code> statement (<a href="https://redirect.github.com/psf/black/issues/4646">#4646</a>)</li> <li>Fix crash when formatting a <code>\</code> followed by a <code>\r</code> followed by a comment (<a href="https://redirect.github.com/psf/black/issues/4663">#4663</a>)</li> <li>Fix crash on a <code>\\r\n</code> (<a href="https://redirect.github.com/psf/black/issues/4673">#4673</a>)</li> <li>Fix crash on <code>await ...</code> (where <code>...</code> is a literal <code>Ellipsis</code>) (<a href="https://redirect.github.com/psf/black/issues/4676">#4676</a>)</li> <li>Fix crash on parenthesized expression inside a type parameter bound (<a href="https://redirect.github.com/psf/black/issues/4684">#4684</a>)</li> <li>Fix crash when using line ranges excluding indented single line decorated items (<a href="https://redirect.github.com/psf/black/issues/4670">#4670</a>)</li> </ul> <h3>Preview style</h3> <ul> <li>Fix a bug where one-liner functions/conditionals marked with <code># fmt: skip</code> would still be formatted (<a href="https://redirect.github.com/psf/black/issues/4552">#4552</a>)</li> <li>Improve <code>multiline_string_handling</code> with ternaries and dictionaries (<a href="https://redirect.github.com/psf/black/issues/4657">#4657</a>)</li> <li>Fix a bug where <code>string_processing</code> would not split f-strings directly after expressions (<a href="https://redirect.github.com/psf/black/issues/4680">#4680</a>)</li> <li>Wrap the <code>in</code> clause of comprehensions across lines if necessary (<a href="https://redirect.github.com/psf/black/issues/4699">#4699</a>)</li> <li>Remove parentheses around multiple exception types in <code>except</code> and <code>except*</code> without <code>as</code>. (<a href="https://redirect.github.com/psf/black/issues/4720">#4720</a>)</li> <li>Add <code>\r</code> style newlines to the potential newlines to normalize file newlines both from and to (<a href="https://redirect.github.com/psf/black/issues/4710">#4710</a>)</li> </ul> <h3>Parser</h3> <ul> <li>Rewrite tokenizer to improve performance and compliance (<a href="https://redirect.github.com/psf/black/issues/4536">#4536</a>)</li> <li>Fix bug where certain unusual expressions (e.g., lambdas) were not accepted in type parameter bounds and defaults. (<a href="https://redirect.github.com/psf/black/issues/4602">#4602</a>)</li> </ul> <h3>Performance</h3> <ul> <li>Avoid using an extra process when running with only one worker (<a href="https://redirect.github.com/psf/black/issues/4734">#4734</a>)</li> </ul> <h3>Integrations</h3> <ul> <li>Fix the version check in the vim file to reject Python 3.8 (<a href="https://redirect.github.com/psf/black/issues/4567">#4567</a>)</li> <li>Enhance GitHub Action <code>psf/black</code> to read Black version from an additional section in pyproject.toml: <code>[project.dependency-groups]</code> (<a href="https://redirect.github.com/psf/black/issues/4606">#4606</a>)</li> <li>Build gallery docker image with python3-slim and reduce image size (<a href="https://redirect.github.com/psf/black/issues/4686">#4686</a>)</li> </ul> <!-- raw HTML omitted --> </blockquote> <p>... (truncated)</p> </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>25.9.0</h2> <h3>Highlights</h3> <ul> <li>Remove support for pre-python 3.7 <code>await/async</code> as soft keywords/variable names (<a href="https://redirect.github.com/psf/black/issues/4676">#4676</a>)</li> </ul> <h3>Stable style</h3> <ul> <li>Fix crash while formatting a long <code>del</code> statement containing tuples (<a href="https://redirect.github.com/psf/black/issues/4628">#4628</a>)</li> <li>Fix crash while formatting expressions using the walrus operator in complex <code>with</code> statements (<a href="https://redirect.github.com/psf/black/issues/4630">#4630</a>)</li> <li>Handle <code># fmt: skip</code> followed by a comment at the end of file (<a href="https://redirect.github.com/psf/black/issues/4635">#4635</a>)</li> <li>Fix crash when a tuple appears in the <code>as</code> clause of a <code>with</code> statement (<a href="https://redirect.github.com/psf/black/issues/4634">#4634</a>)</li> <li>Fix crash when tuple is used as a context manager inside a <code>with</code> statement (<a href="https://redirect.github.com/psf/black/issues/4646">#4646</a>)</li> <li>Fix crash when formatting a <code>\</code> followed by a <code>\r</code> followed by a comment (<a href="https://redirect.github.com/psf/black/issues/4663">#4663</a>)</li> <li>Fix crash on a <code>\\r\n</code> (<a href="https://redirect.github.com/psf/black/issues/4673">#4673</a>)</li> <li>Fix crash on <code>await ...</code> (where <code>...</code> is a literal <code>Ellipsis</code>) (<a href="https://redirect.github.com/psf/black/issues/4676">#4676</a>)</li> <li>Fix crash on parenthesized expression inside a type parameter bound (<a href="https://redirect.github.com/psf/black/issues/4684">#4684</a>)</li> <li>Fix crash when using line ranges excluding indented single line decorated items (<a href="https://redirect.github.com/psf/black/issues/4670">#4670</a>)</li> </ul> <h3>Preview style</h3> <ul> <li>Fix a bug where one-liner functions/conditionals marked with <code># fmt: skip</code> would still be formatted (<a href="https://redirect.github.com/psf/black/issues/4552">#4552</a>)</li> <li>Improve <code>multiline_string_handling</code> with ternaries and dictionaries (<a href="https://redirect.github.com/psf/black/issues/4657">#4657</a>)</li> <li>Fix a bug where <code>string_processing</code> would not split f-strings directly after expressions (<a href="https://redirect.github.com/psf/black/issues/4680">#4680</a>)</li> <li>Wrap the <code>in</code> clause of comprehensions across lines if necessary (<a href="https://redirect.github.com/psf/black/issues/4699">#4699</a>)</li> <li>Remove parentheses around multiple exception types in <code>except</code> and <code>except*</code> without <code>as</code>. (<a href="https://redirect.github.com/psf/black/issues/4720">#4720</a>)</li> <li>Add <code>\r</code> style newlines to the potential newlines to normalize file newlines both from and to (<a href="https://redirect.github.com/psf/black/issues/4710">#4710</a>)</li> </ul> <h3>Parser</h3> <ul> <li>Rewrite tokenizer to improve performance and compliance (<a href="https://redirect.github.com/psf/black/issues/4536">#4536</a>)</li> <li>Fix bug where certain unusual expressions (e.g., lambdas) were not accepted in type parameter bounds and defaults. (<a href="https://redirect.github.com/psf/black/issues/4602">#4602</a>)</li> </ul> <h3>Performance</h3> <ul> <li>Avoid using an extra process when running with only one worker (<a href="https://redirect.github.com/psf/black/issues/4734">#4734</a>)</li> </ul> <h3>Integrations</h3> <ul> <li>Fix the version check in the vim file to reject Python 3.8 (<a href="https://redirect.github.com/psf/black/issues/4567">#4567</a>)</li> <li>Enhance GitHub Action <code>psf/black</code> to read Black version from an additional section in pyproject.toml: <code>[project.dependency-groups]</code> (<a href="https://redirect.github.com/psf/black/issues/4606">#4606</a>)</li> </ul> <!-- raw HTML omitted --> </blockquote> <p>... (truncated)</p> </details> <details> <summary>Commits</summary> <ul> <li><a href="https://github.com/psf/black/commit/af0ba72a73598c76189d6dd1b21d8532255d5942"><code>af0ba72</code></a> Prepare docs for release 25.9.0 (<a href="https://redirect.github.com/psf/black/issues/4751">#4751</a>)</li> <li><a href="https://github.com/psf/black/commit/ffc01a027580d99401abb3197e83d50dc4f4c746"><code>ffc01a0</code></a> Fix schema generation error caused by new click version (<a href="https://redirect.github.com/psf/black/issues/4750">#4750</a>)</li> <li><a href="https://github.com/psf/black/commit/626b32fe2b5387656be6694da9a4b7a3148fb892"><code>626b32f</code></a> Add normalizing for <code>\r</code> style newlines (<a href="https://redirect.github.com/psf/black/issues/4710">#4710</a>)</li> <li><a href="https://github.com/psf/black/commit/57a461258f324e33bca189b2eb49d7f7a944ffe7"><code>57a4612</code></a> Fix mypy type issue (<a href="https://redirect.github.com/psf/black/issues/4745">#4745</a>)</li> <li><a href="https://github.com/psf/black/commit/4f6ad7cf8c3092e0fb4d82f54fe77ccde134468a"><code>4f6ad7c</code></a> Wrap the <code>in</code> clause of comprehensions across lines if necessary (<a href="https://redirect.github.com/psf/black/issues/4699">#4699</a>)</li> <li><a href="https://github.com/psf/black/commit/24f516961720c5578069dee30415b776359b7be5"><code>24f5169</code></a> ci: Run diff-shades on unstable instead of preview (<a href="https://redirect.github.com/psf/black/issues/4741">#4741</a>)</li> <li><a href="https://github.com/psf/black/commit/4d55e6017993ee3f0927524e8bc19ead8de9e8ed"><code>4d55e60</code></a> Bump actions/setup-python from 5 to 6 (<a href="https://redirect.github.com/psf/black/issues/4744">#4744</a>)</li> <li><a href="https://github.com/psf/black/commit/0cf39efdbc3aaea455f95d31e5b42efb6bd61478"><code>0cf39ef</code></a> Improve the performance of get_string_prefix (<a href="https://redirect.github.com/psf/black/issues/4742">#4742</a>)</li> <li><a href="https://github.com/psf/black/commit/1f779dec013db37475fa56a5c9939a09eab7e7d6"><code>1f779de</code></a> Fix line ranges decorator edge case (<a href="https://redirect.github.com/psf/black/issues/4670">#4670</a>)</li> <li><a href="https://github.com/psf/black/commit/203fd6b5cdad975178b8174394a7f7fb13d14f02"><code>203fd6b</code></a> Optimize Line string method (<a href="https://redirect.github.com/psf/black/issues/4739">#4739</a>)</li> <li>Additional commits viewable in <a href="https://github.com/psf/black/compare/25.1.0...25.9.0">compare view</a></li> </ul> </details> <br /> Updates `vspreview` from 0.15.0 to 0.17.1 <details> <summary>Release notes</summary> <p><em>Sourced from <a href="https://github.com/Jaded-Encoding-Thaumaturgy/vs-preview/releases">vspreview's releases</a>.</em></p> <blockquote> <h2>v0.17.1</h2> <ul> <li>split_view: fix text.Text error when passing a FP16 RGB clip in <a href="https://github.com/Jaded-Encoding-Thaumaturgy/vs-preview/commit/42592897ec24a3cf6ccd9488d6129083ec9ab942">https://github.com/Jaded-Encoding-Thaumaturgy/vs-preview/commit/42592897ec24a3cf6ccd9488d6129083ec9ab942</a></li> <li>split_view: fix Resize error 1026 when input clip is from a RGB source in <a href="https://github.com/Jaded-Encoding-Thaumaturgy/vs-preview/commit/7de73148b05e54219a56b3bf9f964d7e72d93188">https://github.com/Jaded-Encoding-Thaumaturgy/vs-preview/commit/7de73148b05e54219a56b3bf9f964d7e72d93188</a></li> <li>split_view: misc code improvements in <a href="https://github.com/Jaded-Encoding-Thaumaturgy/vs-preview/commit/3498e0d9303eba31556f5b8c9f43282803b9a037">https://github.com/Jaded-Encoding-Thaumaturgy/vs-preview/commit/3498e0d9303eba31556f5b8c9f43282803b9a037</a></li> <li>split_view: add a copy frame shortcut in <a href="https://github.com/Jaded-Encoding-Thaumaturgy/vs-preview/commit/f417e938e9aa40933811f9d8d660d9f1feede1c8">https://github.com/Jaded-Encoding-Thaumaturgy/vs-preview/commit/f417e938e9aa40933811f9d8d660d9f1feede1c8</a></li> </ul> <p><strong>Full Changelog</strong>: <a href="https://github.com/Jaded-Encoding-Thaumaturgy/vs-preview/compare/v0.17.0...v0.17.1">https://github.com/Jaded-Encoding-Thaumaturgy/vs-preview/compare/v0.17.0...v0.17.1</a></p> <h2>v0.17.0</h2> <ul> <li>slowpics_comp: Adjust end frame if invalid in <a href="https://github.com/Jaded-Encoding-Thaumaturgy/vs-preview/commit/e619326efb748e924b45b11f40ccc7eb0293364c">https://github.com/Jaded-Encoding-Thaumaturgy/vs-preview/commit/e619326efb748e924b45b11f40ccc7eb0293364c</a></li> <li>slowpics_comp: Check if any selected samples invalid in <a href="https://github.com/Jaded-Encoding-Thaumaturgy/vs-preview/commit/0e9e3ba63dd89b57e1cf142c4b8bf36598145ccd">https://github.com/Jaded-Encoding-Thaumaturgy/vs-preview/commit/0e9e3ba63dd89b57e1cf142c4b8bf36598145ccd</a></li> <li>slowpics_comp: Log errors and give more useful label in <a href="https://github.com/Jaded-Encoding-Thaumaturgy/vs-preview/commit/4ec89ae8946276e6c9e201386d17d3b45cdff48c">https://github.com/Jaded-Encoding-Thaumaturgy/vs-preview/commit/4ec89ae8946276e6c9e201386d17d3b45cdff48c</a></li> <li>slowpics_comp: Add history tab in <a href="https://github.com/Jaded-Encoding-Thaumaturgy/vs-preview/commit/c3b365c10f74ebced3f290fd21f17763b1ad1291">https://github.com/Jaded-Encoding-Thaumaturgy/vs-preview/commit/c3b365c10f74ebced3f290fd21f17763b1ad1291</a></li> <li>slowpics_comp: Remove useless refresh button in <a href="https://github.com/Jaded-Encoding-Thaumaturgy/vs-preview/commit/a8c551f0070316158ca0efd4152eb2832ee44fab">https://github.com/Jaded-Encoding-Thaumaturgy/vs-preview/commit/a8c551f0070316158ca0efd4152eb2832ee44fab</a></li> <li>slowpics_comp: Remove useless subtraction in <a href="https://github.com/Jaded-Encoding-Thaumaturgy/vs-preview/commit/08f9c3af5a365c7075ba8d3180b0045f7e60c46c">https://github.com/Jaded-Encoding-Thaumaturgy/vs-preview/commit/08f9c3af5a365c7075ba8d3180b0045f7e60c46c</a></li> <li>slowpics_comp: Fix multiple - in title in <a href="https://github.com/Jaded-Encoding-Thaumaturgy/vs-preview/commit/35321affb8dfaf66d2135f413e420ca3e8b41fe3">https://github.com/Jaded-Encoding-Thaumaturgy/vs-preview/commit/35321affb8dfaf66d2135f413e420ca3e8b41fe3</a></li> <li>slowpics_comp: Fix history not recording if no comps made before in <a href="https://github.com/Jaded-Encoding-Thaumaturgy/vs-preview/commit/d8b9abd25d1ea915d62d4ada8611d0b18c6ab8fa">https://github.com/Jaded-Encoding-Thaumaturgy/vs-preview/commit/d8b9abd25d1ea915d62d4ada8611d0b18c6ab8fa</a></li> <li>slowpics_comp: Get slowpics id from the url file instead in <a href="https://github.com/Jaded-Encoding-Thaumaturgy/vs-preview/commit/ea071c2c45628539497105b3376a28b65bfc9ace">https://github.com/Jaded-Encoding-Thaumaturgy/vs-preview/commit/ea071c2c45628539497105b3376a28b65bfc9ace</a></li> <li>slowpcs_comp: Minor label updates in <a href="https://github.com/Jaded-Encoding-Thaumaturgy/vs-preview/commit/49b2316f9fe7d8e51b38446902efcd3df70d85ba">https://github.com/Jaded-Encoding-Thaumaturgy/vs-preview/commit/49b2316f9fe7d8e51b38446902efcd3df70d85ba</a></li> <li>Don't make setup_shortcuts dependent on reloading in <a href="https://github.com/Jaded-Encoding-Thaumaturgy/vs-preview/commit/f00ea3218ed029be81b42f97c35b9794c430619c">https://github.com/Jaded-Encoding-Thaumaturgy/vs-preview/commit/f00ea3218ed029be81b42f97c35b9794c430619c</a></li> <li>fix error when passing arguments to script in <a href="https://redirect.github.com/Jaded-Encoding-Thaumaturgy/vs-preview/issues/256">#256</a></li> <li>fix: Add slow bros new requirements in <a href="https://redirect.github.com/Jaded-Encoding-Thaumaturgy/vs-preview/issues/260">#260</a></li> </ul> <p><strong>Full Changelog</strong>: <a href="https://github.com/Jaded-Encoding-Thaumaturgy/vs-preview/compare/v0.16.1...v0.17.0">https://github.com/Jaded-Encoding-Thaumaturgy/vs-preview/compare/v0.16.1...v0.17.0</a></p> <h2>v0.16.1</h2> <h2>What's Changed</h2> <ul> <li>fix usage of get_prop by <a href="https://github.com/Ichunjo"><code>@​Ichunjo</code></a></li> </ul> <p><strong>Full Changelog</strong>: <a href="https://github.com/Jaded-Encoding-Thaumaturgy/vs-preview/compare/v0.16.0...v0.16.1">https://github.com/Jaded-Encoding-Thaumaturgy/vs-preview/compare/v0.16.0...v0.16.1</a></p> <h2>v0.16.0</h2> <h2>What's Changed</h2> <ul> <li>fix usage of cachedproperty by <a href="https://github.com/Ichunjo"><code>@​Ichunjo</code></a> in <a href="https://redirect.github.com/Jaded-Encoding-Thaumaturgy/vs-preview/pull/252">Jaded-Encoding-Thaumaturgy/vs-preview#252</a></li> <li>Remove clear_monkey_runpy when script is loading successfully by <a href="https://github.com/Ichunjo"><code>@​Ichunjo</code></a> in <a href="https://redirect.github.com/Jaded-Encoding-Thaumaturgy/vs-preview/pull/251">Jaded-Encoding-Thaumaturgy/vs-preview#251</a></li> </ul> <p><strong>Full Changelog</strong>: <a href="https://github.com/Jaded-Encoding-Thaumaturgy/vs-preview/compare/v0.15.0...v0.16.0">https://github.com/Jaded-Encoding-Thaumaturgy/vs-preview/compare/v0.15.0...v0.16.0</a></p> </blockquote> </details> <details> <summary>Commits</summary> <ul> <li><a href="https://github.com/Jaded-Encoding-Thaumaturgy/vs-preview/commit/641e7302b676938e1c482d26ea53a2151ee7be3e"><code>641e730</code></a> bump minor version</li> <li><a href="https://github.com/Jaded-Encoding-Thaumaturgy/vs-preview/commit/f417e938e9aa40933811f9d8d660d9f1feede1c8"><code>f417e93</code></a> split_view: add a copy frame shortcut</li> <li><a href="https://github.com/Jaded-Encoding-Thaumaturgy/vs-preview/commit/3498e0d9303eba31556f5b8c9f43282803b9a037"><code>3498e0d</code></a> split_view: misc code improvements</li> <li><a href="https://github.com/Jaded-Encoding-Thaumaturgy/vs-preview/commit/7de73148b05e54219a56b3bf9f964d7e72d93188"><code>7de7314</code></a> split_view: fix Resize error 1026 when input clip is from a RGB source</li> <li><a href="https://github.com/Jaded-Encoding-Thaumaturgy/vs-preview/commit/42592897ec24a3cf6ccd9488d6129083ec9ab942"><code>4259289</code></a> split_view: fix text.Text error when passing a FP16 RGB clip</li> <li><a href="https://github.com/Jaded-Encoding-Thaumaturgy/vs-preview/commit/a082495a81f884d210de16fd8adc68df429beab1"><code>a082495</code></a> bump version</li> <li><a href="https://github.com/Jaded-Encoding-Thaumaturgy/vs-preview/commit/a54ebfcd157dd648bca9f3e03d55fe00f16ce580"><code>a54ebfc</code></a> ci: update branches</li> <li><a href="https://github.com/Jaded-Encoding-Thaumaturgy/vs-preview/commit/3f877db98f116ce3f6d3f3b73f498735c5c333ce"><code>3f877db</code></a> fix: Add slow bros new requirements (<a href="https://redirect.github.com/Jaded-Encoding-Thaumaturgy/vs-preview/issues/260">#260</a>)</li> <li><a href="https://github.com/Jaded-Encoding-Thaumaturgy/vs-preview/commit/180528239a1388770cb5a02698320b863a17665b"><code>1805282</code></a> fix error when passing arguments to script (<a href="https://redirect.github.com/Jaded-Encoding-Thaumaturgy/vs-preview/issues/256">#256</a>)</li> <li><a href="https://github.com/Jaded-Encoding-Thaumaturgy/vs-preview/commit/f00ea3218ed029be81b42f97c35b9794c430619c"><code>f00ea32</code></a> Don't make setup_shortcuts dependent on reloading</li> <li>Additional commits viewable in <a href="https://github.com/Jaded-Encoding-Thaumaturgy/vs-preview/compare/v0.15.0...v0.17.1">compare view</a></li> </ul> </details> <br /> Dependabot will resolve any conflicts with this PR as long as you don't alter it yourself. You can also trigger a rebase manually by commenting `@dependabot rebase`. [//]: # (dependabot-automerge-start) [//]: # (dependabot-automerge-end) --- <details> <summary>Dependabot commands and options</summary> <br /> You can trigger Dependabot actions by commenting on this PR: - `@dependabot rebase` will rebase this PR - `@dependabot recreate` will recreate this PR, overwriting any edits that have been made to it - `@dependabot merge` will merge this PR after your CI passes on it - `@dependabot squash and merge` will squash and merge this PR after your CI passes on it - `@dependabot cancel merge` will cancel a previously requested merge and block automerging - `@dependabot reopen` will reopen this PR if it is closed - `@dependabot close` will close this PR and stop Dependabot recreating it. You can achieve the same result by closing it manually - `@dependabot show <dependency name> ignore conditions` will show all of the ignore conditions of the specified dependency - `@dependabot ignore <dependency name> major version` will close this group update PR and stop Dependabot creating any more for the specific dependency's major version (unless you unignore this specific dependency's major version or upgrade to it yourself) - `@dependabot ignore <dependency name> minor version` will close this group update PR and stop Dependabot creating any more for the specific dependency's minor version (unless you unignore this specific dependency's minor version or upgrade to it yourself) - `@dependabot ignore <dependency name>` will close this group update PR and stop Dependabot creating any more for the specific dependency (unless you unignore this specific dependency or upgrade to it yourself) - `@dependabot unignore <dependency name>` will remove all of the ignore conditions of the specified dependency - `@dependabot unignore <dependency name> <ignore condition>` will remove the ignore condition of the specified dependency and ignore conditions </details> --------- Signed-off-by: dependabot[bot] <support@github.com> Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com> Co-authored-by: Ichunjo <ichunjo.le.terrible@gmail.com>
1 parent 3cacdbf commit 29b71a8

File tree

3 files changed

+39
-28
lines changed

3 files changed

+39
-28
lines changed

.github/dependabot.yml

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -18,8 +18,9 @@ updates:
1818
directory: "/"
1919
patterns: ["*"]
2020
multi-ecosystem-group: "infrastructure"
21-
2221
versioning-strategy: increase-if-necessary
22+
ignore:
23+
- dependency-name: vspreview
2324

2425
- package-ecosystem: "github-actions"
2526
directory: "/"

pyproject.toml

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -39,7 +39,7 @@ dev = [
3939
"mypy~=1.18.2",
4040
"packaging>=25.0",
4141
"pytest>=8.4.1, <9.0.0",
42-
"pytest-cov>=6.2.1, <7.0.0",
42+
"pytest-cov>=6.2.1, <8.0.0",
4343
"ruff~=0.14.0",
4444
"scipy-stubs>=1.16.0.0",
4545
"twine>=6.1.0",
@@ -49,13 +49,13 @@ doc = [
4949
"griffe-inherited-docstrings==1.1.2",
5050
"mkdocs-gen-files==0.5.0",
5151
"mkdocs-literate-nav==0.6.2",
52-
"mkdocs-material==9.6.16",
52+
"mkdocs-material==9.6.23",
5353
"mkdocs-minify-plugin==0.8.0",
5454
"mkdocs-redirects==1.2.2",
55-
"mkdocstrings[python]==0.30.0",
55+
"mkdocstrings[python]==0.30.1",
5656

5757
# Used by mkdocstrings to format signatures.
58-
"black==25.1.0",
58+
"black==25.9.0",
5959

6060
# Additional packages to be documented.
6161
"vspreview==0.15.0",

uv.lock

Lines changed: 33 additions & 23 deletions
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

0 commit comments

Comments
 (0)