Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Bump the dependencies group in /.config with 9 updates (#4395)
Bumps the dependencies group in /.config with 9 updates: | Package | From | To | | --- | --- | --- | | [ruff](https://github.com/astral-sh/ruff) | `0.9.5` | `0.9.6` | | [coverage](https://github.com/nedbat/coveragepy) | `7.6.11` | `7.6.12` | | [cryptography](https://github.com/pyca/cryptography) | `44.0.0` | `44.0.1` | | [griffe](https://github.com/mkdocstrings/griffe) | `1.5.6` | `1.5.7` | | [mkdocs-autorefs](https://github.com/mkdocstrings/autorefs) | `1.3.0` | `1.3.1` | | [mkdocs-material](https://github.com/squidfunk/mkdocs-material) | `9.6.3` | `9.6.4` | | [mkdocstrings](https://github.com/mkdocstrings/mkdocstrings) | `0.28.0` | `0.28.1` | | [mkdocstrings-python](https://github.com/mkdocstrings/python) | `1.14.6` | `1.15.0` | | [virtualenv](https://github.com/pypa/virtualenv) | `20.29.1` | `20.29.2` | Updates `ruff` from 0.9.5 to 0.9.6 <details> <summary>Release notes</summary> <p><em>Sourced from <a href="https://github.com/astral-sh/ruff/releases">ruff's releases</a>.</em></p> <blockquote> <h2>0.9.6</h2> <h2>Release Notes</h2> <h3>Preview features</h3> <ul> <li>[<code>airflow</code>] Add <code>external_task.{ExternalTaskMarker, ExternalTaskSensor}</code> for <code>AIR302</code> (<a href="https://redirect.github.com/astral-sh/ruff/pull/16014">#16014</a>)</li> <li>[<code>flake8-builtins</code>] Make strict module name comparison optional (<code>A005</code>) (<a href="https://redirect.github.com/astral-sh/ruff/pull/15951">#15951</a>)</li> <li>[<code>flake8-pyi</code>] Extend fix to Python <= 3.9 for <code>redundant-none-literal</code> (<code>PYI061</code>) (<a href="https://redirect.github.com/astral-sh/ruff/pull/16044">#16044</a>)</li> <li>[<code>pylint</code>] Also report when the object isn't a literal (<code>PLE1310</code>) (<a href="https://redirect.github.com/astral-sh/ruff/pull/15985">#15985</a>)</li> <li>[<code>ruff</code>] Implement <code>indented-form-feed</code> (<code>RUF054</code>) (<a href="https://redirect.github.com/astral-sh/ruff/pull/16049">#16049</a>)</li> <li>[<code>ruff</code>] Skip type definitions for <code>missing-f-string-syntax</code> (<code>RUF027</code>) (<a href="https://redirect.github.com/astral-sh/ruff/pull/16054">#16054</a>)</li> </ul> <h3>Rule changes</h3> <ul> <li>[<code>flake8-annotations</code>] Correct syntax for <code>typing.Union</code> in suggested return type fixes for <code>ANN20x</code> rules (<a href="https://redirect.github.com/astral-sh/ruff/pull/16025">#16025</a>)</li> <li>[<code>flake8-builtins</code>] Match upstream module name comparison (<code>A005</code>) (<a href="https://redirect.github.com/astral-sh/ruff/pull/16006">#16006</a>)</li> <li>[<code>flake8-comprehensions</code>] Detect overshadowed <code>list</code>/<code>set</code>/<code>dict</code>, ignore variadics and named expressions (<code>C417</code>) (<a href="https://redirect.github.com/astral-sh/ruff/pull/15955">#15955</a>)</li> <li>[<code>flake8-pie</code>] Remove following comma correctly when the unpacked dictionary is empty (<code>PIE800</code>) (<a href="https://redirect.github.com/astral-sh/ruff/pull/16008">#16008</a>)</li> <li>[<code>flake8-simplify</code>] Only trigger <code>SIM401</code> on known dictionaries (<a href="https://redirect.github.com/astral-sh/ruff/pull/15995">#15995</a>)</li> <li>[<code>pylint</code>] Do not report calls when object type and argument type mismatch, remove custom escape handling logic (<code>PLE1310</code>) (<a href="https://redirect.github.com/astral-sh/ruff/pull/15984">#15984</a>)</li> <li>[<code>pyupgrade</code>] Comments within parenthesized value ranges should not affect applicability (<code>UP040</code>) (<a href="https://redirect.github.com/astral-sh/ruff/pull/16027">#16027</a>)</li> <li>[<code>pyupgrade</code>] Don't introduce invalid syntax when upgrading old-style type aliases with parenthesized multiline values (<code>UP040</code>) (<a href="https://redirect.github.com/astral-sh/ruff/pull/16026">#16026</a>)</li> <li>[<code>pyupgrade</code>] Ensure we do not rename two type parameters to the same name (<code>UP049</code>) (<a href="https://redirect.github.com/astral-sh/ruff/pull/16038">#16038</a>)</li> <li>[<code>pyupgrade</code>] [<code>ruff</code>] Don't apply renamings if the new name is shadowed in a scope of one of the references to the binding (<code>UP049</code>, <code>RUF052</code>) (<a href="https://redirect.github.com/astral-sh/ruff/pull/16032">#16032</a>)</li> <li>[<code>ruff</code>] Update <code>RUF009</code> to behave similar to <code>B008</code> and ignore attributes with immutable types (<a href="https://redirect.github.com/astral-sh/ruff/pull/16048">#16048</a>)</li> </ul> <h3>Server</h3> <ul> <li>Root exclusions in the server to project root (<a href="https://redirect.github.com/astral-sh/ruff/pull/16043">#16043</a>)</li> </ul> <h3>Bug fixes</h3> <ul> <li>[<code>flake8-datetime</code>] Ignore <code>.replace()</code> calls while looking for <code>.astimezone</code> (<a href="https://redirect.github.com/astral-sh/ruff/pull/16050">#16050</a>)</li> <li>[<code>flake8-type-checking</code>] Avoid <code>TC004</code> false positive where the runtime definition is provided by <code>__getattr__</code> (<a href="https://redirect.github.com/astral-sh/ruff/pull/16052">#16052</a>)</li> </ul> <h3>Documentation</h3> <ul> <li>Improve <code>ruff-lsp</code> migration document (<a href="https://redirect.github.com/astral-sh/ruff/pull/16072">#16072</a>)</li> <li>Undeprecate <code>ruff.nativeServer</code> (<a href="https://redirect.github.com/astral-sh/ruff/pull/16039">#16039</a>)</li> </ul> <h2>Contributors</h2> <ul> <li><a href="https://github.com/AlexWaygood"><code>@AlexWaygood</code></a></li> <li><a href="https://github.com/Daverball"><code>@Daverball</code></a></li> <li><a href="https://github.com/InSyncWithFoo"><code>@InSyncWithFoo</code></a></li> <li><a href="https://github.com/Lee-W"><code>@Lee-W</code></a></li> <li><a href="https://github.com/MichaReiser"><code>@MichaReiser</code></a></li> <li><a href="https://github.com/carlosgmartin"><code>@carlosgmartin</code></a></li> <li><a href="https://github.com/dhruvmanila"><code>@dhruvmanila</code></a></li> <li><a href="https://github.com/dylwil3"><code>@dylwil3</code></a></li> <li><a href="https://github.com/junhsonjb"><code>@junhsonjb</code></a></li> </ul> <!-- raw HTML omitted --> </blockquote> <p>... (truncated)</p> </details> <details> <summary>Changelog</summary> <p><em>Sourced from <a href="https://github.com/astral-sh/ruff/blob/main/CHANGELOG.md">ruff's changelog</a>.</em></p> <blockquote> <h2>0.9.6</h2> <h3>Preview features</h3> <ul> <li>[<code>airflow</code>] Add <code>external_task.{ExternalTaskMarker, ExternalTaskSensor}</code> for <code>AIR302</code> (<a href="https://redirect.github.com/astral-sh/ruff/pull/16014">#16014</a>)</li> <li>[<code>flake8-builtins</code>] Make strict module name comparison optional (<code>A005</code>) (<a href="https://redirect.github.com/astral-sh/ruff/pull/15951">#15951</a>)</li> <li>[<code>flake8-pyi</code>] Extend fix to Python <= 3.9 for <code>redundant-none-literal</code> (<code>PYI061</code>) (<a href="https://redirect.github.com/astral-sh/ruff/pull/16044">#16044</a>)</li> <li>[<code>pylint</code>] Also report when the object isn't a literal (<code>PLE1310</code>) (<a href="https://redirect.github.com/astral-sh/ruff/pull/15985">#15985</a>)</li> <li>[<code>ruff</code>] Implement <code>indented-form-feed</code> (<code>RUF054</code>) (<a href="https://redirect.github.com/astral-sh/ruff/pull/16049">#16049</a>)</li> <li>[<code>ruff</code>] Skip type definitions for <code>missing-f-string-syntax</code> (<code>RUF027</code>) (<a href="https://redirect.github.com/astral-sh/ruff/pull/16054">#16054</a>)</li> </ul> <h3>Rule changes</h3> <ul> <li>[<code>flake8-annotations</code>] Correct syntax for <code>typing.Union</code> in suggested return type fixes for <code>ANN20x</code> rules (<a href="https://redirect.github.com/astral-sh/ruff/pull/16025">#16025</a>)</li> <li>[<code>flake8-builtins</code>] Match upstream module name comparison (<code>A005</code>) (<a href="https://redirect.github.com/astral-sh/ruff/pull/16006">#16006</a>)</li> <li>[<code>flake8-comprehensions</code>] Detect overshadowed <code>list</code>/<code>set</code>/<code>dict</code>, ignore variadics and named expressions (<code>C417</code>) (<a href="https://redirect.github.com/astral-sh/ruff/pull/15955">#15955</a>)</li> <li>[<code>flake8-pie</code>] Remove following comma correctly when the unpacked dictionary is empty (<code>PIE800</code>) (<a href="https://redirect.github.com/astral-sh/ruff/pull/16008">#16008</a>)</li> <li>[<code>flake8-simplify</code>] Only trigger <code>SIM401</code> on known dictionaries (<a href="https://redirect.github.com/astral-sh/ruff/pull/15995">#15995</a>)</li> <li>[<code>pylint</code>] Do not report calls when object type and argument type mismatch, remove custom escape handling logic (<code>PLE1310</code>) (<a href="https://redirect.github.com/astral-sh/ruff/pull/15984">#15984</a>)</li> <li>[<code>pyupgrade</code>] Comments within parenthesized value ranges should not affect applicability (<code>UP040</code>) (<a href="https://redirect.github.com/astral-sh/ruff/pull/16027">#16027</a>)</li> <li>[<code>pyupgrade</code>] Don't introduce invalid syntax when upgrading old-style type aliases with parenthesized multiline values (<code>UP040</code>) (<a href="https://redirect.github.com/astral-sh/ruff/pull/16026">#16026</a>)</li> <li>[<code>pyupgrade</code>] Ensure we do not rename two type parameters to the same name (<code>UP049</code>) (<a href="https://redirect.github.com/astral-sh/ruff/pull/16038">#16038</a>)</li> <li>[<code>pyupgrade</code>] [<code>ruff</code>] Don't apply renamings if the new name is shadowed in a scope of one of the references to the binding (<code>UP049</code>, <code>RUF052</code>) (<a href="https://redirect.github.com/astral-sh/ruff/pull/16032">#16032</a>)</li> <li>[<code>ruff</code>] Update <code>RUF009</code> to behave similar to <code>B008</code> and ignore attributes with immutable types (<a href="https://redirect.github.com/astral-sh/ruff/pull/16048">#16048</a>)</li> </ul> <h3>Server</h3> <ul> <li>Root exclusions in the server to project root (<a href="https://redirect.github.com/astral-sh/ruff/pull/16043">#16043</a>)</li> </ul> <h3>Bug fixes</h3> <ul> <li>[<code>flake8-datetime</code>] Ignore <code>.replace()</code> calls while looking for <code>.astimezone</code> (<a href="https://redirect.github.com/astral-sh/ruff/pull/16050">#16050</a>)</li> <li>[<code>flake8-type-checking</code>] Avoid <code>TC004</code> false positive where the runtime definition is provided by <code>__getattr__</code> (<a href="https://redirect.github.com/astral-sh/ruff/pull/16052">#16052</a>)</li> </ul> <h3>Documentation</h3> <ul> <li>Improve <code>ruff-lsp</code> migration document (<a href="https://redirect.github.com/astral-sh/ruff/pull/16072">#16072</a>)</li> <li>Undeprecate <code>ruff.nativeServer</code> (<a href="https://redirect.github.com/astral-sh/ruff/pull/16039">#16039</a>)</li> </ul> </blockquote> </details> <details> <summary>Commits</summary> <ul> <li><a href="https://github.com/astral-sh/ruff/commit/524cf6e5155066132da772b9f84e2e6695f241b8"><code>524cf6e</code></a> Bump version to 0.9.6 (<a href="https://redirect.github.com/astral-sh/ruff/issues/16074">#16074</a>)</li> <li><a href="https://github.com/astral-sh/ruff/commit/857cf0deb013956fc5371530ffa864f74d7edc58"><code>857cf0d</code></a> Revert tailwindcss v4 update (<a href="https://redirect.github.com/astral-sh/ruff/issues/16075">#16075</a>)</li> <li><a href="https://github.com/astral-sh/ruff/commit/0f1eb1e2fce11c439a5070dfcecd96e0dd0ea717"><code>0f1eb1e</code></a> Improve migration document (<a href="https://redirect.github.com/astral-sh/ruff/issues/16072">#16072</a>)</li> <li><a href="https://github.com/astral-sh/ruff/commit/b69eb9099a19bb5c9b114bdde936fb124a054119"><code>b69eb90</code></a> Fix reference definition labels for backtick-quoted shortcut links (<a href="https://redirect.github.com/astral-sh/ruff/issues/16035">#16035</a>)</li> <li><a href="https://github.com/astral-sh/ruff/commit/d2f661f7953b298f5ccd86d73f3d271e7bbc0392"><code>d2f661f</code></a> RUF009 should behave similar to B008 and ignore attributes with immutable typ...</li> <li><a href="https://github.com/astral-sh/ruff/commit/07cf8852a390fde720ed052aecad7125afb35ce2"><code>07cf885</code></a> [<code>pylint</code>] Also report when the object isn't a literal (<code>PLE1310</code>) (<a href="https://redirect.github.com/astral-sh/ruff/issues/15985">#15985</a>)</li> <li><a href="https://github.com/astral-sh/ruff/commit/c08989692beb8479f167289b897bfea1630ce360"><code>c089896</code></a> Update Rust crate rustc-hash to v2.1.1 (<a href="https://redirect.github.com/astral-sh/ruff/issues/16060">#16060</a>)</li> <li><a href="https://github.com/astral-sh/ruff/commit/869a9543e46dcd4add00ae87dc38e8592fb41911"><code>869a954</code></a> Root exclusions in the server to project root (<a href="https://redirect.github.com/astral-sh/ruff/issues/16043">#16043</a>)</li> <li><a href="https://github.com/astral-sh/ruff/commit/cc0a5dd14a3087f5799f3c0a86f1eecd8bfd2169"><code>cc0a5dd</code></a> Directly include <code>Settings</code> struct for the server (<a href="https://redirect.github.com/astral-sh/ruff/issues/16042">#16042</a>)</li> <li><a href="https://github.com/astral-sh/ruff/commit/b54e390cb407d5556f5a17feab3bd8bf31b4235e"><code>b54e390</code></a> Update Rust crate clap to v4.5.28 (<a href="https://redirect.github.com/astral-sh/ruff/issues/16059">#16059</a>)</li> <li>Additional commits viewable in <a href="https://github.com/astral-sh/ruff/compare/0.9.5...0.9.6">compare view</a></li> </ul> </details> <br /> Updates `coverage` from 7.6.11 to 7.6.12 <details> <summary>Changelog</summary> <p><em>Sourced from <a href="https://github.com/nedbat/coveragepy/blob/master/CHANGES.rst">coverage's changelog</a>.</em></p> <blockquote> <h2>Version 7.6.12 — 2025-02-11</h2> <ul> <li>Fix: some aarch64 distributions were missing (<code>issue 1927</code>_). These are now building reliably.</li> </ul> <p>.. _issue 1927: <a href="https://redirect.github.com/nedbat/coveragepy/issues/1927">nedbat/coveragepy#1927</a></p> <p>.. _changes_7-6-11:</p> </blockquote> </details> <details> <summary>Commits</summary> <ul> <li><a href="https://github.com/nedbat/coveragepy/commit/7e5373eadff4753bb9273dad43bdee98bff65af0"><code>7e5373e</code></a> docs: sample HTML for 7.6.12</li> <li><a href="https://github.com/nedbat/coveragepy/commit/a4ed38b3f8bbcb8db8998069b2170e6011925c24"><code>a4ed38b</code></a> docs: prep for 7.6.12</li> <li><a href="https://github.com/nedbat/coveragepy/commit/ce4efdcde3a55654624c791b587885d5bfc84b7b"><code>ce4efdc</code></a> build: fix aarch64 kits <a href="https://redirect.github.com/nedbat/coveragepy/issues/1927">#1927</a></li> <li><a href="https://github.com/nedbat/coveragepy/commit/a1f3192673d02e63ce6e1c17439e7983e5769755"><code>a1f3192</code></a> build: don't publish if kit building failed</li> <li><a href="https://github.com/nedbat/coveragepy/commit/bb68f99a01116070d014d4d77d38dbffcd3e8e9b"><code>bb68f99</code></a> chore: bump the action-dependencies group with 2 updates (<a href="https://redirect.github.com/nedbat/coveragepy/issues/1926">#1926</a>)</li> <li><a href="https://github.com/nedbat/coveragepy/commit/f3d6b4a8c28aabb12f8167884dea473b677e18fa"><code>f3d6b4a</code></a> refactor: check for more kinds of constant tests</li> <li><a href="https://github.com/nedbat/coveragepy/commit/67899ea7f08e7d9b015a60e073acd0466f1af9f6"><code>67899ea</code></a> refactor: we no longer care what kind of constant the compile-time constants are</li> <li><a href="https://github.com/nedbat/coveragepy/commit/c850f2005b8d95d7754117a3225e9f5e2130a892"><code>c850f20</code></a> refactor: macOS is MACOS, not OSX</li> <li><a href="https://github.com/nedbat/coveragepy/commit/a1b2c1a17b72a1c9a24a704222f310983f11e51d"><code>a1b2c1a</code></a> build: there are always tweaks to howto.txt</li> <li><a href="https://github.com/nedbat/coveragepy/commit/9c0303959f905b00fc10d0c93173bba0ea3127ac"><code>9c03039</code></a> build: bump version to 7.6.12</li> <li>See full diff in <a href="https://github.com/nedbat/coveragepy/compare/7.6.11...7.6.12">compare view</a></li> </ul> </details> <br /> Updates `cryptography` from 44.0.0 to 44.0.1 <details> <summary>Changelog</summary> <p><em>Sourced from <a href="https://github.com/pyca/cryptography/blob/main/CHANGELOG.rst">cryptography's changelog</a>.</em></p> <blockquote> <p>44.0.1 - 2025-02-11</p> <pre><code> * Updated Windows, macOS, and Linux wheels to be compiled with OpenSSL 3.4.1. * We now build ``armv7l`` ``manylinux`` wheels and publish them to PyPI. * We now build ``manylinux_2_34`` wheels and publish them to PyPI. <p>.. _v44-0-0: </code></pre></p> </blockquote> </details> <details> <summary>Commits</summary> <ul> <li><a href="https://github.com/pyca/cryptography/commit/adaaaed77db676bbaa9d171175db81dce056e2a7"><code>adaaaed</code></a> Bump for 44.0.1 release (<a href="https://redirect.github.com/pyca/cryptography/issues/12441">#12441</a>)</li> <li><a href="https://github.com/pyca/cryptography/commit/ccc61dabe38b86956bf218565cd4e82b918345a1"><code>ccc61da</code></a> [backport] test and build on armv7l (<a href="https://redirect.github.com/pyca/cryptography/issues/12420">#12420</a>) (<a href="https://redirect.github.com/pyca/cryptography/issues/12431">#12431</a>)</li> <li>See full diff in <a href="https://github.com/pyca/cryptography/compare/44.0.0...44.0.1">compare view</a></li> </ul> </details> <br /> Updates `griffe` from 1.5.6 to 1.5.7 <details> <summary>Release notes</summary> <p><em>Sourced from <a href="https://github.com/mkdocstrings/griffe/releases">griffe's releases</a>.</em></p> <blockquote> <h2>1.5.7</h2> <h2><a href="https://github.com/mkdocstrings/griffe/releases/tag/1.5.7">1.5.7</a> - 2025-02-11</h2> <p><!-- raw HTML omitted --><a href="https://github.com/mkdocstrings/griffe/compare/1.5.6...1.5.7">Compare with 1.5.6</a><!-- raw HTML omitted --></p> <h3>Bug Fixes</h3> <ul> <li>Don't conflate passed argument with class member (instance attribute) (<a href="https://github.com/mkdocstrings/griffe/commit/4791b0b5739e64ab2d225b299aea723f3cfbdf00">4791b0b</a> by Timothée Mazzucotelli). <a href="https://redirect.github.com/mkdocstrings/griffe/issues/357">Issue-357</a></li> </ul> </blockquote> </details> <details> <summary>Changelog</summary> <p><em>Sourced from <a href="https://github.com/mkdocstrings/griffe/blob/main/CHANGELOG.md">griffe's changelog</a>.</em></p> <blockquote> <h2><a href="https://github.com/mkdocstrings/griffe/releases/tag/1.5.7">1.5.7</a> - 2025-02-11</h2> <p><!-- raw HTML omitted --><a href="https://github.com/mkdocstrings/griffe/compare/1.5.6...1.5.7">Compare with 1.5.6</a><!-- raw HTML omitted --></p> <h3>Bug Fixes</h3> <ul> <li>Don't conflate passed argument with class member (instance attribute) (<a href="https://github.com/mkdocstrings/griffe/commit/4791b0b5739e64ab2d225b299aea723f3cfbdf00">4791b0b</a> by Timothée Mazzucotelli). <a href="https://redirect.github.com/mkdocstrings/griffe/issues/357">Issue-357</a></li> </ul> </blockquote> </details> <details> <summary>Commits</summary> <ul> <li><a href="https://github.com/mkdocstrings/griffe/commit/5d2c44fb485e6cd9a4b81c7e0f7f5c3d799e8b0b"><code>5d2c44f</code></a> chore: Prepare release 1.5.7</li> <li><a href="https://github.com/mkdocstrings/griffe/commit/4791b0b5739e64ab2d225b299aea723f3cfbdf00"><code>4791b0b</code></a> fix: Don't conflate passed argument with class member (instance attribute)</li> <li><a href="https://github.com/mkdocstrings/griffe/commit/da6a07004e9564b19ccf5140e04126e183f5dff8"><code>da6a070</code></a> chore: Upgrade mkdocstrings and mkdocstrings-python versions</li> <li><a href="https://github.com/mkdocstrings/griffe/commit/97bee0ff419d0cc5c7b574ad1fcfd06ae85d4ef0"><code>97bee0f</code></a> docs: Enable instant preview</li> <li>See full diff in <a href="https://github.com/mkdocstrings/griffe/compare/1.5.6...1.5.7">compare view</a></li> </ul> </details> <br /> Updates `mkdocs-autorefs` from 1.3.0 to 1.3.1 <details> <summary>Release notes</summary> <p><em>Sourced from <a href="https://github.com/mkdocstrings/autorefs/releases">mkdocs-autorefs's releases</a>.</em></p> <blockquote> <h2>1.3.1</h2> <h2><a href="https://github.com/mkdocstrings/autorefs/releases/tag/1.3.1">1.3.1</a> - 2025-02-11</h2> <p><!-- raw HTML omitted --><a href="https://github.com/mkdocstrings/autorefs/compare/1.3.0...1.3.1">Compare with 1.3.0</a><!-- raw HTML omitted --></p> <h3>Bug Fixes</h3> <ul> <li>Always resolve secondary URLs to closest (don't log warnings) (<a href="https://github.com/mkdocstrings/autorefs/commit/243ad35f193b48216b531333e0d91ab2fa0a0db4">243ad35</a> by Timothée Mazzucotelli). <a href="https://redirect.github.com/mkdocstrings/autorefs/issues/52">Issue-52</a></li> </ul> </blockquote> </details> <details> <summary>Changelog</summary> <p><em>Sourced from <a href="https://github.com/mkdocstrings/autorefs/blob/main/CHANGELOG.md">mkdocs-autorefs's changelog</a>.</em></p> <blockquote> <h2><a href="https://github.com/mkdocstrings/autorefs/releases/tag/1.3.1">1.3.1</a> - 2025-02-11</h2> <p><!-- raw HTML omitted --><a href="https://github.com/mkdocstrings/autorefs/compare/1.3.0...1.3.1">Compare with 1.3.0</a><!-- raw HTML omitted --></p> <h3>Bug Fixes</h3> <ul> <li>Always resolve secondary URLs to closest (don't log warnings) (<a href="https://github.com/mkdocstrings/autorefs/commit/243ad35f193b48216b531333e0d91ab2fa0a0db4">243ad35</a> by Timothée Mazzucotelli). <a href="https://redirect.github.com/mkdocstrings/autorefs/issues/52">Issue-52</a></li> </ul> </blockquote> </details> <details> <summary>Commits</summary> <ul> <li><a href="https://github.com/mkdocstrings/autorefs/commit/e35ce91afd05f8075b5794288963ea97e8d1e361"><code>e35ce91</code></a> chore: Prepare release 1.3.1</li> <li><a href="https://github.com/mkdocstrings/autorefs/commit/243ad35f193b48216b531333e0d91ab2fa0a0db4"><code>243ad35</code></a> fix: Always resolve secondary URLs to closest (don't log warnings)</li> <li><a href="https://github.com/mkdocstrings/autorefs/commit/dcc786838d6622010e439b5f0fb3e6cb37ab22b5"><code>dcc7868</code></a> tests: Increase minimum pymdown-extensions version</li> <li>See full diff in <a href="https://github.com/mkdocstrings/autorefs/compare/1.3.0...1.3.1">compare view</a></li> </ul> </details> <br /> Updates `mkdocs-material` from 9.6.3 to 9.6.4 <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.4</h2> <ul> <li>Fixed <a href="https://redirect.github.com/squidfunk/mkdocs-material/issues/7985">#7985</a>: Blog content sometimes not stretching to full width</li> <li>Fixed <a href="https://redirect.github.com/squidfunk/mkdocs-material/issues/7978">#7978</a>: Navigation rendering bug in Safari 18.3</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.4 (2025-02-12)</p> <ul> <li>Fixed <a href="https://redirect.github.com/squidfunk/mkdocs-material/issues/7985">#7985</a>: Blog content sometimes not stretching to full width</li> <li>Fixed <a href="https://redirect.github.com/squidfunk/mkdocs-material/issues/7978">#7978</a>: Navigation rendering bug in Safari 18.3</li> </ul> <p>mkdocs-material-9.6.3 (2025-02-07)</p> <ul> <li>Fixed rendering of arrow heads in Mermaid.js class diagrams</li> <li>Fixed <a href="https://redirect.github.com/squidfunk/mkdocs-material/issues/7960">#7960</a>: Tags plugin crashes on numeric metadata titles</li> </ul> <p>mkdocs-material-9.6.2 (2025-02-03)</p> <ul> <li>Fixed <a href="https://redirect.github.com/squidfunk/mkdocs-material/issues/7955">#7955</a>: Excessively long words don't break on narrow screens</li> <li>Fixed <a href="https://redirect.github.com/squidfunk/mkdocs-material/issues/7947">#7947</a>: Scope setting interferes with outdated version banner</li> </ul> <p>mkdocs-material-9.6.1 (2025-01-31)</p> <ul> <li>Fixed <a href="https://redirect.github.com/squidfunk/mkdocs-material/issues/7943">#7943</a>: Tags plugin crashing due to merge error</li> </ul> <p>mkdocs-material-9.6.0 (2025-01-31)</p> <ul> <li>Added meta plugin</li> <li>Rewrite of the tags plugin</li> <li>Added support for allow lists in tags plugin</li> <li>Added support for and custom sorting in tags plugin</li> <li>Added support for related links in blog plugin</li> <li>Added support for custom index pages in blog plugin</li> <li>Added support for navigation subtitles</li> <li>Fixed <a href="https://redirect.github.com/squidfunk/mkdocs-material/issues/7924">#7924</a>: Anchors might require two clicks when using instant navigation</li> </ul> <p>mkdocs-material-9.5.50 (2025-01-18)</p> <ul> <li>Fixed <a href="https://redirect.github.com/squidfunk/mkdocs-material/issues/7913">#7913</a>: Social plugin renders attribute lists in page title</li> </ul> <p>mkdocs-material-9.5.49+insiders-4.53.15 (2025-01-15)</p> <ul> <li>Fixed <a href="https://redirect.github.com/squidfunk/mkdocs-material/issues/7896">#7896</a>: Scoped tags listings not rendering in subsections</li> </ul> <p>mkdocs-material-9.5.49 (2024-12-16)</p> <ul> <li>Adjusted title color in dark mode for all supported Mermaid.js diagrams</li> <li>Fixed <a href="https://redirect.github.com/squidfunk/mkdocs-material/issues/7803">#7803</a>: Privacy plugin crashes on generated files</li> <li>Fixed <a href="https://redirect.github.com/squidfunk/mkdocs-material/issues/7781">#7781</a>: Mermaid.js flow chart title not visible in dark mode</li> </ul> <p>mkdocs-material-9.5.48 (2024-12-08)</p> <ul> <li>Fixed <a href="https://redirect.github.com/squidfunk/mkdocs-material/issues/7774">#7774</a>: Disabling social cards doesn't work</li> </ul> <p>mkdocs-material-9.5.47 (2024-12-01)</p> <!-- raw HTML omitted --> </blockquote> <p>... (truncated)</p> </details> <details> <summary>Commits</summary> <ul> <li><a href="https://github.com/squidfunk/mkdocs-material/commit/9b0f482dbbfc645982ebe78a83e929ca5004e6e8"><code>9b0f482</code></a> Prepare 9.6.4 release</li> <li><a href="https://github.com/squidfunk/mkdocs-material/commit/a9bae7f0c732d2167cec346fe9fa1065cbdc5b72"><code>a9bae7f</code></a> Fixed navigation spacing in Safari 18.3 (<a href="https://redirect.github.com/squidfunk/mkdocs-material/issues/7979">#7979</a>)</li> <li><a href="https://github.com/squidfunk/mkdocs-material/commit/9be17e7c67fb6b406e2d4df9174175736026678f"><code>9be17e7</code></a> Documentation (<a href="https://redirect.github.com/squidfunk/mkdocs-material/issues/7989">#7989</a>)</li> <li><a href="https://github.com/squidfunk/mkdocs-material/commit/8a576105fdd21a3d63e1f90c1d33db3908354a99"><code>8a57610</code></a> Fixed blog post content sometimes not stretching</li> <li><a href="https://github.com/squidfunk/mkdocs-material/commit/10dd00486357d774bb23f385f8fa30ddbfe8278f"><code>10dd004</code></a> Added warning on using Docker in production (<a href="https://redirect.github.com/squidfunk/mkdocs-material/issues/7977">#7977</a>)</li> <li><a href="https://github.com/squidfunk/mkdocs-material/commit/cd2ec69f011669631757f94596c47df1735eab1f"><code>cd2ec69</code></a> Fixed wrong value type for enabled setting in GitHub Actions (<a href="https://redirect.github.com/squidfunk/mkdocs-material/issues/7980">#7980</a>)</li> <li>See full diff in <a href="https://github.com/squidfunk/mkdocs-material/compare/9.6.3...9.6.4">compare view</a></li> </ul> </details> <br /> Updates `mkdocstrings` from 0.28.0 to 0.28.1 <details> <summary>Release notes</summary> <p><em>Sourced from <a href="https://github.com/mkdocstrings/mkdocstrings/releases">mkdocstrings's releases</a>.</em></p> <blockquote> <h2>0.28.1</h2> <h2><a href="https://github.com/mkdocstrings/mkdocstrings/releases/tag/0.28.1">0.28.1</a> - 2025-02-14</h2> <p><!-- raw HTML omitted --><a href="https://github.com/mkdocstrings/mkdocstrings/compare/0.28.0...0.28.1">Compare with 0.28.0</a><!-- raw HTML omitted --></p> <h3>Bug Fixes</h3> <ul> <li>Renew MkDocs' <code>relpath</code> processor instead of using same instance (<a href="https://github.com/mkdocstrings/mkdocstrings/commit/4ab180d01964c3ef8005cd72c8d91ba3fd241e27">4ab180d</a> by Timothée Mazzucotelli). <a href="https://redirect.github.com/mkdocs/mkdocs/issues/3919">Issue-mkdocs-3919</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's changelog</a>.</em></p> <blockquote> <h2><a href="https://github.com/mkdocstrings/mkdocstrings/releases/tag/0.28.1">0.28.1</a> - 2025-02-14</h2> <p><!-- raw HTML omitted --><a href="https://github.com/mkdocstrings/mkdocstrings/compare/0.28.0...0.28.1">Compare with 0.28.0</a><!-- raw HTML omitted --></p> <h3>Bug Fixes</h3> <ul> <li>Renew MkDocs' <code>relpath</code> processor instead of using same instance (<a href="https://github.com/mkdocstrings/mkdocstrings/commit/4ab180d01964c3ef8005cd72c8d91ba3fd241e27">4ab180d</a> by Timothée Mazzucotelli). <a href="https://redirect.github.com/mkdocs/mkdocs/issues/3919">Issue-mkdocs-3919</a></li> </ul> </blockquote> </details> <details> <summary>Commits</summary> <ul> <li><a href="https://github.com/mkdocstrings/mkdocstrings/commit/145954ce2414a80a9c1aa298817339ff9454ad7b"><code>145954c</code></a> chore: Prepare release 0.28.1</li> <li><a href="https://github.com/mkdocstrings/mkdocstrings/commit/4ab180d01964c3ef8005cd72c8d91ba3fd241e27"><code>4ab180d</code></a> fix: Renew MkDocs' <code>relpath</code> processor instead of using same instance</li> <li><a href="https://github.com/mkdocstrings/mkdocstrings/commit/ede19411c64365ece8e784b55ef09d8c1e71432e"><code>ede1941</code></a> chore: Increase mkdocstrings-python lower bound again</li> <li><a href="https://github.com/mkdocstrings/mkdocstrings/commit/e1eb99c69789412ab619e8427ebe2ec8e2e37eee"><code>e1eb99c</code></a> docs: Use <code>inventories</code> instead of <code>import</code> for Python example</li> <li><a href="https://github.com/mkdocstrings/mkdocstrings/commit/926dd7ea0571e87731496db2c670087e3cfb3dbf"><code>926dd7e</code></a> docs: Remove trailing spaces</li> <li><a href="https://github.com/mkdocstrings/mkdocstrings/commit/698a3216739e31f349b08f3073c4c3a6b24b07c1"><code>698a321</code></a> chore: Update mkdocstrings-python dev-dep to force uv to install it</li> <li><a href="https://github.com/mkdocstrings/mkdocstrings/commit/1cb9177b9063448307ca07834be334989350d21e"><code>1cb9177</code></a> chore: Update location of the Python handler's JSON schema</li> <li>See full diff in <a href="https://github.com/mkdocstrings/mkdocstrings/compare/0.28.0...0.28.1">compare view</a></li> </ul> </details> <br /> Updates `mkdocstrings-python` from 1.14.6 to 1.15.0 <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.15.0</h2> <h2><a href="https://github.com/mkdocstrings/python/releases/tag/1.15.0">1.15.0</a> - 2025-02-11</h2> <p><!-- raw HTML omitted --><a href="https://github.com/mkdocstrings/python/compare/1.14.6...1.15.0">Compare with 1.14.6</a><!-- raw HTML omitted --></p> <h3>Features</h3> <ul> <li>Support cross-referencing constructor parameters in instance attribute values (<a href="https://github.com/mkdocstrings/python/commit/f07bf58a7358dea106032c7da27098e7617eefa0">f07bf58</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.15.0">1.15.0</a> - 2025-02-11</h2> <p><!-- raw HTML omitted --><a href="https://github.com/mkdocstrings/python/compare/1.14.6...1.15.0">Compare with 1.14.6</a><!-- raw HTML omitted --></p> <h3>Features</h3> <ul> <li>Support cross-referencing constructor parameters in instance attribute values (<a href="https://github.com/mkdocstrings/python/commit/f07bf58a7358dea106032c7da27098e7617eefa0">f07bf58</a> by Timothée Mazzucotelli).</li> </ul> </blockquote> </details> <details> <summary>Commits</summary> <ul> <li><a href="https://github.com/mkdocstrings/python/commit/ab3b227e8ee1e84d8d34aee6ed5186fd26244132"><code>ab3b227</code></a> chore: Prepare release 1.15.0</li> <li><a href="https://github.com/mkdocstrings/python/commit/f07bf58a7358dea106032c7da27098e7617eefa0"><code>f07bf58</code></a> feat: Support cross-referencing constructor parameters in instance attribute ...</li> <li><a href="https://github.com/mkdocstrings/python/commit/24afd5d6f083495053f72238cfd0e2238d714594"><code>24afd5d</code></a> docs: Wrap schema input configuration under a <code>python</code> property</li> <li>See full diff in <a href="https://github.com/mkdocstrings/python/compare/1.14.6...1.15.0">compare view</a></li> </ul> </details> <br /> Updates `virtualenv` from 20.29.1 to 20.29.2 <details> <summary>Release notes</summary> <p><em>Sourced from <a href="https://github.com/pypa/virtualenv/releases">virtualenv's releases</a>.</em></p> <blockquote> <h2>20.29.2</h2> <!-- raw HTML omitted --> <h2>What's Changed</h2> <ul> <li>release 20.29.1 by <a href="https://github.com/gaborbernat"><code>@gaborbernat</code></a> in <a href="https://redirect.github.com/pypa/virtualenv/pull/2828">pypa/virtualenv#2828</a></li> <li>Remove old virtualenv wheel by <a href="https://github.com/gaborbernat"><code>@gaborbernat</code></a> in <a href="https://redirect.github.com/pypa/virtualenv/pull/2842">pypa/virtualenv#2842</a></li> <li>Bump pip to 25.0.1 by <a href="https://github.com/gaborbernat"><code>@gaborbernat</code></a> in <a href="https://redirect.github.com/pypa/virtualenv/pull/2843">pypa/virtualenv#2843</a></li> </ul> <p><strong>Full Changelog</strong>: <a href="https://github.com/pypa/virtualenv/compare/20.29.1...20.29.2">https://github.com/pypa/virtualenv/compare/20.29.1...20.29.2</a></p> </blockquote> </details> <details> <summary>Changelog</summary> <p><em>Sourced from <a href="https://github.com/pypa/virtualenv/blob/main/docs/changelog.rst">virtualenv's changelog</a>.</em></p> <blockquote> <h2>v20.29.2 (2025-02-10)</h2> <p>Bugfixes - 20.29.2</p> <pre><code>- Remove old virtualenv wheel from the source distribution - by :user:`gaborbernat`. (:issue:`2841`) - Upgrade embedded wheel pip to ``25.0.1`` from ``24.3.1`` - by :user:`gaborbernat`. (:issue:`2843`) </code></pre> </blockquote> </details> <details> <summary>Commits</summary> <ul> <li><a href="https://github.com/pypa/virtualenv/commit/ca670cda6430254ff474100e770dabe5b4f439de"><code>ca670cd</code></a> release 20.29.2</li> <li><a href="https://github.com/pypa/virtualenv/commit/a2d2c3e48af745764f5194d024480d7128533617"><code>a2d2c3e</code></a> Merge pull request <a href="https://redirect.github.com/pypa/virtualenv/issues/2843">#2843</a> from gaborbernat/bump-2-10</li> <li><a href="https://github.com/pypa/virtualenv/commit/6203457b6d704ac88b0814b58465c53d5a6f141b"><code>6203457</code></a> Merge pull request <a href="https://redirect.github.com/pypa/virtualenv/issues/2842">#2842</a> from gaborbernat/remove-whl</li> <li><a href="https://github.com/pypa/virtualenv/commit/d8a68e6632646598bcec188a1e8c6f6f0d342786"><code>d8a68e6</code></a> Bump pip to 25.0.1</li> <li><a href="https://github.com/pypa/virtualenv/commit/7b8fde41f54b217284ce599afa3e0b1a1e6353a7"><code>7b8fde4</code></a> Remove old virtualenv wheel</li> <li><a href="https://github.com/pypa/virtualenv/commit/cb02b4f6ad3fa6e934c4162f343f073d8cbb36a1"><code>cb02b4f</code></a> Merge pull request <a href="https://redirect.github.com/pypa/virtualenv/issues/2837">#2837</a> from pypa/pre-commit-ci-update-config</li> <li><a href="https://github.com/pypa/virtualenv/commit/8332db87ecfd4fb97caa75f0c771356011dfacaa"><code>8332db8</code></a> [pre-commit.ci] pre-commit autoupdate</li> <li><a href="https://github.com/pypa/virtualenv/commit/192cef7a84f2e1d167ebede7083bb819123d41ff"><code>192cef7</code></a> [pre-commit.ci] pre-commit autoupdate (<a href="https://redirect.github.com/pypa/virtualenv/issues/2833">#2833</a>)</li> <li><a href="https://github.com/pypa/virtualenv/commit/a6a5c45b0c9da5a8823c03fd57e47e5a3773a081"><code>a6a5c45</code></a> [pre-commit.ci] pre-commit autoupdate (<a href="https://redirect.github.com/pypa/virtualenv/issues/2830">#2830</a>)</li> <li><a href="https://github.com/pypa/virtualenv/commit/d409f6a030c54783482aea12b45e609d1a0e1880"><code>d409f6a</code></a> release 20.29.1 (<a href="https://redirect.github.com/pypa/virtualenv/issues/2828">#2828</a>)</li> <li>See full diff in <a href="https://github.com/pypa/virtualenv/compare/20.29.1...20.29.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> Signed-off-by: dependabot[bot] <support@github.com> Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
- Loading branch information