dependabot[bot] opened a new pull request, #87: URL: https://github.com/apache/solr-orbit/pull/87
Updates the requirements on [numpy](https://github.com/numpy/numpy), [coverage](https://github.com/coveragepy/coveragepy) and [ruff](https://github.com/astral-sh/ruff) to permit the latest version. Updates `numpy` to 2.5.3 <details> <summary>Release notes</summary> <p><em>Sourced from <a href="https://github.com/numpy/numpy/releases">numpy's releases</a>.</em></p> <blockquote> <h2>v2.5.3 (Sep 6, 2026)</h2> <h1>NumPy 2.5.3 Release Notes</h1> <p>The NumPy 2.5.3 is a patch release that fixes bugs discovered after the 2.5.2 release. Apart from the usual bug and maintenance work, there are a number of StringDType related fixes for problems discovered during the ongoing string work in the main branch.</p> <p>This release supports Python versions 3.12-3.15</p> <h2>Changes</h2> <ul> <li> <p>Casting a fixed-width byte string array (<code>np.bytes_</code>) to <code>StringDType</code> now raises <code>TypeError</code> when the bytes are not valid UTF-8. Previously the invalid bytes were stored as-is and later caused undefined behavior in string operations.</p> <p>(<a href="https://redirect.github.com/numpy/numpy/pull/32296">gh-32296</a>)</p> </li> <li> <p><code>MaskedArray._fill_value</code> would become stale when ufuncs that change dtype left the result holding a fill_value typed for the old dtype. The mismatch was silent until something later called <code>_check_fill_value</code>, such as <code>.view()</code>, and then a <code>TypeError</code> would be raised. Now, when the copied fill_value is no longer valid for the new dtype, fall back to the default fill_value for that dtype instead of propagating the stale value. This may raise a <code>ComplexWarning</code> if the fill_value is complex and the new dtype is real.</p> <p>(<a href="https://redirect.github.com/numpy/numpy/pull/32423">gh-32423</a>)</p> </li> </ul> <h2>Contributors</h2> <p>A total of 9 people contributed to this release. People with a "+" by their names contributed a patch for the first time.</p> <ul> <li>Charles Harris</li> <li>Iason Krommydas</li> <li>James Davies +</li> <li>Joren Hammudoglu</li> <li>Maanas Arora</li> <li>Matti Picus</li> <li>Nathan Goldbaum</li> <li>Shikhar Goel +</li> <li>Yeonho Kim +</li> </ul> <h2>Pull requests merged</h2> <p>A total of 27 pull requests were merged for this release.</p> <ul> <li><a href="https://redirect.github.com/numpy/numpy/pull/32235">#32235</a>: MAINT: Prepare 2.5.x for further development</li> </ul> <!-- raw HTML omitted --> </blockquote> <p>... (truncated)</p> </details> <details> <summary>Changelog</summary> <p><em>Sourced from <a href="https://github.com/numpy/numpy/blob/main/doc/RELEASE_WALKTHROUGH.rst">numpy's changelog</a>.</em></p> <blockquote> <p>This is a walkthrough of the NumPy 2.4.0 release on Linux, which will be the first feature release using the <code>numpy/numpy-release <https://github.com/numpy/numpy-release></code>__ repository.</p> <p>The commands can be copied into the command line, but be sure to replace 2.4.0 with the correct version. This should be read together with the :ref:<code>general release guide <prepare_release></code>.</p> <h1>Facility preparation</h1> <p>Before beginning to make a release, use the <code>requirements/*_requirements.txt</code> files to ensure that you have the needed software. Most software can be installed with pip, but some will require apt-get, dnf, or whatever your system uses for software. You will also need a GitHub personal access token (PAT) to push the documentation. There are a few ways to streamline things:</p> <ul> <li>Git can be set up to use a keyring to store your GitHub personal access token. Search online for the details.</li> </ul> <h1>Prior to release</h1> <h2>Add/drop Python versions</h2> <p>When adding or dropping Python versions, multiple config and CI files need to be edited in addition to changing the minimum version in <code>pyproject.toml</code>. Make these changes in an ordinary PR against main and backport if necessary. We currently release wheels for new Python versions after the first Python RC once manylinux and cibuildwheel support that new Python version.</p> <h2>Backport pull requests</h2> <p>Changes that have been marked for this release must be backported to the maintenance/2.4.x branch.</p> <h2>Update 2.4.0 milestones</h2> <p>Look at the issues/prs with 2.4.0 milestones and either push them off to a later version, or maybe remove the milestone. You may need to add a milestone.</p> <h2>Check the numpy-release repo</h2> <!-- raw HTML omitted --> </blockquote> <p>... (truncated)</p> </details> <details> <summary>Commits</summary> <ul> <li><a href="https://github.com/numpy/numpy/commit/dd88c0c19b54ad9ed3533224221285bf0873249a"><code>dd88c0c</code></a> Merge pull request <a href="https://redirect.github.com/numpy/numpy/issues/32511">#32511</a> from charris/prepare-2.5.3</li> <li><a href="https://github.com/numpy/numpy/commit/edcac6acc392f4010933ee83e8a4769a7cfe92c5"><code>edcac6a</code></a> REL: Prepare for the NumPy 2.5.3 release</li> <li><a href="https://github.com/numpy/numpy/commit/fd4d908aff89773ead13f7c6a0ab31153f14439e"><code>fd4d908</code></a> Merge pull request <a href="https://redirect.github.com/numpy/numpy/issues/32509">#32509</a> from charris/backport-32496</li> <li><a href="https://github.com/numpy/numpy/commit/65bb1da13d0ee784be84d173b86784f0d64bdaca"><code>65bb1da</code></a> BUG: fix crash in ufunc.resolve_dtypes with a Python scalar type (<a href="https://redirect.github.com/numpy/numpy/issues/32496">#32496</a>)</li> <li><a href="https://github.com/numpy/numpy/commit/294956e85dfaea149aada1278c2ed6be0f6f28c8"><code>294956e</code></a> Merge pull request <a href="https://redirect.github.com/numpy/numpy/issues/32506">#32506</a> from charris/backport-32503</li> <li><a href="https://github.com/numpy/numpy/commit/26428d9a3f5ab4f604b326347e3a9c6dcc00c1cb"><code>26428d9</code></a> DOC: fix scipy docs links in intersphinx mapping (<a href="https://redirect.github.com/numpy/numpy/issues/32507">#32507</a>)</li> <li><a href="https://github.com/numpy/numpy/commit/5fab1cbc6aa9e119d9f931243a56c6fbca989476"><code>5fab1cb</code></a> DOC: use static scipy doc site for intershpinx (<a href="https://redirect.github.com/numpy/numpy/issues/32503">#32503</a>)</li> <li><a href="https://github.com/numpy/numpy/commit/7beed2f7e9a24e493a04ff7e2eb1db0d7f9c50e6"><code>7beed2f</code></a> Merge pull request <a href="https://redirect.github.com/numpy/numpy/issues/32481">#32481</a> from ngoldbaum/stringdtype-backport</li> <li><a href="https://github.com/numpy/numpy/commit/8972f70798a2ba1bb4557157982fd6001906f993"><code>8972f70</code></a> Merge pull request <a href="https://redirect.github.com/numpy/numpy/issues/32478">#32478</a> from charris/backport-32466</li> <li><a href="https://github.com/numpy/numpy/commit/ab1b58902a868d4151ef3cf8dbeb91d8a1924fa4"><code>ab1b589</code></a> Merge pull request <a href="https://redirect.github.com/numpy/numpy/issues/32477">#32477</a> from charris/backport-32423</li> <li>Additional commits viewable in <a href="https://github.com/numpy/numpy/compare/v1.24.2...v2.5.3">compare view</a></li> </ul> </details> <br /> Updates `coverage` from 7.16.0 to 7.16.1 <details> <summary>Release notes</summary> <p><em>Sourced from <a href="https://github.com/coveragepy/coveragepy/releases">coverage's releases</a>.</em></p> <blockquote> <h2>7.16.1</h2> <h2>Version 7.16.1 — 2026-09-13</h2> <ul> <li>Fix: when the body of an irrefutable <code>case</code> (like <code>case _:</code>) is entirely excluded, the <code>case</code> line is now excluded too, just as an excluded <code>else:</code> body removes the <code>else:</code> line. Previously the <code>case</code> line was left behind and reported as missing. Closes <a href="https://redirect.github.com/coveragepy/coveragepy/issues/1563">issue 1563</a> with <a href="https://redirect.github.com/coveragepy/coveragepy/pull/2269">pull 2269</a>.</li> <li>Fix: using <a href="https://coverage.readthedocs.io/en/latest/api_coveragedata.html#coverage.CoverageData.update">CoverageData.update()</a> twice on an in-memory database would fail, as described in <a href="https://redirect.github.com/coveragepy/coveragepy/issues/2279">issue 2279</a>. This is now fixed.</li> </ul> <p>:arrow_right: PyPI page: <a href="https://pypi.org/project/coverage/7.16.1">coverage 7.16.1</a>. :arrow_right: To install: <code>python3 -m pip install coverage==7.16.1</code></p> </blockquote> </details> <details> <summary>Changelog</summary> <p><em>Sourced from <a href="https://github.com/coveragepy/coveragepy/blob/main/CHANGES.rst">coverage's changelog</a>.</em></p> <blockquote> <h2>Version 7.16.1 — 2026-09-13</h2> <ul> <li> <p>Fix: when the body of an irrefutable <code>case</code> (like <code>case _:</code>) is entirely excluded, the <code>case</code> line is now excluded too, just as an excluded <code>else:</code> body removes the <code>else:</code> line. Previously the <code>case</code> line was left behind and reported as missing. Closes <code>issue 1563</code>_ with <code>pull 2269</code>_.</p> </li> <li> <p>Fix: using :meth:<code>.CoverageData.update</code> twice on an in-memory database would fail, as described in <code>issue 2279</code>_. This is now fixed.</p> </li> </ul> <p>.. _issue 1563: <a href="https://redirect.github.com/coveragepy/coveragepy/issues/1563">coveragepy/coveragepy#1563</a> .. _pull 2269: <a href="https://redirect.github.com/coveragepy/coveragepy/pull/2269">coveragepy/coveragepy#2269</a> .. _issue 2279: <a href="https://redirect.github.com/coveragepy/coveragepy/issues/2279">coveragepy/coveragepy#2279</a></p> <p>.. _changes_7-16-0:</p> </blockquote> </details> <details> <summary>Commits</summary> <ul> <li><a href="https://github.com/coveragepy/coveragepy/commit/ccbb99245dcb4e51a35087285499cdb22b164ccc"><code>ccbb992</code></a> docs: prep for 7.16.1</li> <li><a href="https://github.com/coveragepy/coveragepy/commit/0697ccc9360cea85676076b935b076b020e3bcb1"><code>0697ccc</code></a> chore: make upgrade</li> <li><a href="https://github.com/coveragepy/coveragepy/commit/12f35958932173737ac451bdc33cdea2f3678917"><code>12f3595</code></a> chore: bump docker/setup-qemu-action in the action-dependencies group (<a href="https://redirect.github.com/coveragepy/coveragepy/issues/2280">#2280</a>)</li> <li><a href="https://github.com/coveragepy/coveragepy/commit/35b58d3e83b2298dcb453e9356eb3f40e91a8db9"><code>35b58d3</code></a> fix: CoverageData.update() can be called twice on an in-memory database. <a href="https://redirect.github.com/coveragepy/coveragepy/issues/2279">#2279</a></li> <li><a href="https://github.com/coveragepy/coveragepy/commit/92e1ce9b7bbcf69c3eccd2669e8c5edf0a4eba45"><code>92e1ce9</code></a> chore: bump the action-dependencies group with 4 updates (<a href="https://redirect.github.com/coveragepy/coveragepy/issues/2278">#2278</a>)</li> <li><a href="https://github.com/coveragepy/coveragepy/commit/bf0731046b4d8865ef61ccf3be0c573930468342"><code>bf07310</code></a> build: quote var expansion (actionlint SC2086)</li> <li><a href="https://github.com/coveragepy/coveragepy/commit/3c434f506ee01e14297802b704c4db87904914b3"><code>3c434f5</code></a> quality: use shellcheck-py to get shellcheck in GitHub CI</li> <li><a href="https://github.com/coveragepy/coveragepy/commit/632f39725595a765c8dbd6327fec867c06d8bec3"><code>632f397</code></a> build: use .txt instead of .pip, even though it's a stupid extension</li> <li><a href="https://github.com/coveragepy/coveragepy/commit/ffc6a4ad4447dfb52fe47d5110440cd6776431ab"><code>ffc6a4a</code></a> test: only run diff-cover on pull requests</li> <li><a href="https://github.com/coveragepy/coveragepy/commit/33553b33cfbbc5c6afa5f49a033520b803d034d2"><code>33553b3</code></a> fix: exclude the <code>case</code> line when an irrefutable case body is excluded (<a href="https://redirect.github.com/coveragepy/coveragepy/issues/2269">#2269</a>)</li> <li>Additional commits viewable in <a href="https://github.com/coveragepy/coveragepy/compare/7.16.0...7.16.1">compare view</a></li> </ul> </details> <br /> Updates `ruff` from 0.16.5 to 0.16.7 <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.16.7</h2> <h2>Release Notes</h2> <p>Released on 2026-09-10.</p> <h3>Preview features</h3> <ul> <li>[<code>ruff</code>] Add rule for default values on method receivers (<code>RUF077</code>) (<a href="https://redirect.github.com/astral-sh/ruff/pull/26700">#26700</a>)</li> <li>[<code>ruff</code>] Recognize <code>re.prefixmatch</code> (<code>RUF039</code>, <code>RUF055</code>) (<a href="https://redirect.github.com/astral-sh/ruff/pull/28311">#28311</a>)</li> </ul> <h3>Bug fixes</h3> <ul> <li>Alternate nested quotes inside format spec interpolations (<a href="https://redirect.github.com/astral-sh/ruff/pull/28259">#28259</a>)</li> <li>[<code>flake8-implicit-str-concat</code>] Mark fix unsafe when it creates a docstring (<code>ISC003</code>) (<a href="https://redirect.github.com/astral-sh/ruff/pull/27981">#27981</a>)</li> <li>[<code>flake8-tidy-imports</code>] Skip fixes for multi-member imports (<code>TID254</code>) (<a href="https://redirect.github.com/astral-sh/ruff/pull/26584">#26584</a>)</li> <li>[<code>pylint</code>] Gate <code>ImportCycleError</code> on Python 3.15 (<code>PLW0133</code>) (<a href="https://redirect.github.com/astral-sh/ruff/pull/28310">#28310</a>)</li> </ul> <h3>Rule changes</h3> <ul> <li>Correct <code>D211</code> and <code>D203</code> rule conflict diagnostic (<a href="https://redirect.github.com/astral-sh/ruff/pull/28444">#28444</a>)</li> <li>Recognize <code>slice</code> and <code>frozendict</code> generics (<a href="https://redirect.github.com/astral-sh/ruff/pull/28477">#28477</a>)</li> <li>Stop defining <code>__cached__</code> for Python 3.15 (<a href="https://redirect.github.com/astral-sh/ruff/pull/28476">#28476</a>)</li> <li>[<code>pyupgrade</code>] Stop recommending removed <code>typing.no_type_check_decorator</code> (<code>UP035</code>) (<a href="https://redirect.github.com/astral-sh/ruff/pull/28475">#28475</a>)</li> </ul> <h3>Performance</h3> <ul> <li>Reuse parser name lookups when interning (<a href="https://redirect.github.com/astral-sh/ruff/pull/28399">#28399</a>)</li> <li>Speed up inherited configuration resolution (<a href="https://redirect.github.com/astral-sh/ruff/pull/28299">#28299</a>)</li> </ul> <h3>Documentation</h3> <ul> <li>Fix <code>line-length</code> path in <code>--config</code> example (<a href="https://redirect.github.com/astral-sh/ruff/pull/28392">#28392</a>)</li> <li>Remove the "Who’s Using Ruff?" list (<a href="https://redirect.github.com/astral-sh/ruff/pull/28455">#28455</a>)</li> </ul> <h3>Other changes</h3> <ul> <li>Embed archive checksums in the shell installer (<a href="https://redirect.github.com/astral-sh/ruff/pull/28281">#28281</a>)</li> </ul> <h3>Contributors</h3> <ul> <li><a href="https://github.com/The-Compiler"><code>@The-Compiler</code></a></li> <li><a href="https://github.com/mdiniz97"><code>@mdiniz97</code></a></li> <li><a href="https://github.com/zsol"><code>@zsol</code></a></li> <li><a href="https://github.com/gorewilliams"><code>@gorewilliams</code></a></li> <li><a href="https://github.com/RafaelJohn9"><code>@RafaelJohn9</code></a></li> <li><a href="https://github.com/qatcod"><code>@qatcod</code></a></li> <li><a href="https://github.com/zanieb"><code>@zanieb</code></a></li> <li><a href="https://github.com/MichaReiser"><code>@MichaReiser</code></a></li> <li><a href="https://github.com/ntBre"><code>@ntBre</code></a></li> <li><a href="https://github.com/charliermarsh"><code>@charliermarsh</code></a></li> </ul> <!-- raw HTML omitted --> </blockquote> <p>... (truncated)</p> </details> <details> <summary>Changelog</summary> <p><em>Sourced from <a href="https://github.com/astral-sh/ruff/blob/main/CHANGELOG.md">ruff's changelog</a>.</em></p> <blockquote> <h2>0.16.7</h2> <p>Released on 2026-09-10.</p> <h3>Preview features</h3> <ul> <li>[<code>ruff</code>] Add rule for default values on method receivers (<code>RUF077</code>) (<a href="https://redirect.github.com/astral-sh/ruff/pull/26700">#26700</a>)</li> <li>[<code>ruff</code>] Recognize <code>re.prefixmatch</code> (<code>RUF039</code>, <code>RUF055</code>) (<a href="https://redirect.github.com/astral-sh/ruff/pull/28311">#28311</a>)</li> </ul> <h3>Bug fixes</h3> <ul> <li>Alternate nested quotes inside format spec interpolations (<a href="https://redirect.github.com/astral-sh/ruff/pull/28259">#28259</a>)</li> <li>[<code>flake8-implicit-str-concat</code>] Mark fix unsafe when it creates a docstring (<code>ISC003</code>) (<a href="https://redirect.github.com/astral-sh/ruff/pull/27981">#27981</a>)</li> <li>[<code>flake8-tidy-imports</code>] Skip fixes for multi-member imports (<code>TID254</code>) (<a href="https://redirect.github.com/astral-sh/ruff/pull/26584">#26584</a>)</li> <li>[<code>pylint</code>] Gate <code>ImportCycleError</code> on Python 3.15 (<code>PLW0133</code>) (<a href="https://redirect.github.com/astral-sh/ruff/pull/28310">#28310</a>)</li> </ul> <h3>Rule changes</h3> <ul> <li>Correct <code>D211</code> and <code>D203</code> rule conflict diagnostic (<a href="https://redirect.github.com/astral-sh/ruff/pull/28444">#28444</a>)</li> <li>Recognize <code>slice</code> and <code>frozendict</code> generics (<a href="https://redirect.github.com/astral-sh/ruff/pull/28477">#28477</a>)</li> <li>Stop defining <code>__cached__</code> for Python 3.15 (<a href="https://redirect.github.com/astral-sh/ruff/pull/28476">#28476</a>)</li> <li>[<code>pyupgrade</code>] Stop recommending removed <code>typing.no_type_check_decorator</code> (<code>UP035</code>) (<a href="https://redirect.github.com/astral-sh/ruff/pull/28475">#28475</a>)</li> </ul> <h3>Performance</h3> <ul> <li>Reuse parser name lookups when interning (<a href="https://redirect.github.com/astral-sh/ruff/pull/28399">#28399</a>)</li> <li>Speed up inherited configuration resolution (<a href="https://redirect.github.com/astral-sh/ruff/pull/28299">#28299</a>)</li> </ul> <h3>Documentation</h3> <ul> <li>Fix <code>line-length</code> path in <code>--config</code> example (<a href="https://redirect.github.com/astral-sh/ruff/pull/28392">#28392</a>)</li> <li>Remove the "Who’s Using Ruff?" list (<a href="https://redirect.github.com/astral-sh/ruff/pull/28455">#28455</a>)</li> </ul> <h3>Other changes</h3> <ul> <li>Embed archive checksums in the shell installer (<a href="https://redirect.github.com/astral-sh/ruff/pull/28281">#28281</a>)</li> </ul> <h3>Contributors</h3> <ul> <li><a href="https://github.com/The-Compiler"><code>@The-Compiler</code></a></li> <li><a href="https://github.com/mdiniz97"><code>@mdiniz97</code></a></li> <li><a href="https://github.com/zsol"><code>@zsol</code></a></li> <li><a href="https://github.com/gorewilliams"><code>@gorewilliams</code></a></li> <li><a href="https://github.com/RafaelJohn9"><code>@RafaelJohn9</code></a></li> <li><a href="https://github.com/qatcod"><code>@qatcod</code></a></li> <li><a href="https://github.com/zanieb"><code>@zanieb</code></a></li> <li><a href="https://github.com/MichaReiser"><code>@MichaReiser</code></a></li> <li><a href="https://github.com/ntBre"><code>@ntBre</code></a></li> <li><a href="https://github.com/charliermarsh"><code>@charliermarsh</code></a></li> <li><a href="https://github.com/nightt5879"><code>@nightt5879</code></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/b5dba861cc38e3f7fb4524c9ceba3e01a474ea13"><code>b5dba86</code></a> Bump version to 0.16.7 (<a href="https://redirect.github.com/astral-sh/ruff/issues/28496">#28496</a>)</li> <li><a href="https://github.com/astral-sh/ruff/commit/5992d0504697d86565d8fc3a4d8245a5f4047d24"><code>5992d05</code></a> Install rustfmt before linting releases (<a href="https://redirect.github.com/astral-sh/ruff/issues/28495">#28495</a>)</li> <li><a href="https://github.com/astral-sh/ruff/commit/1713a1f4325494d883a080d590a25a1946f399e8"><code>1713a1f</code></a> ensure prepare release changes pass prek (<a href="https://redirect.github.com/astral-sh/ruff/issues/28488">#28488</a>)</li> <li><a href="https://github.com/astral-sh/ruff/commit/18cdbb4f3d14058794420e758864795f55336334"><code>18cdbb4</code></a> use scoped token for release workflow (<a href="https://redirect.github.com/astral-sh/ruff/issues/28484">#28484</a>)</li> <li><a href="https://github.com/astral-sh/ruff/commit/c3813a501faf887fd01948c98bb8d58ad26488bd"><code>c3813a5</code></a> add a workflow for preparing releases (<a href="https://redirect.github.com/astral-sh/ruff/issues/28486">#28486</a>)</li> <li><a href="https://github.com/astral-sh/ruff/commit/00948c00a671b81f5358af9f038436bcbb993b38"><code>00948c0</code></a> Remove the "Who’s Using Ruff?" list (<a href="https://redirect.github.com/astral-sh/ruff/issues/28455">#28455</a>)</li> <li><a href="https://github.com/astral-sh/ruff/commit/86a2eba7b48e3c10386f7ab8a5425c7275d2b427"><code>86a2eba</code></a> [<code>pyupgrade</code>] Stop recommending removed <code>typing.no_type_check_decorator</code> (`UP...</li> <li><a href="https://github.com/astral-sh/ruff/commit/609e184aa35f0034b7ef63e3e04327081c484af6"><code>609e184</code></a> Stop defining <code>__cached__</code> for Python 3.15 (<a href="https://redirect.github.com/astral-sh/ruff/issues/28476">#28476</a>)</li> <li><a href="https://github.com/astral-sh/ruff/commit/859ff2f01670c43ffff1ea597c8a2e375ada0fbe"><code>859ff2f</code></a> [ty] Track symlinked directory status in listings (<a href="https://redirect.github.com/astral-sh/ruff/issues/28482">#28482</a>)</li> <li><a href="https://github.com/astral-sh/ruff/commit/77f653825800ddaf3bc221ae6db49a500e1002d5"><code>77f6538</code></a> Use paid GitHub-hosted runners for Linux (<a href="https://redirect.github.com/astral-sh/ruff/issues/28478">#28478</a>)</li> <li>Additional commits viewable in <a href="https://github.com/astral-sh/ruff/compare/0.16.5...0.16.7">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> -- This is an automated message from the Apache Git Service. To respond to the message, please log on to GitHub and use the URL above to go to the specific comment. To unsubscribe, e-mail: [email protected] For queries about this service, please contact Infrastructure at: [email protected] --------------------------------------------------------------------- To unsubscribe, e-mail: [email protected] For additional commands, e-mail: [email protected]
