Skip to content

Commit

Permalink
Bump the dependencies group in /.config with 5 updates (#4333)
Browse files Browse the repository at this point in the history
Bumps the dependencies group in /.config with 5 updates:

| Package | From | To |
| --- | --- | --- |
| [coverage](https://github.com/nedbat/coveragepy) | `7.6.7` | `7.6.8` |
| [mkdocs-material](https://github.com/squidfunk/mkdocs-material) |
`9.5.44` | `9.5.45` |
| [ruff](https://github.com/astral-sh/ruff) | `0.7.4` | `0.8.0` |
| [toml-sort](https://github.com/pappasam/toml-sort) | `0.24.0` |
`0.24.2` |
| [wheel](https://github.com/pypa/wheel) | `0.45.0` | `0.45.1` |

Updates `coverage` from 7.6.7 to 7.6.8
<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.8 — 2024-11-23</h2>
<ul>
<li>
<p>Fix: the LCOV report code assumed that a branch line that took no
branches
meant that the entire line was unexecuted. This isn't true in a few
cases:
the line might always raise an exception, or might have been optimized
away.
Fixes <code>issue 1896</code>_.</p>
</li>
<li>
<p>Fix: similarly, the HTML report will now explain that a line that
jumps to
none of its expected destinations must have always raised an exception.
Previously, it would say something nonsensical like, &quot;line 4 didn't
jump to
line 5 because line 4 was never true, and it didn't jump to line 7
because
line 4 was always true.&quot; This was also shown in <code>issue
1896</code>_.</p>
</li>
</ul>
<p>.. _issue 1896: <a
href="https://redirect.github.com/nedbat/coveragepy/issues/1896">nedbat/coveragepy#1896</a></p>
<p>.. _changes_7-6-7:</p>
</blockquote>
</details>
<details>
<summary>Commits</summary>
<ul>
<li><a
href="https://github.com/nedbat/coveragepy/commit/6134266c33233d4386daaf229a5536cac0bab6f9"><code>6134266</code></a>
docs: sample HTML for 7.6.8</li>
<li><a
href="https://github.com/nedbat/coveragepy/commit/041f9631de98855ffb2208febb939ca5291681e3"><code>041f963</code></a>
docs: prep for 7.6.8</li>
<li><a
href="https://github.com/nedbat/coveragepy/commit/7fe48b65457dd788d87b1cee02f5cd02816a78bc"><code>7fe48b6</code></a>
build: don't search generated report files</li>
<li><a
href="https://github.com/nedbat/coveragepy/commit/f2191445c4e532c76d700e36360f8bedcdd35805"><code>f219144</code></a>
docs: start changelog entries with capital letters</li>
<li><a
href="https://github.com/nedbat/coveragepy/commit/d1a916a2161a10c0fd345ce059f9d61f43e35428"><code>d1a916a</code></a>
fix: a line that branches nowhere must always raise an exception</li>
<li><a
href="https://github.com/nedbat/coveragepy/commit/2ace7a261901e164bf54606b80a2dd1b4e49a904"><code>2ace7a2</code></a>
fix: don't assume 'no branches' means 'not executed' <a
href="https://redirect.github.com/nedbat/coveragepy/issues/1896">#1896</a></li>
<li><a
href="https://github.com/nedbat/coveragepy/commit/3ed59159400f95e5ab7da9498a1a5111caad5aba"><code>3ed5915</code></a>
style: all of ci should use underscores</li>
<li><a
href="https://github.com/nedbat/coveragepy/commit/0db86f2f84825395fa1f249a4bf83ca9da69a22e"><code>0db86f2</code></a>
build: automate updating readthedocs</li>
<li><a
href="https://github.com/nedbat/coveragepy/commit/2a895512ebf6cf7184de24bb24a0ba2c782d6aab"><code>2a89551</code></a>
chore: make upgrade (not sure why files became absolute)</li>
<li><a
href="https://github.com/nedbat/coveragepy/commit/ba9c157cf8c22debe31a4565db46a436551681e3"><code>ba9c157</code></a>
chore: make doc_upgrade</li>
<li>Additional commits viewable in <a
href="https://github.com/nedbat/coveragepy/compare/7.6.7...7.6.8">compare
view</a></li>
</ul>
</details>
<br />

Updates `mkdocs-material` from 9.5.44 to 9.5.45
<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.45</h2>
<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>Thanks go to <a
href="https://github.com/FrancoisCapon"><code>@​FrancoisCapon</code></a>
and <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.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 &quot;Was this page helpful?&quot; 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>
<ul>
<li>Added Albanian translations</li>
</ul>
<p>mkdocs-material-9.5.37 (2024-09-25)</p>
<ul>
<li>Added 4th and 5th level ordered list styles</li>
<li>Fixed <a
href="https://redirect.github.com/squidfunk/mkdocs-material/issues/7548">#7548</a>:
Tags have no spacing in search</li>
</ul>
<p>mkdocs-material-9.5.36 (2024-09-21)</p>
<ul>
<li>Fixed <a
href="https://redirect.github.com/squidfunk/mkdocs-material/issues/7544">#7544</a>:
Social cards incorrectly rendering HTML entities</li>
</ul>
<!-- raw HTML omitted -->
</blockquote>
<p>... (truncated)</p>
</details>
<details>
<summary>Commits</summary>
<ul>
<li><a
href="https://github.com/squidfunk/mkdocs-material/commit/0947f73db3900d190b545b2f704b1e9b2bc3c3cc"><code>0947f73</code></a>
Prepare 9.5.45 release</li>
<li><a
href="https://github.com/squidfunk/mkdocs-material/commit/a08809a0f3e43187aadb9017204171bfa40b3548"><code>a08809a</code></a>
Fixed blog plugin crashing on dates with timezones (<a
href="https://redirect.github.com/squidfunk/mkdocs-material/issues/7708">#7708</a>)</li>
<li><a
href="https://github.com/squidfunk/mkdocs-material/commit/d4f0b6693fc911278ceabeda5f21a71f8ff0b9b4"><code>d4f0b66</code></a>
Added Caption extension to JSON schema (<a
href="https://redirect.github.com/squidfunk/mkdocs-material/issues/7718">#7718</a>)</li>
<li><a
href="https://github.com/squidfunk/mkdocs-material/commit/51c9f9acb013836910f8e190ca5041f16f09e643"><code>51c9f9a</code></a>
Updated dependencies</li>
<li><a
href="https://github.com/squidfunk/mkdocs-material/commit/596aeea30abedef3cb7b629defe4cbbec1332965"><code>596aeea</code></a>
Updated link for Material Design Icons</li>
<li><a
href="https://github.com/squidfunk/mkdocs-material/commit/5c9ee60ab8209bfb167d3ce9a88025205062c0d4"><code>5c9ee60</code></a>
Revert &quot;Temporarily pin hatchling to fix build&quot;</li>
<li><a
href="https://github.com/squidfunk/mkdocs-material/commit/c4edbbca0095ac20184441f82a9e379028c7c54e"><code>c4edbbc</code></a>
Updated README</li>
<li><a
href="https://github.com/squidfunk/mkdocs-material/commit/d56a9dd34ad72c301d9702df0103315582564ece"><code>d56a9dd</code></a>
Temporarily pin hatchling to fix build</li>
<li><a
href="https://github.com/squidfunk/mkdocs-material/commit/1cec53f34dc8b6fa0a0d9400f37d07c50f9b3e3a"><code>1cec53f</code></a>
Documentation (<a
href="https://redirect.github.com/squidfunk/mkdocs-material/issues/7693">#7693</a>)</li>
<li><a
href="https://github.com/squidfunk/mkdocs-material/commit/01585d17a1558a3f5eec2c167c508df20be27821"><code>01585d1</code></a>
Updated dependencies</li>
<li>Additional commits viewable in <a
href="https://github.com/squidfunk/mkdocs-material/compare/9.5.44...9.5.45">compare
view</a></li>
</ul>
</details>
<br />

Updates `ruff` from 0.7.4 to 0.8.0
<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.0</h2>
<h2>Release Notes</h2>
<p>Check out the <a href="https://astral.sh/blog/ruff-v0.8.0">blog
post</a> for a migration guide and overview of the changes!</p>
<h3>Breaking changes</h3>
<p>See also, the &quot;Remapped rules&quot; section which may result in
disabled rules.</p>
<ul>
<li>
<p><strong>Default to Python 3.9</strong></p>
<p>Ruff now defaults to Python 3.9 instead of 3.8 if no explicit Python
version is configured using <a
href="https://docs.astral.sh/ruff/settings/#target-version"><code>ruff.target-version</code></a>
or <a
href="https://packaging.python.org/en/latest/guides/writing-pyproject-toml/#python-requires"><code>project.requires-python</code></a>
(<a
href="https://redirect.github.com/astral-sh/ruff/pull/13896">#13896</a>)</p>
</li>
<li>
<p><strong>Changed location of <code>pydoclint</code>
diagnostics</strong></p>
<p><a
href="https://docs.astral.sh/ruff/rules/#pydoclint-doc"><code>pydoclint</code></a>
diagnostics now point to the first-line of the problematic docstring.
Previously, this was not the case.</p>
<p>If you've opted into these preview rules but have them suppressed
using
<a
href="https://docs.astral.sh/ruff/linter/#error-suppression"><code>noqa</code></a>
comments in
some places, this change may mean that you need to move the
<code>noqa</code> suppression
comments. Most users should be unaffected by this change.</p>
</li>
<li>
<p><strong>Use XDG (i.e. <code>~/.local/bin</code>) instead of the Cargo
home directory in the standalone installer</strong></p>
<p>Previously, Ruff's installer used <code>$CARGO_HOME</code> or
<code>~/.cargo/bin</code> for its target install directory. Now, Ruff
will be installed into <code>$XDG_BIN_HOME</code>,
<code>$XDG_DATA_HOME/../bin</code>, or <code>~/.local/bin</code> (in
that order).</p>
<p>This change is only relevant to users of the standalone Ruff
installer (using the shell or PowerShell script). If you installed Ruff
using uv or pip, you should be unaffected.</p>
</li>
<li>
<p><strong>Changes to the line width calculation</strong></p>
<p>Ruff now uses a new version of the <a
href="https://github.com/unicode-rs/unicode-width">unicode-width</a>
Rust crate to calculate the line width. In very rare cases, this may
lead to lines containing Unicode characters being reformatted, or being
considered too long when they were not before (<a
href="https://docs.astral.sh/ruff/rules/line-too-long/"><code>E501</code></a>).</p>
</li>
</ul>
<h3>Removed Rules</h3>
<p>The following deprecated rules have been removed:</p>
<ul>
<li><a
href="https://docs.astral.sh/ruff/rules/missing-type-self/"><code>missing-type-self</code></a>
(<code>ANN101</code>)</li>
<li><a
href="https://docs.astral.sh/ruff/rules/missing-type-cls/"><code>missing-type-cls</code></a>
(<code>ANN102</code>)</li>
<li><a
href="https://docs.astral.sh/ruff/rules/syntax-error/"><code>syntax-error</code></a>
(<code>E999</code>)</li>
<li><a
href="https://docs.astral.sh/ruff/rules/pytest-missing-fixture-name-underscore/"><code>pytest-missing-fixture-name-underscore</code></a>
(<code>PT004</code>)</li>
<li><a
href="https://docs.astral.sh/ruff/rules/pytest-incorrect-fixture-name-underscore/"><code>pytest-incorrect-fixture-name-underscore</code></a>
(<code>PT005</code>)</li>
<li><a
href="https://docs.astral.sh/ruff/rules/unpacked-list-comprehension/"><code>unpacked-list-comprehension</code></a>
(<code>UP027</code>)</li>
</ul>
<h3>Remapped rules</h3>
<p>The following rules have been remapped to new rule codes:</p>
<ul>
<li><a
href="https://docs.astral.sh/ruff/rules/#flake8-type-checking-tc"><code>flake8-type-checking</code></a>:
<code>TCH</code> to <code>TC</code></li>
</ul>
<h3>Stabilization</h3>
<!-- 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.0</h2>
<p>Check out the <a href="https://astral.sh/blog/ruff-v0.8.0">blog
post</a> for a migration guide and overview of the changes!</p>
<h3>Breaking changes</h3>
<p>See also, the &quot;Remapped rules&quot; section which may result in
disabled rules.</p>
<ul>
<li>
<p><strong>Default to Python 3.9</strong></p>
<p>Ruff now defaults to Python 3.9 instead of 3.8 if no explicit Python
version is configured using <a
href="https://docs.astral.sh/ruff/settings/#target-version"><code>ruff.target-version</code></a>
or <a
href="https://packaging.python.org/en/latest/guides/writing-pyproject-toml/#python-requires"><code>project.requires-python</code></a>
(<a
href="https://redirect.github.com/astral-sh/ruff/pull/13896">#13896</a>)</p>
</li>
<li>
<p><strong>Changed location of <code>pydoclint</code>
diagnostics</strong></p>
<p><a
href="https://docs.astral.sh/ruff/rules/#pydoclint-doc"><code>pydoclint</code></a>
diagnostics now point to the first-line of the problematic docstring.
Previously, this was not the case.</p>
<p>If you've opted into these preview rules but have them suppressed
using
<a
href="https://docs.astral.sh/ruff/linter/#error-suppression"><code>noqa</code></a>
comments in
some places, this change may mean that you need to move the
<code>noqa</code> suppression
comments. Most users should be unaffected by this change.</p>
</li>
<li>
<p><strong>Use XDG (i.e. <code>~/.local/bin</code>) instead of the Cargo
home directory in the standalone installer</strong></p>
<p>Previously, Ruff's installer used <code>$CARGO_HOME</code> or
<code>~/.cargo/bin</code> for its target install directory. Now, Ruff
will be installed into <code>$XDG_BIN_HOME</code>,
<code>$XDG_DATA_HOME/../bin</code>, or <code>~/.local/bin</code> (in
that order).</p>
<p>This change is only relevant to users of the standalone Ruff
installer (using the shell or PowerShell script). If you installed Ruff
using uv or pip, you should be unaffected.</p>
</li>
<li>
<p><strong>Changes to the line width calculation</strong></p>
<p>Ruff now uses a new version of the <a
href="https://github.com/unicode-rs/unicode-width">unicode-width</a>
Rust crate to calculate the line width. In very rare cases, this may
lead to lines containing Unicode characters being reformatted, or being
considered too long when they were not before (<a
href="https://docs.astral.sh/ruff/rules/line-too-long/"><code>E501</code></a>).</p>
</li>
</ul>
<h3>Removed Rules</h3>
<p>The following deprecated rules have been removed:</p>
<ul>
<li><a
href="https://docs.astral.sh/ruff/rules/missing-type-self/"><code>missing-type-self</code></a>
(<code>ANN101</code>)</li>
<li><a
href="https://docs.astral.sh/ruff/rules/missing-type-cls/"><code>missing-type-cls</code></a>
(<code>ANN102</code>)</li>
<li><a
href="https://docs.astral.sh/ruff/rules/syntax-error/"><code>syntax-error</code></a>
(<code>E999</code>)</li>
<li><a
href="https://docs.astral.sh/ruff/rules/pytest-missing-fixture-name-underscore/"><code>pytest-missing-fixture-name-underscore</code></a>
(<code>PT004</code>)</li>
<li><a
href="https://docs.astral.sh/ruff/rules/pytest-incorrect-fixture-name-underscore/"><code>pytest-incorrect-fixture-name-underscore</code></a>
(<code>PT005</code>)</li>
<li><a
href="https://docs.astral.sh/ruff/rules/unpacked-list-comprehension/"><code>unpacked-list-comprehension</code></a>
(<code>UP027</code>)</li>
</ul>
<h3>Remapped rules</h3>
<p>The following rules have been remapped to new rule codes:</p>
<ul>
<li><a
href="https://docs.astral.sh/ruff/rules/#flake8-type-checking-tc"><code>flake8-type-checking</code></a>:
<code>TCH</code> to <code>TC</code></li>
</ul>
<h3>Stabilization</h3>
<!-- raw HTML omitted -->
</blockquote>
<p>... (truncated)</p>
</details>
<details>
<summary>Commits</summary>
<ul>
<li><a
href="https://github.com/astral-sh/ruff/commit/a90e404c3f010446ab8c18b4793c78834eeb65b7"><code>a90e404</code></a>
[red-knot] PEP 695 type aliases (<a
href="https://redirect.github.com/astral-sh/ruff/issues/14357">#14357</a>)</li>
<li><a
href="https://github.com/astral-sh/ruff/commit/8358ad8d251a8c72a679202b5d667bbcb24639c3"><code>8358ad8</code></a>
Ruff 0.8 release (<a
href="https://redirect.github.com/astral-sh/ruff/issues/14486">#14486</a>)</li>
<li><a
href="https://github.com/astral-sh/ruff/commit/2b8b1ef1781fddc89ab67765d855879f28607dae"><code>2b8b1ef</code></a>
Improve docs for some pycodestyle rules (<a
href="https://redirect.github.com/astral-sh/ruff/issues/14517">#14517</a>)</li>
<li><a
href="https://github.com/astral-sh/ruff/commit/2efa3fbb627cc6ebed71283195f59c4e2caddd9d"><code>2efa3fb</code></a>
[<code>flake8-import-conventions</code>] Syntax check aliases supplied
in configuration ...</li>
<li><a
href="https://github.com/astral-sh/ruff/commit/b9da4305e6ebbd42efa6735e564b77695e2c65cd"><code>b9da430</code></a>
doc(B024): <a
href="https://redirect.github.com/astral-sh/ruff/issues/14455">#14455</a>
add annotated but unassgined class variables (<a
href="https://redirect.github.com/astral-sh/ruff/issues/14502">#14502</a>)</li>
<li><a
href="https://github.com/astral-sh/ruff/commit/87043a2415339d1db5294b93cc51b735f170ac0c"><code>87043a2</code></a>
Limit type size assertion to 64bit (<a
href="https://redirect.github.com/astral-sh/ruff/issues/14514">#14514</a>)</li>
<li><a
href="https://github.com/astral-sh/ruff/commit/f684b6fff4c13350a455d2d6e681c5422edd7d67"><code>f684b6f</code></a>
[red-knot] Fix: Infer type for typing.Union[..] tuple expression (<a
href="https://redirect.github.com/astral-sh/ruff/issues/14510">#14510</a>)</li>
<li><a
href="https://github.com/astral-sh/ruff/commit/47f39ed1a07d9dde4b7a70383f169db36f4aa74e"><code>47f39ed</code></a>
[red-knot] Meta data for <code>Type::Todo</code> (<a
href="https://redirect.github.com/astral-sh/ruff/issues/14500">#14500</a>)</li>
<li><a
href="https://github.com/astral-sh/ruff/commit/aecdb8c144d7e21b71a47e75ea84bd25518f13da"><code>aecdb8c</code></a>
[red-knot] support <code>typing.Union</code> in type annotations (<a
href="https://redirect.github.com/astral-sh/ruff/issues/14499">#14499</a>)</li>
<li><a
href="https://github.com/astral-sh/ruff/commit/3c52d2d1bd8042d98415f70ecc8d6402795756ef"><code>3c52d2d</code></a>
Improve the performance of the formatter instability check job (<a
href="https://redirect.github.com/astral-sh/ruff/issues/14471">#14471</a>)</li>
<li>Additional commits viewable in <a
href="https://github.com/astral-sh/ruff/compare/0.7.4...0.8.0">compare
view</a></li>
</ul>
</details>
<br />

Updates `toml-sort` from 0.24.0 to 0.24.2
<details>
<summary>Release notes</summary>
<p><em>Sourced from <a
href="https://github.com/pappasam/toml-sort/releases">toml-sort's
releases</a>.</em></p>
<blockquote>
<h2>Version 0.24.2</h2>
<h3>Fixed</h3>
<ul>
<li>Regression from 0.24.1 and 0.24.0 where sorting inline tables would
throw a ValueError if the key in the table had trailing spaces. Resolves
<a
href="https://redirect.github.com/pappasam/toml-sort/issues/76">pappasam/toml-sort#76</a></li>
</ul>
<h2>Version 0.24.1</h2>
<h3>Fixed</h3>
<ul>
<li>Re-add .pre-commit-hooks. Resolves <a
href="https://redirect.github.com/pappasam/toml-sort/issues/75">pappasam/toml-sort#75</a></li>
</ul>
</blockquote>
</details>
<details>
<summary>Changelog</summary>
<p><em>Sourced from <a
href="https://github.com/pappasam/toml-sort/blob/main/CHANGELOG.md">toml-sort's
changelog</a>.</em></p>
<blockquote>
<h2>0.24.2</h2>
<h3>Fixed</h3>
<ul>
<li>Regression from 0.24.1 and 0.24.0 where sorting inline tables would
throw a ValueError if the key in the table had trailing spaces. Resolves
<a
href="https://redirect.github.com/pappasam/toml-sort/issues/76">pappasam/toml-sort#76</a></li>
</ul>
<h2>0.24.1</h2>
<h3>Fixed</h3>
<ul>
<li>Re-add .pre-commit-hooks. Resolves <a
href="https://redirect.github.com/pappasam/toml-sort/issues/75">pappasam/toml-sort#75</a></li>
</ul>
</blockquote>
</details>
<details>
<summary>Commits</summary>
<ul>
<li><a
href="https://github.com/pappasam/toml-sort/commit/4ec24891e200ae663aa2a7cecd19516080777133"><code>4ec2489</code></a>
Bump version, update changelog, readme tweaks</li>
<li><a
href="https://github.com/pappasam/toml-sort/commit/1d986cc0aaddcd1e859afe07ddb1c932a3b84a0a"><code>1d986cc</code></a>
Merge pull request <a
href="https://redirect.github.com/pappasam/toml-sort/issues/77">#77</a>
from vfazio/vfazio-inline-first-sort</li>
<li><a
href="https://github.com/pappasam/toml-sort/commit/90279917a9c44bc90f3c5e795c4b2d8a4c440af0"><code>9027991</code></a>
Fix sorting &quot;first&quot; keys for inline tables</li>
<li><a
href="https://github.com/pappasam/toml-sort/commit/4ba1cbd0807d8d9627a6a2a8229d8799d968d981"><code>4ba1cbd</code></a>
tests: add new &quot;first&quot; key test case</li>
<li><a
href="https://github.com/pappasam/toml-sort/commit/ba644983fafa863b9fecf450983093efeb93c5de"><code>ba64498</code></a>
Make gha consistent</li>
<li><a
href="https://github.com/pappasam/toml-sort/commit/99d094367a202c064a5a3a0958f9da564aa65e33"><code>99d0943</code></a>
gha: setup-python@v4 -&gt; setup-python@v5</li>
<li><a
href="https://github.com/pappasam/toml-sort/commit/463d576e0d409069bfdfcdf65acece4b8a0a3df7"><code>463d576</code></a>
Bump version, update changelog</li>
<li><a
href="https://github.com/pappasam/toml-sort/commit/b6b9d564d348c7b133dcae57f3da94de1a34739f"><code>b6b9d56</code></a>
Remove asdf recommendation</li>
<li><a
href="https://github.com/pappasam/toml-sort/commit/4c3007524a137c3a43c6605bc605a1456e16c9e3"><code>4c30075</code></a>
Remove pre-commit install step</li>
<li><a
href="https://github.com/pappasam/toml-sort/commit/05572d16fa985b0d97c24f7c7ed6b7a8ad914a48"><code>05572d1</code></a>
Re-add pre-commit-hooks</li>
<li>Additional commits viewable in <a
href="https://github.com/pappasam/toml-sort/compare/v0.24.0...v0.24.2">compare
view</a></li>
</ul>
</details>
<br />

Updates `wheel` from 0.45.0 to 0.45.1
<details>
<summary>Release notes</summary>
<p><em>Sourced from <a
href="https://github.com/pypa/wheel/releases">wheel's
releases</a>.</em></p>
<blockquote>
<h2>0.45.1</h2>
<ul>
<li>Fixed pure Python wheels converted from eggs and wininst files
having the ABI tag in the file name</li>
</ul>
</blockquote>
</details>
<details>
<summary>Changelog</summary>
<p><em>Sourced from <a
href="https://github.com/pypa/wheel/blob/main/docs/news.rst">wheel's
changelog</a>.</em></p>
<blockquote>
<h1>Release Notes</h1>
<p><strong>0.45.1 (2024-11-23)</strong></p>
<ul>
<li>Fixed pure Python wheels converted from eggs and wininst files
having the ABI tag in
the file name</li>
</ul>
<p><strong>0.45.0 (2024-11-08)</strong></p>
<ul>
<li>
<p>Refactored the <code>convert</code> command to not need setuptools to
be installed</p>
</li>
<li>
<p>Don't configure setuptools logging unless running
<code>bdist_wheel</code></p>
</li>
<li>
<p>Added a redirection from <code>wheel.bdist_wheel.bdist_wheel</code>
to
<code>setuptools.command.bdist_wheel.bdist_wheel</code> to improve
compatibility with
<code>setuptools</code>' latest fixes.</p>
<p>Projects are still advised to migrate away from the deprecated module
and import
the <code>setuptools</code>' implementation explicitly. (PR by <a
href="https://github.com/abravalheri"><code>@​abravalheri</code></a>)</p>
</li>
</ul>
<p><strong>0.44.0 (2024-08-04)</strong></p>
<ul>
<li>Canonicalized requirements in METADATA file (PR by Wim
Jeantine-Glenn)</li>
<li>Deprecated the <code>bdist_wheel</code> module, as the code was
migrated to <code>setuptools</code>
itself</li>
</ul>
<p><strong>0.43.0 (2024-03-11)</strong></p>
<ul>
<li>Dropped support for Python 3.7</li>
<li>Updated vendored <code>packaging</code> to 24.0</li>
</ul>
<p><strong>0.42.0 (2023-11-26)</strong></p>
<ul>
<li>Allowed removing build tag with <code>wheel tags --build
&quot;&quot;</code></li>
<li>Fixed <code>wheel pack</code> and <code>wheel tags</code> writing
updated <code>WHEEL</code> fields after a
blank line, causing other tools to ignore them</li>
<li>Fixed <code>wheel pack</code> and <code>wheel tags</code> writing
<code>WHEEL</code> with CRLF line endings or
a mix of CRLF and LF</li>
<li>Fixed <code>wheel pack --build-number &quot;&quot;</code> not
removing build tag from <code>WHEEL</code>
(above changes by Benjamin Gilbert)</li>
</ul>
<p><strong>0.41.3 (2023-10-30)</strong></p>
<ul>
<li>Updated vendored <code>packaging</code> to 23.2</li>
<li>Fixed ABI tag generation for CPython 3.13a1 on Windows (PR by Sam
Gross)</li>
</ul>
<p><strong>0.41.2 (2023-08-22)</strong></p>
<ul>
<li>Fixed platform tag detection for GraalPy and 32-bit python running
on an aarch64
kernel (PR by Matthieu Darbois)</li>
<li>Fixed <code>wheel tags</code> to not list directories in
<code>RECORD</code> files</li>
</ul>
<!-- raw HTML omitted -->
</blockquote>
<p>... (truncated)</p>
</details>
<details>
<summary>Commits</summary>
<ul>
<li><a
href="https://github.com/pypa/wheel/commit/7855525de4093257e7bfb434877265e227356566"><code>7855525</code></a>
Created a new release</li>
<li><a
href="https://github.com/pypa/wheel/commit/d343391c20f8f6cc89a61a6f1573522c59d3d7a3"><code>d343391</code></a>
Fixed wrong wheel file names in converted pure-Python eggs/wininsts</li>
<li>See full diff in <a
href="https://github.com/pypa/wheel/compare/0.45.0...0.45.1">compare
view</a></li>
</ul>
</details>
<br />


Dependabot will resolve any conflicts with this PR as long as you don't
alter it yourself. You can also trigger a rebase manually by commenting
`@dependabot rebase`.

[//]: # (dependabot-automerge-start)
[//]: # (dependabot-automerge-end)

---

<details>
<summary>Dependabot commands and options</summary>
<br />

You can trigger Dependabot actions by commenting on this PR:
- `@dependabot rebase` will rebase this PR
- `@dependabot recreate` will recreate this PR, overwriting any edits
that have been made to it
- `@dependabot merge` will merge this PR after your CI passes on it
- `@dependabot squash and merge` will squash and merge this PR after
your CI passes on it
- `@dependabot cancel merge` will cancel a previously requested merge
and block automerging
- `@dependabot reopen` will reopen this PR if it is closed
- `@dependabot close` will close this PR and stop Dependabot recreating
it. You can achieve the same result by closing it manually
- `@dependabot show <dependency name> ignore conditions` will show all
of the ignore conditions of the specified dependency
- `@dependabot ignore <dependency name> major version` will close this
group update PR and stop Dependabot creating any more for the specific
dependency's major version (unless you unignore this specific
dependency's major version or upgrade to it yourself)
- `@dependabot ignore <dependency name> minor version` will close this
group update PR and stop Dependabot creating any more for the specific
dependency's minor version (unless you unignore this specific
dependency's minor version or upgrade to it yourself)
- `@dependabot ignore <dependency name>` will close this group update PR
and stop Dependabot creating any more for the specific dependency
(unless you unignore this specific dependency or upgrade to it yourself)
- `@dependabot unignore <dependency name>` will remove all of the ignore
conditions of the specified dependency
- `@dependabot unignore <dependency name> <ignore condition>` will
remove the ignore condition of the specified dependency and ignore
conditions


</details>

Signed-off-by: dependabot[bot] <[email protected]>
Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
  • Loading branch information
dependabot[bot] authored Nov 24, 2024
1 parent 0f21762 commit 8e546c7
Showing 1 changed file with 5 additions and 5 deletions.
10 changes: 5 additions & 5 deletions .config/constraints.txt
Original file line number Diff line number Diff line change
Expand Up @@ -27,7 +27,7 @@ check-jsonschema==0.29.4
click==8.1.7
click-help-colors==0.9.4
colorama==0.4.6
coverage==7.6.7
coverage==7.6.8
cryptography==43.0.3
csscompressor==0.9.5
cssselect2==0.7.0
Expand Down Expand Up @@ -68,7 +68,7 @@ mkdocs-gen-files==0.5.0
mkdocs-get-deps==0.2.0
mkdocs-htmlproofer-plugin==1.3.0
mkdocs-macros-plugin==1.3.7
mkdocs-material==9.5.44
mkdocs-material==9.5.45
mkdocs-material-extensions==1.3.1
mkdocs-minify-plugin==0.8.0
mkdocs-monorepo-plugin==1.1.0
Expand Down Expand Up @@ -113,14 +113,14 @@ rich==13.9.4
rpds-py==0.21.0
ruamel-yaml==0.18.6
ruamel-yaml-clib==0.2.12
ruff==0.7.4
ruff==0.8.0
six==1.16.0
soupsieve==2.6
subprocess-tee==0.4.2
termcolor==2.5.0
text-unidecode==1.3
tinycss2==1.4.0
toml-sort==0.24.0
toml-sort==0.24.2
tomli==2.1.0
tomlkit==0.13.2
tox==4.23.2
Expand All @@ -133,7 +133,7 @@ virtualenv==20.27.1
watchdog==6.0.0
wcmatch==10.0
webencodings==0.5.1
wheel==0.45.0
wheel==0.45.1
yamllint==1.35.1
zipp==3.21.0

Expand Down

0 comments on commit 8e546c7

Please sign in to comment.