dependabot[bot] opened a new pull request, #54:
URL: https://github.com/apache/solr-orbit/pull/54

   Updates the requirements on [numpy](https://github.com/numpy/numpy), 
[pytest](https://github.com/pytest-dev/pytest), 
[coverage](https://github.com/coveragepy/coveragepy) and 
[ruff](https://github.com/astral-sh/ruff) to permit the latest version.
   Updates `numpy` to 2.5.0
   <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.0 (June 21, 2026)</h2>
   <h1>NumPy 2.5.0 Release Notes</h1>
   <p>Numpy 2.5.0 is a transitional release. It drops support for Python 3.11,
   marking the end of distutils, and expires a large number of deprecations made
   in the 2.0.x release. It also improves free threading and brings sorting into
   compliance with the array-api standard with the addition of descending sorts.
   There is also a fair amount of preparation for Python 3.15, which will be
   supported starting with the first rc.</p>
   <p>This release supports Python versions 3.12-3.14.</p>
   <h2>Highlights</h2>
   <ul>
   <li>Distutils has been removed,</li>
   <li>Many expired deprecations, see below,</li>
   <li>Many new deprecations, see below,</li>
   <li>Many static typing improvements.</li>
   <li>Improved support for free threading,</li>
   <li>Support for descending sorts,</li>
   </ul>
   <p>See New Features below for other additions.</p>
   <h2>Deprecations</h2>
   <ul>
   <li>
   <p><code>numpy.char.chararray</code> is deprecated. Use an 
<code>ndarray</code> with a string or bytes dtype instead.</p>
   <p>(<a 
href="https://redirect.github.com/numpy/numpy/pull/30605";>gh-30605</a>)</p>
   </li>
   <li>
   <p><code>numpy.take</code> now correctly checks if the result can be cast to 
the provided
   <code>out=out</code> under the same-kind rule. A 
<code>DeprecationWarning</code> is given now
   when this check fails. Previously, <code>take</code> incorrectly checked if 
<code>out</code>
   could be cast to the result (the wrong direction). This deprecation also
   affects <code>compress</code> and possibly other functions. (Future versions 
of NumPy
   may tighten the casting check further.)</p>
   <p>(<a 
href="https://redirect.github.com/numpy/numpy/pull/30615";>gh-30615</a>)</p>
   </li>
   <li>
   <p>The <code>numpy.char.[as]array</code> functions are deprecated. Use an
   <code>numpy.[as]array</code> with a string or bytes dtype instead.</p>
   <p>(<a 
href="https://redirect.github.com/numpy/numpy/pull/30802";>gh-30802</a>)</p>
   </li>
   <li>
   <p>Setting the dtype attribute is deprecated because mutating an array is 
unsafe
   if an array is shared, especially by multiple threads. As an alternative,
   you can create a view with a new dtype via 
<code>array.view(dtype=new_dtype)</code>.</p>
   <p>(<a 
href="https://redirect.github.com/numpy/numpy/pull/29244";>gh-29244</a>)</p>
   </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 
&lt;https://github.com/numpy/numpy-release&gt;</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 &lt;prepare_release&gt;</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/6910b28fc12f4c3e821f315e24c51a6a2d89ba49";><code>6910b28</code></a>
 Merge pull request <a 
href="https://redirect.github.com/numpy/numpy/issues/31706";>#31706</a> from 
charris/prepare-2.5.0-release</li>
   <li><a 
href="https://github.com/numpy/numpy/commit/e0acd2bef5dc193eeec3b2d6b7ea9fc30fd7e263";><code>e0acd2b</code></a>
 REL: Prepare for the NumPy 2.5.0 release.</li>
   <li><a 
href="https://github.com/numpy/numpy/commit/8d928b715af39e403441e243df45a25db9d79ce3";><code>8d928b7</code></a>
 Merge pull request <a 
href="https://redirect.github.com/numpy/numpy/issues/31704";>#31704</a> from 
charris/backport-31649</li>
   <li><a 
href="https://github.com/numpy/numpy/commit/c2055ba2aabbfc31164297dd7ecb9b3a001262f6";><code>c2055ba</code></a>
 MAINT: update openblas to 0.3.33.112.0 (<a 
href="https://redirect.github.com/numpy/numpy/issues/31649";>#31649</a>)</li>
   <li><a 
href="https://github.com/numpy/numpy/commit/ce17c81376e5d1195a22610a1f4bc79795c18911";><code>ce17c81</code></a>
 Merge pull request <a 
href="https://redirect.github.com/numpy/numpy/issues/31703";>#31703</a> from 
charris/backport-31609</li>
   <li><a 
href="https://github.com/numpy/numpy/commit/3de6203f44832dc5580d4cec30691f0fa10add87";><code>3de6203</code></a>
 BUG: fix StringDType distinct-allocator bugs and add tests (<a 
href="https://redirect.github.com/numpy/numpy/issues/31609";>#31609</a>)</li>
   <li><a 
href="https://github.com/numpy/numpy/commit/c723971cf2dc71f0a9db851a72e47a2548f7bda6";><code>c723971</code></a>
 Merge pull request <a 
href="https://redirect.github.com/numpy/numpy/issues/31700";>#31700</a> from 
charris/backport-31694</li>
   <li><a 
href="https://github.com/numpy/numpy/commit/64513b250beb6b180449be76407352f33e5ee209";><code>64513b2</code></a>
 MAINT: Bump pypa/cibuildwheel from 3.4.1 to 4.1.0</li>
   <li><a 
href="https://github.com/numpy/numpy/commit/04707f0dfb2de64883564be66623cb3705045a49";><code>04707f0</code></a>
 Merge pull request <a 
href="https://redirect.github.com/numpy/numpy/issues/31698";>#31698</a> from 
charris/try-fix-emscripten</li>
   <li><a 
href="https://github.com/numpy/numpy/commit/5cf0686152a721c66eda84cacb6d0b49cab394c4";><code>5cf0686</code></a>
 MAINT: Try to fix emscripten wheel build.</li>
   <li>Additional commits viewable in <a 
href="https://github.com/numpy/numpy/compare/v1.24.2...v2.5.0";>compare 
view</a></li>
   </ul>
   </details>
   <br />
   
   Updates `pytest` from 9.0.3 to 9.1.1
   <details>
   <summary>Release notes</summary>
   <p><em>Sourced from <a 
href="https://github.com/pytest-dev/pytest/releases";>pytest's 
releases</a>.</em></p>
   <blockquote>
   <h2>9.1.1</h2>
   <h1>pytest 9.1.1 (2026-06-19)</h1>
   <h2>Bug fixes</h2>
   <ul>
   <li><a 
href="https://redirect.github.com/pytest-dev/pytest/issues/14220";>#14220</a>: 
Fixed a logic bug in <code>pytest.RaisesGroup</code> which would might cause it 
to display incorrect &quot;It matches <!-- raw HTML omitted -->FooError()<!-- 
raw HTML omitted --> which was paired with <!-- raw HTML omitted 
-->BarError<!-- raw HTML omitted -->&quot; messages.</li>
   <li><a 
href="https://redirect.github.com/pytest-dev/pytest/issues/14591";>#14591</a>: 
Fixed a regression in pytest 9.1.0 which caused overriding a parametrized 
fixture with an indirect <!-- raw HTML omitted --><a 
href="https://github.com/pytest";><code>@​pytest</code></a>.mark.parametrize<!-- 
raw HTML omitted --> to fail with &quot;duplicate parametrization of 
'&lt;fixture name&gt;'&quot;.</li>
   <li><a 
href="https://redirect.github.com/pytest-dev/pytest/issues/14606";>#14606</a>: 
Fixed <code>list-item</code> typing errors from mypy in 
<code>@pytest.mark.parametrize &lt;pytest.mark.parametrize ref&gt;</code> 
<code>argvalues</code> parameter.</li>
   <li><a 
href="https://redirect.github.com/pytest-dev/pytest/issues/14608";>#14608</a>: 
Fixed a regression in pytest 9.1.0 where <code>conftest.py</code> files located 
in <code>&lt;invocation dir&gt;/test*</code> were no longer loaded as initial 
conftests when invoked without arguments.
   This could cause certain hooks (like <code>pytest_addoption</code>) in these 
files to not fire.</li>
   </ul>
   <h2>9.1.0</h2>
   <h1>pytest 9.1.0 (2026-06-13)</h1>
   <h2>Removals and backward incompatible breaking changes</h2>
   <ul>
   <li>
   <p><a 
href="https://redirect.github.com/pytest-dev/pytest/issues/14533";>#14533</a>: 
When using <code>--doctest-modules</code>, autouse fixtures with 
<code>module</code>, <code>package</code> or <code>session</code> scope that 
are defined inline in Python test modules (not plugins or conftests) will now 
possibly execute twice.</p>
   <p>If this is undesirable, move the fixture definition to a 
<code>conftest.py</code> file if possible.</p>
   <p>Technical explanation for those interested:
   When using <!-- raw HTML omitted -->--doctest-modules<!-- raw HTML omitted 
-->, pytest possibly collects Python modules twice, once as 
<code>pytest.Module</code> and once as a <code>DoctestModule</code> (depending 
on the configuration).
   Due to improvements in pytest's fixture implementation, if e.g. the 
<code>DoctestModule</code> collects a fixture, it is now visible to it only, 
and not to the <code>Module</code>.
   This means that both need to register the fixtures independently.</p>
   </li>
   </ul>
   <h2>Deprecations (removal in next major release)</h2>
   <ul>
   <li>
   <p><a 
href="https://redirect.github.com/pytest-dev/pytest/issues/10819";>#10819</a>: 
Added a deprecation warning for class-scoped fixtures defined as instance 
methods (without <code>@classmethod</code>). Such fixtures set attributes on a 
different instance than the test methods use, leading to unexpected behavior. 
Use <code>@classmethod</code> decorator instead -- by <code>yastcher</code>.</p>
   <p>See <code>10819</code> and <code>14011</code>.</p>
   </li>
   <li>
   <p><a 
href="https://redirect.github.com/pytest-dev/pytest/issues/12882";>#12882</a>: 
Calling <code>request.getfixturevalue() 
&lt;pytest.FixtureRequest.getfixturevalue&gt;</code> during teardown to request 
a fixture that was not already requested is now deprecated and will become an 
error in pytest 10.</p>
   <p>See <code>dynamic-fixture-request-during-teardown</code> for details.</p>
   </li>
   <li>
   <p><a 
href="https://redirect.github.com/pytest-dev/pytest/issues/13409";>#13409</a>: 
Using non-<code>~collections.abc.Collection</code> iterables (such as 
generators, iterators, or custom iterable objects) for the 
<code>argvalues</code> parameter in <code>@pytest.mark.parametrize 
&lt;pytest.mark.parametrize ref&gt;</code> and <code>metafunc.parametrize 
&lt;pytest.Metafunc.parametrize&gt;</code> is now deprecated.</p>
   <p>These iterables get exhausted after the first iteration,
   leading to tests getting unexpectedly skipped in cases such as running 
<code>pytest.main()</code> multiple times,
   using class-level parametrize decorators,
   or collecting tests multiple times.</p>
   <p>See <code>parametrize-iterators</code> for details and suggestions.</p>
   </li>
   <li>
   <p><a 
href="https://redirect.github.com/pytest-dev/pytest/issues/13946";>#13946</a>: 
The private <code>config.inicfg</code> attribute is now deprecated.
   Use <code>config.getini() &lt;pytest.Config.getini&gt;</code> to access 
configuration values instead.</p>
   <p>See <code>config-inicfg</code> for more details.</p>
   </li>
   <li>
   <p><a 
href="https://redirect.github.com/pytest-dev/pytest/issues/14004";>#14004</a>: 
Passing <code>baseid</code> to <code>~pytest.FixtureDef</code> or 
<code>nodeid</code> strings to fixture registration APIs is now deprecated. 
These are internal pytest APIs that are used by some plugins.</p>
   </li>
   </ul>
   <!-- raw HTML omitted -->
   </blockquote>
   <p>... (truncated)</p>
   </details>
   <details>
   <summary>Commits</summary>
   <ul>
   <li><a 
href="https://github.com/pytest-dev/pytest/commit/cf470ec0bf7eb89cd97dd56df4859eae5db46447";><code>cf470ec</code></a>
 Prepare release version 9.1.1</li>
   <li><a 
href="https://github.com/pytest-dev/pytest/commit/e0c8ce6cc5db1f08363be6f152c32e6838df2690";><code>e0c8ce6</code></a>
 Merge pull request <a 
href="https://redirect.github.com/pytest-dev/pytest/issues/14625";>#14625</a> 
from pytest-dev/patchback/backports/9.1.x/a07c31a97...</li>
   <li><a 
href="https://github.com/pytest-dev/pytest/commit/1b82d1694fce22385ee7a4287917fbafbaf2e757";><code>1b82d16</code></a>
 Merge pull request <a 
href="https://redirect.github.com/pytest-dev/pytest/issues/14624";>#14624</a> 
from pytest-dev/patchback/backports/9.1.x/b375b79ec...</li>
   <li><a 
href="https://github.com/pytest-dev/pytest/commit/501c4bc784da3b08bfcaa64858eba5d15dc59e53";><code>501c4bc</code></a>
 Merge pull request <a 
href="https://redirect.github.com/pytest-dev/pytest/issues/14596";>#14596</a> 
from bluetech/doc-classmethod</li>
   <li><a 
href="https://github.com/pytest-dev/pytest/commit/b61f588e36e9377c3d1d3f06bece1da0fc31d9ca";><code>b61f588</code></a>
 Merge pull request <a 
href="https://redirect.github.com/pytest-dev/pytest/issues/14622";>#14622</a> 
from chrisburr/fix-14608-initial-conftest-test-subdir</li>
   <li><a 
href="https://github.com/pytest-dev/pytest/commit/9a567e009f4d2da3ce1721c6db3109cb5744d40a";><code>9a567e0</code></a>
 [automated] Update plugin list (<a 
href="https://redirect.github.com/pytest-dev/pytest/issues/14617";>#14617</a>) 
(<a 
href="https://redirect.github.com/pytest-dev/pytest/issues/14618";>#14618</a>)</li>
   <li><a 
href="https://github.com/pytest-dev/pytest/commit/ef8b2993e5b48639e4a3d97d0525df9760781384";><code>ef8b299</code></a>
 Merge pull request <a 
href="https://redirect.github.com/pytest-dev/pytest/issues/14620";>#14620</a> 
from pytest-dev/patchback/backports/9.1.x/680f9f3ed...</li>
   <li><a 
href="https://github.com/pytest-dev/pytest/commit/66abd0784d4cb7c1ba44ab9a8896506cd4985acc";><code>66abd07</code></a>
 Merge pull request <a 
href="https://redirect.github.com/pytest-dev/pytest/issues/14220";>#14220</a> 
from bysiber/fix-stale-iexp-raisesgroup</li>
   <li><a 
href="https://github.com/pytest-dev/pytest/commit/79fbf93b666cac5f27c9dad047943d47b766c8d5";><code>79fbf93</code></a>
 Merge pull request <a 
href="https://redirect.github.com/pytest-dev/pytest/issues/14612";>#14612</a> 
from pytest-dev/patchback/backports/9.1.x/974ed48b6...</li>
   <li><a 
href="https://github.com/pytest-dev/pytest/commit/0d312eb876177e9f1c04262b54060a41034ebf5c";><code>0d312eb</code></a>
 Merge pull request <a 
href="https://redirect.github.com/pytest-dev/pytest/issues/14611";>#14611</a> 
from bluetech/parametrize-argvalues-typing</li>
   <li>Additional commits viewable in <a 
href="https://github.com/pytest-dev/pytest/compare/9.0.3...9.1.1";>compare 
view</a></li>
   </ul>
   </details>
   <br />
   
   Updates `coverage` from 7.14.1 to 7.14.3
   <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.14.3 — 2026-06-22</h2>
   <ul>
   <li>
   <p>Fix: the default <code>...</code> exclusion rule now also matches 
function bodies
   whose closing return-type bracket is on its own line (for example, after a
   long <code>-&gt; dict[ ... ]</code> annotation that a formatter has split 
over multiple
   lines). Closes <code>issue 2185</code><em>, thanks <code>Mengjia Shang 
&lt;pull 2196_&gt;</code></em>.</p>
   </li>
   <li>
   <p>Fix: On 3.13t, we incorrectly issued <code>Couldn't import C 
tracer</code> errors.
   We can't import the C tracer because in 7.14.2 we stopped shipping compiled
   wheels for 3.13t. Thanks, <code>Hugo van Kemenade &lt;pull 
2203_&gt;</code>_.</p>
   </li>
   </ul>
   <p>.. _issue 2185: <a 
href="https://redirect.github.com/coveragepy/coveragepy/issues/2185";>coveragepy/coveragepy#2185</a>
   .. _pull 2196: <a 
href="https://redirect.github.com/coveragepy/coveragepy/pull/2196";>coveragepy/coveragepy#2196</a>
   .. _pull 2203: <a 
href="https://redirect.github.com/coveragepy/coveragepy/pull/2203";>coveragepy/coveragepy#2203</a></p>
   <p>.. _changes_7-14-2:</p>
   <h2>Version 7.14.2 — 2026-06-20</h2>
   <ul>
   <li>
   <p>Fix: some messages were being written to stdout, making <code>coverage 
json -o -</code> useless for capturing JSON output. Now messages are written to 
stderr,
   fixing <code>issue 2197</code>_.</p>
   </li>
   <li>
   <p>Fix: <code>CoverageData</code> kept one SQLite connection per thread that 
recorded
   coverage, but never closed them when those threads terminated. On long runs
   with many short-lived threads this leaked one file descriptor per dead
   thread, eventually failing with <code>OSError: [Errno 24] Too many open 
files</code>.
   Connections belonging to terminated threads are now closed and dropped.
   Fixes <code>issue 2192</code><em>.  Thanks, <code>Matthew Lloyd &lt;pull 
2193_&gt;</code></em>.</p>
   </li>
   <li>
   <p>Fix: when using sys.monitoring, we were assuming we could use the
   <code>COVERAGE_ID</code> tool id.  But other tools might also assume they 
could use
   that id.  Pre-allocated ids don't really make sense, so now we search for a
   usable one instead. Fixes <code>issue 2187</code>_.</p>
   </li>
   <li>
   <p>Following <code>the advice of cibuildwheel &lt;no-13t_&gt;</code>_, we no 
longer distribute
   wheels for Python 3.13 free-threaded.</p>
   </li>
   </ul>
   <p>.. _issue 2187: <a 
href="https://redirect.github.com/coveragepy/coveragepy/issues/2187";>coveragepy/coveragepy#2187</a>
   .. _issue 2192: <a 
href="https://redirect.github.com/coveragepy/coveragepy/issues/2192";>coveragepy/coveragepy#2192</a>
   .. _pull 2193: <a 
href="https://redirect.github.com/coveragepy/coveragepy/pull/2193";>coveragepy/coveragepy#2193</a>
   .. _issue 2197: <a 
href="https://redirect.github.com/coveragepy/coveragepy/issues/2197";>coveragepy/coveragepy#2197</a>
   .. _no-13t: <a 
href="https://py-free-threading.github.io/ci/#building-free-threaded-wheels-with-cibuildwheel";>https://py-free-threading.github.io/ci/#building-free-threaded-wheels-with-cibuildwheel</a></p>
   <p>.. _changes_7-14-1:</p>
   </blockquote>
   </details>
   <details>
   <summary>Commits</summary>
   <ul>
   <li><a 
href="https://github.com/coveragepy/coveragepy/commit/22f13eacc2258aee53198b6176db1ca89c32a12e";><code>22f13ea</code></a>
 docs: sample HTML for 7.14.3</li>
   <li><a 
href="https://github.com/coveragepy/coveragepy/commit/2ca4e5fe61a551fc55e48428c8140cb7d325566a";><code>2ca4e5f</code></a>
 docs: prep for 7.14.3</li>
   <li><a 
href="https://github.com/coveragepy/coveragepy/commit/01d714e5cb457177e999e78fde0c438283f7e4db";><code>01d714e</code></a>
 docs: add changelog entry for <a 
href="https://redirect.github.com/coveragepy/coveragepy/issues/2203";>#2203</a></li>
   <li><a 
href="https://github.com/coveragepy/coveragepy/commit/f36248d7ba313734d4fcf3d6eab713b5eba2c259";><code>f36248d</code></a>
 fix: don't emit 'Couldn't import C tracer' warning for 3.13t (<a 
href="https://redirect.github.com/coveragepy/coveragepy/issues/2203";>#2203</a>)</li>
   <li><a 
href="https://github.com/coveragepy/coveragepy/commit/86d73d1c4c60bdb2ea03f982cd4e33c77879ba77";><code>86d73d1</code></a>
 docs: thanks, Mengjia Shang</li>
   <li><a 
href="https://github.com/coveragepy/coveragepy/commit/3d4ae3cb7c77f7521d91200a1e5de13425bbdff4";><code>3d4ae3c</code></a>
 docs: add the <a 
href="https://redirect.github.com/coveragepy/coveragepy/issues/2196";>#2196</a> 
pr link to CHANGES</li>
   <li><a 
href="https://github.com/coveragepy/coveragepy/commit/f4b2b4d35e1b7cd8f33f1ee88d354b0debeeed08";><code>f4b2b4d</code></a>
 fix: exclude <code>...</code> bodies after multi-line return-type annotations 
(<a 
href="https://redirect.github.com/coveragepy/coveragepy/issues/2185";>#2185</a>) 
(#...</li>
   <li><a 
href="https://github.com/coveragepy/coveragepy/commit/1980ed0730956f0cc179e8568e1c8ee848f2d42b";><code>1980ed0</code></a>
 chore: bump sigstore/gh-action-sigstore-python (<a 
href="https://redirect.github.com/coveragepy/coveragepy/issues/2201";>#2201</a>)</li>
   <li><a 
href="https://github.com/coveragepy/coveragepy/commit/bca3217a1dadf35fa1d444722ec9f05dd5819089";><code>bca3217</code></a>
 build: since we don't ship 3.13t, don't test it</li>
   <li><a 
href="https://github.com/coveragepy/coveragepy/commit/77550d83b2f35818a1ca8931289b81d161222031";><code>77550d8</code></a>
 docs: oops, mismatched pull requests</li>
   <li>Additional commits viewable in <a 
href="https://github.com/coveragepy/coveragepy/compare/7.14.1...7.14.3";>compare 
view</a></li>
   </ul>
   </details>
   <br />
   
   Updates `ruff` from 0.15.15 to 0.15.20
   <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.15.20</h2>
   <h2>Release Notes</h2>
   <p>Released on 2026-06-25.</p>
   <h3>Preview features</h3>
   <ul>
   <li>Allow human-readable names in rule selectors (<a 
href="https://redirect.github.com/astral-sh/ruff/pull/25887";>#25887</a>)</li>
   <li>Emit a warning instead of an error for unknown rule selectors (<a 
href="https://redirect.github.com/astral-sh/ruff/pull/26113";>#26113</a>)</li>
   <li>Match <code>noqa</code> shebang handling in <code>ruff:ignore</code> 
comments (<a 
href="https://redirect.github.com/astral-sh/ruff/pull/26286";>#26286</a>)</li>
   <li>[<code>ruff</code>] Remove <code>pytest-fixture-autouse</code> 
(<code>RUF076</code>) (<a 
href="https://redirect.github.com/astral-sh/ruff/pull/26240";>#26240</a>, <a 
href="https://redirect.github.com/astral-sh/ruff/pull/26371";>#26371</a>)</li>
   </ul>
   <h3>Documentation</h3>
   <ul>
   <li>Add versioning sections to custom crate READMEs (<a 
href="https://redirect.github.com/astral-sh/ruff/pull/26317";>#26317</a>)</li>
   <li>Update <code>ruff_python_parser</code> README for crates.io (<a 
href="https://redirect.github.com/astral-sh/ruff/pull/26315";>#26315</a>)</li>
   <li>[<code>perflint</code>] Clarify that <code>PERF402</code> applies to any 
iterable (<a 
href="https://redirect.github.com/astral-sh/ruff/pull/26242";>#26242</a>)</li>
   </ul>
   <h3>Contributors</h3>
   <ul>
   <li><a 
href="https://github.com/dhruvmanila";><code>@​dhruvmanila</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/trilamsr";><code>@​trilamsr</code></a></li>
   </ul>
   <h2>Install ruff 0.15.20</h2>
   <h3>Install prebuilt binaries via shell script</h3>
   <pre lang="sh"><code>curl --proto '=https' --tlsv1.2 -LsSf 
https://releases.astral.sh/github/ruff/releases/download/0.15.20/ruff-installer.sh
 | sh
   </code></pre>
   <h3>Install prebuilt binaries via powershell script</h3>
   <pre lang="sh"><code>powershell -ExecutionPolicy Bypass -c &quot;irm 
https://releases.astral.sh/github/ruff/releases/download/0.15.20/ruff-installer.ps1
 | iex&quot;
   </code></pre>
   <h2>Download ruff 0.15.20</h2>
   <table>
   <thead>
   <tr>
   <th>File</th>
   <th>Platform</th>
   <th>Checksum</th>
   </tr>
   </thead>
   <tbody>
   <tr>
   <td><a 
href="https://releases.astral.sh/github/ruff/releases/download/0.15.20/ruff-aarch64-apple-darwin.tar.gz";>ruff-aarch64-apple-darwin.tar.gz</a></td>
   <td>Apple Silicon macOS</td>
   <td><a 
href="https://releases.astral.sh/github/ruff/releases/download/0.15.20/ruff-aarch64-apple-darwin.tar.gz.sha256";>checksum</a></td>
   </tr>
   <tr>
   <td><a 
href="https://releases.astral.sh/github/ruff/releases/download/0.15.20/ruff-x86_64-apple-darwin.tar.gz";>ruff-x86_64-apple-darwin.tar.gz</a></td>
   <td>Intel macOS</td>
   <td><a 
href="https://releases.astral.sh/github/ruff/releases/download/0.15.20/ruff-x86_64-apple-darwin.tar.gz.sha256";>checksum</a></td>
   </tr>
   <tr>
   <td><a 
href="https://releases.astral.sh/github/ruff/releases/download/0.15.20/ruff-aarch64-pc-windows-msvc.zip";>ruff-aarch64-pc-windows-msvc.zip</a></td>
   <td>ARM64 Windows</td>
   <td><a 
href="https://releases.astral.sh/github/ruff/releases/download/0.15.20/ruff-aarch64-pc-windows-msvc.zip.sha256";>checksum</a></td>
   </tr>
   <tr>
   <td><a 
href="https://releases.astral.sh/github/ruff/releases/download/0.15.20/ruff-i686-pc-windows-msvc.zip";>ruff-i686-pc-windows-msvc.zip</a></td>
   <td>x86 Windows</td>
   <td><a 
href="https://releases.astral.sh/github/ruff/releases/download/0.15.20/ruff-i686-pc-windows-msvc.zip.sha256";>checksum</a></td>
   </tr>
   <tr>
   <td><a 
href="https://releases.astral.sh/github/ruff/releases/download/0.15.20/ruff-x86_64-pc-windows-msvc.zip";>ruff-x86_64-pc-windows-msvc.zip</a></td>
   <td>x64 Windows</td>
   <td><a 
href="https://releases.astral.sh/github/ruff/releases/download/0.15.20/ruff-x86_64-pc-windows-msvc.zip.sha256";>checksum</a></td>
   </tr>
   <tr>
   <td><a 
href="https://releases.astral.sh/github/ruff/releases/download/0.15.20/ruff-aarch64-unknown-linux-gnu.tar.gz";>ruff-aarch64-unknown-linux-gnu.tar.gz</a></td>
   <td>ARM64 Linux</td>
   <td><a 
href="https://releases.astral.sh/github/ruff/releases/download/0.15.20/ruff-aarch64-unknown-linux-gnu.tar.gz.sha256";>checksum</a></td>
   </tr>
   <tr>
   <td><a 
href="https://releases.astral.sh/github/ruff/releases/download/0.15.20/ruff-i686-unknown-linux-gnu.tar.gz";>ruff-i686-unknown-linux-gnu.tar.gz</a></td>
   <td>x86 Linux</td>
   <td><a 
href="https://releases.astral.sh/github/ruff/releases/download/0.15.20/ruff-i686-unknown-linux-gnu.tar.gz.sha256";>checksum</a></td>
   </tr>
   </tbody>
   </table>
   <!-- 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.15.20</h2>
   <p>Released on 2026-06-25.</p>
   <h3>Preview features</h3>
   <ul>
   <li>Allow human-readable names in rule selectors (<a 
href="https://redirect.github.com/astral-sh/ruff/pull/25887";>#25887</a>)</li>
   <li>Emit a warning instead of an error for unknown rule selectors (<a 
href="https://redirect.github.com/astral-sh/ruff/pull/26113";>#26113</a>)</li>
   <li>Match <code>noqa</code> shebang handling in <code>ruff:ignore</code> 
comments (<a 
href="https://redirect.github.com/astral-sh/ruff/pull/26286";>#26286</a>)</li>
   <li>[<code>ruff</code>] Remove <code>pytest-fixture-autouse</code> 
(<code>RUF076</code>) (<a 
href="https://redirect.github.com/astral-sh/ruff/pull/26240";>#26240</a>, <a 
href="https://redirect.github.com/astral-sh/ruff/pull/26371";>#26371</a>)</li>
   </ul>
   <h3>Documentation</h3>
   <ul>
   <li>Add versioning sections to custom crate READMEs (<a 
href="https://redirect.github.com/astral-sh/ruff/pull/26317";>#26317</a>)</li>
   <li>Update <code>ruff_python_parser</code> README for crates.io (<a 
href="https://redirect.github.com/astral-sh/ruff/pull/26315";>#26315</a>)</li>
   <li>[<code>perflint</code>] Clarify that <code>PERF402</code> applies to any 
iterable (<a 
href="https://redirect.github.com/astral-sh/ruff/pull/26242";>#26242</a>)</li>
   </ul>
   <h3>Contributors</h3>
   <ul>
   <li><a 
href="https://github.com/dhruvmanila";><code>@​dhruvmanila</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/trilamsr";><code>@​trilamsr</code></a></li>
   </ul>
   <h2>0.15.19</h2>
   <p>Released on 2026-06-23.</p>
   <h3>Preview features</h3>
   <ul>
   <li>Support human-readable names when hovering suppression comments and in 
code actions (<a 
href="https://redirect.github.com/astral-sh/ruff/pull/26114";>#26114</a>)</li>
   </ul>
   <h3>Bug fixes</h3>
   <ul>
   <li>Fall back to default settings when editor-only settings are invalid (<a 
href="https://redirect.github.com/astral-sh/ruff/pull/26244";>#26244</a>)</li>
   <li>Fix panic when inserting text at a notebook cell boundary (<a 
href="https://redirect.github.com/astral-sh/ruff/pull/26111";>#26111</a>)</li>
   </ul>
   <h3>Rule changes</h3>
   <ul>
   <li>[<code>pylint</code>] Update fix suggestions for <code>__floor__</code>, 
<code>__trunc__</code>, <code>__length_hint__</code>, and 
<code>__matmul__</code> variants (<code>PLC2801</code>) (<a 
href="https://redirect.github.com/astral-sh/ruff/pull/26239";>#26239</a>)</li>
   </ul>
   <h3>Performance</h3>
   <ul>
   <li>Avoid allocating when parsing single string literals (<a 
href="https://redirect.github.com/astral-sh/ruff/pull/26200";>#26200</a>)</li>
   <li>Avoid reallocating singleton call arguments (<a 
href="https://redirect.github.com/astral-sh/ruff/pull/26223";>#26223</a>)</li>
   <li>Lazily create source files for lint diagnostics (<a 
href="https://redirect.github.com/astral-sh/ruff/pull/26226";>#26226</a>)</li>
   <li>Optimize formatter text width and indentation (<a 
href="https://redirect.github.com/astral-sh/ruff/pull/26236";>#26236</a>)</li>
   <li>Reserve capacity for builtin bindings (<a 
href="https://redirect.github.com/astral-sh/ruff/pull/26229";>#26229</a>)</li>
   <li>Skip repeated-key checks for singleton dictionaries (<a 
href="https://redirect.github.com/astral-sh/ruff/pull/26228";>#26228</a>)</li>
   <li>Use ArrayVec for qualified name segments (<a 
href="https://redirect.github.com/astral-sh/ruff/pull/26224";>#26224</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/f82a36b6baf8c0547a17bbde6c0d927ccd45d938";><code>f82a36b</code></a>
 Bump 0.15.20 (<a 
href="https://redirect.github.com/astral-sh/ruff/issues/26376";>#26376</a>)</li>
   <li><a 
href="https://github.com/astral-sh/ruff/commit/af329438b55d5aa8ca28725f17abbae63b5c815d";><code>af32943</code></a>
 Improve the summarise-ecosystem-results skill (<a 
href="https://redirect.github.com/astral-sh/ruff/issues/26378";>#26378</a>)</li>
   <li><a 
href="https://github.com/astral-sh/ruff/commit/485ebab5de692aad34720898cd80245b6092ba86";><code>485ebab</code></a>
 Remove <code>RUF076</code> name from schema (<a 
href="https://redirect.github.com/astral-sh/ruff/issues/26371";>#26371</a>)</li>
   <li><a 
href="https://github.com/astral-sh/ruff/commit/ef81835ce3da615346584dc446de0fe26bfc154b";><code>ef81835</code></a>
 [ty] Implement rust-analyzer's &quot;Click for full compiler diagnostic&quot; 
feature (...</li>
   <li><a 
href="https://github.com/astral-sh/ruff/commit/572b31e2377a701a7365f069f6ef87002962cb2b";><code>572b31e</code></a>
 [<code>ruff</code>] Remove <code>pytest-fixture-autouse</code> 
(<code>RUF076</code>) (<a 
href="https://redirect.github.com/astral-sh/ruff/issues/26240";>#26240</a>)</li>
   <li><a 
href="https://github.com/astral-sh/ruff/commit/f703f219d7fddd1a4abba9fa81e34773c185a4b9";><code>f703f21</code></a>
 Allow human-readable names in rule selectors (<a 
href="https://redirect.github.com/astral-sh/ruff/issues/25887";>#25887</a>)</li>
   <li><a 
href="https://github.com/astral-sh/ruff/commit/0d726b28ee35413926145ffef4ac1143cae9ea1e";><code>0d726b2</code></a>
 [ty] Reuse equality semantics for membership compatibility (<a 
href="https://redirect.github.com/astral-sh/ruff/issues/25955";>#25955</a>)</li>
   <li><a 
href="https://github.com/astral-sh/ruff/commit/dbe6e9848c3f78fdaf543cfc000939ebc73b5f00";><code>dbe6e98</code></a>
 [ty] Infer definite equality comparison results (<a 
href="https://redirect.github.com/astral-sh/ruff/issues/26337";>#26337</a>)</li>
   <li><a 
href="https://github.com/astral-sh/ruff/commit/e700ea357a2196d76b58eb89b2031ddb5ca896e0";><code>e700ea3</code></a>
 [ty] Prove TypedDict structural patterns exhaustive (<a 
href="https://redirect.github.com/astral-sh/ruff/issues/26285";>#26285</a>)</li>
   <li><a 
href="https://github.com/astral-sh/ruff/commit/6a0d2ec93959d966430b8c39d4de5c3e8a88e911";><code>6a0d2ec</code></a>
 [ty] Widen inferred class-valued instance attributes (<a 
href="https://redirect.github.com/astral-sh/ruff/issues/26338";>#26338</a>)</li>
   <li>Additional commits viewable in <a 
href="https://github.com/astral-sh/ruff/compare/0.15.15...0.15.20";>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]

Reply via email to