Commit fa55ecb
authored
Bump the dependabot group with 3 updates (#158)
Bumps the dependabot group with 3 updates:
[optree](https://github.com/metaopt/optree),
[termcolor](https://github.com/termcolor/termcolor) and
[typing-extensions](https://github.com/python/typing_extensions).
Updates `optree` from 0.14.1 to 0.15.0
<details>
<summary>Release notes</summary>
<p><em>Sourced from <a
href="https://github.com/metaopt/optree/releases">optree's
releases</a>.</em></p>
<blockquote>
<h2>optree v0.15.0</h2>
<h3>Added</h3>
<ul>
<li>Add method <code>PyTreeSpec.traverse</code> by <a
href="https://github.com/XuehaiPan"><code>@XuehaiPan</code></a> in <a
href="https://redirect.github.com/metaopt/optree/issues/197">#197</a>.</li>
<li>Include test suites in SDist by <a
href="https://github.com/XuehaiPan"><code>@XuehaiPan</code></a> in <a
href="https://redirect.github.com/metaopt/optree/issues/201">#201</a>.</li>
<li>Include branch coverage and add conditional pragmas by <a
href="https://github.com/XuehaiPan"><code>@XuehaiPan</code></a> in <a
href="https://redirect.github.com/metaopt/optree/issues/204">#204</a>.</li>
<li>Detect <code>cmake</code> version and guard minimum version in
<code>setup.py</code> by <a
href="https://github.com/XuehaiPan"><code>@XuehaiPan</code></a> in <a
href="https://redirect.github.com/metaopt/optree/issues/205">#205</a>.</li>
</ul>
<h3>Removed</h3>
<ul>
<li>Remove deprecated key path APIs by <a
href="https://github.com/XuehaiPan"><code>@XuehaiPan</code></a> in <a
href="https://redirect.github.com/metaopt/optree/issues/195">#195</a>.</li>
<li>Remove deprecated <code>optree.Partial</code> by <a
href="https://github.com/XuehaiPan"><code>@XuehaiPan</code></a> in <a
href="https://redirect.github.com/metaopt/optree/issues/196">#196</a>.</li>
<li>Remove duplicate lint checks by <a
href="https://github.com/XuehaiPan"><code>@XuehaiPan</code></a> in <a
href="https://redirect.github.com/metaopt/optree/issues/202">#202</a>.</li>
</ul>
<h3>New Contributors</h3>
<ul>
<li><a href="https://github.com/Flamefire"><code>@Flamefire</code></a>
made their first contribution in <a
href="https://redirect.github.com/metaopt/optree/issues/203">#203</a>.</li>
</ul>
<p><strong>Full Changelog</strong>: <a
href="https://github.com/metaopt/optree/compare/v0.14.1...v0.15.0">https://github.com/metaopt/optree/compare/v0.14.1...v0.15.0</a></p>
</blockquote>
</details>
<details>
<summary>Changelog</summary>
<p><em>Sourced from <a
href="https://github.com/metaopt/optree/blob/main/CHANGELOG.md">optree's
changelog</a>.</em></p>
<blockquote>
<h2>[0.15.0] - 2025-04-06</h2>
<h3>Added</h3>
<ul>
<li>Add method <code>PyTreeSpec.traverse</code> by <a
href="https://github.com/XuehaiPan"><code>@XuehaiPan</code></a> in <a
href="https://redirect.github.com/metaopt/optree/pull/197">#197</a>.</li>
<li>Include test suites in SDist by <a
href="https://github.com/XuehaiPan"><code>@XuehaiPan</code></a> in <a
href="https://redirect.github.com/metaopt/optree/pull/201">#201</a>.</li>
<li>Include branch coverage and add conditional pragmas by <a
href="https://github.com/XuehaiPan"><code>@XuehaiPan</code></a> in <a
href="https://redirect.github.com/metaopt/optree/pull/204">#204</a>.</li>
<li>Detect <code>cmake</code> version and guard minimum version in
<code>setup.py</code> by <a
href="https://github.com/XuehaiPan"><code>@XuehaiPan</code></a> in <a
href="https://redirect.github.com/metaopt/optree/pull/205">#205</a>.</li>
</ul>
<h3>Removed</h3>
<ul>
<li>Remove deprecated key path APIs by <a
href="https://github.com/XuehaiPan"><code>@XuehaiPan</code></a> in <a
href="https://redirect.github.com/metaopt/optree/pull/195">#195</a>.</li>
<li>Remove deprecated <code>optree.Partial</code> by <a
href="https://github.com/XuehaiPan"><code>@XuehaiPan</code></a> in <a
href="https://redirect.github.com/metaopt/optree/pull/196">#196</a>.</li>
<li>Remove duplicate lint checks by <a
href="https://github.com/XuehaiPan"><code>@XuehaiPan</code></a> in <a
href="https://redirect.github.com/metaopt/optree/pull/202">#202</a>.</li>
</ul>
<hr />
</blockquote>
</details>
<details>
<summary>Commits</summary>
<ul>
<li><a
href="https://github.com/metaopt/optree/commit/571a0f532d3c31fdcaf88216dc9f9e8d6976ccaa"><code>571a0f5</code></a>
ver: bump version to 0.15.0</li>
<li><a
href="https://github.com/metaopt/optree/commit/7f6a20850b305209630fd8601d1b9bc2e562e86d"><code>7f6a208</code></a>
chore(pre-commit): update pre-commit hooks</li>
<li><a
href="https://github.com/metaopt/optree/commit/948deb23ca92c521c80dae1354c1df69fbd0c648"><code>948deb2</code></a>
chore: enable <code>pylint</code> on <code>setup.py</code></li>
<li><a
href="https://github.com/metaopt/optree/commit/0616186e808319ccc9f75c3776df58fe623d5777"><code>0616186</code></a>
chore(workflows/tests): set <code>PYTHON_GIL=0</code> for free-threading
interpreter</li>
<li><a
href="https://github.com/metaopt/optree/commit/763cdcdf9d0ddbe8550964d8493434f10bd9a6fd"><code>763cdcd</code></a>
chore(workflows/tests): add Python 3.13t to test matrix (<a
href="https://redirect.github.com/metaopt/optree/issues/198">#198</a>)</li>
<li><a
href="https://github.com/metaopt/optree/commit/89b1624d67f2d41f1a7bfd2592951fe4f6e3cadb"><code>89b1624</code></a>
feat(setup): detect <code>cmake</code> version and guard minimum version
(<a
href="https://redirect.github.com/metaopt/optree/issues/205">#205</a>)</li>
<li><a
href="https://github.com/metaopt/optree/commit/7e2dba59a97e4a785dc9222cf5a0cbe59a5af500"><code>7e2dba5</code></a>
feat(tests): include branch coverage and add conditional pragmas (<a
href="https://redirect.github.com/metaopt/optree/issues/204">#204</a>)</li>
<li><a
href="https://github.com/metaopt/optree/commit/4e8c3e4b06f3cd490eb67ecc0e0450e0d1776041"><code>4e8c3e4</code></a>
chore(setup): pass <code>build_temp</code> as string to
<code>mkpath</code> (<a
href="https://redirect.github.com/metaopt/optree/issues/203">#203</a>)</li>
<li><a
href="https://github.com/metaopt/optree/commit/2bfa46af0a3a2fff8e60df9cf4d2ef423b5c867a"><code>2bfa46a</code></a>
chore(typing): match C++/Python implementation for
<code>is_structseq_class</code> on PyPy</li>
<li><a
href="https://github.com/metaopt/optree/commit/7b8b5a83080b2252f0b2177da8c8b2308240d66a"><code>7b8b5a8</code></a>
fix: fix typo <code>node_is_leaf</code> ->
<code>none_is_leaf</code></li>
<li>Additional commits viewable in <a
href="https://github.com/metaopt/optree/compare/v0.14.1...v0.15.0">compare
view</a></li>
</ul>
</details>
<br />
Updates `termcolor` from 2.5.0 to 3.0.1
<details>
<summary>Release notes</summary>
<p><em>Sourced from <a
href="https://github.com/termcolor/termcolor/releases">termcolor's
releases</a>.</em></p>
<blockquote>
<h2>Release 3.0.1</h2>
<h2>Fixed</h2>
<ul>
<li>Fix licence filename in metadata (<a
href="https://redirect.github.com/termcolor/termcolor/issues/100">#100</a>)
<a href="https://github.com/hugovk"><code>@hugovk</code></a></li>
</ul>
<h2>Release 3.0.0</h2>
<h2>Added</h2>
<ul>
<li>Add support for Python 3.14 (<a
href="https://redirect.github.com/termcolor/termcolor/issues/87">#87</a>)
<a href="https://github.com/hugovk"><code>@hugovk</code></a></li>
</ul>
<h2>Changed</h2>
<ul>
<li>Only apply <code>FORCE_COLOR</code>, <code>NO_COLOR</code> and
<code>ANSI_COLORS_DISABLED</code> when present and not an empty string
(<a
href="https://redirect.github.com/termcolor/termcolor/issues/92">#92</a>)
<a href="https://github.com/hugovk"><code>@hugovk</code></a></li>
<li>Replace deprecated classifier with licence expression (PEP 639) (<a
href="https://redirect.github.com/termcolor/termcolor/issues/95">#95</a>)
<a href="https://github.com/hugovk"><code>@hugovk</code></a></li>
<li>Speedup: move typing imports into type-checking block (<a
href="https://redirect.github.com/termcolor/termcolor/issues/94">#94</a>)
<a href="https://github.com/hugovk"><code>@hugovk</code></a></li>
<li>Lint with faster action-pre-commit-uv: 1m22s -> 48s and 21s ->
15s (<a
href="https://redirect.github.com/termcolor/termcolor/issues/86">#86</a>)
<a href="https://github.com/hugovk"><code>@hugovk</code></a></li>
</ul>
<h2>Removed</h2>
<ul>
<li>Replace literal types with strings (<a
href="https://redirect.github.com/termcolor/termcolor/issues/97">#97</a>)
<a href="https://github.com/hugovk"><code>@hugovk</code></a></li>
<li>Remove deprecated <code>__ALL__</code>, use <code>__all__</code>
instead (<a
href="https://redirect.github.com/termcolor/termcolor/issues/93">#93</a>)
<a href="https://github.com/hugovk"><code>@hugovk</code></a></li>
</ul>
</blockquote>
</details>
<details>
<summary>Commits</summary>
<ul>
<li><a
href="https://github.com/termcolor/termcolor/commit/b2c165ab9ef8b045f153cdd30a9c089d68517986"><code>b2c165a</code></a>
Fix licence filename in metadata (<a
href="https://redirect.github.com/termcolor/termcolor/issues/100">#100</a>)</li>
<li><a
href="https://github.com/termcolor/termcolor/commit/c56a31369c1aba92b2510a9bb358169683462563"><code>c56a313</code></a>
Fix licence filename in metadata</li>
<li><a
href="https://github.com/termcolor/termcolor/commit/0c7c034ebf29ec33fd3b01894914f645284e4b8c"><code>0c7c034</code></a>
Update coverage.py and Renovate config (<a
href="https://redirect.github.com/termcolor/termcolor/issues/98">#98</a>)</li>
<li><a
href="https://github.com/termcolor/termcolor/commit/2d3662488c92f6c1bd715e0a0d316c80aa38bf1d"><code>2d36624</code></a>
Disable semantic commits for Renovate</li>
<li><a
href="https://github.com/termcolor/termcolor/commit/c38902a262177ba65730521bd86dbcdabaa3a9df"><code>c38902a</code></a>
Disable coverage.py sysmon warning via slug</li>
<li><a
href="https://github.com/termcolor/termcolor/commit/6be5b48343338639d32c71fce465f401d6bd5575"><code>6be5b48</code></a>
Replace literal types with strings (<a
href="https://redirect.github.com/termcolor/termcolor/issues/97">#97</a>)</li>
<li><a
href="https://github.com/termcolor/termcolor/commit/57614387f4cd2542b6c5d5be68bd626876dd8f23"><code>5761438</code></a>
Only apply <code>FORCE_COLOR</code>, <code>NO_COLOR</code> and
<code>ANSI_COLORS_DISABLED</code> when present ...</li>
<li><a
href="https://github.com/termcolor/termcolor/commit/36bee61b798612a6d9272c274a4f7f287739b09d"><code>36bee61</code></a>
Replace literal types with strings</li>
<li><a
href="https://github.com/termcolor/termcolor/commit/18a80aae398a931530c2899b1b322ac17b1b79a0"><code>18a80aa</code></a>
Remove deprecated <code>__ALL__</code>, use <code>__all__</code> instead
(<a
href="https://redirect.github.com/termcolor/termcolor/issues/93">#93</a>)</li>
<li><a
href="https://github.com/termcolor/termcolor/commit/88f4b92f0f8603c2765dc9eda1599cd60766b18d"><code>88f4b92</code></a>
Only apply ANSI_COLORS_DISABLED when present and not an empty
string</li>
<li>Additional commits viewable in <a
href="https://github.com/termcolor/termcolor/compare/2.5.0...3.0.1">compare
view</a></li>
</ul>
</details>
<br />
Updates `typing-extensions` from 4.12.0 to 4.13.1
<details>
<summary>Release notes</summary>
<p><em>Sourced from <a
href="https://github.com/python/typing_extensions/releases">typing-extensions's
releases</a>.</em></p>
<blockquote>
<h2>4.13.1</h2>
<p>This is a bugfix release fixing two edge cases that appear on old
bugfix releases of CPython.</p>
<p>Bugfixes:</p>
<ul>
<li>Fix regression in 4.13.0 on Python 3.10.2 causing a
<code>TypeError</code> when using <code>Concatenate</code>.
Patch by <a href="https://github.com/Daraan">Daraan</a>.</li>
<li>Fix <code>TypeError</code> when using
<code>evaluate_forward_ref</code> on Python 3.10.1-2 and 3.9.8-10.
Patch by <a href="https://github.com/Daraan">Daraan</a>.</li>
</ul>
<h2>4.13.0</h2>
<p>New features:</p>
<ul>
<li>Add <code>typing_extensions.TypeForm</code> from PEP 747. Patch by
Jelle Zijlstra.</li>
<li>Add <code>typing_extensions.get_annotations</code>, a backport of
<code>inspect.get_annotations</code> that adds features specified
by PEP 649. Patches by Jelle Zijlstra and Alex Waygood.</li>
<li>Backport <code>evaluate_forward_ref</code> from CPython PR
<a
href="https://redirect.github.com/python/cpython/pull/119891">#119891</a>
to evaluate <code>ForwardRef</code>s.
Patch by <a href="https://github.com/Daraan">Daraan</a>, backporting a
CPython PR by Jelle Zijlstra.</li>
</ul>
<p>Bugfixes and changed features:</p>
<ul>
<li>Update PEP 728 implementation to a newer version of the PEP. Patch
by Jelle Zijlstra.</li>
<li>Copy the coroutine status of functions and methods wrapped
with <code>@typing_extensions.deprecated</code>. Patch by Sebastian
Rittau.</li>
<li>Fix bug where <code>TypeAliasType</code> instances could be
subscripted even
where they were not generic. Patch by <a
href="https://github.com/Daraan">Daraan</a>.</li>
<li>Fix bug where a subscripted <code>TypeAliasType</code> instance did
not have all
attributes of the original <code>TypeAliasType</code> instance on older
Python versions.
Patch by <a href="https://github.com/Daraan">Daraan</a> and Alex
Waygood.</li>
<li>Fix bug where subscripted <code>TypeAliasType</code> instances (and
some other
subscripted objects) had wrong parameters if they were directly
subscripted with an <code>Unpack</code> object.
Patch by <a href="https://github.com/Daraan">Daraan</a>.</li>
<li>Backport to Python 3.10 the ability to substitute <code>...</code>
in generic <code>Callable</code>
aliases that have a <code>Concatenate</code> special form as their
argument.
Patch by <a href="https://github.com/Daraan">Daraan</a>.</li>
<li>Extended the <code>Concatenate</code> backport for Python 3.8-3.10
to now accept
<code>Ellipsis</code> as an argument. Patch by <a
href="https://github.com/Daraan">Daraan</a>.</li>
<li>Fix backport of <code>get_type_hints</code> to reflect Python 3.11+
behavior which does not add
<code>Union[..., NoneType]</code> to annotations that have a
<code>None</code> default value anymore.
This fixes wrapping of <code>Annotated</code> in an unwanted
<code>Optional</code> in such cases.
Patch by <a href="https://github.com/Daraan">Daraan</a>.</li>
<li>Fix error in subscription of <code>Unpack</code> aliases causing
nested Unpacks
to not be resolved correctly. Patch by <a
href="https://github.com/Daraan">Daraan</a>.</li>
<li>Backport CPython PR <a
href="https://redirect.github.com/python/cpython/pull/124795">#124795</a>:
fix <code>TypeAliasType</code> not raising an error on non-tuple inputs
for <code>type_params</code>.
Patch by <a href="https://github.com/Daraan">Daraan</a>.</li>
<li>Fix that lists and <code>...</code> could not be used for parameter
expressions for <code>TypeAliasType</code></li>
</ul>
<!-- raw HTML omitted -->
</blockquote>
<p>... (truncated)</p>
</details>
<details>
<summary>Changelog</summary>
<p><em>Sourced from <a
href="https://github.com/python/typing_extensions/blob/main/CHANGELOG.md">typing-extensions's
changelog</a>.</em></p>
<blockquote>
<h1>Release 4.13.1 (April 3, 2025)</h1>
<p>Bugfixes:</p>
<ul>
<li>Fix regression in 4.13.0 on Python 3.10.2 causing a
<code>TypeError</code> when using <code>Concatenate</code>.
Patch by <a href="https://github.com/Daraan">Daraan</a>.</li>
<li>Fix <code>TypeError</code> when using
<code>evaluate_forward_ref</code> on Python 3.10.1-2 and 3.9.8-10.
Patch by <a href="https://github.com/Daraan">Daraan</a>.</li>
</ul>
<h1>Release 4.13.0 (March 25, 2025)</h1>
<p>No user-facing changes since 4.13.0rc1.</p>
<h1>Release 4.13.0rc1 (March 18, 2025)</h1>
<p>New features:</p>
<ul>
<li>Add <code>typing_extensions.TypeForm</code> from PEP 747. Patch by
Jelle Zijlstra.</li>
<li>Add <code>typing_extensions.get_annotations</code>, a backport of
<code>inspect.get_annotations</code> that adds features specified
by PEP 649. Patches by Jelle Zijlstra and Alex Waygood.</li>
<li>Backport <code>evaluate_forward_ref</code> from CPython PR
<a
href="https://redirect.github.com/python/cpython/pull/119891">#119891</a>
to evaluate <code>ForwardRef</code>s.
Patch by <a href="https://github.com/Daraan">Daraan</a>, backporting a
CPython PR by Jelle Zijlstra.</li>
</ul>
<p>Bugfixes and changed features:</p>
<ul>
<li>Update PEP 728 implementation to a newer version of the PEP. Patch
by Jelle Zijlstra.</li>
<li>Copy the coroutine status of functions and methods wrapped
with <code>@typing_extensions.deprecated</code>. Patch by Sebastian
Rittau.</li>
<li>Fix bug where <code>TypeAliasType</code> instances could be
subscripted even
where they were not generic. Patch by <a
href="https://github.com/Daraan">Daraan</a>.</li>
<li>Fix bug where a subscripted <code>TypeAliasType</code> instance did
not have all
attributes of the original <code>TypeAliasType</code> instance on older
Python versions.
Patch by <a href="https://github.com/Daraan">Daraan</a> and Alex
Waygood.</li>
<li>Fix bug where subscripted <code>TypeAliasType</code> instances (and
some other
subscripted objects) had wrong parameters if they were directly
subscripted with an <code>Unpack</code> object.
Patch by <a href="https://github.com/Daraan">Daraan</a>.</li>
<li>Backport to Python 3.10 the ability to substitute <code>...</code>
in generic <code>Callable</code>
aliases that have a <code>Concatenate</code> special form as their
argument.
Patch by <a href="https://github.com/Daraan">Daraan</a>.</li>
<li>Extended the <code>Concatenate</code> backport for Python 3.8-3.10
to now accept
<code>Ellipsis</code> as an argument. Patch by <a
href="https://github.com/Daraan">Daraan</a>.</li>
<li>Fix backport of <code>get_type_hints</code> to reflect Python 3.11+
behavior which does not add
<code>Union[..., NoneType]</code> to annotations that have a
<code>None</code> default value anymore.
This fixes wrapping of <code>Annotated</code> in an unwanted
<code>Optional</code> in such cases.
Patch by <a href="https://github.com/Daraan">Daraan</a>.</li>
<li>Fix error in subscription of <code>Unpack</code> aliases causing
nested Unpacks
to not be resolved correctly. Patch by <a
href="https://github.com/Daraan">Daraan</a>.</li>
</ul>
<!-- raw HTML omitted -->
</blockquote>
<p>... (truncated)</p>
</details>
<details>
<summary>Commits</summary>
<ul>
<li><a
href="https://github.com/python/typing_extensions/commit/45a8847aad979d2f1f7dff075ac52df5df7b7adb"><code>45a8847</code></a>
Prepare release 4.13.1 (<a
href="https://redirect.github.com/python/typing_extensions/issues/573">#573</a>)</li>
<li><a
href="https://github.com/python/typing_extensions/commit/f264e58146479d2d8456dd6e660d785dc07d6f26"><code>f264e58</code></a>
Move CI to "ubuntu-latest" (round 2) (<a
href="https://redirect.github.com/python/typing_extensions/issues/570">#570</a>)</li>
<li><a
href="https://github.com/python/typing_extensions/commit/5ce0e69b20992f8bf410849a31381cd656e3eb6b"><code>5ce0e69</code></a>
Fix TypeError with evaluate_forward_ref on some 3.10 and 3.9 versions
(<a
href="https://redirect.github.com/python/typing_extensions/issues/558">#558</a>)</li>
<li><a
href="https://github.com/python/typing_extensions/commit/304f5cb17d709950ece3e9c84a76174bf7405b90"><code>304f5cb</code></a>
Add SQLAlchemy to third-party daily tests (<a
href="https://redirect.github.com/python/typing_extensions/issues/561">#561</a>)</li>
<li><a
href="https://github.com/python/typing_extensions/commit/ebe2b9405c493749429de6c82c8daddd1107c9e2"><code>ebe2b94</code></a>
Fix duplicated keywords for typing._ConcatenateGenericAlias in 3.10.2
(<a
href="https://redirect.github.com/python/typing_extensions/issues/557">#557</a>)</li>
<li><a
href="https://github.com/python/typing_extensions/commit/9f93d6fb752698504d80b1ed0c73b0a2a9d0cff6"><code>9f93d6f</code></a>
Add intersphinx links for 3.13 typing features (<a
href="https://redirect.github.com/python/typing_extensions/issues/550">#550</a>)</li>
<li><a
href="https://github.com/python/typing_extensions/commit/c8934015b7e2feb65dc461fef202ef69611d7d0e"><code>c893401</code></a>
Prepare release 4.13.0 (<a
href="https://redirect.github.com/python/typing_extensions/issues/555">#555</a>)</li>
<li><a
href="https://github.com/python/typing_extensions/commit/6239d868113cbf60c3db359775bb5f5c948c6978"><code>6239d86</code></a>
Use latest Python docs as intersphinx base rather than 3.12 docs (<a
href="https://redirect.github.com/python/typing_extensions/issues/549">#549</a>)</li>
<li><a
href="https://github.com/python/typing_extensions/commit/671a337a3231b90f7cd979300f9af9fa25cdd35f"><code>671a337</code></a>
Fix 'Test and lint' workflow running on forks (<a
href="https://redirect.github.com/python/typing_extensions/issues/551">#551</a>)</li>
<li><a
href="https://github.com/python/typing_extensions/commit/e77e8e2dbdab9d7edf3d88c9493c26f759a25978"><code>e77e8e2</code></a>
Disable pyanalyze tests for now (<a
href="https://redirect.github.com/python/typing_extensions/issues/554">#554</a>)</li>
<li>Additional commits viewable in <a
href="https://github.com/python/typing_extensions/compare/4.12.0...4.13.1">compare
view</a></li>
</ul>
</details>
<br />
Dependabot will resolve any conflicts with this PR as long as you don't
alter it yourself. You can also trigger a rebase manually by commenting
`@dependabot rebase`.
[//]: # (dependabot-automerge-start)
[//]: # (dependabot-automerge-end)
---
<details>
<summary>Dependabot commands and options</summary>
<br />
You can trigger Dependabot actions by commenting on this PR:
- `@dependabot rebase` will rebase this PR
- `@dependabot recreate` will recreate this PR, overwriting any edits
that have been made to it
- `@dependabot merge` will merge this PR after your CI passes on it
- `@dependabot squash and merge` will squash and merge this PR after
your CI passes on it
- `@dependabot cancel merge` will cancel a previously requested merge
and block automerging
- `@dependabot reopen` will reopen this PR if it is closed
- `@dependabot close` will close this PR and stop Dependabot recreating
it. You can achieve the same result by closing it manually
- `@dependabot show <dependency name> ignore conditions` will show all
of the ignore conditions of the specified dependency
- `@dependabot ignore <dependency name> major version` will close this
group update PR and stop Dependabot creating any more for the specific
dependency's major version (unless you unignore this specific
dependency's major version or upgrade to it yourself)
- `@dependabot ignore <dependency name> minor version` will close this
group update PR and stop Dependabot creating any more for the specific
dependency's minor version (unless you unignore this specific
dependency's minor version or upgrade to it yourself)
- `@dependabot ignore <dependency name>` will close this group update PR
and stop Dependabot creating any more for the specific dependency
(unless you unignore this specific dependency or upgrade to it yourself)
- `@dependabot unignore <dependency name>` will remove all of the ignore
conditions of the specified dependency
- `@dependabot unignore <dependency name> <ignore condition>` will
remove the ignore condition of the specified dependency and ignore
conditions
</details>
Signed-off-by: dependabot[bot] <support@github.com>
Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>1 parent 64b8aca commit fa55ecb
2 files changed
+90
-90
lines changed| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
5 | 5 | | |
6 | 6 | | |
7 | 7 | | |
8 | | - | |
| 8 | + | |
9 | 9 | | |
10 | 10 | | |
11 | 11 | | |
| |||
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
456 | 456 | | |
457 | 457 | | |
458 | 458 | | |
459 | | - | |
460 | | - | |
461 | | - | |
462 | | - | |
463 | | - | |
464 | | - | |
465 | | - | |
466 | | - | |
467 | | - | |
468 | | - | |
469 | | - | |
470 | | - | |
471 | | - | |
472 | | - | |
473 | | - | |
474 | | - | |
475 | | - | |
476 | | - | |
477 | | - | |
478 | | - | |
479 | | - | |
480 | | - | |
481 | | - | |
482 | | - | |
483 | | - | |
484 | | - | |
485 | | - | |
486 | | - | |
487 | | - | |
488 | | - | |
489 | | - | |
490 | | - | |
491 | | - | |
492 | | - | |
493 | | - | |
494 | | - | |
495 | | - | |
496 | | - | |
497 | | - | |
498 | | - | |
499 | | - | |
500 | | - | |
501 | | - | |
502 | | - | |
503 | | - | |
504 | | - | |
505 | | - | |
506 | | - | |
507 | | - | |
508 | | - | |
509 | | - | |
510 | | - | |
511 | | - | |
512 | | - | |
513 | | - | |
514 | | - | |
515 | | - | |
516 | | - | |
517 | | - | |
518 | | - | |
519 | | - | |
520 | | - | |
521 | | - | |
522 | | - | |
523 | | - | |
524 | | - | |
525 | | - | |
526 | | - | |
527 | | - | |
528 | | - | |
529 | | - | |
530 | | - | |
531 | | - | |
532 | | - | |
533 | | - | |
534 | | - | |
535 | | - | |
536 | | - | |
537 | | - | |
538 | | - | |
539 | | - | |
540 | | - | |
541 | | - | |
| 459 | + | |
| 460 | + | |
| 461 | + | |
| 462 | + | |
| 463 | + | |
| 464 | + | |
| 465 | + | |
| 466 | + | |
| 467 | + | |
| 468 | + | |
| 469 | + | |
| 470 | + | |
| 471 | + | |
| 472 | + | |
| 473 | + | |
| 474 | + | |
| 475 | + | |
| 476 | + | |
| 477 | + | |
| 478 | + | |
| 479 | + | |
| 480 | + | |
| 481 | + | |
| 482 | + | |
| 483 | + | |
| 484 | + | |
| 485 | + | |
| 486 | + | |
| 487 | + | |
| 488 | + | |
| 489 | + | |
| 490 | + | |
| 491 | + | |
| 492 | + | |
| 493 | + | |
| 494 | + | |
| 495 | + | |
| 496 | + | |
| 497 | + | |
| 498 | + | |
| 499 | + | |
| 500 | + | |
| 501 | + | |
| 502 | + | |
| 503 | + | |
| 504 | + | |
| 505 | + | |
| 506 | + | |
| 507 | + | |
| 508 | + | |
| 509 | + | |
| 510 | + | |
| 511 | + | |
| 512 | + | |
| 513 | + | |
| 514 | + | |
| 515 | + | |
| 516 | + | |
| 517 | + | |
| 518 | + | |
| 519 | + | |
| 520 | + | |
| 521 | + | |
| 522 | + | |
| 523 | + | |
| 524 | + | |
| 525 | + | |
| 526 | + | |
| 527 | + | |
| 528 | + | |
| 529 | + | |
| 530 | + | |
| 531 | + | |
| 532 | + | |
| 533 | + | |
| 534 | + | |
| 535 | + | |
| 536 | + | |
| 537 | + | |
| 538 | + | |
| 539 | + | |
| 540 | + | |
| 541 | + | |
542 | 542 | | |
543 | 543 | | |
544 | 544 | | |
| |||
762 | 762 | | |
763 | 763 | | |
764 | 764 | | |
765 | | - | |
766 | | - | |
767 | | - | |
| 765 | + | |
| 766 | + | |
| 767 | + | |
768 | 768 | | |
769 | 769 | | |
770 | 770 | | |
771 | 771 | | |
772 | 772 | | |
773 | 773 | | |
774 | 774 | | |
775 | | - | |
776 | | - | |
777 | | - | |
| 775 | + | |
| 776 | + | |
| 777 | + | |
778 | 778 | | |
779 | 779 | | |
780 | 780 | | |
| |||
0 commit comments