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 13 updates (#4339)
Bumps the dependencies group in /.config with 13 updates: | Package | From | To | | --- | --- | --- | | [pydoclint](https://github.com/jsh9/pydoclint) | `0.5.9` | `0.5.10` | | [pylint](https://github.com/pylint-dev/pylint) | `3.3.1` | `3.3.2` | | [pytest](https://github.com/pytest-dev/pytest) | `8.3.3` | `8.3.4` | | [ruff](https://github.com/astral-sh/ruff) | `0.8.1` | `0.8.2` | | [types-jsonschema](https://github.com/python/typeshed) | `4.23.0.20240813` | `4.23.0.20241208` | | [types-pexpect](https://github.com/python/typeshed) | `4.9.0.20240806` | `4.9.0.20241208` | | [ansible-core](https://github.com/ansible/ansible) | `2.18.0` | `2.18.1` | | [coverage](https://github.com/nedbat/coveragepy) | `7.6.8` | `7.6.9` | | [markdown-exec](https://github.com/pawamoy/markdown-exec) | `1.9.3` | `1.10.0` | | [mkdocs-ansible](https://github.com/ansible/mkdocs-ansible) | `24.3.1` | `24.12.0` | | [mkdocs-material](https://github.com/squidfunk/mkdocs-material) | `9.5.46` | `9.5.47` | | [rpds-py](https://github.com/crate-py/rpds) | `0.21.0` | `0.22.3` | | [six](https://github.com/benjaminp/six) | `1.16.0` | `1.17.0` | Updates `pydoclint` from 0.5.9 to 0.5.10 <details> <summary>Release notes</summary> <p><em>Sourced from <a href="https://github.com/jsh9/pydoclint/releases">pydoclint's releases</a>.</em></p> <blockquote> <h2>0.5.10</h2> <h2>What's Changed</h2> <ul> <li>Hide msg about loading config in quiet mode by <a href="https://github.com/aemonge"><code>@aemonge</code></a> in <a href="https://redirect.github.com/jsh9/pydoclint/pull/178">jsh9/pydoclint#178</a></li> <li>Fix bug caused by assigning value to attr by <a href="https://github.com/jsh9"><code>@jsh9</code></a> in <a href="https://redirect.github.com/jsh9/pydoclint/pull/181">jsh9/pydoclint#181</a></li> <li>Rename unparseAnnotation by <a href="https://github.com/jsh9"><code>@jsh9</code></a> in <a href="https://redirect.github.com/jsh9/pydoclint/pull/182">jsh9/pydoclint#182</a></li> <li>Rename InternalError into EdgeCaseError by <a href="https://github.com/jsh9"><code>@jsh9</code></a> in <a href="https://redirect.github.com/jsh9/pydoclint/pull/183">jsh9/pydoclint#183</a></li> </ul> <p><strong>Full Changelog</strong>: <a href="https://github.com/jsh9/pydoclint/compare/0.5.9...0.5.10">https://github.com/jsh9/pydoclint/compare/0.5.9...0.5.10</a></p> </blockquote> </details> <details> <summary>Changelog</summary> <p><em>Sourced from <a href="https://github.com/jsh9/pydoclint/blob/main/CHANGELOG.md">pydoclint's changelog</a>.</em></p> <blockquote> <h2>[0.5.10] - 2024-12-07</h2> <ul> <li>Changed <ul> <li>Command line message about loading config file is now hidden with config option <code>--quiet</code></li> </ul> </li> <li>Fixed <ul> <li>Fixed a bug where assigning a value to an attribute caused pydoclint to crash</li> </ul> </li> <li>Changed <ul> <li>Renamed function <code>unparseAnnotation()</code> into <code>unparseNode()</code></li> <li>Renamed <code>EdgeCaseError</code> into <code>EdgeCaseError</code></li> </ul> </li> </ul> </blockquote> </details> <details> <summary>Commits</summary> <ul> <li><a href="https://github.com/jsh9/pydoclint/commit/a902f5a38859504e8a07a9735065613257da5602"><code>a902f5a</code></a> Rename InternalError into EdgeCaseError (<a href="https://redirect.github.com/jsh9/pydoclint/issues/183">#183</a>)</li> <li><a href="https://github.com/jsh9/pydoclint/commit/c57ca0085276ed1ad0b730df22ac716b86b56d1f"><code>c57ca00</code></a> Rename unparseAnnotation (<a href="https://redirect.github.com/jsh9/pydoclint/issues/182">#182</a>)</li> <li><a href="https://github.com/jsh9/pydoclint/commit/1a96b26a765f5259a1d450a11dd70434f0b454fb"><code>1a96b26</code></a> Fix bug caused by assigning value to attr (<a href="https://redirect.github.com/jsh9/pydoclint/issues/181">#181</a>)</li> <li><a href="https://github.com/jsh9/pydoclint/commit/d9da0fa8eebd2e76b297231e9e3ff6e1abdf49b3"><code>d9da0fa</code></a> Hide msg about loading config in quiet mode (<a href="https://redirect.github.com/jsh9/pydoclint/issues/178">#178</a>)</li> <li>See full diff in <a href="https://github.com/jsh9/pydoclint/compare/0.5.9...0.5.10">compare view</a></li> </ul> </details> <br /> Updates `pylint` from 3.3.1 to 3.3.2 <details> <summary>Commits</summary> <ul> <li><a href="https://github.com/pylint-dev/pylint/commit/a5a1bc3a9602d08f15ac90ad12f5b25bde375613"><code>a5a1bc3</code></a> Bump pylint to 3.3.2, update changelog (<a href="https://redirect.github.com/pylint-dev/pylint/issues/10088">#10088</a>)</li> <li><a href="https://github.com/pylint-dev/pylint/commit/621ecf68c9cfda6fcd64c082c59d545556814ca6"><code>621ecf6</code></a> Fix <code>potential-index-error</code> false positive when iterable contains starred ele...</li> <li><a href="https://github.com/pylint-dev/pylint/commit/5597aae8757a70abf8eb7842b4f1c575aaf7ac47"><code>5597aae</code></a> Fix source root not recognized (<a href="https://redirect.github.com/pylint-dev/pylint/issues/10036">#10036</a>) (<a href="https://redirect.github.com/pylint-dev/pylint/issues/10083">#10083</a>)</li> <li><a href="https://github.com/pylint-dev/pylint/commit/ea8ed7e0ea84c2e3d58e98f0b38010625eff99a9"><code>ea8ed7e</code></a> Bump astroid to 3.3.5 (<a href="https://redirect.github.com/pylint-dev/pylint/issues/10004">#10004</a>) (<a href="https://redirect.github.com/pylint-dev/pylint/issues/10005">#10005</a>)</li> <li><a href="https://github.com/pylint-dev/pylint/commit/ec4ca648f1b118ef44aefe859e4228ba405fba9d"><code>ec4ca64</code></a> Fix release note typo (<a href="https://redirect.github.com/pylint-dev/pylint/issues/9969">#9969</a>) (<a href="https://redirect.github.com/pylint-dev/pylint/issues/9971">#9971</a>)</li> <li>See full diff in <a href="https://github.com/pylint-dev/pylint/compare/v3.3.1...v3.3.2">compare view</a></li> </ul> </details> <br /> Updates `pytest` from 8.3.3 to 8.3.4 <details> <summary>Release notes</summary> <p><em>Sourced from <a href="https://github.com/pytest-dev/pytest/releases">pytest's releases</a>.</em></p> <blockquote> <h2>8.3.4</h2> <h1>pytest 8.3.4 (2024-12-01)</h1> <h2>Bug fixes</h2> <ul> <li> <p><a href="https://redirect.github.com/pytest-dev/pytest/issues/12592">#12592</a>: Fixed <code>KeyError</code>{.interpreted-text role="class"} crash when using <code>--import-mode=importlib</code> in a directory layout where a directory contains a child directory with the same name.</p> </li> <li> <p><a href="https://redirect.github.com/pytest-dev/pytest/issues/12818">#12818</a>: Assertion rewriting now preserves the source ranges of the original instructions, making it play well with tools that deal with the <code>AST</code>, like <a href="https://github.com/alexmojaki/executing">executing</a>.</p> </li> <li> <p><a href="https://redirect.github.com/pytest-dev/pytest/issues/12849">#12849</a>: ANSI escape codes for colored output now handled correctly in <code>pytest.fail</code>{.interpreted-text role="func"} with [pytrace=False]{.title-ref}.</p> </li> <li> <p><a href="https://redirect.github.com/pytest-dev/pytest/issues/9353">#9353</a>: <code>pytest.approx</code>{.interpreted-text role="func"} now uses strict equality when given booleans.</p> </li> </ul> <h2>Improved documentation</h2> <ul> <li> <p><a href="https://redirect.github.com/pytest-dev/pytest/issues/10558">#10558</a>: Fix ambiguous docstring of <code>pytest.Config.getoption</code>{.interpreted-text role="func"}.</p> </li> <li> <p><a href="https://redirect.github.com/pytest-dev/pytest/issues/10829">#10829</a>: Improve documentation on the current handling of the <code>--basetemp</code> option and its lack of retention functionality (<code>temporary directory location and retention</code>{.interpreted-text role="ref"}).</p> </li> <li> <p><a href="https://redirect.github.com/pytest-dev/pytest/issues/12866">#12866</a>: Improved cross-references concerning the <code>recwarn</code>{.interpreted-text role="fixture"} fixture.</p> </li> <li> <p><a href="https://redirect.github.com/pytest-dev/pytest/issues/12966">#12966</a>: Clarify <code>filterwarnings</code>{.interpreted-text role="ref"} docs on filter precedence/order when using multiple <code>@pytest.mark.filterwarnings <pytest.mark.filterwarnings ref></code>{.interpreted-text role="ref"} marks.</p> </li> </ul> <h2>Contributor-facing changes</h2> <ul> <li><a href="https://redirect.github.com/pytest-dev/pytest/issues/12497">#12497</a>: Fixed two failing pdb-related tests on Python 3.13.</li> </ul> </blockquote> </details> <details> <summary>Commits</summary> <ul> <li><a href="https://github.com/pytest-dev/pytest/commit/53f8b4e634c5066c4f797a87b20060edbb086240"><code>53f8b4e</code></a> Update pypa/gh-action-pypi-publish to v1.12.2</li> <li><a href="https://github.com/pytest-dev/pytest/commit/98dff36c9dc0a44881e9e90daf381f9079adf4cc"><code>98dff36</code></a> Prepare release version 8.3.4</li> <li><a href="https://github.com/pytest-dev/pytest/commit/1b474e221d5ced2c8c73924a0087e6e24ab6cd61"><code>1b474e2</code></a> approx: use exact comparison for bool (<a href="https://redirect.github.com/pytest-dev/pytest/issues/13013">#13013</a>)</li> <li><a href="https://github.com/pytest-dev/pytest/commit/b541721529feba7fcd0d069fa2437a817f340eba"><code>b541721</code></a> docs: Fix wrong statement about sys.modules with importlib import mode (<a href="https://redirect.github.com/pytest-dev/pytest/issues/1298">#1298</a>...</li> <li><a href="https://github.com/pytest-dev/pytest/commit/16cb87b65036300d74472cd55eebca8fc3f8e703"><code>16cb87b</code></a> pytest.fail: fix ANSI escape codes for colored output (<a href="https://redirect.github.com/pytest-dev/pytest/issues/12959">#12959</a>) (<a href="https://redirect.github.com/pytest-dev/pytest/issues/12990">#12990</a>)</li> <li><a href="https://github.com/pytest-dev/pytest/commit/be6bc812b02454b2915755dd76ce74b877aeafad"><code>be6bc81</code></a> Issue <a href="https://redirect.github.com/pytest-dev/pytest/issues/12966">#12966</a> Clarify filterwarnings docs on precedence when using multiple ma...</li> <li><a href="https://github.com/pytest-dev/pytest/commit/7aeb72bbc67bd1b8271eee57caa0a4e9b07038fc"><code>7aeb72b</code></a> Improve docs on basetemp and retention (<a href="https://redirect.github.com/pytest-dev/pytest/issues/12912">#12912</a>) (<a href="https://redirect.github.com/pytest-dev/pytest/issues/12928">#12928</a>)</li> <li><a href="https://github.com/pytest-dev/pytest/commit/c8758414cfd1646f273842e8f9292b2c15dcfcfb"><code>c875841</code></a> Merge pull request <a href="https://redirect.github.com/pytest-dev/pytest/issues/12917">#12917</a> from pytest-dev/patchback/backports/8.3.x/ded1f44e5...</li> <li><a href="https://github.com/pytest-dev/pytest/commit/6502816d977fcdbd65a3f4d8a63c0ce7c1f25649"><code>6502816</code></a> Merge pull request <a href="https://redirect.github.com/pytest-dev/pytest/issues/12913">#12913</a> from jakkdl/dontfailonbadpath</li> <li><a href="https://github.com/pytest-dev/pytest/commit/52135b033fb949efbec6aed9dd9000275bb199fd"><code>52135b0</code></a> Merge pull request <a href="https://redirect.github.com/pytest-dev/pytest/issues/12885">#12885</a> from The-Compiler/pdb-py311 (<a href="https://redirect.github.com/pytest-dev/pytest/issues/12887">#12887</a>)</li> <li>Additional commits viewable in <a href="https://github.com/pytest-dev/pytest/compare/8.3.3...8.3.4">compare view</a></li> </ul> </details> <br /> Updates `ruff` from 0.8.1 to 0.8.2 <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.8.2</h2> <h2>Release Notes</h2> <h3>Preview features</h3> <ul> <li>[<code>airflow</code>] Avoid deprecated values (<code>AIR302</code>) (<a href="https://redirect.github.com/astral-sh/ruff/pull/14582">#14582</a>)</li> <li>[<code>airflow</code>] Extend removed names for <code>AIR302</code> (<a href="https://redirect.github.com/astral-sh/ruff/pull/14734">#14734</a>)</li> <li>[<code>ruff</code>] Extend <code>unnecessary-regular-expression</code> to non-literal strings (<code>RUF055</code>) (<a href="https://redirect.github.com/astral-sh/ruff/pull/14679">#14679</a>)</li> <li>[<code>ruff</code>] Implement <code>used-dummy-variable</code> (<code>RUF052</code>) (<a href="https://redirect.github.com/astral-sh/ruff/pull/14611">#14611</a>)</li> <li>[<code>ruff</code>] Implement <code>unnecessary-cast-to-int</code> (<code>RUF046</code>) (<a href="https://redirect.github.com/astral-sh/ruff/pull/14697">#14697</a>)</li> </ul> <h3>Rule changes</h3> <ul> <li>[<code>airflow</code>] Check <code>AIR001</code> from builtin or providers <code>operators</code> module (<a href="https://redirect.github.com/astral-sh/ruff/pull/14631">#14631</a>)</li> <li>[<code>flake8-pytest-style</code>] Remove <code>@</code> in <code>pytest.mark.parametrize</code> rule messages (<a href="https://redirect.github.com/astral-sh/ruff/pull/14770">#14770</a>)</li> <li>[<code>pandas-vet</code>] Skip rules if the <code>panda</code> module hasn't been seen (<a href="https://redirect.github.com/astral-sh/ruff/pull/14671">#14671</a>)</li> <li>[<code>pylint</code>] Fix false negatives for <code>ascii</code> and <code>sorted</code> in <code>len-as-condition</code> (<code>PLC1802</code>) (<a href="https://redirect.github.com/astral-sh/ruff/pull/14692">#14692</a>)</li> <li>[<code>refurb</code>] Guard <code>hashlib</code> imports and mark <code>hashlib-digest-hex</code> fix as safe (<code>FURB181</code>) (<a href="https://redirect.github.com/astral-sh/ruff/pull/14694">#14694</a>)</li> </ul> <h3>Configuration</h3> <ul> <li>[<code>flake8-import-conventions</code>] Improve syntax check for aliases supplied in configuration for <code>unconventional-import-alias</code> (<code>ICN001</code>) (<a href="https://redirect.github.com/astral-sh/ruff/pull/14745">#14745</a>)</li> </ul> <h3>Bug fixes</h3> <ul> <li>Revert: [pyflakes] Avoid false positives in <code>@no_type_check</code> contexts (<code>F821</code>, <code>F722</code>) (<a href="https://redirect.github.com/astral-sh/ruff/issues/14615">#14615</a>) (<a href="https://redirect.github.com/astral-sh/ruff/pull/14726">#14726</a>)</li> <li>[<code>pep8-naming</code>] Avoid false positive for <code>class Bar(type(foo))</code> (<code>N804</code>) (<a href="https://redirect.github.com/astral-sh/ruff/pull/14683">#14683</a>)</li> <li>[<code>pycodestyle</code>] Handle f-strings properly for <code>invalid-escape-sequence</code> (<code>W605</code>) (<a href="https://redirect.github.com/astral-sh/ruff/pull/14748">#14748</a>)</li> <li>[<code>pylint</code>] Ignore <code>@overload</code> in <code>PLR0904</code> (<a href="https://redirect.github.com/astral-sh/ruff/pull/14730">#14730</a>)</li> <li>[<code>refurb</code>] Handle non-finite decimals in <code>verbose-decimal-constructor</code> (<code>FURB157</code>) (<a href="https://redirect.github.com/astral-sh/ruff/pull/14596">#14596</a>)</li> <li>[<code>ruff</code>] Avoid emitting <code>assignment-in-assert</code> when all references to the assigned variable are themselves inside <code>assert</code>s (<code>RUF018</code>) (<a href="https://redirect.github.com/astral-sh/ruff/pull/14661">#14661</a>)</li> </ul> <h3>Documentation</h3> <ul> <li>Improve docs for <code>flake8-use-pathlib</code> rules (<a href="https://redirect.github.com/astral-sh/ruff/pull/14741">#14741</a>)</li> <li>Improve error messages and docs for <code>flake8-comprehensions</code> rules (<a href="https://redirect.github.com/astral-sh/ruff/pull/14729">#14729</a>)</li> <li>[<code>flake8-type-checking</code>] Expands <code>TC006</code> docs to better explain itself (<a href="https://redirect.github.com/astral-sh/ruff/pull/14749">#14749</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/Lokejoke"><code>@Lokejoke</code></a></li> <li><a href="https://github.com/Matt-Ord"><code>@Matt-Ord</code></a></li> <li><a href="https://github.com/MichaReiser"><code>@MichaReiser</code></a></li> <li><a href="https://github.com/Well2333"><code>@Well2333</code></a></li> <li><a href="https://github.com/connorskees"><code>@connorskees</code></a></li> <li><a href="https://github.com/dcreager"><code>@dcreager</code></a></li> <li><a href="https://github.com/dhruvmanila"><code>@dhruvmanila</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.8.2</h2> <h3>Preview features</h3> <ul> <li>[<code>airflow</code>] Avoid deprecated values (<code>AIR302</code>) (<a href="https://redirect.github.com/astral-sh/ruff/pull/14582">#14582</a>)</li> <li>[<code>airflow</code>] Extend removed names for <code>AIR302</code> (<a href="https://redirect.github.com/astral-sh/ruff/pull/14734">#14734</a>)</li> <li>[<code>ruff</code>] Extend <code>unnecessary-regular-expression</code> to non-literal strings (<code>RUF055</code>) (<a href="https://redirect.github.com/astral-sh/ruff/pull/14679">#14679</a>)</li> <li>[<code>ruff</code>] Implement <code>used-dummy-variable</code> (<code>RUF052</code>) (<a href="https://redirect.github.com/astral-sh/ruff/pull/14611">#14611</a>)</li> <li>[<code>ruff</code>] Implement <code>unnecessary-cast-to-int</code> (<code>RUF046</code>) (<a href="https://redirect.github.com/astral-sh/ruff/pull/14697">#14697</a>)</li> </ul> <h3>Rule changes</h3> <ul> <li>[<code>airflow</code>] Check <code>AIR001</code> from builtin or providers <code>operators</code> module (<a href="https://redirect.github.com/astral-sh/ruff/pull/14631">#14631</a>)</li> <li>[<code>flake8-pytest-style</code>] Remove <code>@</code> in <code>pytest.mark.parametrize</code> rule messages (<a href="https://redirect.github.com/astral-sh/ruff/pull/14770">#14770</a>)</li> <li>[<code>pandas-vet</code>] Skip rules if the <code>panda</code> module hasn't been seen (<a href="https://redirect.github.com/astral-sh/ruff/pull/14671">#14671</a>)</li> <li>[<code>pylint</code>] Fix false negatives for <code>ascii</code> and <code>sorted</code> in <code>len-as-condition</code> (<code>PLC1802</code>) (<a href="https://redirect.github.com/astral-sh/ruff/pull/14692">#14692</a>)</li> <li>[<code>refurb</code>] Guard <code>hashlib</code> imports and mark <code>hashlib-digest-hex</code> fix as safe (<code>FURB181</code>) (<a href="https://redirect.github.com/astral-sh/ruff/pull/14694">#14694</a>)</li> </ul> <h3>Configuration</h3> <ul> <li>[<code>flake8-import-conventions</code>] Improve syntax check for aliases supplied in configuration for <code>unconventional-import-alias</code> (<code>ICN001</code>) (<a href="https://redirect.github.com/astral-sh/ruff/pull/14745">#14745</a>)</li> </ul> <h3>Bug fixes</h3> <ul> <li>Revert: [pyflakes] Avoid false positives in <code>@no_type_check</code> contexts (<code>F821</code>, <code>F722</code>) (<a href="https://redirect.github.com/astral-sh/ruff/issues/14615">#14615</a>) (<a href="https://redirect.github.com/astral-sh/ruff/pull/14726">#14726</a>)</li> <li>[<code>pep8-naming</code>] Avoid false positive for <code>class Bar(type(foo))</code> (<code>N804</code>) (<a href="https://redirect.github.com/astral-sh/ruff/pull/14683">#14683</a>)</li> <li>[<code>pycodestyle</code>] Handle f-strings properly for <code>invalid-escape-sequence</code> (<code>W605</code>) (<a href="https://redirect.github.com/astral-sh/ruff/pull/14748">#14748</a>)</li> <li>[<code>pylint</code>] Ignore <code>@overload</code> in <code>PLR0904</code> (<a href="https://redirect.github.com/astral-sh/ruff/pull/14730">#14730</a>)</li> <li>[<code>refurb</code>] Handle non-finite decimals in <code>verbose-decimal-constructor</code> (<code>FURB157</code>) (<a href="https://redirect.github.com/astral-sh/ruff/pull/14596">#14596</a>)</li> <li>[<code>ruff</code>] Avoid emitting <code>assignment-in-assert</code> when all references to the assigned variable are themselves inside <code>assert</code>s (<code>RUF018</code>) (<a href="https://redirect.github.com/astral-sh/ruff/pull/14661">#14661</a>)</li> </ul> <h3>Documentation</h3> <ul> <li>Improve docs for <code>flake8-use-pathlib</code> rules (<a href="https://redirect.github.com/astral-sh/ruff/pull/14741">#14741</a>)</li> <li>Improve error messages and docs for <code>flake8-comprehensions</code> rules (<a href="https://redirect.github.com/astral-sh/ruff/pull/14729">#14729</a>)</li> <li>[<code>flake8-type-checking</code>] Expands <code>TC006</code> docs to better explain itself (<a href="https://redirect.github.com/astral-sh/ruff/pull/14749">#14749</a>)</li> </ul> </blockquote> </details> <details> <summary>Commits</summary> <ul> <li><a href="https://github.com/astral-sh/ruff/commit/b0e26e6fc8ad60e368b8b03b367b6ac408acf9f7"><code>b0e26e6</code></a> Bump version to 0.8.2 (<a href="https://redirect.github.com/astral-sh/ruff/issues/14789">#14789</a>)</li> <li><a href="https://github.com/astral-sh/ruff/commit/e9941cd71459a75ee556422b37a192bf681ed425"><code>e9941cd</code></a> [red-knot] Move standalone expr inference to <code>for</code> non-name target (<a href="https://redirect.github.com/astral-sh/ruff/issues/14788">#14788</a>)</li> <li><a href="https://github.com/astral-sh/ruff/commit/43bf1a8907fc0e48e8ca7b52485a349772e91de9"><code>43bf1a8</code></a> Add tests for "keyword as identifier" syntax errors (<a href="https://redirect.github.com/astral-sh/ruff/issues/14754">#14754</a>)</li> <li><a href="https://github.com/astral-sh/ruff/commit/fda8b1f884c8598960b2e3f0c729e17ac62bfe35"><code>fda8b1f</code></a> [<code>ruff</code>] Unnecessary cast to <code>int</code> (<code>RUF046</code>) (<a href="https://redirect.github.com/astral-sh/ruff/issues/14697">#14697</a>)</li> <li><a href="https://github.com/astral-sh/ruff/commit/2d3f55787557fc16a15e298d516ae719d12bc25c"><code>2d3f557</code></a> [red-knot] Fallback for <code>typing._NoDefaultType</code> (<a href="https://redirect.github.com/astral-sh/ruff/issues/14783">#14783</a>)</li> <li><a href="https://github.com/astral-sh/ruff/commit/bd27bfab5d636cd5979ce78423ba069833ab13e2"><code>bd27bfa</code></a> [red-knot] Unify <code>setup_db()</code> functions, add <code>TestDb</code> builder (<a href="https://redirect.github.com/astral-sh/ruff/issues/14777">#14777</a>)</li> <li><a href="https://github.com/astral-sh/ruff/commit/155d34bbb9a0ebda17bbd465f5fa5dfa2b640c37"><code>155d34b</code></a> [red-knot] Infer precise types for <code>len()</code> calls (<a href="https://redirect.github.com/astral-sh/ruff/issues/14599">#14599</a>)</li> <li><a href="https://github.com/astral-sh/ruff/commit/04c887c8fce0521a8a98cee04349199ac256a67a"><code>04c887c</code></a> Fix references for <code>async-busy-wait</code> (<a href="https://redirect.github.com/astral-sh/ruff/issues/14775">#14775</a>)</li> <li><a href="https://github.com/astral-sh/ruff/commit/af43bd4b0fa5fdf016252085771cfb75846a0b0c"><code>af43bd4</code></a> [red-knot] Gradual forms do not participate in equivalence/subtyping (<a href="https://redirect.github.com/astral-sh/ruff/issues/14758">#14758</a>)</li> <li><a href="https://github.com/astral-sh/ruff/commit/614917769e07467e8646fb6a28b23e90d3df980c"><code>6149177</code></a> Remove <code>@</code> in <code>pytest.mark.parametrize</code> rule messages (<a href="https://redirect.github.com/astral-sh/ruff/issues/14770">#14770</a>)</li> <li>Additional commits viewable in <a href="https://github.com/astral-sh/ruff/compare/0.8.1...0.8.2">compare view</a></li> </ul> </details> <br /> Updates `types-jsonschema` from 4.23.0.20240813 to 4.23.0.20241208 <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 `types-pexpect` from 4.9.0.20240806 to 4.9.0.20241208 <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 `ansible-core` from 2.18.0 to 2.18.1 <details> <summary>Release notes</summary> <p><em>Sourced from <a href="https://github.com/ansible/ansible/releases">ansible-core's releases</a>.</em></p> <blockquote> <h2>v2.18.1</h2> <h1>Changelog</h1> <p>See the <a href="https://github.com/ansible/ansible/blob/v2.18.1/changelogs/CHANGELOG-v2.18.rst">full changelog</a> for the changes included in this release.</p> <h1>Release Artifacts</h1> <ul> <li>Built Distribution: <a href="https://files.pythonhosted.org/packages/d7/24/dd43ac6d09c8adab1368171853989bf0c84a653a35f57eaeee0411e91bb7/ansible_core-2.18.1-py3-none-any.whl">ansible_core-2.18.1-py3-none-any.whl</a> - 2214624 bytes <ul> <li>4a312e416e09c7271188d6b8e2b1062fc6834fefd6a1814d0e02fb8aadb3e1ba (SHA256)</li> </ul> </li> <li>Source Distribution: <a href="https://files.pythonhosted.org/packages/42/46/15836f1f48e2682bd5d04f7b3e2cb27e17626bec3cd7a4f2a7b0ccefbbd2/ansible_core-2.18.1.tar.gz">ansible_core-2.18.1.tar.gz</a> - 3069965 bytes <ul> <li>14cac1f92bbdae881cb0616eddeb17925e8cb507e486087975e724533d9de74f (SHA256)</li> </ul> </li> </ul> <h2>v2.18.1rc1</h2> <h1>Changelog</h1> <p>See the <a href="https://github.com/ansible/ansible/blob/v2.18.1rc1/changelogs/CHANGELOG-v2.18.rst">full changelog</a> for the changes included in this release.</p> <h1>Release Artifacts</h1> <ul> <li>Built Distribution: <a href="https://files.pythonhosted.org/packages/8a/a4/bfa7bcc7a4d5c0021bd7188ada9a00fb1b4b9c2744af8405a0c603e4e972/ansible_core-2.18.1rc1-py3-none-any.whl">ansible_core-2.18.1rc1-py3-none-any.whl</a> - 2214694 bytes <ul> <li>12b72733ffa2709aca3226190ed3b56ce40104727b45616b80ea489e7260800a (SHA256)</li> </ul> </li> <li>Source Distribution: <a href="https://files.pythonhosted.org/packages/1f/11/31db8c7b2af317498308dd9fe00d094254927f576e45cc2d6edf350f5b61/ansible_core-2.18.1rc1.tar.gz">ansible_core-2.18.1rc1.tar.gz</a> - 3074723 bytes <ul> <li>9824294b5903bf2f6cf2c626c97c8bce5a84c1393b2bd3ddfc58bf9042a956f5 (SHA256)</li> </ul> </li> </ul> </blockquote> </details> <details> <summary>Commits</summary> <ul> <li><a href="https://github.com/ansible/ansible/commit/3223e442abbf889bffc68ee1b3f066c2e500ce2c"><code>3223e44</code></a> New release v2.18.1 (<a href="https://redirect.github.com/ansible/ansible/issues/84415">#84415</a>)</li> <li><a href="https://github.com/ansible/ansible/commit/2248754de5aa7ed808de9c916869a011dd29db2a"><code>2248754</code></a> Update Ansible release version to v2.18.1rc1.post0. (<a href="https://redirect.github.com/ansible/ansible/issues/84393">#84393</a>)</li> <li><a href="https://github.com/ansible/ansible/commit/ced97d5a0b5f81bd9e3cdcdbd953b88952f91e1f"><code>ced97d5</code></a> New release v2.18.1rc1 (<a href="https://redirect.github.com/ansible/ansible/issues/84390">#84390</a>)</li> <li><a href="https://github.com/ansible/ansible/commit/b88f29ec6d68249940e17c08511159e9106485eb"><code>b88f29e</code></a> [stable-2.18] dnf5: fix is_installed check (<a href="https://redirect.github.com/ansible/ansible/issues/84275">#84275</a>) (<a href="https://redirect.github.com/ansible/ansible/issues/84333">#84333</a>)</li> <li><a href="https://github.com/ansible/ansible/commit/8f2cc9d916c4fbd3e5779370bf3f0a99475d0731"><code>8f2cc9d</code></a> vars/varnames more examles more varied (<a href="https://redirect.github.com/ansible/ansible/issues/84300">#84300</a>) (<a href="https://redirect.github.com/ansible/ansible/issues/84304">#84304</a>)</li> <li><a href="https://github.com/ansible/ansible/commit/fec17efe26ca7a8cacce2f364cc6d0c2bc2d2142"><code>fec17ef</code></a> Fix runas become SYSTEM logic (<a href="https://redirect.github.com/ansible/ansible/issues/84280">#84280</a>) (<a href="https://redirect.github.com/ansible/ansible/issues/84297">#84297</a>)</li> <li><a href="https://github.com/ansible/ansible/commit/0fb9772a7bc78abe1f6af5dc84b0afae1d4f362f"><code>0fb9772</code></a> command module, fix docs to reflect reality (<a href="https://redirect.github.com/ansible/ansible/issues/84191">#84191</a>) (<a href="https://redirect.github.com/ansible/ansible/issues/84277">#84277</a>)</li> <li><a href="https://github.com/ansible/ansible/commit/84b407cbdb66f2d899b0171371c30173a29aaab1"><code>84b407c</code></a> Fix returning unreachable for looped tasks (<a href="https://redirect.github.com/ansible/ansible/issues/84049">#84049</a>) (<a href="https://redirect.github.com/ansible/ansible/issues/84204">#84204</a>)</li> <li><a href="https://github.com/ansible/ansible/commit/2936b80dbbc7efb889934aeec80f6142c10266ce"><code>2936b80</code></a> Fix CVE-2024-11079 hostvars unsafe context (<a href="https://redirect.github.com/ansible/ansible/issues/84339">#84339</a>)</li> <li><a href="https://github.com/ansible/ansible/commit/1f88f0984f5f7d2951cc0bf1b9c918249a256a13"><code>1f88f09</code></a> [stable-2.18] ansible-test - Improve container network detection (<a href="https://redirect.github.com/ansible/ansible/issues/84323">#84323</a>) (<a href="https://redirect.github.com/ansible/ansible/issues/8">#8</a>...</li> <li>Additional commits viewable in <a href="https://github.com/ansible/ansible/compare/v2.18.0...v2.18.1">compare view</a></li> </ul> </details> <br /> Updates `coverage` from 7.6.8 to 7.6.9 <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.9 — 2024-12-06</h2> <ul> <li>Fix: <code>Tomas Uribe fixed <pull 1901_></code>_ a performance problem in the XML report. Large code bases should produce XML reports much faster now.</li> </ul> <p>.. _pull 1901: <a href="https://redirect.github.com/nedbat/coveragepy/pull/1901">nedbat/coveragepy#1901</a></p> <p>.. _changes_7-6-8:</p> </blockquote> </details> <details> <summary>Commits</summary> <ul> <li><a href="https://github.com/nedbat/coveragepy/commit/daac76dde1681d968f37095cacc551b464888753"><code>daac76d</code></a> docs: sample HTML for 7.6.9</li> <li><a href="https://github.com/nedbat/coveragepy/commit/f7d7e42705083b8c124fcc8be64da555095adfc7"><code>f7d7e42</code></a> docs: prep for 7.6.9</li> <li><a href="https://github.com/nedbat/coveragepy/commit/8fe3b2bad5de5e750c104ad2ddb251a0500dd146"><code>8fe3b2b</code></a> docs: thanks, Tomas Uribe for <a href="https://redirect.github.com/nedbat/coveragepy/issues/1901">#1901</a></li> <li><a href="https://github.com/nedbat/coveragepy/commit/346cfc03885571fd448f8218a8b9f12836c2fcb2"><code>346cfc0</code></a> fix: use set instead of list for arcs_executed, fixes poor performance (<a href="https://redirect.github.com/nedbat/coveragepy/issues/1901">#1901</a>)</li> <li><a href="https://github.com/nedbat/coveragepy/commit/484678e8d7c3b07e455e4c5bbce6f4a5bd03a9b4"><code>484678e</code></a> fix: COVERAGE_ONE_CORE should mean ctrace if possible</li> <li><a href="https://github.com/nedbat/coveragepy/commit/37451ed089cb4c5d25e2fe6c13485407d01be176"><code>37451ed</code></a> chore: make upgrade doc_upgrade</li> <li><a href="https://github.com/nedbat/coveragepy/commit/bd23445b181387b9c646d6dbf096b624bbc5953b"><code>bd23445</code></a> chore: bump the action-dependencies group with 2 updates (<a href="https://redirect.github.com/nedbat/coveragepy/issues/1899">#1899</a>)</li> <li><a href="https://github.com/nedbat/coveragepy/commit/01cf50c7d9131af2de9aea1e3573bdff1dc48110"><code>01cf50c</code></a> test: add a test to satisfy a condition in results.py</li> <li><a href="https://github.com/nedbat/coveragepy/commit/74d3c50af1563b6cbd9ab1ef580267dc55982922"><code>74d3c50</code></a> chore: make upgrade</li> <li><a href="https://github.com/nedbat/coveragepy/commit/f3b269cc5d5f1683aba34f57c7d5b991c5dd3743"><code>f3b269c</code></a> build: only comment once on an issue mentioned twice</li> <li>Additional commits viewable in <a href="https://github.com/nedbat/coveragepy/compare/7.6.8...7.6.9">compare view</a></li> </ul> </details> <br /> Updates `markdown-exec` from 1.9.3 to 1.10.0 <details> <summary>Release notes</summary> <p><em>Sourced from <a href="https://github.com/pawamoy/markdown-exec/releases">markdown-exec's releases</a>.</em></p> <blockquote> <h2>1.10.0</h2> <h2><a href="https://github.com/pawamoy/markdown-exec/releases/tag/1.10.0">1.10.0</a> - 2024-12-06</h2> <p><!-- raw HTML omitted --><a href="https://github.com/pawamoy/markdown-exec/compare/1.9.3...1.10.0">Compare with 1.9.3</a><!-- raw HTML omitted --></p> <h3>Build</h3> <ul> <li>Drop support for Python 3.8 (<a href="https://github.com/pawamoy/markdown-exec/commit/103bc1dc5f07f330b9e7ca4f052714350c52389d">103bc1d</a> by Timothée Mazzucotelli).</li> </ul> <h3>Features</h3> <ul> <li>Allow setting Pyodide version (<a href="https://github.com/pawamoy/markdown-exec/commit/912c8c75a5f579a949644f33bcead0b71e9637fd">912c8c7</a> by Andrew). <a href="https://redirect.github.com/pawamoy/markdown-exec/issues/66">Issue-66</a>, <a href="https://redirect.github.com/pawamoy/markdown-exec/pull/67">PR-67</a>, Co-authored-by: Timothée Mazzucotelli <a href="mailto:[email protected]">[email protected]</a></li> </ul> </blockquote> </details> <details> <summary>Changelog</summary> <p><em>Sourced from <a href="https://github.com/pawamoy/markdown-exec/blob/main/CHANGELOG.md">markdown-exec's changelog</a>.</em></p> <blockquote> <h2><a href="https://github.com/pawamoy/markdown-exec/releases/tag/1.10.0">1.10.0</a> - 2024-12-06</h2> <p><!-- raw HTML omitted --><a href="https://github.com/pawamoy/markdown-exec/compare/1.9.3...1.10.0">Compare with 1.9.3</a><!-- raw HTML omitted --></p> <h3>Build</h3> <ul> <li>Drop support for Python 3.8 (<a href="https://github.com/pawamoy/markdown-exec/commit/103bc1dc5f07f330b9e7ca4f052714350c52389d">103bc1d</a> by Timothée Mazzucotelli).</li> </ul> <h3>Features</h3> <ul> <li>Allow setting Pyodide version (<a href="https://github.com/pawamoy/markdown-exec/commit/912c8c75a5f579a949644f33bcead0b71e9637fd">912c8c7</a> by Andrew). <a href="https://redirect.github.com/pawamoy/markdown-exec/issues/66">Issue-66</a>, <a href="https://redirect.github.com/pawamoy/markdown-exec/pull/67">PR-67</a>, Co-authored-by: Timothée Mazzucotelli <a href="mailto:[email protected]">[email protected]</a></li> </ul> </blockquote> </details> <details> <summary>Commits</summary> <ul> <li><a href="https://github.com/pawamoy/markdown-exec/commit/84d7fedfd0531693dfc29864d31c6275279f1ca8"><code>84d7fed</code></a> chore: Prepare release 1.10.0</li> <li><a href="https://github.com/pawamoy/markdown-exec/commit/b68f0101bf4376227726855eefdf7a5af31984b8"><code>b68f010</code></a> chore: Upgrade dependencies</li> <li><a href="https://github.com/pawamoy/markdown-exec/commit/912c8c75a5f579a949644f33bcead0b71e9637fd"><code>912c8c7</code></a> feat: Allow setting Pyodide version</li> <li><a href="https://github.com/pawamoy/markdown-exec/commit/3562fbbd9e880c459d2ad0bba3b307c7b7545307"><code>3562fbb</code></a> style: Format</li> <li><a href="https://github.com/pawamoy/markdown-exec/commit/103bc1dc5f07f330b9e7ca4f052714350c52389d"><code>103bc1d</code></a> chore: Template upgrade</li> <li><a href="https://github.com/pawamoy/markdown-exec/commit/0d86a983a7c2b4ca732bd5709d430dac8d5d8389"><code>0d86a98</code></a> Revert "chore: Allow deploying from main repo"</li> <li><a href="https://github.com/pawamoy/markdown-exec/commit/57ee30d148a02fabb75d1ad8c8f730f198a15219"><code>57ee30d</code></a> docs: Fix snippets config, fix URL</li> <li><a href="https://github.com/pawamoy/markdown-exec/commit/b9fbcd5cb09d7aab239cb8373c495932cc1b71cc"><code>b9fbcd5</code></a> ci: Quality</li> <li><a href="https://github.com/pawamoy/markdown-exec/commit/0c913a56a7e32e9d129cfd96f0329bf0a7d58627"><code>0c913a5</code></a> docs: Add expandable file-tree to gallery</li> <li>See full diff in <a href="https://github.com/pawamoy/markdown-exec/compare/1.9.3...1.10.0">compare view</a></li> </ul> </details> <br /> Updates `mkdocs-ansible` from 24.3.1 to 24.12.0 <details> <summary>Release notes</summary> <p><em>Sourced from <a href="https://github.com/ansible/mkdocs-ansible/releases">mkdocs-ansible's releases</a>.</em></p> <blockquote> <h2>v24.12.0</h2> <h2>Enhancements</h2> <ul> <li>Add support for py313 (<a href="https://redirect.github.com/ansible/mkdocs-ansible/issues/171">#171</a>) <a href="https://github.com/abhikdps"><code>@abhikdps</code></a></li> </ul> <h2>Bugfixes</h2> <ul> <li>Remove pipdeptree dependency (<a href="https://redirect.github.com/ansible/mkdocs-ansible/issues/179">#179</a>) <a href="https://github.com/ssbarnea"><code>@ssbarnea</code></a></li> </ul> </blockquote> </details> <details> <summary>Commits</summary> <ul> <li><a href="https://github.com/ansible/mkdocs-ansible/commit/dbeebe2907f4a518b0e3f49a29bc9d8ed55af6fa"><code>dbeebe2</code></a> Fix permissions for release (<a href="https://redirect.github.com/ansible/mkdocs-ansible/issues/180">#180</a>)</li> <li><a href="https://github.com/ansible/mkdocs-ansible/commit/64d2f04487e5d457002a71fe87f251d63b2e40a6"><code>64d2f04</code></a> Remove pipdeptree dependency (<a href="https://redirect.github.com/ansible/mkdocs-ansible/issues/179">#179</a>)</li> <li><a href="https://github.com/ansible/mkdocs-ansible/commit/9f60b1414e6bd91575503cc92d1c06a021092c4d"><code>9f60b14</code></a> Bump the dependencies group across 1 directory with 5 updates (<a href="https://redirect.github.com/ansible/mkdocs-ansible/issues/177">#177</a>)</li> <li><a href="https://github.com/ansible/mkdocs-ansible/commit/c190365cb228a6c7255deb53ae360dfed9b0321e"><code>c190365</code></a> chore: pre-commit autoupdate (<a href="https://redirect.github.com/ansible/mkdocs-ansible/issues/178">#178</a>)</li> <li><a href="https://github.com/ansible/mkdocs-ansible/commit/ae4f07c2419fda18549831fe413ae7f2b19b11d4"><code>ae4f07c</code></a> Bump the dependencies group in /.config with 2 updates (<a href="https://redirect.github.com/ansible/mkdocs-ansible/issues/174">#174</a>)</li> <li><a href="https://github.com/ansible/mkdocs-ansible/commit/2e2c6fbf9556b66b8ee979adc8c46640e11d50dd"><code>2e2c6fb</code></a> Bump the dependencies group in /.config with 2 updates (<a href="https://redirect.github.com/ansible/mkdocs-ansible/issues/173">#173</a>)</li> <li><a href="https://github.com/ansible/mkdocs-ansible/commit/537d7f80e24109038b2cb15d3f911d6ba823dbe4"><code>537d7f8</code></a> Add support for py313 (<a href="https://redirect.github.com/ansible/mkdocs-ansible/issues/171">#171</a>)</li> <li><a href="https://github.com/ansible/mkdocs-ansible/commit/a24eaa3826204f6474523a15598aaec1454d8c45"><code>a24eaa3</code></a> Use reusable tox workflow (<a href="https://redirect.github.com/ansible/mkdocs-ansible/issues/172">#172</a>)</li> <li><a href="https://github.com/ansible/mkdocs-ansible/commit/7d9129f74105d8943283fa34cd98fcebe9dc478b"><code>7d9129f</code></a> chore: pre-commit autoupdate (<a href="https://redirect.github.com/ansible/mkdocs-ansible/issues/170">#170</a>)</li> <li><a href="https://github.com/ansible/mkdocs-ansible/commit/ae5cee0dc8839fda9d63d9bdabd0c5f99d073861"><code>ae5cee0</code></a> Bump the dependencies group in /.config with 4 updates (<a href="https://redirect.github.com/ansible/mkdocs-ansible/issues/168">#168</a>)</li> <li>Additional commits viewable in <a href="https://github.com/ansible/mkdocs-ansible/compare/v24.3.1...v24.12.0">compare view</a></li> </ul> </details> <br /> Updates `mkdocs-material` from 9.5.46 to 9.5.47 <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.47</h2> <ul> <li>Fixed <a href="https://redirect.github.com/squidfunk/mkdocs-material/issues/7750">#7750</a>: Numeric tags break search</li> <li>Fixed <a href="https://redirect.github.com/squidfunk/mkdocs-material/issues/7748">#7748</a>: Blog plugin breaks when using future drafts (9.5.45 regression)</li> </ul> <p>Thanks go to <a href="https://github.com/perpil"><code>@perpil</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.47 (2024-12-01)</p> <ul> <li>Fixed <a href="https://redirect.github.com/squidfunk/mkdocs-material/issues/7750">#7750</a>: Numeric tags break search</li> <li>Fixed <a href="https://redirect.github.com/squidfunk/mkdocs-material/issues/7748">#7748</a>: Blog plugin breaks when using future drafts (9.5.45 regression)</li> </ul> <p>mkdocs-material-9.5.46 (2024-11-25)</p> <ul> <li>Added support for removing preload hints in privacy plugin</li> <li>Fixed <a href="https://redirect.github.com/squidfunk/mkdocs-material/issues/7734">#7734</a>: Code blocks in h5 headlines are uppercased</li> <li>Fixed <a href="https://redirect.github.com/squidfunk/mkdocs-material/issues/7725">#7725</a>: Blog plugin crashing on missing timezone (9.5.45 regression)</li> </ul> <p>mkdocs-material-9.5.45 (2024-11-20)</p> <ul> <li>Reduced size of Docker image through multi-stage build</li> <li>Fixed <a href="https://redirect.github.com/squidfunk/mkdocs-material/issues/7708">#7708</a>: Blog plugin crashing on YAML dates with timezones</li> </ul> <p>mkdocs-material-9.5.44 (2024-11-05)</p> <ul> <li>Fixed <a href="https://redirect.github.com/squidfunk/mkdocs-material/issues/7672">#7672</a>: Font CSS 404's when using privacy plugin (9.5.43 regression)</li> </ul> <p>mkdocs-material-9.5.43 (2024-10-31)</p> <ul> <li>Added support for external images in SVGs in privacy plugin</li> <li>Fixed <a href="https://redirect.github.com/squidfunk/mkdocs-material/issues/7651">#7651</a>: Privacy plugin doesn't handle quoted URLs in CSS</li> </ul> <p>mkdocs-material-9.5.42 (2024-10-20)</p> <ul> <li>Fixed <a href="https://redirect.github.com/squidfunk/mkdocs-material/issues/7625">#7625</a>: Invalid encoding of boolean attributes in privacy plugin</li> <li>Fixed <a href="https://redirect.github.com/squidfunk/mkdocs-material/issues/7624">#7624</a>: Crash when disabling privacy plugin (9.5.41 regression)</li> </ul> <p>mkdocs-material-9.5.41 (2024-10-15)</p> <ul> <li>Fixed <a href="https://redirect.github.com/squidfunk/mkdocs-material/issues/7619">#7619</a>: Improved tooltip on logo disappears after instant navigation</li> <li>Fixed <a href="https://redirect.github.com/squidfunk/mkdocs-material/issues/7616">#7616</a>: Race condition in built-in privacy plugin when inlining assets</li> <li>Fixed <a href="https://redirect.github.com/squidfunk/mkdocs-material/issues/7615">#7615</a>: Comments and "Was this page helpful?" visible when printing</li> </ul> <p>mkdocs-material-9.5.40 (2024-10-10)</p> <ul> <li>Updated Latvian translations</li> <li>Fixed <a href="https://redirect.github.com/squidfunk/mkdocs-material/issues/7597">#7597</a>: Social cards not using site name on home page</li> </ul> <p>mkdocs-material-9.5.39+insiders-4.53.14 (2024-09-29)</p> <ul> <li>Fixed <a href="https://redirect.github.com/squidfunk/mkdocs-material/issues/7567">#7567</a>: Empty headlines when using typeset plugin with anchorlinks</li> </ul> <p>mkdocs-material-9.5.39 (2024-09-29)</p> <ul> <li>Fixed <a href="https://redirect.github.com/squidfunk/mkdocs-material/issues/7226">#7226</a>: not staying on page when using mike's canonical versioning</li> </ul> <p>mkdocs-material-9.5.38 (2024-09-26)</p> <!-- raw HTML omitted --> </blockquote> <p>... (truncated)</p> </details> <details> <summary>Commits</summary> <ul> <li><a href="https://github.com/squidfunk/mkdocs-material/commit/65997ae16ebe4c94c015dea968c3ec5d85a1060e"><code>65997ae</code></a> Updated dependencies</li> <li><a href="https://github.com/squidfunk/mkdocs-material/commit/f6b67b1b77f6eaaeb9c359bc5666827c4a6efb16"><code>f6b67b1</code></a> Prepare 9.5.47 release</li> <li><a href="https://github.com/squidfunk/mkdocs-material/commit/60c0dc1b8af71cef004eb7a91ca6ea8bae1e76cc"><code>60c0dc1</code></a> Documentation (<a href="https://redirect.github.com/squidfunk/mkdocs-material/issues/7756">#7756</a>)</li> <li><a href="https://github.com/squidfunk/mkdocs-material/commit/d46834475140223d2c322e5deab98e26789e04d9"><code>d468344</code></a> Fixed numeric tags breaking search</li> <li><a href="https://github.com/squidfunk/mkdocs-material/commit/6288b26b902b2492df610db7c0a69f7c66e94ab1"><code>6288b26</code></a> Fixed timezone when draft_if_future_date: true (<a href="https://redirect.github.com/squidfunk/mkdocs-material/issues/7749">#7749</a>)</li> <li>See full diff in <a href="https://github.com/squidfunk/mkdocs-material/compare/9.5.46...9.5.47">compare view</a></li> </ul> </details> <br /> Updates `rpds-py` from 0.21.0 to 0.22.3 <details> <summary>Release notes</summary> <p><em>Sourced from <a href="https://github.com/crate-py/rpds/releases">rpds-py's releases</a>.</em></p> <blockquote> <h2>v0.22.3</h2> <!-- raw HTML omitted --> <p><strong>Full Changelog</strong>: <a href="https://github.com/crate-py/rpds/compare/v0.22.2...v0.22.3">https://github.com/crate-py/rpds/compare/v0.22.2...v0.22.3</a></p> <h2>v0.22.2</h2> <!-- raw HTML omitted --> <p><strong>Full Changelog</strong>: <a href="https://github.com/crate-py/rpds/compare/v0.22.1...v0.22.2">https://github.com/crate-py/rpds/compare/v0.22.1...v0.22.2</a></p> <h2>v0.22.1</h2> <!-- raw HTML omitted --> <h2>What's Changed</h2> <ul> <li>ci: separate free-threaded and standard 3.13 distribution builds by <a href="https://github.com/RobPasMue"><code>@RobPasMue</code></a> in <a href="https://redirect.github.com/crate-py/rpds/pull/111">crate-py/rpds#111</a></li> </ul> <h2>New Contributors</h2> <ul> <li><a href="https://github.com/RobPasMue"><code>@RobPasMue</code></a> made their first contribution in <a href="https://redirect.github.com/crate-py/rpds/pull/111">crate-py/rpds#111</a></li> </ul> <p><strong>Full Changelog</strong>: <a href="https://github.com/crate-py/rpds/compare/v0.22.0...v0.22.1">https://github.com/crate-py/rpds/compare/v0.22.0...v0.22.1</a></p> <h2>v0.22.0</h2> <!-- raw HTML omitted --> <h2>What's Changed</h2> <ul> <li>update rpds.py for PyO3 0.23 by <a href="https://github.com/ngoldbaum"><code>@ngoldbaum</code></a> in <a href="https://redirect.github.com/crate-py/rpds/pull/100">crate-py/rpds#100</a></li> <li>Declare free-threading support by <a href="https://github.com/ngoldbaum"><code>@ngoldbaum</code></a> in <a href="https://redirect.github.com/crate-py/rpds/pull/104">crate-py/rpds#104</a></li> <li>Enable free-threaded wheel builds by <a href="https://github.com/ngoldbaum"><code>@ngoldbaum</code></a> in <a href="https://redirect.github.com/crate-py/rpds/pull/107">crate-py/rpds#107</a></li> </ul> <h2>New Contributors</h2> <ul> <li><a href="https://github.com/ngoldbaum"><code>@ngoldbaum</code></a> made their first contribution in <a href="https://redirect.github.com/crate-py/rpds/pull/100">crate-py/rpds#100</a></li> </ul> <p><strong>Full Changelog</strong>: <a href="https://github.com/crate-py/rpds/compare/v0.21.0...v0.22.0">https://github.com/crate-py/rpds/compare/v0.21.0...v0.22.0</a></p> </blockquote> </details> <details> <summary>Commits</summary> <ul> <li><a href="https://github.com/crate-py/rpds/commit/ada6b46cb9836fb25e57e6450eb16f4af9080009"><code>ada6b46</code></a> Properly tag a release fixing the soundness issue.</li> <li><a href="https://github.com/crate-py/rpds/commit/177b17b6462753a8f645edb0bce90752cb2ca721"><code>177b17b</code></a> Bump to PyO3 0.23.3, avoiding 0.23.x's previous soundness issues.</li> <li><a href="https://github.com/crate-py/rpds/commit/38bd89a979c58c8f99ab7cbd2113bfe4af82d3b8"><code>38bd89a</code></a> Merge pull request <a href="https://redirect.github.com/crate-py/rpds/issues/109">#109</a> from crate-py/pre-commit-ci-update-config</li> <li><a href="https://github.com/crate-py/rpds/commit/5ecc066c2b3a4b5a03d8ba4b5734a15af74d4607"><code>5ecc066</code></a> Tag a release for regaining all the Windows wheels.</li> <li><a href="https://github.com/crate-py/rpds/commit/8baaf22d07d17ee58f8de95e66744d6982e2c2c9"><code>8baaf22</code></a> Merge pull request <a href="https://redirect.github.com/crate-py/rpds/issues/111">#111</a> from RobPasMue/ci/windows-313-threaded-separation</li> <li><a href="https://github.com/crate-py/rpds/commit/7f99ea8cd88bc6698a93b30702b751bd27698374"><code>7f99ea8</code></a> ci: separate free-threaded and standard 3.13 distribution builds</li> <li><a href="https://github.com/crate-py/rpds/commit/5f169738b5d0d1d21aad4f35ae8e128117507c71"><code>5f16973</code></a> [pre-commit.ci] pre-commit autoupdate</li> <li><a href="https://github.com/crate-py/rpds/commit/9d032081904b67c24147b8146f7df5b57000a95e"><code>9d03208</code></a> Merge pull request <a href="https://redirect.github.com/crate-py/rpds/issues/108">#108</a> from crate-py/dependabot/cargo/pyo3-0.23.2</li> <li><a href="https://github.com/crate-py/rpds/commit/6043127a214561fc3dfe64cc114d6bd9ec3fa06b"><code>6043127</code></a> Bump pyo3 from 0.23.1 to 0.23.2</li> <li><a href="https://github.com/crate-py/rpds/commit/72244696bc3b12935f47a5a15045ba48f05ff22b"><code>7224469</code></a> Bump to 0.22.0 for a free-threading-supported beta release.</li> <li>Additional commits viewable in <a href="https://github.com/crate-py/rpds/compare/v0.21.0...v0.22.3">compare view</a></li> </ul> </details> <br /> Updates `six` from 1.16.0 to 1.17.0 <details> <summary>Changelog</summary> <p><em>Sourced from <a href="https://github.com/benjaminp/six/blob/main/CHANGES">six's changelog</a>.</em></p> <blockquote> <h2>1.17.0</h2> <ul> <li> <p>Pull request <a href="https://redirect.github.com/benjaminp/six/issues/388">#388</a>: Remove <code>URLopener</code> and <code>FancyURLopener</code> classes from <code>urllib.request</code> when running on Python 3.14 or greater.</p> </li> <li> <p>Pull request <a href="https://redirect.github.com/benjaminp/six/issues/365">#365</a>, issue <a href="https://redirect.github.com/benjaminp/six/issues/283">#283</a>: <code>six.moves.UserDict</code> now points to <code>UserDict.IterableUserDict</code> instead of <code>UserDict.UserDict</code> on Python 2.</p> </li> </ul> </blockquote> </details> <details> <summary>Commits</summary> <ul> <li><a href="https://github.com/benjaminp/six/commit/ebd9b3af90247b8858d415a05e96e9ee61e48d07"><code>ebd9b3a</code></a> six 1.17.0</li> <li><a href="https://github.com/benjaminp/six/commit/40d248e516ae9bb32221a417de49a3d2fd9e39c1"><code>40d248e</code></a> Expunge travis.</li> <li><a href="https://github.com/benjaminp/six/commit/dd7940e4b8760c620e61dd0e99ec0e60ee759fc8"><code>dd7940e</code></a> Add PyPI publication workflow. (<a href="https://redirect.github.com/benjaminp/six/issues/390">#390</a>)</li> <li><a href="https://github.com/benjaminp/six/commit/8cb688f32f24b6ebe94938b15e92ec5c75dd8f12"><code>8cb688f</code></a> Update copyright years.</li> <li><a href="https://github.com/benjaminp/six/commit/86f89c5da1488463a00bd090c8f9e29aeabf6a10"><code>86f89c5</code></a> Add a GitHub actions CI workflow. (<a href="https://redirect.github.com/benjaminp/six/issues/389">#389</a>)</li> <li><a href="https://github.com/benjaminp/six/commit/06430b9fc66e3912bea2c0a2d13b22d7054a9ac7"><code>06430b9</code></a> Make test_getoutput work on Windows.</li> <li><a href="https://github.com/benjaminp/six/commit/ceddaf2d0a45cf3a19ce0ac63a24ca4ffc76ba7c"><code>ceddaf2</code></a> Add a changelog for <a href="https://redirect.github.com/benjaminp/six/issues/314">#314</a>.</li> <li><a href="https://github.com/benjaminp/six/commit/9a05aab157c79647aa11c49f31a6bff5b18404a5"><code>9a05aab</code></a> Python 3.14 removed the URLopener and FancyURLopener classes from urllib.req...</li> <li><a href="https://github.com/benjaminp/six/commit/c1b416f24de52ebd8eaed3e379ab85ec9c3e935b"><code>c1b416f</code></a> Fix deprecation warning from setuptools (<a href="https://redirect.github.com/benjaminp/six/issues/382">#382</a>)</li> <li><a href="https://github.com/benjaminp/six/commit/02c3bcab0b94eb7a86f6606bc8b02e3ee0a72860"><code>02c3bca</code></a> tkinter.tix was removed from Python 3.13, skip the test (<a href="https://redirect.github.com/benjaminp/six/issues/377">#377</a>)</li> <li>Additional commits viewable in <a href="https://github.com/benjaminp/six/compare/1.16.0...1.17.0">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] <[email protected]> Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
- Loading branch information