Skip to content

Commit

Permalink
Bump the dependencies group across 1 directory with 35 updates (#4283)
Browse files Browse the repository at this point in the history
Bumps the dependencies group with 35 updates in the /.config directory:

| Package | From | To |
| --- | --- | --- |
|
[check-jsonschema](https://github.com/python-jsonschema/check-jsonschema)
| `0.29.1` | `0.29.2` |
| [filelock](https://github.com/tox-dev/py-filelock) | `3.15.4` |
`3.16.0` |
| [mypy](https://github.com/python/mypy) | `1.11.1` | `1.11.2` |
| [pydoclint](https://github.com/jsh9/pydoclint) | `0.5.6` | `0.5.7` |
| [pylint](https://github.com/pylint-dev/pylint) | `3.2.6` | `3.2.7` |
| [ruff](https://github.com/astral-sh/ruff) | `0.5.7` | `0.6.4` |
| [tox](https://github.com/tox-dev/tox) | `4.17.1` | `4.18.1` |
| [types-jsonschema](https://github.com/python/typeshed) |
`4.23.0.20240712` | `4.23.0.20240813` |
| [ansible-compat](https://github.com/ansible/ansible-compat) | `24.7.0`
| `24.8.0` |
| [ansible-core](https://github.com/ansible/ansible) | `2.17.2` |
`2.17.3` |
| [build](https://github.com/pypa/build) | `1.2.1` | `1.2.2` |
| [cachetools](https://github.com/tkem/cachetools) | `5.4.0` | `5.5.0` |
| [certifi](https://github.com/certifi/python-certifi) | `2024.7.4` |
`2024.8.30` |
| [cffi](https://github.com/python-cffi/cffi) | `1.17.0` | `1.17.1` |
| [cryptography](https://github.com/pyca/cryptography) | `43.0.0` |
`43.0.1` |
| [griffe](https://github.com/mkdocstrings/griffe) | `0.48.0` | `1.2.0`
|
| [idna](https://github.com/kjd/idna) | `3.7` | `3.8` |
| [importlib-metadata](https://github.com/python/importlib_metadata) |
`8.2.0` | `8.4.0` |
| [linkchecker](https://github.com/linkchecker/linkchecker) | `10.4.0` |
`10.5.0` |
| [markdown](https://github.com/Python-Markdown/markdown) | `3.6` |
`3.7` |
| [mkdocs](https://github.com/mkdocs/mkdocs) | `1.6.0` | `1.6.1` |
| [mkdocs-autorefs](https://github.com/mkdocstrings/autorefs) | `1.0.1`
| `1.2.0` |
| [mkdocs-material](https://github.com/squidfunk/mkdocs-material) |
`9.5.31` | `9.5.34` |
| [mkdocstrings](https://github.com/mkdocstrings/mkdocstrings) |
`0.25.2` | `0.26.1` |
| [mkdocstrings-python](https://github.com/mkdocstrings/python) |
`1.10.7` | `1.11.1` |
| [paginate](https://github.com/Signum/paginate) | `0.5.6` | `0.5.7` |
| [pipdeptree](https://github.com/tox-dev/pipdeptree) | `2.23.1` |
`2.23.3` |
| [platformdirs](https://github.com/platformdirs/platformdirs) | `4.2.2`
| `4.3.1` |
| [rich](https://github.com/Textualize/rich) | `13.7.1` | `13.8.0` |
| [soupsieve](https://github.com/facelessuser/soupsieve) | `2.5` | `2.6`
|
| [tomlkit](https://github.com/sdispater/tomlkit) | `0.13.0` | `0.13.2`
|
| [virtualenv](https://github.com/pypa/virtualenv) | `20.26.3` |
`20.26.4` |
| [watchdog](https://github.com/gorakhargosh/watchdog) | `4.0.1` |
`5.0.2` |
| [zipp](https://github.com/jaraco/zipp) | `3.19.2` | `3.20.1` |


Updates `check-jsonschema` from 0.29.1 to 0.29.2
<details>
<summary>Release notes</summary>
<p><em>Sourced from <a
href="https://github.com/python-jsonschema/check-jsonschema/releases">check-jsonschema's
releases</a>.</em></p>
<blockquote>
<h2>v0.29.2</h2>
<ul>
<li>Update vendored schemas: buildkite, github-workflows, gitlab-ci,
renovate, woodpecker-ci (2024-08-22)</li>
<li>Convert from <code>setup.cfg</code> to <code>pyproject.toml</code>
for python package metadata</li>
</ul>
</blockquote>
</details>
<details>
<summary>Changelog</summary>
<p><em>Sourced from <a
href="https://github.com/python-jsonschema/check-jsonschema/blob/main/CHANGELOG.rst">check-jsonschema's
changelog</a>.</em></p>
<blockquote>
<h2>0.29.2</h2>
<ul>
<li>Update vendored schemas: buildkite, github-workflows, gitlab-ci,
renovate,
woodpecker-ci  (2024-08-22)</li>
<li>Convert from <code>setup.cfg</code> to <code>pyproject.toml</code>
for python package metadata</li>
</ul>
</blockquote>
</details>
<details>
<summary>Commits</summary>
<ul>
<li><a
href="https://github.com/python-jsonschema/check-jsonschema/commit/9aa09a9e8514b1a2e2cad4b3f41678784b13487b"><code>9aa09a9</code></a>
Bump version for release</li>
<li><a
href="https://github.com/python-jsonschema/check-jsonschema/commit/cf83850253ee9f275aa42a55ff80801047efce26"><code>cf83850</code></a>
Update vendored schemas (<a
href="https://redirect.github.com/python-jsonschema/check-jsonschema/issues/478">#478</a>)</li>
<li><a
href="https://github.com/python-jsonschema/check-jsonschema/commit/3067e85113c818db2e42ce163ae580a8f619d59b"><code>3067e85</code></a>
[pre-commit.ci] pre-commit autoupdate (<a
href="https://redirect.github.com/python-jsonschema/check-jsonschema/issues/479">#479</a>)</li>
<li><a
href="https://github.com/python-jsonschema/check-jsonschema/commit/99e15ff0d0c13c90e3135604ea1bd4df104831e5"><code>99e15ff</code></a>
[vendor-schemas] automated update (<a
href="https://redirect.github.com/python-jsonschema/check-jsonschema/issues/472">#472</a>)</li>
<li><a
href="https://github.com/python-jsonschema/check-jsonschema/commit/1889bb951443f38ffe5845e3807950ea57643d8f"><code>1889bb9</code></a>
[pre-commit.ci] pre-commit autoupdate (<a
href="https://redirect.github.com/python-jsonschema/check-jsonschema/issues/477">#477</a>)</li>
<li><a
href="https://github.com/python-jsonschema/check-jsonschema/commit/875cd003e28b8f86a353d69d88b9377e40e9157c"><code>875cd00</code></a>
[pre-commit.ci] pre-commit autoupdate (<a
href="https://redirect.github.com/python-jsonschema/check-jsonschema/issues/476">#476</a>)</li>
<li><a
href="https://github.com/python-jsonschema/check-jsonschema/commit/6060197b443b8f7179ce5a95d0a056f3f3777cb7"><code>6060197</code></a>
Convert from setup.cfg to pyproject.toml (<a
href="https://redirect.github.com/python-jsonschema/check-jsonschema/issues/467">#467</a>)</li>
<li><a
href="https://github.com/python-jsonschema/check-jsonschema/commit/2ad01f77e6cd60460e078e5779d52628127b0979"><code>2ad01f7</code></a>
Fix for mindeps build (fails on latest attrs) (<a
href="https://redirect.github.com/python-jsonschema/check-jsonschema/issues/475">#475</a>)</li>
<li><a
href="https://github.com/python-jsonschema/check-jsonschema/commit/8e0dbc12918106aac00266c10cf32c2f0a131bde"><code>8e0dbc1</code></a>
Merge pull request <a
href="https://redirect.github.com/python-jsonschema/check-jsonschema/issues/473">#473</a>
from jrdnbradford/gha-name</li>
<li><a
href="https://github.com/python-jsonschema/check-jsonschema/commit/bc6abed1831f9c9ee5ca4d30ebafbce14cca42ae"><code>bc6abed</code></a>
Update <code>cron</code> workflow <code>name</code></li>
<li>Additional commits viewable in <a
href="https://github.com/python-jsonschema/check-jsonschema/compare/0.29.1...0.29.2">compare
view</a></li>
</ul>
</details>
<br />

Updates `filelock` from 3.15.4 to 3.16.0
<details>
<summary>Release notes</summary>
<p><em>Sourced from <a
href="https://github.com/tox-dev/py-filelock/releases">filelock's
releases</a>.</em></p>
<blockquote>
<h2>3.16.0</h2>
<!-- raw HTML omitted -->
<h2>What's Changed</h2>
<ul>
<li>Test Python 3.13 by <a
href="https://github.com/hugovk"><code>@​hugovk</code></a> in <a
href="https://redirect.github.com/tox-dev/filelock/pull/352">tox-dev/filelock#352</a></li>
<li>Add 3.13 to CI by <a
href="https://github.com/gaborbernat"><code>@​gaborbernat</code></a> in
<a
href="https://redirect.github.com/tox-dev/filelock/pull/359">tox-dev/filelock#359</a></li>
</ul>
<p><strong>Full Changelog</strong>: <a
href="https://github.com/tox-dev/filelock/compare/3.15.4...3.16.0">https://github.com/tox-dev/filelock/compare/3.15.4...3.16.0</a></p>
</blockquote>
</details>
<details>
<summary>Commits</summary>
<ul>
<li><a
href="https://github.com/tox-dev/filelock/commit/0acea4f63dc11522441b89a6a699253818c0269d"><code>0acea4f</code></a>
Add 3.13 to CI (<a
href="https://redirect.github.com/tox-dev/py-filelock/issues/359">#359</a>)</li>
<li><a
href="https://github.com/tox-dev/filelock/commit/4dc2a8f5f3678f8b0fc9939b9fc09e1ca733e382"><code>4dc2a8f</code></a>
Bump pypa/gh-action-pypi-publish from 1.9.0 to 1.10.1 (<a
href="https://redirect.github.com/tox-dev/py-filelock/issues/356">#356</a>)</li>
<li><a
href="https://github.com/tox-dev/filelock/commit/7397dd7a17678354b3a732faec98d1b50c71c0be"><code>7397dd7</code></a>
[pre-commit.ci] pre-commit autoupdate (<a
href="https://redirect.github.com/tox-dev/py-filelock/issues/354">#354</a>)</li>
<li><a
href="https://github.com/tox-dev/filelock/commit/067b65169525f3358808b8dad0afd728c7750ea8"><code>067b651</code></a>
Bump actions/download-artifact from 3 to 4.1.7 in /.github/workflows (<a
href="https://redirect.github.com/tox-dev/py-filelock/issues/357">#357</a>)</li>
<li><a
href="https://github.com/tox-dev/filelock/commit/85760d7531cfaa6fe9382d950aadf2ebd21364a0"><code>85760d7</code></a>
Test Python 3.13 (<a
href="https://redirect.github.com/tox-dev/py-filelock/issues/352">#352</a>)</li>
<li><a
href="https://github.com/tox-dev/filelock/commit/4104f3e0e6e809d3ce7ca3105cbb0f5599d45ddb"><code>4104f3e</code></a>
[pre-commit.ci] pre-commit autoupdate (<a
href="https://redirect.github.com/tox-dev/py-filelock/issues/348">#348</a>)</li>
<li>See full diff in <a
href="https://github.com/tox-dev/py-filelock/compare/3.15.4...3.16.0">compare
view</a></li>
</ul>
</details>
<br />

Updates `mypy` from 1.11.1 to 1.11.2
<details>
<summary>Commits</summary>
<ul>
<li><a
href="https://github.com/python/mypy/commit/789f02c83a5d5cb35f5e33ba91df46c8fea6b28e"><code>789f02c</code></a>
Bump version to 1.11.2</li>
<li><a
href="https://github.com/python/mypy/commit/917cc75fd6f1417edb45eb77e449934f794c18fc"><code>917cc75</code></a>
An alternative fix for a union-like literal string (<a
href="https://redirect.github.com/python/mypy/issues/17639">#17639</a>)</li>
<li><a
href="https://github.com/python/mypy/commit/7d805b364ee80396e0b9ca906f32f901b2ac7e12"><code>7d805b3</code></a>
Unwrap TypedDict item types before storing (<a
href="https://redirect.github.com/python/mypy/issues/17640">#17640</a>)</li>
<li><a
href="https://github.com/python/mypy/commit/32675dddfacccef616557916cb872757605ab493"><code>32675dd</code></a>
Revert &quot;Fix Literal strings containing pipe characters&quot; (<a
href="https://redirect.github.com/python/mypy/issues/17638">#17638</a>)</li>
<li><a
href="https://github.com/python/mypy/commit/778542b93a6f5b3c168a8acc03717700ae6f8048"><code>778542b</code></a>
Revert &quot;Fix <code>RawExpressionType.accept</code> crash with
<code>--cache-fine-grained</code>&quot; (<a
href="https://redirect.github.com/python/mypy/issues/1">#1</a>...</li>
<li><a
href="https://github.com/python/mypy/commit/14ab742dec6b58a4e94772115cb3b5c67a4b3d33"><code>14ab742</code></a>
Bump version to 1.11.2+dev</li>
<li>See full diff in <a
href="https://github.com/python/mypy/compare/v1.11.1...v1.11.2">compare
view</a></li>
</ul>
</details>
<br />

Updates `pydoclint` from 0.5.6 to 0.5.7
<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.7</h2>
<h2>What's Changed</h2>
<ul>
<li>docs: add &quot;sphinx&quot; as an allowed style by <a
href="https://github.com/Amar1729"><code>@​Amar1729</code></a> in <a
href="https://redirect.github.com/jsh9/pydoclint/pull/159">jsh9/pydoclint#159</a></li>
<li>tox: use <code>deps = .</code> instead of <code>pip install</code>
by <a href="https://github.com/Amar1729"><code>@​Amar1729</code></a> in
<a
href="https://redirect.github.com/jsh9/pydoclint/pull/160">jsh9/pydoclint#160</a></li>
<li>Switch from tab to 4 spaces in baseline by <a
href="https://github.com/cidrblock"><code>@​cidrblock</code></a> in <a
href="https://redirect.github.com/jsh9/pydoclint/pull/152">jsh9/pydoclint#152</a></li>
<li>feat: introduce DOC503 for checking specific raised exceptions by <a
href="https://github.com/Amar1729"><code>@​Amar1729</code></a> in <a
href="https://redirect.github.com/jsh9/pydoclint/pull/161">jsh9/pydoclint#161</a></li>
</ul>
<h2>New Contributors</h2>
<ul>
<li><a href="https://github.com/Amar1729"><code>@​Amar1729</code></a>
made their first contribution in <a
href="https://redirect.github.com/jsh9/pydoclint/pull/159">jsh9/pydoclint#159</a></li>
<li><a href="https://github.com/cidrblock"><code>@​cidrblock</code></a>
made their first contribution in <a
href="https://redirect.github.com/jsh9/pydoclint/pull/152">jsh9/pydoclint#152</a></li>
</ul>
<p><strong>Full Changelog</strong>: <a
href="https://github.com/jsh9/pydoclint/compare/0.5.6...0.5.7">https://github.com/jsh9/pydoclint/compare/0.5.6...0.5.7</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.7] - 2024-09-02</h2>
<ul>
<li>
<p>Added</p>
<ul>
<li>A new violation code, <code>DOC503</code>, which checks that
exceptions in the
function body match those in the &quot;Raises&quot; section of the
docstring</li>
</ul>
</li>
<li>
<p>Changed</p>
<ul>
<li>Switched from tab to 4 spaces in baseline</li>
</ul>
</li>
</ul>
</blockquote>
</details>
<details>
<summary>Commits</summary>
<ul>
<li><a
href="https://github.com/jsh9/pydoclint/commit/f75860489c4d4769767beabcad9b099cc2b2a88d"><code>f758604</code></a>
feat: introduce DOC503 for checking specific raised exceptions (<a
href="https://redirect.github.com/jsh9/pydoclint/issues/161">#161</a>)</li>
<li><a
href="https://github.com/jsh9/pydoclint/commit/ae285899e56001581c34e89e15ac9ea359aa4ca7"><code>ae28589</code></a>
Switch from tab to 4 spaces in baseline (<a
href="https://redirect.github.com/jsh9/pydoclint/issues/152">#152</a>)</li>
<li><a
href="https://github.com/jsh9/pydoclint/commit/1e80fd3e44d7ffaf0235a9f96912c4a95e9fb6b1"><code>1e80fd3</code></a>
tox: use <code>deps = .</code> instead of <code>pip install</code> (<a
href="https://redirect.github.com/jsh9/pydoclint/issues/160">#160</a>)</li>
<li><a
href="https://github.com/jsh9/pydoclint/commit/23b89f6a530e6986d4d54eede4defc371483b50d"><code>23b89f6</code></a>
docs: add &quot;sphinx&quot; as an allowed style (<a
href="https://redirect.github.com/jsh9/pydoclint/issues/159">#159</a>)</li>
<li>See full diff in <a
href="https://github.com/jsh9/pydoclint/compare/0.5.6...0.5.7">compare
view</a></li>
</ul>
</details>
<br />

Updates `pylint` from 3.2.6 to 3.2.7
<details>
<summary>Commits</summary>
<ul>
<li><a
href="https://github.com/pylint-dev/pylint/commit/a98215b8c6a6203dd56366bcfe1cd946fb41282a"><code>a98215b</code></a>
Bump pylint to 3.2.7, update changelog</li>
<li><a
href="https://github.com/pylint-dev/pylint/commit/1deaffababe77e8a025e3b2e5d564d4feb8d987f"><code>1deaffa</code></a>
Fix to maintain order of package paths (<a
href="https://redirect.github.com/pylint-dev/pylint/issues/9887">#9887</a>)
(<a
href="https://redirect.github.com/pylint-dev/pylint/issues/9897">#9897</a>)</li>
<li><a
href="https://github.com/pylint-dev/pylint/commit/b4c2951e62c6ba8e061d4c001192efdedcb6f498"><code>b4c2951</code></a>
[Backport maintenance/3.2.x] Fix a crash in
<code>undefined-loop-variable</code> with `e...</li>
<li><a
href="https://github.com/pylint-dev/pylint/commit/f1925f46ff4c93e7d191d24746b601cfeb0b4e3c"><code>f1925f4</code></a>
Fix crash in refactoring checker when calling bound lambda (<a
href="https://redirect.github.com/pylint-dev/pylint/issues/9867">#9867</a>)</li>
<li><a
href="https://github.com/pylint-dev/pylint/commit/7d1626cf869dab1365150265bad45da7e4221bc1"><code>7d1626c</code></a>
Fix a false positive <code>unreachable</code> for <code>NoReturn</code>
coroutine functions (<a
href="https://redirect.github.com/pylint-dev/pylint/issues/9844">#9844</a>)...</li>
<li>See full diff in <a
href="https://github.com/pylint-dev/pylint/compare/v3.2.6...v3.2.7">compare
view</a></li>
</ul>
</details>
<br />

Updates `ruff` from 0.5.7 to 0.6.4
<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.6.4</h2>
<h2>Release Notes</h2>
<h3>Preview features</h3>
<ul>
<li>[<code>flake8-builtins</code>] Use dynamic builtins list based on
Python version (<a
href="https://redirect.github.com/astral-sh/ruff/pull/13172">#13172</a>)</li>
<li>[<code>pydoclint</code>] Permit yielding <code>None</code> in
<code>DOC402</code> and <code>DOC403</code> (<a
href="https://redirect.github.com/astral-sh/ruff/pull/13148">#13148</a>)</li>
<li>[<code>pylint</code>] Update diagnostic message for
<code>PLW3201</code> (<a
href="https://redirect.github.com/astral-sh/ruff/pull/13194">#13194</a>)</li>
<li>[<code>ruff</code>] Implement <code>post-init-default</code>
(<code>RUF033</code>) (<a
href="https://redirect.github.com/astral-sh/ruff/pull/13192">#13192</a>)</li>
<li>[<code>ruff</code>] Implement useless if-else (<code>RUF034</code>)
(<a
href="https://redirect.github.com/astral-sh/ruff/pull/13218">#13218</a>)</li>
</ul>
<h3>Rule changes</h3>
<ul>
<li>[<code>flake8-pyi</code>] Respect
<code>pep8_naming.classmethod-decorators</code> settings when
determining if a method is a classmethod in
<code>custom-type-var-return-type</code> (<code>PYI019</code>) (<a
href="https://redirect.github.com/astral-sh/ruff/pull/13162">#13162</a>)</li>
<li>[<code>flake8-pyi</code>] Teach various rules that annotations might
be stringized (<a
href="https://redirect.github.com/astral-sh/ruff/pull/12951">#12951</a>)</li>
<li>[<code>pylint</code>] Avoid <code>no-self-use</code> for
<code>attrs</code>-style validators (<a
href="https://redirect.github.com/astral-sh/ruff/pull/13166">#13166</a>)</li>
<li>[<code>pylint</code>] Recurse into subscript subexpressions when
searching for list/dict lookups (<code>PLR1733</code>,
<code>PLR1736</code>) (<a
href="https://redirect.github.com/astral-sh/ruff/pull/13186">#13186</a>)</li>
<li>[<code>pyupgrade</code>] Detect <code>aiofiles.open</code> calls in
<code>UP015</code> (<a
href="https://redirect.github.com/astral-sh/ruff/pull/13173">#13173</a>)</li>
<li>[<code>pyupgrade</code>] Mark <code>sys.version_info[0] &lt;
3</code> and similar comparisons as outdated (<code>UP036</code>) (<a
href="https://redirect.github.com/astral-sh/ruff/pull/13175">#13175</a>)</li>
</ul>
<h3>CLI</h3>
<ul>
<li>Enrich messages of SARIF results (<a
href="https://redirect.github.com/astral-sh/ruff/pull/13180">#13180</a>)</li>
<li>Handle singular case for incompatible rules warning in <code>ruff
format</code> output (<a
href="https://redirect.github.com/astral-sh/ruff/pull/13212">#13212</a>)</li>
</ul>
<h3>Bug fixes</h3>
<ul>
<li>[<code>pydocstyle</code>] Improve heuristics for detecting
Google-style docstrings (<a
href="https://redirect.github.com/astral-sh/ruff/pull/13142">#13142</a>)</li>
<li>[<code>refurb</code>] Treat <code>sep</code> arguments with effects
as unsafe removals (<code>FURB105</code>) (<a
href="https://redirect.github.com/astral-sh/ruff/pull/13165">#13165</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/Jinior"><code>@​Jinior</code></a></li>
<li><a
href="https://github.com/MichaReiser"><code>@​MichaReiser</code></a></li>
<li><a
href="https://github.com/RubenVanEldik"><code>@​RubenVanEldik</code></a></li>
<li><a
href="https://github.com/RussellLuo"><code>@​RussellLuo</code></a></li>
<li><a href="https://github.com/Slyces"><code>@​Slyces</code></a></li>
<li><a href="https://github.com/carljm"><code>@​carljm</code></a></li>
<li><a
href="https://github.com/charliermarsh"><code>@​charliermarsh</code></a></li>
<li><a
href="https://github.com/chriskrycho"><code>@​chriskrycho</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/github-actions"><code>@​github-actions</code></a></li>
<li><a
href="https://github.com/iamlucasvieira"><code>@​iamlucasvieira</code></a></li>
<li><a
href="https://github.com/jamesbraza"><code>@​jamesbraza</code></a></li>
<li><a
href="https://github.com/renovate"><code>@​renovate</code></a></li>
<li><a href="https://github.com/tjkuson"><code>@​tjkuson</code></a></li>
<li><a
href="https://github.com/zhoufanjin"><code>@​zhoufanjin</code></a></li>
</ul>
<h2>Install ruff 0.6.4</h2>
<!-- 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.6.4</h2>
<h3>Preview features</h3>
<ul>
<li>[<code>flake8-builtins</code>] Use dynamic builtins list based on
Python version (<a
href="https://redirect.github.com/astral-sh/ruff/pull/13172">#13172</a>)</li>
<li>[<code>pydoclint</code>] Permit yielding <code>None</code> in
<code>DOC402</code> and <code>DOC403</code> (<a
href="https://redirect.github.com/astral-sh/ruff/pull/13148">#13148</a>)</li>
<li>[<code>pylint</code>] Update diagnostic message for
<code>PLW3201</code> (<a
href="https://redirect.github.com/astral-sh/ruff/pull/13194">#13194</a>)</li>
<li>[<code>ruff</code>] Implement <code>post-init-default</code>
(<code>RUF033</code>) (<a
href="https://redirect.github.com/astral-sh/ruff/pull/13192">#13192</a>)</li>
<li>[<code>ruff</code>] Implement useless if-else (<code>RUF034</code>)
(<a
href="https://redirect.github.com/astral-sh/ruff/pull/13218">#13218</a>)</li>
</ul>
<h3>Rule changes</h3>
<ul>
<li>[<code>flake8-pyi</code>] Respect
<code>pep8_naming.classmethod-decorators</code> settings when
determining if a method is a classmethod in
<code>custom-type-var-return-type</code> (<code>PYI019</code>) (<a
href="https://redirect.github.com/astral-sh/ruff/pull/13162">#13162</a>)</li>
<li>[<code>flake8-pyi</code>] Teach various rules that annotations might
be stringized (<a
href="https://redirect.github.com/astral-sh/ruff/pull/12951">#12951</a>)</li>
<li>[<code>pylint</code>] Avoid <code>no-self-use</code> for
<code>attrs</code>-style validators (<a
href="https://redirect.github.com/astral-sh/ruff/pull/13166">#13166</a>)</li>
<li>[<code>pylint</code>] Recurse into subscript subexpressions when
searching for list/dict lookups (<code>PLR1733</code>,
<code>PLR1736</code>) (<a
href="https://redirect.github.com/astral-sh/ruff/pull/13186">#13186</a>)</li>
<li>[<code>pyupgrade</code>] Detect <code>aiofiles.open</code> calls in
<code>UP015</code> (<a
href="https://redirect.github.com/astral-sh/ruff/pull/13173">#13173</a>)</li>
<li>[<code>pyupgrade</code>] Mark <code>sys.version_info[0] &lt;
3</code> and similar comparisons as outdated (<code>UP036</code>) (<a
href="https://redirect.github.com/astral-sh/ruff/pull/13175">#13175</a>)</li>
</ul>
<h3>CLI</h3>
<ul>
<li>Enrich messages of SARIF results (<a
href="https://redirect.github.com/astral-sh/ruff/pull/13180">#13180</a>)</li>
<li>Handle singular case for incompatible rules warning in <code>ruff
format</code> output (<a
href="https://redirect.github.com/astral-sh/ruff/pull/13212">#13212</a>)</li>
</ul>
<h3>Bug fixes</h3>
<ul>
<li>[<code>pydocstyle</code>] Improve heuristics for detecting
Google-style docstrings (<a
href="https://redirect.github.com/astral-sh/ruff/pull/13142">#13142</a>)</li>
<li>[<code>refurb</code>] Treat <code>sep</code> arguments with effects
as unsafe removals (<code>FURB105</code>) (<a
href="https://redirect.github.com/astral-sh/ruff/pull/13165">#13165</a>)</li>
</ul>
<h2>0.6.3</h2>
<h3>Preview features</h3>
<ul>
<li>[<code>flake8-simplify</code>] Extend
<code>open-file-with-context-handler</code> to work with
<code>dbm.sqlite3</code> (<code>SIM115</code>) (<a
href="https://redirect.github.com/astral-sh/ruff/pull/13104">#13104</a>)</li>
<li>[<code>pycodestyle</code>] Disable <code>E741</code> in stub files
(<code>.pyi</code>) (<a
href="https://redirect.github.com/astral-sh/ruff/pull/13119">#13119</a>)</li>
<li>[<code>pydoclint</code>] Avoid <code>DOC201</code> on explicit
returns in functions that only return <code>None</code> (<a
href="https://redirect.github.com/astral-sh/ruff/pull/13064">#13064</a>)</li>
</ul>
<h3>Rule changes</h3>
<ul>
<li>[<code>flake8-async</code>] Disable check for <code>asyncio</code>
before Python 3.11 (<code>ASYNC109</code>) (<a
href="https://redirect.github.com/astral-sh/ruff/pull/13023">#13023</a>)</li>
</ul>
<h3>Bug fixes</h3>
<ul>
<li>[<code>FastAPI</code>] Avoid introducing invalid syntax in fix for
<code>fast-api-non-annotated-dependency</code> (<code>FAST002</code>)
(<a
href="https://redirect.github.com/astral-sh/ruff/pull/13133">#13133</a>)</li>
<li>[<code>flake8-implicit-str-concat</code>] Normalize octals before
merging concatenated strings in
<code>single-line-implicit-string-concatenation</code>
(<code>ISC001</code>) (<a
href="https://redirect.github.com/astral-sh/ruff/pull/13118">#13118</a>)</li>
<li>[<code>flake8-pytest-style</code>] Improve help message for
<code>pytest-incorrect-mark-parentheses-style</code>
(<code>PT023</code>) (<a
href="https://redirect.github.com/astral-sh/ruff/pull/13092">#13092</a>)</li>
<li>[<code>pylint</code>] Avoid autofix for calls that aren't
<code>min</code> or <code>max</code> as starred expression
(<code>PLW3301</code>) (<a
href="https://redirect.github.com/astral-sh/ruff/pull/13089">#13089</a>)</li>
<li>[<code>ruff</code>] Add <code>datetime.time</code>,
<code>datetime.tzinfo</code>, and <code>datetime.timezone</code> as
immutable function calls (<code>RUF009</code>) (<a
href="https://redirect.github.com/astral-sh/ruff/pull/13109">#13109</a>)</li>
<li>[<code>ruff</code>] Extend comment deletion for <code>RUF100</code>
to include trailing text from <code>noqa</code> directives while
preserving any following comments on the same line, if any (<a
href="https://redirect.github.com/astral-sh/ruff/pull/13105">#13105</a>)</li>
<li>Fix dark theme on initial page load for the Ruff playground (<a
href="https://redirect.github.com/astral-sh/ruff/pull/13077">#13077</a>)</li>
</ul>
<!-- raw HTML omitted -->
</blockquote>
<p>... (truncated)</p>
</details>
<details>
<summary>Commits</summary>
<ul>
<li><a
href="https://github.com/astral-sh/ruff/commit/65cc6ec41db50879f7e9711e2b8c74b895ba68e8"><code>65cc6ec</code></a>
Bump version to 0.6.4 (<a
href="https://redirect.github.com/astral-sh/ruff/issues/13253">#13253</a>)</li>
<li><a
href="https://github.com/astral-sh/ruff/commit/66fe22660807b5eaa68e96495472c7618fa866a2"><code>66fe226</code></a>
[red-knot] fix lookup of nonlocal names in deferred annotations (<a
href="https://redirect.github.com/astral-sh/ruff/issues/13236">#13236</a>)</li>
<li><a
href="https://github.com/astral-sh/ruff/commit/e965f9cc0eca2d19cc3643475341890a5f090730"><code>e965f9c</code></a>
[red-knot] Infer <code>Unknown</code> for the loop var in <code>async
for</code> loops (<a
href="https://redirect.github.com/astral-sh/ruff/issues/13243">#13243</a>)</li>
<li><a
href="https://github.com/astral-sh/ruff/commit/0512428a6fdf15eb2de88b297c7d99ea27b992b1"><code>0512428</code></a>
[red-knot] Emit a diagnostic if the value of a starred expression or a
`yield...</li>
<li><a
href="https://github.com/astral-sh/ruff/commit/46a457318d8d259376a2b458b3f814b9b795fe69"><code>46a4573</code></a>
[red-knot] Add type inference for basic <code>for</code> loops (<a
href="https://redirect.github.com/astral-sh/ruff/issues/13195">#13195</a>)</li>
<li><a
href="https://github.com/astral-sh/ruff/commit/57289099bb9fb782a78d329186991ed3d313e948"><code>5728909</code></a>
Make mypy pass on black in <code>knot_benchmark</code> (<a
href="https://redirect.github.com/astral-sh/ruff/issues/13235">#13235</a>)</li>
<li><a
href="https://github.com/astral-sh/ruff/commit/9d1bd7a8a776d0f44e7039de2be66040cb938fd4"><code>9d1bd7a</code></a>
[pylint] removed dunder methods in Python 3 (PLW3201) (<a
href="https://redirect.github.com/astral-sh/ruff/issues/13194">#13194</a>)</li>
<li><a
href="https://github.com/astral-sh/ruff/commit/e37bde458e9928f1997cba249471459d31136aee"><code>e37bde4</code></a>
[ruff] implement useless if-else (RUF034) (<a
href="https://redirect.github.com/astral-sh/ruff/issues/13218">#13218</a>)</li>
<li><a
href="https://github.com/astral-sh/ruff/commit/862bd0c429f002cf65f931fec2ad2f02fa41837d"><code>862bd0c</code></a>
[red-knot] Add debug assert to check for duplicate definitions (<a
href="https://redirect.github.com/astral-sh/ruff/issues/13214">#13214</a>)</li>
<li><a
href="https://github.com/astral-sh/ruff/commit/e1e9143c479b21af9dc5d60d54ad2a095129c794"><code>e1e9143</code></a>
[red-knot] Handle multiple comprehension targets (<a
href="https://redirect.github.com/astral-sh/ruff/issues/13213">#13213</a>)</li>
<li>Additional commits viewable in <a
href="https://github.com/astral-sh/ruff/compare/0.5.7...0.6.4">compare
view</a></li>
</ul>
</details>
<br />

Updates `tox` from 4.17.1 to 4.18.1
<details>
<summary>Release notes</summary>
<p><em>Sourced from <a
href="https://github.com/tox-dev/tox/releases">tox's
releases</a>.</em></p>
<blockquote>
<h2>4.18.1</h2>
<!-- raw HTML omitted -->
<h2>What's Changed</h2>
<ul>
<li>Fixup the spec string for sys.executable by <a
href="https://github.com/hroncok"><code>@​hroncok</code></a> in <a
href="https://redirect.github.com/tox-dev/tox/pull/3327">tox-dev/tox#3327</a></li>
<li>Fix issue link in changelog by <a
href="https://github.com/schlamar"><code>@​schlamar</code></a> in <a
href="https://redirect.github.com/tox-dev/tox/pull/3332">tox-dev/tox#3332</a></li>
<li>Properly document the <code>tox_env_teardown</code> hook by <a
href="https://github.com/kemzeb"><code>@​kemzeb</code></a> in <a
href="https://redirect.github.com/tox-dev/tox/pull/3333">tox-dev/tox#3333</a></li>
<li>Add 3.13 to CI and bump deps by <a
href="https://github.com/gaborbernat"><code>@​gaborbernat</code></a> in
<a
href="https://redirect.github.com/tox-dev/tox/pull/3339">tox-dev/tox#3339</a></li>
</ul>
<h2>New Contributors</h2>
<ul>
<li><a href="https://github.com/schlamar"><code>@​schlamar</code></a>
made their first contribution in <a
href="https://redirect.github.com/tox-dev/tox/pull/3332">tox-dev/tox#3332</a></li>
<li><a href="https://github.com/kemzeb"><code>@​kemzeb</code></a> made
their first contribution in <a
href="https://redirect.github.com/tox-dev/tox/pull/3333">tox-dev/tox#3333</a></li>
</ul>
<p><strong>Full Changelog</strong>: <a
href="https://github.com/tox-dev/tox/compare/4.18.0...4.18.1">https://github.com/tox-dev/tox/compare/4.18.0...4.18.1</a></p>
<h2>4.18.0</h2>
<!-- raw HTML omitted -->
<h2>What's Changed</h2>
<ul>
<li>Fix <a
href="https://redirect.github.com/tox-dev/tox/issues/3278">#3278</a> -
Boost temporary directories cleanup in tests by <a
href="https://github.com/ziima"><code>@​ziima</code></a> in <a
href="https://redirect.github.com/tox-dev/tox/pull/3323">tox-dev/tox#3323</a></li>
<li>Fix absolute base python paths conflicting by <a
href="https://github.com/gaborbernat"><code>@​gaborbernat</code></a> in
<a
href="https://redirect.github.com/tox-dev/tox/pull/3325">tox-dev/tox#3325</a></li>
<li>Fix <a
href="https://redirect.github.com/tox-dev/tox/issues/3318">#3318</a> -
Suppress spinner in parallel runs in CI by <a
href="https://github.com/ziima"><code>@​ziima</code></a> in <a
href="https://redirect.github.com/tox-dev/tox/pull/3321">tox-dev/tox#3321</a></li>
</ul>
<p><strong>Full Changelog</strong>: <a
href="https://github.com/tox-dev/tox/compare/4.17.1...4.18.0">https://github.com/tox-dev/tox/compare/4.17.1...4.18.0</a></p>
</blockquote>
</details>
<details>
<summary>Changelog</summary>
<p><em>Sourced from <a
href="https://github.com/tox-dev/tox/blob/main/docs/changelog.rst">tox's
changelog</a>.</em></p>
<blockquote>
<h2>v4.18.1 (2024-09-07)</h2>
<p>Bugfixes - 4.18.1</p>
<pre><code>- Fix and test the string spec for the ``sys.executable``
interpreter (introduced in :pull:`3325`)
  - by :user:`hroncok` (:issue:`3327`)
<p>Improved Documentation - 4.18.1
</code></pre></p>
<ul>
<li>Changes the <code>tox_env_teardown</code> docstring to explain the
hook is called after a tox env was teared down.
(:issue:<code>3305</code>)</li>
</ul>
<h2>v4.18.0 (2024-08-13)</h2>
<p>Features - 4.18.0</p>
<pre><code>- Suppress spinner in parallel runs in CI - by :user:`ziima`.
(:issue:`3318`)
<p>Bugfixes - 4.18.0
</code></pre></p>
<ul>
<li>Boost temporary directories cleanup in tests - by
:user:<code>ziima</code>. (:issue:<code>3278</code>)</li>
<li>Fix absolute base python paths conflicting - by
:user:<code>gaborbernat</code>. (:issue:<code>3325</code>)</li>
</ul>
</blockquote>
</details>
<details>
<summary>Commits</summary>
<ul>
<li><a
href="https://github.com/tox-dev/tox/commit/df34192e07d47c257c85b0e0af2d065f7bb6c7ba"><code>df34192</code></a>
release 4.18.1</li>
<li><a
href="https://github.com/tox-dev/tox/commit/9c6f8350a1ffc7dd395c039afb9e3fd795b65307"><code>9c6f835</code></a>
Add 3.13 to CI and bump deps (<a
href="https://redirect.github.com/tox-dev/tox/issues/3339">#3339</a>)</li>
<li><a
href="https://github.com/tox-dev/tox/commit/9138e1541ce4af63fbb59cf4efcc5b1264fd0fc0"><code>9138e15</code></a>
Bump pypa/gh-action-pypi-publish from 1.9.0 to 1.10.1 (<a
href="https://redirect.github.com/tox-dev/tox/issues/3338">#3338</a>)</li>
<li><a
href="https://github.com/tox-dev/tox/commit/3f004fcf0ffa8cf1eb60ac98a373b54f53b8972a"><code>3f004fc</code></a>
[pre-commit.ci] pre-commit autoupdate (<a
href="https://redirect.github.com/tox-dev/tox/issues/3329">#3329</a>)</li>
<li><a
href="https://github.com/tox-dev/tox/commit/fab358ebd4204183044c94d14a7f94eb724d89d5"><code>fab358e</code></a>
Properly document the <code>tox_env_teardown</code> hook (<a
href="https://redirect.github.com/tox-dev/tox/issues/3333">#3333</a>)</li>
<li><a
href="https://github.com/tox-dev/tox/commit/8d0a47cb860f938c0599e80c58dfb1bc4ef484ed"><code>8d0a47c</code></a>
Fix issue link in changelog (<a
href="https://redirect.github.com/tox-dev/tox/issues/3332">#3332</a>)</li>
<li><a
href="https://github.com/tox-dev/tox/commit/874e9af6c5b249b42a4e477d2fd74f798aa1516d"><code>874e9af</code></a>
Fixup the spec string for sys.executable (<a
href="https://redirect.github.com/tox-dev/tox/issues/3327">#3327</a>)</li>
<li><a
href="https://github.com/tox-dev/tox/commit/dde496464b25484720ea4327429ae17cafcf1131"><code>dde4964</code></a>
Fix docs</li>
<li><a
href="https://github.com/tox-dev/tox/commit/ea72694813a34573f75cbbe284792c4fa96c73c2"><code>ea72694</code></a>
release 4.18.0</li>
<li><a
href="https://github.com/tox-dev/tox/commit/3b3628d451111ffc87f009a82eb65b53070377ec"><code>3b3628d</code></a>
Fix <a
href="https://redirect.github.com/tox-dev/tox/issues/3318">#3318</a> -
Suppress spinner in parallel runs in CI (<a
href="https://redirect.github.com/tox-dev/tox/issues/3321">#3321</a>)</li>
<li>Additional commits viewable in <a
href="https://github.com/tox-dev/tox/compare/4.17.1...4.18.1">compare
view</a></li>
</ul>
</details>
<br />

Updates `types-jsonschema` from 4.23.0.20240712 to 4.23.0.20240813
<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-compat` from 24.7.0 to 24.8.0
<details>
<summary>Release notes</summary>
<p><em>Sourced from <a
href="https://github.com/ansible/ansible-compat/releases">ansible-compat's
releases</a>.</em></p>
<blockquote>
<h2>v24.8.0</h2>
<h2>Bugfixes</h2>
<ul>
<li>Updated dead links in constants.py (<a
href="https://redirect.github.com/ansible/ansible-compat/issues/397">#397</a>)
<a
href="https://github.com/tanwigeetika1618"><code>@​tanwigeetika1618</code></a></li>
</ul>
</blockquote>
</details>
<details>
<summary>Commits</summary>
<ul>
<li><a
href="https://github.com/ansible/ansible-compat/commit/c2862c43dec6c0a4d253b31e16beca1aeea7197e"><code>c2862c4</code></a>
Updated dead links in constants.py (<a
href="https://redirect.github.com/ansible/ansible-compat/issues/397">#397</a>)</li>
<li><a
href="https://github.com/ansible/ansible-compat/commit/ff1915c1572488cc31ccc4da4bf42b0bf8d50714"><code>ff1915c</code></a>
chore: pre-commit autoupdate (<a
href="https://redirect.github.com/ansible/ansible-compat/issues/395">#395</a>)</li>
<li><a
href="https://github.com/ansible/ansible-compat/commit/0cceba141da78be547a9e1d1ade220bba2c12b86"><code>0cceba1</code></a>
Updated Dependency : types-pkg-resources to types-setuptools (<a
href="https://redirect.github.com/ansible/ansible-compat/issues/398">#398</a>)</li>
<li><a
href="https://github.com/ansible/ansible-compat/commit/9bbb0f0f67b13d0bcd091e4c72c73bd3170eab7d"><code>9bbb0f0</code></a>
Skip coverage for <code>if TYPE_CHECKING</code> blocks (<a
href="https://redirect.github.com/ansible/ansible-compat/issues/394">#394</a>)</li>
<li><a
href="https://github.com/ansible/ansible-compat/commit/5a0fcf6a28767de735000b9086178e9e952e3e9a"><code>5a0fcf6</code></a>
Use common extension list for all repositories. (<a
href="https://redirect.github.com/ansible/ansible-compat/issues/393">#393</a>)</li>
<li><a
href="https://github.com/ansible/ansible-compat/commit/86e0eee7d991e7bee9efe06eaf266856525c437a"><code>86e0eee</code></a>
Update .sonarcloud.properties</li>
<li><a
href="https://github.com/ansible/ansible-compat/commit/3d1291d29b598daa04cc2eff6bd1972fa69b1e03"><code>3d1291d</code></a>
Add sonarcloud config (<a
href="https://redirect.github.com/ansible/ansible-compat/issues/392">#392</a>)</li>
<li>See full diff in <a
href="https://github.com/ansible/ansible-compat/compare/v24.7.0...v24.8.0">compare
view</a></li>
</ul>
</details>
<br />

Updates `ansible-core` from 2.17.2 to 2.17.3
<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.17.3</h2>
<h1>Changelog</h1>
<p>See the <a
href="https://github.com/ansible/ansible/blob/v2.17.3/changelogs/CHANGELOG-v2.17.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/e1/2e/016851c006004e1be6e3d77b15244b147b7432166fc2fbe343d44a9eec76/ansible_core-2.17.3-py3-none-any.whl">ansible_core-2.17.3-py3-none-any.whl</a>
- ‌2192734 bytes
<ul>
<li>71e5c93729cc5bf09ecdf0cac675685fd345d1571312409029bf842420850f23
(SHA256)</li>
</ul>
</li>
<li>Source Distribution: <a
href="https://files.pythonhosted.org/packages/3c/f2/6b407947f6e2c91d4fb8a3b61958f941a077c68d0ef0a37c3c0df3d96026/ansible_core-2.17.3.tar.gz">ansible_core-2.17.3.tar.gz</a>
- ‌3089778 bytes
<ul>
<li>917557065339fe36e7078e9bea47eefab6d6877f3bd435fa5f0d766d04c58485
(SHA256)</li>
</ul>
</li>
</ul>
<h2>v2.17.3rc1</h2>
<h1>Changelog</h1>
<p>See the <a
href="https://github.com/ansible/ansible/blob/v2.17.3rc1/changelogs/CHANGELOG-v2.17.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/f7/5c/157639fe8df5e6e8dd1a42294388c366cbe69c5e8527242999adc1efda5b/ansible_core-2.17.3rc1-py3-none-any.whl">ansible_core-2.17.3rc1-py3-none-any.whl</a>
- ‌2192789 bytes
<ul>
<li>5a34b5cc3573910b80fff559875bf0eaa5889fc2b31485134e581ba2851be7c0
(SHA256)</li>
</ul>
</li>
<li>Source Distribution: <a
href="https://files.pythonhosted.org/packages/af/23/22ddefa0f477e57f9f01b4f1414c4ceccd0a0ac8954af1414b82a530f6c6/ansible_core-2.17.3rc1.tar.gz">ansible_core-2.17.3rc1.tar.gz</a>
- ‌3094721 bytes
<ul>
<li>f69f93da3f6fb0a008c3d0167f533cb75c91b441e59bca966f403c50b6c7e500
(SHA256)</li>
</ul>
</li>
</ul>
</blockquote>
</details>
<details>
<summary>Commits</summary>
<ul>
<li><a
href="https://github.com/ansible/ansible/commit/b8e6261cc51b5953bf6a408668862489d9dc4bfc"><code>b8e6261</code></a>
New release v2.17.3 (<a
href="https://redirect.github.com/ansible/ansible/issues/83768">#83768</a>)</li>
<li><a
href="https://github.com/ansible/ansible/commit/0e435368ef42bd0faf6479c34b074fe1889bb1ed"><code>0e43536</code></a>
Update Ansible release version to v2.17.3rc1.post0. (<a
href="https://redirect.github.com/ansible/ansible/issues/83722">#83722</a>)</li>
<li><a
href="https://github.com/ansible/ansible/commit/025954f304a41110b8b84c947313f90ec3822fc4"><code>025954f</code></a>
New release v2.17.3rc1 (<a
href="https://redirect.github.com/ansible/ansible/issues/83720">#83720</a>)</li>
<li><a
href="https://github.com/ansible/ansible/commit/6a558de6e6308bcb462b9ae4f2609315e13ca437"><code>6a558de</code></a>
Provide filename and line number of variable which triggered the
deprecation ...</li>
<li><a
href="https://github.com/ansible/ansible/commit/d33bb8ebfdbdfe7e1b1ee275769edda5eda89a01"><code>d33bb8e</code></a>
linear: fix included handlers executing in lockstep (<a
href="https://redirect.github.com/ansible/ansible/issues/83209">#83209</a>)
(<a
href="https://redirect.github.com/ansible/ansible/issues/83528">#83528</a>)</li>
<li><a
href="https://github.com/ansible/ansible/commit/1f9dead60f305c5afd8b589514510e9c81ef824a"><code>1f9dead</code></a>
module compression is now again settable via var (<a
href="https://redirect.github.com/ansible/ansible/issues/83573">#83573</a>)
(<a
href="https://redirect.github.com/ansible/ansible/issues/83591">#83591</a>)</li>
<li><a
href="https://github.com/ansible/ansible/commit/874f2a4e4fc4d9f90e443f1c3cc52e3504fc5030"><code>874f2a4</code></a>
[stable-2.17] Update any.yml (<a
href="https://redirect.github.com/ansible/ansible/issues/83607">#83607</a>)</li>
<li><a
href="https://github.com/ansible/ansible/commit/99c2b11153ed60344a39a4390db6cd8c95d94da1"><code>99c2b11</code></a>
[stable-2.17] debconf: handle boolean value representation consistently
(<a
href="https://redirect.github.com/ansible/ansible/issues/83628">#83628</a>)</li>
<li><a
href="https://github.com/ansible/ansible/commit/a719ba7d8e89b2abbab374079d767b7c2d3d3a53"><code>a719ba7</code></a>
[stable-2.17] tests: use keyserver with keyid while using apt_key (<a
href="https://redirect.github.com/ansible/ansible/issues/83694">#83694</a>)
(#...</li>
<li><a
href="https://github.com/ansible/ansible/commit/4c9438293a0001c4ac666ae0e51a1f4d5ffe236d"><code>4c94382</code></a>
[stable-2.17] ansible-test - Improve unknown env error message (<a
href="https://redirect.github.com/ansible/ansible/issues/83677">#83677</a>)</li>
<li>Additional commits viewable in <a
href="https://github.com/ansible/ansible/compare/v2.17.2...v2.17.3">compare
view</a></li>
</ul>
</details>
<br />

Updates `build` from 1.2.1 to 1.2.2
<details>
<summary>Release notes</summary>
<p><em>Sourced from <a
href="https://github.com/pypa/build/releases">build's
releases</a>.</em></p>
<blockquote>
<h2>Version 1.2.2</h2>
<!-- raw HTML omitted -->
<h2>What's Changed</h2>
<ul>
<li>Add editable to <code>builder.get_requries_for_build</code>'s static
types
(PR <a
href="https://redirect.github.com/pypa/build/issues/764">#764</a>, fixes
issue <a
href="https://redirect.github.com/pypa/build/issues/763">#763</a>)</li>
<li>Include artifact attestations in our release
(PR <a
href="https://redirect.github.com/pypa/build/issues/782">#782</a>)</li>
<li>Fix typing compatibility with typed <code>pyproject-hooks</code>
(PR <a
href="https://redirect.github.com/pypa/build/issues/788">#788</a>)</li>
<li>Mark more tests with <code>network</code>
(PR <a
href="https://redirect.github.com/pypa/build/issues/808">#808</a>)</li>
<li>Add more intersphinx links to docs
(PR <a
href="https://redirect.github.com/pypa/build/issues/804">#804</a>)</li>
<li>Make <code>uv</code> optional for tests
(PR <a href="https://redirect.github.com/pypa/build/issues/807">#807</a>
and <a
href="https://redirect.github.com/pypa/build/issues/813">#813</a>)</li>
</ul>
<h2>New Contributors</h2>
<ul>
<li><a
href="https://github.com/carlwgeorge"><code>@​carlwgeorge</code></a>
made their first contribution in <a
href="https://redirect.github.com/pypa/build/pull/808">pypa/build#808</a></li>
<li><a
href="https://github.com/edgarrmondragon"><code>@​edgarrmondragon</code></a>
made their first contribution in <a
href="https://redirect.github.com/pypa/build/pull/804">pypa/build#804</a></li>
</ul>
<p><strong>Full Changelog</strong>: <a
href="https://github.com/pypa/build/compare/1.2.1...1.2.2">https://github.com/pypa/build/compare/1.2.1...1.2.2</a></p>
</blockquote>
</details>
<details>
<summary>Changelog</summary>
<p><em>Sourced from <a
href="https://github.com/pypa/build/blob/main/CHANGELOG.rst">build's
changelog</a>.</em></p>
<blockquote>
<h1>1.2.2 (2024-09-06)</h1>
<ul>
<li>Add editable to <code>builder.get_requries_for_build</code>'s static
types
(PR :pr:<code>764</code>, fixes issue :issue:<code>763</code>)</li>
<li>Include artifact attestations in our release
(PR :pr:<code>782</code>)</li>
<li>Fix typing compatibility with typed <code>pyproject-hooks</code>
(PR :pr:<code>788</code>)</li>
<li>Mark more tests with <code>network</code>
(PR :pr:<code>808</code>)</li>
<li>Add more intersphinx links to docs
(PR :pr:<code>804</code>)</li>
<li>Make <code>uv</code> optional for tests
(PR :pr:<code>807</code> and :pr:<code>813</code>)</li>
</ul>
</blockquote>
</details>
<details>
<summary>Commits</summary>
<ul>
<li><a
href="https://github.com/pypa/build/commit/3b0b5d07077473f5da3f038cf7b74cd2b65d2a98"><code>3b0b5d0</code></a>
docs: changelog for 1.2.2 (<a
href="https://redirect.github.com/pypa/build/issues/812">#812</a>)</li>
<li><a
href="https://github.com/pypa/build/commit/b44a886bacb2cbb886ce8be92c84235ce556916c"><code>b44a886</code></a>
docs: more info in README</li>
<li><a
href="https://github.com/pypa/build/commit/8e19948e0d39103b3ca6c967c2d98a8a15f09357"><code>8e19948</code></a>
build(deps): bump actions/attest-build-provenance in the actions group
(<a
href="https://redirect.github.com/pypa/build/issues/814">#814</a>)</li>
<li><a
href="https://github.com/pypa/build/commit/b90956ce785dd86e1815ba3e2ddc6f71af27c5aa"><code>b90956c</code></a>
tests: add module case to uv detection (<a
href="https://redirect.github.com/pypa/build/issues/813">#813</a>)</li>
<li><a
href="https://github.com/pypa/build/commit/e79f1b38c241965c87aff1a21d5073775d67b224"><code>e79f1b3</code></a>
ci: remove bot comments from generated release notes (<a
href="https://redirect.github.com/pypa/build/issues/810">#810</a>)</li>
<li><a
href="https://github.com/pypa/build/commit/f6da25ac20a29165a26a25707d056ff928c9332f"><code>f6da25a</code></a>
pre-commit: bump repositories (<a
href="https://redirect.github.com/pypa/build/issues/801">#801</a>)</li>
<li><a
href="https://github.com/pypa/build/commit/9a52c5010d7c1a853aa7709ab32775a5159f436f"><code>9a52c50</code></a>
tests: optional uv (<a
href="https://redirect.github.com/pypa/build/issues/807">#807</a>)</li>
<li><a
href="https://github.com/pypa/build/commit/553b700ebe00cb0f72be3251cb866e52ca78f4ca"><code>553b700</code></a>
docs: Add a few intersphinx links to the Python Packaging User Guide (<a
href="https://redirect.github.com/pypa/build/issues/804">#804</a>)</li>
<li><a
href="https://github.com/pypa/build/commit/336efcb2b7d488ac4d656a9925d167f415715a9b"><code>336efcb</code></a>
build(deps): bump actions/attest-build-provenance in the actions group
(<a
href="https://redirect.github.com/pypa/build/issues/802">#802</a>)</li>
<li><a
href="https://github.com/pypa/build/commit/73b721346a37fabafdffc86a0d396b7a255fbde3"><code>73b7213</code></a>
tests: mark more network tests (<a
href="https://redirect.github.com/pypa/build/issues/808">#808</a>)</li>
<li>Additional commits viewable in <a
href="https://github.com/pypa/build/compare/1.2.1...1.2.2">compare
view</a></li>
</ul>
</details>
<br />

Updates `cachetools` from 5.4.0 to 5.5.0
<details>
<summary>Changelog</summary>
<p><em>Sourced from <a
href="https://github.com/tkem/cachetools/blob/master/CHANGELOG.rst">cachetools's
changelog</a>.</em></p>
<blockquote>
<h1>v5.5.0 (2024-08-18)</h1>
<ul>
<li>
<p><code>TTLCache.expire()</code> returns iterable of expired
<code>(key, value)</code>
pairs.</p>
</li>
<li>
<p><code>TLRUCache.expire()</code> returns iterable of expired
<code>(key, value)</code>
pairs.</p>
</li>
<li>
<p>Documentation improvements.</p>
</li>
<li>
<p>Update CI environment.</p>
</li>
</ul>
</blockquote>
</details>
<details>
<summary>Commits</summary>
<ul>
<li><a
href="https://github.com/tkem/cachetools/commit/6c78a8ff67b21834c3873cc918d87b2c5cb22e5c"><code>6c78a8f</code></a>
Bump version.</li>
<li><a
href="https://github.com/tkem/cachetools/commit/8841efd4619133ca5c759ce3130d5e16c103777f"><code>8841efd</code></a>
Release v5.5.0.</li>
<li><a
href="https://github.com/tkem/cachetools/commit/f2ccacaa8e26572944bc2c7c87bdae9d8c0255b9"><code>f2ccaca</code></a>
Format tests with black.</li>
<li><a
href="https://github.com/tkem/cachetools/commit/237ad8049af6c34ec1f591118a0ff31915e721dd"><code>237ad80</code></a>
Fix <a
href="https://redirect.github.com/tkem/cachetools/issues/278">#278</a>:
Improve TLRUCache docs.</li>
<li><a
href="https://github.com/tkem/cachetools/commit/e96078118c7e0b39b5b65f79d6e908bbc111f47c"><code>e960781</code></a>
Fix <a
href="https://redirect.github.com/tkem/cachetools/issues/302">#302</a>:
Improve cachetools.keys unit tests.</li>
<li><a
href="https://github.com/tkem/cachetools/commit/ea158fc843b4c894d515652b03e8dfeeadbc7d4c"><code>ea158fc</code></a>
Bump actions/setup-python from 5.1.0 to 5.1.1</li>
<li><a
href="https://github.com/tkem/cachetools/commit/8a38daf3eadcc88b13bc5595fa357c454f083975"><code>8a38daf</code></a>
Update expire docs.</li>
<li><a
href="https://github.com/tkem/cachetools/commit/7be40f090e4a643dde62486becb2ab90aa166011"><code>7be40f0</code></a>
TLRUCache.expire() returns iterable of expired (key, value) pairs.</li>
<li><a
href="https://github.com/tkem/cachetools/commit/c22fc7d1baeba5454f6bb5d10f89cffd71764dbe"><code>c22fc7d</code></a>
Fix <a
href="https://redirect.github.com/tkem/cachetools/issues/292">#292</a>,
fix <a
href="https://redirect.github.com/tkem/cachetools/issues/205">#205</a>,
fix <a
href="https://redirect.github.com/tkem/cachetools/issues/103">#103</a>:
TTLCache.expire() returns iterable of expired (...</li>
<li>See full diff in <a
href="https://github.com/tkem/cachetools/compare/v5.4.0...v5.5.0">compare
view</a></li>
</ul>
</details>
<br />

Updates `certifi` from 2024.7.4 to 2024.8.30
<details>
<summary>Commits</summary>
<ul>
<li><a
href="https://github.com/certifi/python-certifi/commit/325c2fde4f8eec10d682b09f3b0414dc05e69a81"><code>325c2fd</code></a>
2024.08.30 (<a
href="https://redirect.github.com/certifi/python-certifi/issues/304">#304</a>)</li>
<li><a
href="https://github.com/certifi/python-certifi/commit/d66bf5fccbb2b13b033841ef86ad261ab9915833"><code>d66bf5f</code></a>
Bump actions/upload-artifact from 4.3.5 to 4.3.6 (<a
href="https://redirect.github.com/certifi/python-certifi/issues/302">#302</a>)</li>
<li><a
href="https://github.com/certifi/python-certifi/commit/2150f23ee178c923fb05913e516d168dd841f9e3"><code>2150f23</code></a>
Bump actions/upload-artifact from 4.3.4 to 4.3.5 (<a
href="https://redirect.github.com/certifi/python-certifi/issues/301">#301</a>)</li>
<li><a
href="https://github.com/certifi/python-certifi/commit/fc9b771c1e5bd5f0f97534464c16a6ab785d5592"><code>fc9b771</code></a>
Bump actions/setup-python from 5.1.0 to 5.1.1 (<a
href="https://redirect.github.com/certifi/python-certifi/issues/300">#300</a>)</li>
<li><a
href="https://github.com/certifi/python-certifi/commit/965b2391df4bdce03fb07bf8cc19003585b43599"><code>965b239</code></a>
Bump actions/download-artifact from 4.1.7 to 4.1.8 (<a
href="https://redirect.github.com/certifi/python-certifi/issues/297">#297</a>)</li>
<li><a
href="https://github.com/certifi/python-certifi/commit/c1f50ccd010b428caeb105255638e67be7c64f5c"><code>c1f50cc</code></a>
Bump actions/upload-artifact from 4.3.3 to 4.3.4 (<a
href="https://redirect.github.com/certifi/python-certifi/issues/296">#296</a>)</li>
<li>See full diff in <a
href="https://github.com/certifi/python-certifi/compare/2024.07.04...2024.08.30">compare
view</a></li>
</ul>
</details>
<br />

Updates `cffi` from 1.17.0 to 1.17.1
<details>
<summary>Release notes</summary>
<p><em>Sourced from <a
href="https://github.com/python-cffi/cffi/releases">cffi's
releases</a>.</em></p>
<blockquote>
<h2>v1.17.1</h2>
<ul>
<li>Fix failing <code>distutils.msvc9compiler</code> imports under
Windows (<a
href="https://redirect.github.com/python-cffi/cffi/issues/118">#118</a>).</li>
<li><code>ffibuilder.emit_python_code()</code> and
<code>ffibuiler.emit_c_code()</code> accept file-like objects (<a
href="https://redirect.github.com/python-cffi/cffi/issues/115">#115</a>).</li>
<li><code>ffiplatform</code> calls are bypassed by
<code>ffibuilder.emit_python_code()</code> and
<code>ffibuilder.emit_c_code()</code> (<a
href="https://redirect.github.com/python-cffi/cffi/issues/81">#81</a>).</li>
</ul>
<p><strong>Full Changelog</strong>: <a
href="https://github.com/python-cffi/cffi/compare/v1.17.0...v1.17.1">https://github.com/python-cffi/cffi/compare/v1.17.0...v1.17.1</a></p>
</blockquote>
</details>
<details>
<summary>Commits</summary>
<ul>
<li><a
href="https://github.com/python-cffi/cffi/commit/38bd6be6b94a65182f4bffb45c78e230e9290f51"><code>38bd6be</code></a>
release 1.17.1</li>
<li><a
href="https://github.com/python-cffi/cffi/commit/ba101807be0f1b6a9a4e19b2cb036007591cbf10"><code>ba10180</code></a>
update whatsnew.rst for 1.17.1 (<a
href="https://redirect.github.com/python-cffi/cffi/issues/121">#121</a>)</li>
<li><a
href="https://github.com/python-cffi/cffi/commit/61deb5f4fec16a2763204655e9719308b645a95e"><code>61deb5f</code></a>
add yet another flag to recompile() to avoid calling ffiplatform (<a
href="https://redirect.github.com/python-cffi/cffi/issues/81">#81</a>)</li>
<li><a
href="https://github.com/python-cffi/cffi/commit/1c292c12d5e6595b6576ae0aa4935ea1e39552bf"><code>1c292c1</code></a>
Handle distutils without distutils.msvc9compiler.MSVCCompiler class (<a
href="https://redirect.github.com/python-cffi/cffi/issues/118">#118</a>)</li>
<li><a
href="https://github.com/python-cffi/cffi/commit/182ffc444e21b797ef8c2175a041dbc8ae92eb57"><code>182ffc4</code></a>
Allow writing generated code to a file-like object. (<a
href="https://redirect.github.com/python-cffi/cffi/issues/115">#115</a>)</li>
<li>See full diff in <a
href="https://github.com/python-cffi/cffi/compare/v1.17.0...v1.17.1">compare
view</a></li>
</ul>
</details>
<br />

Updates `cryptography` from 43.0.0 to 43.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>43.0.1 - 2024-09-03</p>
<pre><code>
* Updated Windows, macOS, and Linux wheels to be compiled with OpenSSL
3.3.2.
<p>.. _v43-0-0:<br />
</code></pre></p>
</blockquote>
</details>
<details>
<summary>Commits</summary>
<ul>
<li><a
href="https://github.com/pyca/cryptography/commit/a7733878281ca261c4ada04022fc706ba5de9d8b"><code>a773387</code></a>
bump for 43.0.1 (<a
href="https://redirect.github.com/pyca/cryptography/issues/11533">#11533</a>)</li>
<li><a
href="https://github.com/pyca/cryptography/commit/0393fef5758e55e3c7b3a3e6e5b77821c594a87f"><code>0393fef</code></a>
Backport setuptools version ban (<a
href="https://redirect.github.com/pyca/cryptography/issues/11526">#11526</a>)</li>
<li><a
href="https://github.com/pyca/cryptography/commit/6687bab97aef31d6ee6cc94ecc87a972137b5d4a"><code>6687bab</code></a>
Bump openssl from 0.10.65 to 0.10.66 in /src/rust (<a
href="https://redirect.github.com/pyca/cryptography/issues/11320">#11320</a>)
(<a
href="https://redirect.github.com/pyca/cryptography/issues/11324">#11324</a>)</li>
<li>See full diff in <a
href="https://github.com/pyca/cryptography/compare/43.0.0...43.0.1">compare
view</a></li>
</ul>
</details>
<br />

Updates `griffe` from 0.48.0 to 1.2.0
<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.2.0</h2>
<h2><a
href="https://github.com/mkdocstrings/griffe/releases/tag/1.2.0">1.2.0</a>
- 2024-08-23</h2>
<p><!-- raw HTML omitted --><a
href="https://github.com/mkdocstrings/griffe/compare/1.1.1...1.2.0">Compare
with 1.1.1</a><!-- raw HTML omitted --></p>
<h3>Features</h3>
<ul>
<li>Support attribute syntax in <code>__all__</code> values (<a
href="https://github.com/mkdocstrings/griffe/commit/ad997940b136d315787fcb11c03fc70a40c7e8c2">ad99794</a>
by Timothée Mazzucotelli). <a
href="https://redirect.github.com/mkdocstrings/griffe/issues/316">Issue-316</a></li>
</ul>
<h2>1.1.1</h2>
<h2><a
href="https://github.com/mkdocstrings/griffe/releases/tag/1.1.1">1.1.1</a>
- 2024-08-20</h2>
<p><!-- raw HTML omitted --><a
href="https://github.com/mkdocstrings/griffe/compare/1.1.0...1.1.1">Compare
with 1.1.0</a><!-- raw HTML omitted --></p>
<h3>Bug Fixes</h3>
<ul>
<li>Pre-emptively expand <code>__all__</code> values and wildcard
imports before firing the <code>on_package_loaded</code> event (<a
href="https://github.com/mkdocstrings/griffe/commit/21b3780b1a3f7ac62a3380089857a720b646dc4a">21b3780</a>
by Timothée Mazzucotelli).</li>
</ul>
<h2>1.1.0</h2>
<h2><a
href="https://github.com/mkdocstrings/griffe/releases/tag/1.1.0">1.1.0</a>
- 2024-08-17</h2>
<p><!-- raw HTML omitted --><a
href="https://github.com/mkdocstrings/griffe/compare/1.0.0...1.1.0">Compare
with 1.0.0</a><!-- raw HTML omitted --></p>
<h3>Features</h3>
<ul>
<li>Add <code>on_wildcard_expansion</code> event (<a
href="https://github.com/mkdocstrings/griffe/commit/c6bc6fa858a43ea2180f97fd270075d7ee7169e3">c6bc6fa</a>
by Timothée Mazzucotelli). <a
href="https://redirect.github.com/mkdocstrings/griffe/issues/282">Issue-282</a></li>
<li>Add <code>on_alias</code> event (<a
href="https://github.com/mkdocstrings/griffe/commit/a760a8c684cae0da6b6cc83e37d1d374bfeed662">a760a8c</a>
by Timothée Mazzucotelli). <a
href="https://redirect.github.com/mkdocstrings/griffe/issues/282">Issue-282</a></li>
<li>Pass <code>loader</code> to <code>on_package_loaded</code> hooks (<a
href="https://github.com/mkdocstrings/griffe/commit/7f82dc382f1f20ee9e5f58a9ef7a775563894056">7f82dc3</a>
by Timothée Mazzucotelli).</li>
</ul>
<h2>1.0.0</h2>
<h2><a
href="https://github.com/mkdocstrings/griffe/releases/tag/1.0.0">1.0.0</a>
- 2024-08-15</h2>
<p><!-- raw HTML omitted --><a
href="https://github.com/mkdocstrings/griffe/compare/0.49.0...1.0.0">Compare
with 0.49.0</a><!-- raw HTML omitted --></p>
<p><strong>V1!</strong> :rocket: :fire: :rainbow:</p>
<h3>Breaking changes</h3>
<p>Highlights:</p>
<ul>
<li>Extensions inherit from <code>Extension</code>,
(<code>VisitorExtension</code> and <code>InspectorExtension</code> are
removed)</li>
<li>Members are serialized (<code>as_dict</code>/JSON) as a dictionary
instead of a list</li>
<li>All objects are available in the top-level <code>griffe</code>
module, nowhere else</li>
</ul>
<p>Removed objects:</p>
<ul>
<li>all modules under the <code>griffe</code> package</li>
<li>the <code>griffe.DocstringWarningCallable</code> class</li>
<li>the <code>griffe.When</code> class</li>
<li>the <code>griffe.ExtensionType</code> type</li>
</ul>
<!-- raw HTML omitted -->
</blockquote>
<p>... (truncated)</p>
</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.2.0">1.2.0</a>
- 2024-08-23</h2>
<p><!-- raw HTML omitted --><a
href="https://github.com/mkdocstrings/griffe/compare/1.1.1...1.2.0">Compare
with 1.1.1</a><!-- raw HTML omitted --></p>
<h3>Features</h3>
<ul>
<li>Support attribute syntax in <code>__all__</code> values (<a
href="https://github.com/mkdocstrings/griffe/commit/ad997940b136d315787fcb11c03fc70a40c7e8c2">ad99794</a>
by Timothée Mazzucotelli). <a
href="https://redirect.github.com/mkdocstrings/griffe/issues/316">Issue-316</a></li>
</ul>
<h2><a
href="https://github.com/mkdocstrings/griffe/releases/tag/1.1.1">1.1.1</a>
- 2024-08-20</h2>
<p><!-- raw HTML omitted --><a
href="https://github.com/mkdocstrings/griffe/compare/1.1.0...1.1.1">Compare
with 1.1.0</a><!-- raw HTML omitted --></p>
<h3>Bug Fixes</h3>
<ul>
<li>Pre-emptively expand <code>__all__</code> values and wildcard
imports before firing the <code>on_package_loaded</code> event (<a
href="https://github.com/mkdocstrings/griffe/commit/21b3780b1a3f7ac62a3380089857a720b646dc4a">21b3780</a>
by Timothée Mazzucotelli).</li>
</ul>
<h2><a
href="https://github.com/mkdocstrings/griffe/releases/tag/1.1.0">1.1.0</a>
- 2024-08-17</h2>
<p><!-- raw HTML omitted --><a
href="https://github.com/mkdocstrings/griffe/compare/1.0.0...1.1.0">Compare
with 1.0.0</a><!-- raw HTML omitted --></p>
<h3>Features</h3>
<ul>
<li>Add <code>on_wildcard_expansion</code> event (<a
href="https://github.com/mkdocstrings/griffe/commit/c6bc6fa858a43ea2180f97fd270075d7ee7169e3">c6bc6fa</a>
by Timothée Mazzucotelli). <a
href="https://redirect.github.com/mkdocstrings/griffe/issues/282">Issue-282</a></li>
<li>Add <code>on_alias</code> event (<a
href="https://github.com/mkdocstrings/griffe/commit/a760a8c684cae0da6b6cc83e37d1d374bfeed662">a760a8c</a>
by Timothée Mazzucotelli). <a
href="https://redirect.github.com/mkdocstrings/griffe/issues/282">Issue-282</a></li>
<li>Pass <code>loader</code> to <code>on_package_loaded</code> hooks (<a
href="https://github.com/mkdocstrings/griffe/commit/7f82dc382f1f20ee9e5f58a9ef7a775563894056">7f82dc3</a>
by Timothée Mazzucotelli).</li>
</ul>
<h2><a
href="https://github.com/mkdocstrings/griffe/releases/tag/1.0.0">1.0.0</a>
- 2024-08-15</h2>
<p><!-- raw HTML omitted --><a
href="https://github.com/mkdocstrings/griffe/compare/0.49.0...1.0.0">Compare
with 0.49.0</a><!-- raw HTML omitted ...

_Description has been truncated_

---------

Signed-off-by: dependabot[bot] <[email protected]>
Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
Co-authored-by: Kate Case <[email protected]>
  • Loading branch information
dependabot[bot] and Qalthos committed Sep 9, 2024
1 parent 909f9b1 commit 2714d30
Showing 1 changed file with 34 additions and 34 deletions.
68 changes: 34 additions & 34 deletions .config/constraints.txt
Original file line number Diff line number Diff line change
Expand Up @@ -5,30 +5,30 @@
# pip-compile --all-extras --no-annotate --output-file=.config/constraints.txt --strip-extras .config/requirements.in pyproject.toml
#
ansi2html==1.9.2
ansible-compat==24.7.0
ansible-core==2.17.2
ansible-compat==24.8.0
ansible-core==2.17.3
ansible-lint==24.7.0
astroid==3.2.4
attrs==24.2.0
babel==2.16.0
beautifulsoup4==4.12.3
black==24.8.0
bracex==2.5
build==1.2.1
cachetools==5.4.0
build==1.2.2
cachetools==5.5.0
cairocffi==1.7.1
cairosvg==2.7.1
certifi==2024.7.4
cffi==1.17.0
certifi==2024.8.30
cffi==1.17.1
cfgv==3.4.0
chardet==5.2.0
charset-normalizer==3.3.2
check-jsonschema==0.29.1
check-jsonschema==0.29.2
click==8.1.7
click-help-colors==0.9.4
colorama==0.4.6
coverage==7.6.1
cryptography==43.0.0
cryptography==43.0.1
csscompressor==0.9.5
cssselect2==0.7.0
defusedxml==0.7.1
Expand All @@ -39,59 +39,59 @@ docstring-parser-fork==0.0.9
enrich==1.2.7
exceptiongroup==1.2.2
execnet==2.1.1
filelock==3.15.4
filelock==3.16.0
ghp-import==2.1.0
griffe==0.48.0
griffe==1.2.0
htmlmin2==0.1.13
identify==2.6.0
idna==3.7
importlib-metadata==8.2.0
idna==3.8
importlib-metadata==8.4.0
iniconfig==2.0.0
isort==5.13.2
jinja2==3.1.4
jsmin==3.0.1
jsonschema==4.23.0
jsonschema-specifications==2023.12.1
linkchecker==10.4.0
markdown==3.6
linkchecker==10.5.0
markdown==3.7
markdown-exec==1.9.3
markdown-include==0.8.1
markdown-it-py==3.0.0
markupsafe==2.1.5
mccabe==0.7.0
mdurl==0.1.2
mergedeep==1.3.4
mkdocs==1.6.0
mkdocs==1.6.1
mkdocs-ansible==24.3.1
mkdocs-autorefs==1.0.1
mkdocs-autorefs==1.2.0
mkdocs-gen-files==0.5.0
mkdocs-get-deps==0.2.0
mkdocs-htmlproofer-plugin==1.2.1
mkdocs-macros-plugin==1.0.5
mkdocs-material==9.5.31
mkdocs-material==9.5.34
mkdocs-material-extensions==1.3.1
mkdocs-minify-plugin==0.8.0
mkdocs-monorepo-plugin==1.1.0
mkdocstrings==0.25.2
mkdocstrings-python==1.10.7
mypy==1.11.1
mkdocstrings==0.26.1
mkdocstrings-python==1.11.1
mypy==1.11.2
mypy-extensions==1.0.0
nodeenv==1.9.1
packaging==24.1
paginate==0.5.6
paginate==0.5.7
pathspec==0.12.1
pexpect==4.9.0
pillow==10.4.0
pip-tools==7.4.1
pipdeptree==2.23.1
platformdirs==4.2.2
pipdeptree==2.23.3
platformdirs==4.3.1
pluggy==1.5.0
pre-commit==3.8.0
ptyprocess==0.7.0
pycparser==2.22
pydoclint==0.5.6
pydoclint==0.5.7
pygments==2.18.0
pylint==3.2.6
pylint==3.2.7
pymdown-extensions==10.9
pyproject-api==1.7.1
pyproject-hooks==1.1.0
Expand All @@ -109,33 +109,33 @@ regex==2024.7.24
regress==2024.8.1
requests==2.32.3
resolvelib==1.0.1
rich==13.7.1
rich==13.8.0
rpds-py==0.20.0
ruamel-yaml==0.18.6
ruamel-yaml-clib==0.2.8
ruff==0.5.7
ruff==0.6.4
six==1.16.0
soupsieve==2.5
soupsieve==2.6
subprocess-tee==0.4.2
termcolor==2.4.0
text-unidecode==1.3
tinycss2==1.3.0
toml-sort==0.23.1
tomli==2.0.1
tomlkit==0.13.0
tox==4.17.1
types-jsonschema==4.23.0.20240712
tomlkit==0.13.2
tox==4.18.1
types-jsonschema==4.23.0.20240813
types-pexpect==4.9.0.20240806
types-pyyaml==6.0.12.20240808
typing-extensions==4.12.2
urllib3==2.2.2
virtualenv==20.26.3
watchdog==4.0.1
virtualenv==20.26.4
watchdog==5.0.2
wcmatch==9.0
webencodings==0.5.1
wheel==0.44.0
yamllint==1.35.1
zipp==3.19.2
zipp==3.20.1

# The following packages are considered to be unsafe in a requirements file:
# pip
Expand Down

0 comments on commit 2714d30

Please sign in to comment.