Commit f70d945
authored
Bump the dependabot group with 3 updates (#523)
Bumps the dependabot group with 3 updates:
[idna](https://github.com/kjd/idna),
[markdown-it-py](https://github.com/executablebooks/markdown-it-py) and
[requests](https://github.com/psf/requests).
Updates `idna` from 3.13 to 3.14
<details>
<summary>Changelog</summary>
<p><em>Sourced from <a
href="https://github.com/kjd/idna/blob/master/HISTORY.rst">idna's
changelog</a>.</em></p>
<blockquote>
<p>3.14 (2026-05-10)
+++++++++++++++++</p>
<ul>
<li>Removed opportunity to process long inputs into quadratic
time by rejecting oversize inputs up-front. Closes a bypass
of the CVE-2024-3651 mitigation. [GHSA-65pc-fj4g-8rjx]</li>
</ul>
<p>Thanks to Stan Ulbrych for reporting the issue.</p>
</blockquote>
</details>
<details>
<summary>Commits</summary>
<ul>
<li><a
href="https://github.com/kjd/idna/commit/37b6b7497aee4805f7a74a7d86206ac05be9669a"><code>37b6b74</code></a>
Release v3.14</li>
<li><a
href="https://github.com/kjd/idna/commit/628fef84d3eda59321c21127e73dcd873db23ead"><code>628fef8</code></a>
Use valid_string_length() for early oversized-input check</li>
<li><a
href="https://github.com/kjd/idna/commit/1e26c7fd93c67995422af9d1f071f45ee6433fd0"><code>1e26c7f</code></a>
Tweak release wording</li>
<li><a
href="https://github.com/kjd/idna/commit/ab5668fb6eaf4254d91d6993c0b23e98e21202fb"><code>ab5668f</code></a>
Pre-release 3.14</li>
<li><a
href="https://github.com/kjd/idna/commit/c0dda4501df5d91c3181ce6f962dc5de74e82cc1"><code>c0dda45</code></a>
Merge commit from fork</li>
<li><a
href="https://github.com/kjd/idna/commit/b7391f4c240bf2eae80eaed0a2ef7c2e0496af96"><code>b7391f4</code></a>
Add docstrings to package (<a
href="https://redirect.github.com/kjd/idna/issues/226">#226</a>)</li>
<li><a
href="https://github.com/kjd/idna/commit/0f4a28d88f8cce54269f0b6a42edf5e6a5424319"><code>0f4a28d</code></a>
Raise IDNAError on non-string input to encode/decode (<a
href="https://redirect.github.com/kjd/idna/issues/224">#224</a>)</li>
<li><a
href="https://github.com/kjd/idna/commit/7e6df7196e6396b5b84b9530eab8272b5ad51898"><code>7e6df71</code></a>
Address type issues found by <code>ty</code> (<a
href="https://redirect.github.com/kjd/idna/issues/225">#225</a>)</li>
<li><a
href="https://github.com/kjd/idna/commit/6ebfaab9ea718dce38a7c17ddafd7fb28b0468d4"><code>6ebfaab</code></a>
Merge pull request <a
href="https://redirect.github.com/kjd/idna/issues/221">#221</a> from
kjd/release-3.13</li>
<li>See full diff in <a
href="https://github.com/kjd/idna/compare/v3.13...v3.14">compare
view</a></li>
</ul>
</details>
<br />
Updates `markdown-it-py` from 4.0.0 to 4.2.0
<details>
<summary>Release notes</summary>
<p><em>Sourced from <a
href="https://github.com/executablebooks/markdown-it-py/releases">markdown-it-py's
releases</a>.</em></p>
<blockquote>
<h2>v4.2.0</h2>
<h2>What's Changed</h2>
<ul>
<li>✨ Add <code>make_fence_rule()</code> factory for configurable fence
markers by <a
href="https://github.com/chrisjsewell"><code>@chrisjsewell</code></a>
in <a
href="https://redirect.github.com/executablebooks/markdown-it-py/pull/394">executablebooks/markdown-it-py#394</a></li>
<li>🚀 RELEASE v4.2.0 by <a
href="https://github.com/chrisjsewell"><code>@chrisjsewell</code></a>
in <a
href="https://redirect.github.com/executablebooks/markdown-it-py/pull/395">executablebooks/markdown-it-py#395</a></li>
</ul>
<p><strong>Full Changelog</strong>: <a
href="https://github.com/executablebooks/markdown-it-py/compare/v4.1.0...v4.2.0">https://github.com/executablebooks/markdown-it-py/compare/v4.1.0...v4.2.0</a></p>
<h2>v4.1.0</h2>
<h2>What's Changed</h2>
<ul>
<li>✨ Add <code>--stdin</code> option to CLI by <a
href="https://github.com/mcepl"><code>@mcepl</code></a> in <a
href="https://redirect.github.com/executablebooks/markdown-it-py/pull/379">executablebooks/markdown-it-py#379</a></li>
<li>Add AGENTS.md and copilot-setup-steps workflow by <a
href="https://github.com/Copilot"><code>@Copilot</code></a> in <a
href="https://redirect.github.com/executablebooks/markdown-it-py/pull/380">executablebooks/markdown-it-py#380</a></li>
<li>🔧 Add typing to Scanner by <a
href="https://github.com/Alunderin"><code>@Alunderin</code></a> in <a
href="https://redirect.github.com/executablebooks/markdown-it-py/pull/382">executablebooks/markdown-it-py#382</a></li>
<li>👌 Fix quadratic complexity in <code>fragments_join</code> /
<code>text_join</code> by <a
href="https://github.com/petricevich"><code>@petricevich</code></a> in
<a
href="https://redirect.github.com/executablebooks/markdown-it-py/pull/389">executablebooks/markdown-it-py#389</a></li>
<li>✨Allow plugins to register inline terminator characters by <a
href="https://github.com/Copilot"><code>@Copilot</code></a> in <a
href="https://redirect.github.com/executablebooks/markdown-it-py/pull/391">executablebooks/markdown-it-py#391</a></li>
<li>✨ Add <code>gfm-like2</code> preset with task lists, alerts, and
single-tilde strikethrough by <a
href="https://github.com/chrisjsewell"><code>@chrisjsewell</code></a>
in <a
href="https://redirect.github.com/executablebooks/markdown-it-py/pull/388">executablebooks/markdown-it-py#388</a></li>
<li>🔧 Update pre-commit hooks by <a
href="https://github.com/chrisjsewell"><code>@chrisjsewell</code></a>
in <a
href="https://redirect.github.com/executablebooks/markdown-it-py/pull/392">executablebooks/markdown-it-py#392</a></li>
<li>🚀 RELEASE v4.1.0 by <a
href="https://github.com/chrisjsewell"><code>@chrisjsewell</code></a>
in <a
href="https://redirect.github.com/executablebooks/markdown-it-py/pull/393">executablebooks/markdown-it-py#393</a></li>
</ul>
<h2>New Contributors</h2>
<ul>
<li><a href="https://github.com/mcepl"><code>@mcepl</code></a> made
their first contribution in <a
href="https://redirect.github.com/executablebooks/markdown-it-py/pull/379">executablebooks/markdown-it-py#379</a></li>
<li><a href="https://github.com/Copilot"><code>@Copilot</code></a> made
their first contribution in <a
href="https://redirect.github.com/executablebooks/markdown-it-py/pull/380">executablebooks/markdown-it-py#380</a></li>
<li><a href="https://github.com/Alunderin"><code>@Alunderin</code></a>
made their first contribution in <a
href="https://redirect.github.com/executablebooks/markdown-it-py/pull/382">executablebooks/markdown-it-py#382</a></li>
<li><a
href="https://github.com/petricevich"><code>@petricevich</code></a>
made their first contribution in <a
href="https://redirect.github.com/executablebooks/markdown-it-py/pull/389">executablebooks/markdown-it-py#389</a></li>
</ul>
<p><strong>Full Changelog</strong>: <a
href="https://github.com/executablebooks/markdown-it-py/compare/v4.0.0...v4.1.0">https://github.com/executablebooks/markdown-it-py/compare/v4.0.0...v4.1.0</a></p>
</blockquote>
</details>
<details>
<summary>Changelog</summary>
<p><em>Sourced from <a
href="https://github.com/executablebooks/markdown-it-py/blob/master/CHANGELOG.md">markdown-it-py's
changelog</a>.</em></p>
<blockquote>
<h2>4.2.0 - 2026-05-07</h2>
<ul>
<li>✨ Add <code>make_fence_rule()</code> factory for configurable fence
markers in <a
href="https://redirect.github.com/executablebooks/markdown-it-py/pull/394">#394</a></li>
</ul>
<h2>4.1.0 - 2025-05-06</h2>
<ul>
<li>✨ Add <code>gfm-like2</code> preset with task lists, alerts, and
single-tilde strikethrough core plugins in <a
href="https://redirect.github.com/executablebooks/markdown-it-py/pull/388">#388</a></li>
<li>✨ Allow plugins to register inline terminator characters in <a
href="https://redirect.github.com/executablebooks/markdown-it-py/pull/391">#391</a></li>
<li>👌 Fix quadratic complexity in <code>fragments_join</code> /
<code>text_join</code> in <a
href="https://redirect.github.com/executablebooks/markdown-it-py/pull/389">#389</a>,
thanks to <a
href="https://github.com/petricevich"><code>@petricevich</code></a></li>
<li>👌 Add <code>--stdin</code> option to CLI for reading Markdown from
standard input in <a
href="https://redirect.github.com/executablebooks/markdown-it-py/pull/379">#379</a>,
thanks to <a
href="https://github.com/mcepl"><code>@mcepl</code></a></li>
<li>🔧 Add typing to Scanner in <a
href="https://redirect.github.com/executablebooks/markdown-it-py/pull/382">#382</a>,
thanks to <a
href="https://github.com/Alunderin"><code>@Alunderin</code></a></li>
</ul>
<p><strong>Full Changelog</strong>: <a
href="https://github.com/executablebooks/markdown-it-py/compare/v4.0.0...v4.1.0">https://github.com/executablebooks/markdown-it-py/compare/v4.0.0...v4.1.0</a></p>
</blockquote>
</details>
<details>
<summary>Commits</summary>
<ul>
<li><a
href="https://github.com/executablebooks/markdown-it-py/commit/36c5f547144df2d01970a5792d68c71a3380b227"><code>36c5f54</code></a>
🚀 RELEASE v4.2.0 (<a
href="https://redirect.github.com/executablebooks/markdown-it-py/issues/395">#395</a>)</li>
<li><a
href="https://github.com/executablebooks/markdown-it-py/commit/96cf077ba5a6b3b4b2f862db7e0fc532694a72e9"><code>96cf077</code></a>
✨ Add <code>make_fence_rule()</code> factory for configurable fence
markers (<a
href="https://redirect.github.com/executablebooks/markdown-it-py/issues/394">#394</a>)</li>
<li><a
href="https://github.com/executablebooks/markdown-it-py/commit/3b4ff6ddd368b679643d12debf09e10ef602d4db"><code>3b4ff6d</code></a>
🚀 RELEASE v4.1.0 (<a
href="https://redirect.github.com/executablebooks/markdown-it-py/issues/393">#393</a>)</li>
<li><a
href="https://github.com/executablebooks/markdown-it-py/commit/8951f267370b03a26ae88600a6dfc707ea290067"><code>8951f26</code></a>
🔧 Update pre-commit hooks (<a
href="https://redirect.github.com/executablebooks/markdown-it-py/issues/392">#392</a>)</li>
<li><a
href="https://github.com/executablebooks/markdown-it-py/commit/693bb24063b6c658d60c7c14203ac6470387e3c6"><code>693bb24</code></a>
✨ Add <code>gfm-like2</code> preset with task lists, alerts, and
single-tilde strikethro...</li>
<li><a
href="https://github.com/executablebooks/markdown-it-py/commit/df6fd361099cab7fe0259467c3aaa3f284ec8259"><code>df6fd36</code></a>
✨Allow plugins to register inline terminator characters (<a
href="https://redirect.github.com/executablebooks/markdown-it-py/issues/391">#391</a>)</li>
<li><a
href="https://github.com/executablebooks/markdown-it-py/commit/d4ea0ca7f44e3ca86c18a87356502c59e5e49ec3"><code>d4ea0ca</code></a>
👌 Fix quadratic complexity in <code>fragments_join</code> /
<code>text_join</code> (<a
href="https://redirect.github.com/executablebooks/markdown-it-py/issues/389">#389</a>)</li>
<li><a
href="https://github.com/executablebooks/markdown-it-py/commit/89331476e44c150bc32e2597a5fae4cd15391167"><code>8933147</code></a>
🔧 Add typing to Scanner (<a
href="https://redirect.github.com/executablebooks/markdown-it-py/issues/382">#382</a>)</li>
<li><a
href="https://github.com/executablebooks/markdown-it-py/commit/2f6ae107ba32e9a7bd2d00134d09a78ec805a6a0"><code>2f6ae10</code></a>
🔧 Add AGENTS.md and copilot-setup-steps workflow (<a
href="https://redirect.github.com/executablebooks/markdown-it-py/issues/380">#380</a>)</li>
<li><a
href="https://github.com/executablebooks/markdown-it-py/commit/49043e4445d233598fb893bed6949f7b25ae4e27"><code>49043e4</code></a>
Add --stdin option to CLI for reading Markdown from standard input (<a
href="https://redirect.github.com/executablebooks/markdown-it-py/issues/379">#379</a>)</li>
<li>See full diff in <a
href="https://github.com/executablebooks/markdown-it-py/compare/v4.0.0...v4.2.0">compare
view</a></li>
</ul>
</details>
<br />
Updates `requests` from 2.33.0 to 2.34.0
<details>
<summary>Release notes</summary>
<p><em>Sourced from <a
href="https://github.com/psf/requests/releases">requests's
releases</a>.</em></p>
<blockquote>
<h2>v2.34.0</h2>
<h2>2.34.0 (2026-05-11)</h2>
<p><strong>Announcements</strong></p>
<ul>
<li>
<p>Requests 2.34.0 introduces inline types, replacing those provided by
typeshed. Public API types should be fully compatible with mypy,
pyright,
and ty. <strong>We believe types are comprehensive but if you find
issues, please
report them to the <a
href="https://redirect.github.com/psf/requests/issues/7271">pinned
tracking issue</a>.</strong></p>
<p>Special thanks to <a
href="https://github.com/bastimeyer"><code>@bastimeyer</code></a>, <a
href="https://github.com/cthoyt"><code>@cthoyt</code></a>, <a
href="https://github.com/edgarrmondragon"><code>@edgarrmondragon</code></a>,
and <a href="https://github.com/srittau"><code>@srittau</code></a> for
helping review and test the types ahead of the release. (<a
href="https://redirect.github.com/psf/requests/issues/7272">#7272</a>)</p>
</li>
</ul>
<p><strong>Improvements</strong></p>
<ul>
<li>Digest Auth hashing algorithms have added
<code>usedforsecurity=False</code> to clarify
security considerations. (<a
href="https://redirect.github.com/psf/requests/issues/7310">#7310</a>)</li>
<li>Requests added support for Python 3.15 based on beta1. Downstream
projects
should be able to start testing prior to its release in October. (<a
href="https://redirect.github.com/psf/requests/issues/7422">#7422</a>)</li>
<li>Requests added support for Python 3.14t. (<a
href="https://redirect.github.com/psf/requests/issues/7419">#7419</a>)</li>
</ul>
<p><strong>Bugfixes</strong></p>
<ul>
<li><code>Response.history</code> no longer contains a reference to
itself, preventing
accidental looping when traversing the history list. (<a
href="https://redirect.github.com/psf/requests/issues/7328">#7328</a>)</li>
<li>Requests no longer performs greedy matching on no_proxy domains. The
proxy_bypass implementation has been updated with CPython's fix from
bpo-39057. (<a
href="https://redirect.github.com/psf/requests/issues/7427">#7427</a>)</li>
<li>Requests no longer incorrectly strips duplicate leading slashes in
URI paths. This should address user issues with specific presigned
URLs. Note the full fix requires urllib3 2.7.0+. (<a
href="https://redirect.github.com/psf/requests/issues/7315">#7315</a>)</li>
</ul>
<h2>New Contributors</h2>
<ul>
<li><a href="https://github.com/cjriches"><code>@cjriches</code></a>
made their first contribution in <a
href="https://redirect.github.com/psf/requests/pull/7365">psf/requests#7365</a></li>
<li><a href="https://github.com/dsanader"><code>@dsanader</code></a>
made their first contribution in <a
href="https://redirect.github.com/psf/requests/pull/7376">psf/requests#7376</a></li>
<li><a
href="https://github.com/DimitriPapadopoulos"><code>@DimitriPapadopoulos</code></a>
made their first contribution in <a
href="https://redirect.github.com/psf/requests/pull/7393">psf/requests#7393</a></li>
<li><a href="https://github.com/joshua-51"><code>@joshua-51</code></a>
made their first contribution in <a
href="https://redirect.github.com/psf/requests/pull/7416">psf/requests#7416</a></li>
<li><a href="https://github.com/eggsort"><code>@eggsort</code></a> made
their first contribution in <a
href="https://redirect.github.com/psf/requests/pull/7421">psf/requests#7421</a></li>
<li><a href="https://github.com/typhon8"><code>@typhon8</code></a> made
their first contribution in <a
href="https://redirect.github.com/psf/requests/pull/7315">psf/requests#7315</a></li>
<li><a
href="https://github.com/bastimeyer"><code>@bastimeyer</code></a> made
their first contribution in <a
href="https://redirect.github.com/psf/requests/pull/7425">psf/requests#7425</a></li>
</ul>
<p><strong>Full Changelog</strong>: <a
href="https://github.com/psf/requests/blob/main/HISTORY.md#2340-2026-05-11">https://github.com/psf/requests/blob/main/HISTORY.md#2340-2026-05-11</a></p>
<h2>v2.33.1</h2>
<h2>2.33.1 (2026-03-30)</h2>
<p><strong>Bugfixes</strong></p>
<ul>
<li>Fixed test cleanup for CVE-2026-25645 to avoid leaving unnecessary
files in the tmp directory. (<a
href="https://redirect.github.com/psf/requests/issues/7305">#7305</a>)</li>
<li>Fixed Content-Type header parsing for malformed values. (<a
href="https://redirect.github.com/psf/requests/issues/7309">#7309</a>)</li>
<li>Improved error consistency for malformed header values. (<a
href="https://redirect.github.com/psf/requests/issues/7308">#7308</a>)</li>
</ul>
<!-- raw HTML omitted -->
</blockquote>
<p>... (truncated)</p>
</details>
<details>
<summary>Changelog</summary>
<p><em>Sourced from <a
href="https://github.com/psf/requests/blob/main/HISTORY.md">requests's
changelog</a>.</em></p>
<blockquote>
<h2>2.34.0 (2026-05-11)</h2>
<p><strong>Announcements</strong></p>
<ul>
<li>
<p>Requests 2.34.0 introduces inline types, replacing those provided by
typeshed. Public API types should be fully compatible with mypy,
pyright,
and ty. We believe types are comprehensive but if you find issues,
please
report them to the pinned tracking issue.</p>
<p>Special thanks to <a
href="https://github.com/bastimeyer"><code>@bastimeyer</code></a>, <a
href="https://github.com/cthoyt"><code>@cthoyt</code></a>, <a
href="https://github.com/edgarrmondragon"><code>@edgarrmondragon</code></a>,
and <a href="https://github.com/srittau"><code>@srittau</code></a> for
helping review and test the types ahead of the release. (<a
href="https://redirect.github.com/psf/requests/issues/7272">#7272</a>)</p>
</li>
</ul>
<p><strong>Improvements</strong></p>
<ul>
<li>Digest Auth hashing algorithms have added
<code>usedforsecurity=False</code> to clarify
security considerations. (<a
href="https://redirect.github.com/psf/requests/issues/7310">#7310</a>)</li>
<li>Requests added support for Python 3.15 based on beta1. Downstream
projects
should be able to start testing prior to its release in October. (<a
href="https://redirect.github.com/psf/requests/issues/7422">#7422</a>)</li>
<li>Requests added support for Python 3.14t. (<a
href="https://redirect.github.com/psf/requests/issues/7419">#7419</a>)</li>
</ul>
<p><strong>Bugfixes</strong></p>
<ul>
<li><code>Response.history</code> no longer contains a reference to
itself, preventing
accidental looping when traversing the history list. (<a
href="https://redirect.github.com/psf/requests/issues/7328">#7328</a>)</li>
<li>Requests no longer performs greedy matching on no_proxy domains. The
proxy_bypass implementation has been updated with CPython's fix from
bpo-39057. (<a
href="https://redirect.github.com/psf/requests/issues/7427">#7427</a>)</li>
<li>Requests no longer incorrectly strips duplicate leading slashes in
URI paths. This should address user issues with specific presigned
URLs. Note the full fix requires urllib3 2.7.0+. (<a
href="https://redirect.github.com/psf/requests/issues/7315">#7315</a>)</li>
</ul>
<h2>2.33.1 (2026-03-30)</h2>
<p><strong>Bugfixes</strong></p>
<ul>
<li>Fixed test cleanup for CVE-2026-25645 to avoid leaving unnecessary
files in the tmp directory. (<a
href="https://redirect.github.com/psf/requests/issues/7305">#7305</a>)</li>
<li>Fixed Content-Type header parsing for malformed values. (<a
href="https://redirect.github.com/psf/requests/issues/7309">#7309</a>)</li>
<li>Improved error consistency for malformed header values. (<a
href="https://redirect.github.com/psf/requests/issues/7308">#7308</a>)</li>
</ul>
</blockquote>
</details>
<details>
<summary>Commits</summary>
<ul>
<li><a
href="https://github.com/psf/requests/commit/0b401c76b6e80a4eecf3c690085b2553f6e261ca"><code>0b401c7</code></a>
v2.34.0</li>
<li><a
href="https://github.com/psf/requests/commit/86b378d3f60f828daa13ca50aa82e287ff7b66b4"><code>86b378d</code></a>
Align Session.get parameters with requests.get (<a
href="https://redirect.github.com/psf/requests/issues/7429">#7429</a>)</li>
<li><a
href="https://github.com/psf/requests/commit/a4f9a5999bdb9bf2d6e7c8aa973b28cacb17134f"><code>a4f9a59</code></a>
Port bpo-39057 to Requests (<a
href="https://redirect.github.com/psf/requests/issues/7427">#7427</a>)</li>
<li><a
href="https://github.com/psf/requests/commit/3816cfa1abd42dca21b9e837f26c59b246016aaf"><code>3816cfa</code></a>
Parameterize SupportsItems to handle Mapping key invariance (<a
href="https://redirect.github.com/psf/requests/issues/7426">#7426</a>)</li>
<li><a
href="https://github.com/psf/requests/commit/b684dcb9bbf3aa557d1238e72062c4a29737dd1c"><code>b684dcb</code></a>
sessions: fix hooks type (<a
href="https://redirect.github.com/psf/requests/issues/7425">#7425</a>)</li>
<li><a
href="https://github.com/psf/requests/commit/dc9dbdfb3434c6e58d48fd102f93e5342308817e"><code>dc9dbdf</code></a>
Formalize 3.15 support (<a
href="https://redirect.github.com/psf/requests/issues/7422">#7422</a>)</li>
<li><a
href="https://github.com/psf/requests/commit/25340ebad09a38e0748aeb26232102022a03ec94"><code>25340eb</code></a>
Clear proxy env vars before every test run (<a
href="https://redirect.github.com/psf/requests/issues/7423">#7423</a>)</li>
<li><a
href="https://github.com/psf/requests/commit/fd628095d7b9ddbf3e987d8a4bf0e6062768916f"><code>fd62809</code></a>
Preserve leading slashes in request path_url (<a
href="https://redirect.github.com/psf/requests/issues/7315">#7315</a>)</li>
<li><a
href="https://github.com/psf/requests/commit/e8d2c015eecda8273612dd4562425e00cd164ba5"><code>e8d2c01</code></a>
docs: Fix missing hook output in docs example (<a
href="https://redirect.github.com/psf/requests/issues/7421">#7421</a>)</li>
<li><a
href="https://github.com/psf/requests/commit/eb173bc819c72580deed2d54190d340cc769e529"><code>eb173bc</code></a>
Add 3.14t support to CI (<a
href="https://redirect.github.com/psf/requests/issues/7419">#7419</a>)</li>
<li>Additional commits viewable in <a
href="https://github.com/psf/requests/compare/v2.33.0...v2.34.0">compare
view</a></li>
</ul>
</details>
<br />
Dependabot will resolve any conflicts with this PR as long as you don't
alter it yourself. You can also trigger a rebase manually by commenting
`@dependabot rebase`.
[//]: # (dependabot-automerge-start)
[//]: # (dependabot-automerge-end)
---
<details>
<summary>Dependabot commands and options</summary>
<br />
You can trigger Dependabot actions by commenting on this PR:
- `@dependabot rebase` will rebase this PR
- `@dependabot recreate` will recreate this PR, overwriting any edits
that have been made to it
- `@dependabot 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 b6d7623 commit f70d945
1 file changed
Lines changed: 9 additions & 9 deletions
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
511 | 511 | | |
512 | 512 | | |
513 | 513 | | |
514 | | - | |
515 | | - | |
516 | | - | |
| 514 | + | |
| 515 | + | |
| 516 | + | |
517 | 517 | | |
518 | 518 | | |
519 | 519 | | |
| |||
656 | 656 | | |
657 | 657 | | |
658 | 658 | | |
659 | | - | |
660 | | - | |
661 | | - | |
| 659 | + | |
| 660 | + | |
| 661 | + | |
662 | 662 | | |
663 | 663 | | |
664 | 664 | | |
| |||
1192 | 1192 | | |
1193 | 1193 | | |
1194 | 1194 | | |
1195 | | - | |
1196 | | - | |
1197 | | - | |
| 1195 | + | |
| 1196 | + | |
| 1197 | + | |
1198 | 1198 | | |
1199 | 1199 | | |
1200 | 1200 | | |
| |||
0 commit comments