This is an automated email from the ASF dual-hosted git repository.

alamb pushed a commit to branch main
in repository https://gitbox.apache.org/repos/asf/arrow-rs.git


The following commit(s) were added to refs/heads/main by this push:
     new d69c604f3a chore(deps): bump pytest from 7.2.0 to 9.0.3 in 
/parquet/pytest (#9706)
d69c604f3a is described below

commit d69c604f3aaedc41b67722fde1805f3c9cae71d9
Author: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
AuthorDate: Mon Apr 13 15:47:48 2026 -0400

    chore(deps): bump pytest from 7.2.0 to 9.0.3 in /parquet/pytest (#9706)
    
    Bumps [pytest](https://github.com/pytest-dev/pytest) from 7.2.0 to
    9.0.3.
    <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.0.3</h2>
    <h1>pytest 9.0.3 (2026-04-07)</h1>
    <h2>Bug fixes</h2>
    <ul>
    <li>
    <p><a
    
href="https://redirect.github.com/pytest-dev/pytest/issues/12444";>#12444</a>:
    Fixed <code>pytest.approx</code> which now correctly takes into account
    <code>~collections.abc.Mapping</code> keys order to compare them.</p>
    </li>
    <li>
    <p><a
    
href="https://redirect.github.com/pytest-dev/pytest/issues/13634";>#13634</a>:
    Blocking a <code>conftest.py</code> file using the <code>-p no:</code>
    option is now explicitly disallowed.</p>
    <p>Previously this resulted in an internal assertion failure during
    plugin loading.</p>
    <p>Pytest now raises a clear <code>UsageError</code> explaining that
    conftest files are not plugins and cannot be disabled via
    <code>-p</code>.</p>
    </li>
    <li>
    <p><a
    
href="https://redirect.github.com/pytest-dev/pytest/issues/13734";>#13734</a>:
    Fixed crash when a test raises an exceptiongroup with
    <code>__tracebackhide__ = True</code>.</p>
    </li>
    <li>
    <p><a
    
href="https://redirect.github.com/pytest-dev/pytest/issues/14195";>#14195</a>:
    Fixed an issue where non-string messages passed to <!-- raw HTML omitted
    -->unittest.TestCase.subTest()<!-- raw HTML omitted --> were not
    printed.</p>
    </li>
    <li>
    <p><a
    
href="https://redirect.github.com/pytest-dev/pytest/issues/14343";>#14343</a>:
    Fixed use of insecure temporary directory (CVE-2025-71176).</p>
    </li>
    </ul>
    <h2>Improved documentation</h2>
    <ul>
    <li><a
    
href="https://redirect.github.com/pytest-dev/pytest/issues/13388";>#13388</a>:
    Clarified documentation for <code>-p</code> vs
    <code>PYTEST_PLUGINS</code> plugin loading and fixed an incorrect
    <code>-p</code> example.</li>
    <li><a
    
href="https://redirect.github.com/pytest-dev/pytest/issues/13731";>#13731</a>:
    Clarified that capture fixtures (e.g. <code>capsys</code> and
    <code>capfd</code>) take precedence over the <code>-s</code> /
    <code>--capture=no</code> command-line options in <code>Accessing
    captured output from a test function
    &lt;accessing-captured-output&gt;</code>.</li>
    <li><a
    
href="https://redirect.github.com/pytest-dev/pytest/issues/14088";>#14088</a>:
    Clarified that the default <code>pytest_collection</code> hook sets
    <code>session.items</code> before it calls
    <code>pytest_collection_finish</code>, not after.</li>
    <li><a
    
href="https://redirect.github.com/pytest-dev/pytest/issues/14255";>#14255</a>:
    TOML integer log levels must be quoted: Updating reference
    documentation.</li>
    </ul>
    <h2>Contributor-facing changes</h2>
    <ul>
    <li>
    <p><a
    
href="https://redirect.github.com/pytest-dev/pytest/issues/12689";>#12689</a>:
    The test reports are now published to Codecov from GitHub Actions.
    The test statistics is visible <a
    href="https://app.codecov.io/gh/pytest-dev/pytest/tests";>on the web
    interface</a>.</p>
    <p>-- by <code>aleguy02</code></p>
    </li>
    </ul>
    <h2>9.0.2</h2>
    <h1>pytest 9.0.2 (2025-12-06)</h1>
    <h2>Bug fixes</h2>
    <ul>
    <li>
    <p><a
    
href="https://redirect.github.com/pytest-dev/pytest/issues/13896";>#13896</a>:
    The terminal progress feature added in pytest 9.0.0 has been disabled by
    default, except on Windows, due to compatibility issues with some
    terminal emulators.</p>
    <p>You may enable it again by passing <code>-p terminalprogress</code>.
    We may enable it by default again once compatibility improves in the
    future.</p>
    <p>Additionally, when the environment variable <code>TERM</code> is
    <code>dumb</code>, the escape codes are no longer emitted, even if the
    plugin is enabled.</p>
    </li>
    <li>
    <p><a
    
href="https://redirect.github.com/pytest-dev/pytest/issues/13904";>#13904</a>:
    Fixed the TOML type of the <code>tmp_path_retention_count</code>
    settings in the API reference from number to string.</p>
    </li>
    <li>
    <p><a
    
href="https://redirect.github.com/pytest-dev/pytest/issues/13946";>#13946</a>:
    The private <code>config.inicfg</code> attribute was changed in a
    breaking manner in pytest 9.0.0.
    Due to its usage in the ecosystem, it is now restored to working order
    using a compatibility shim.
    It will be deprecated in pytest 9.1 and removed in pytest 10.</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/a7d58d7a21b78581e636bbbdea13c66ad1657c1e";><code>a7d58d7</code></a>
    Prepare release version 9.0.3</li>
    <li><a
    
href="https://github.com/pytest-dev/pytest/commit/089d98199c253d8f89a040243bc4f2aa6cd5ab22";><code>089d981</code></a>
    Merge pull request <a
    href="https://redirect.github.com/pytest-dev/pytest/issues/14366";>#14366</a>
    from bluetech/revert-14193-backport</li>
    <li><a
    
href="https://github.com/pytest-dev/pytest/commit/8127eaf4ab7f6b2fdd0dc1b38343ec97aeef05ac";><code>8127eaf</code></a>
    Revert &quot;Fix: assertrepr_compare respects dict insertion order (<a
    
href="https://redirect.github.com/pytest-dev/pytest/issues/14050";>#14050</a>)
    (<a
    
href="https://redirect.github.com/pytest-dev/pytest/issues/14193";>#14193</a>)&quot;</li>
    <li><a
    
href="https://github.com/pytest-dev/pytest/commit/99a7e6029e7a6e8d53e5df114b1346e035370241";><code>99a7e60</code></a>
    Merge pull request <a
    href="https://redirect.github.com/pytest-dev/pytest/issues/14363";>#14363</a>
    from pytest-dev/patchback/backports/9.0.x/95d8423bd...</li>
    <li><a
    
href="https://github.com/pytest-dev/pytest/commit/ddee02a578da30dd43aedc39c1c1f1aaadfcee95";><code>ddee02a</code></a>
    Merge pull request <a
    href="https://redirect.github.com/pytest-dev/pytest/issues/14343";>#14343</a>
    from bluetech/cve-2025-71176-simple</li>
    <li><a
    
href="https://github.com/pytest-dev/pytest/commit/74eac6916fee34726cb194f16c516e96fbd29619";><code>74eac69</code></a>
    doc: Update training info (<a
    
href="https://redirect.github.com/pytest-dev/pytest/issues/14298";>#14298</a>)
    (<a
    
href="https://redirect.github.com/pytest-dev/pytest/issues/14301";>#14301</a>)</li>
    <li><a
    
href="https://github.com/pytest-dev/pytest/commit/f92dee777cfdb77d1c43633d02766ddf1f07c869";><code>f92dee7</code></a>
    Merge pull request <a
    href="https://redirect.github.com/pytest-dev/pytest/issues/14267";>#14267</a>
    from pytest-dev/patchback/backports/9.0.x/d6fa26c62...</li>
    <li><a
    
href="https://github.com/pytest-dev/pytest/commit/7ee58acc8777c31ac6cf388d01addf5a414a7439";><code>7ee58ac</code></a>
    Merge pull request <a
    href="https://redirect.github.com/pytest-dev/pytest/issues/12378";>#12378</a>
    from Pierre-Sassoulas/fix-implicit-str-concat-and-d...</li>
    <li><a
    
href="https://github.com/pytest-dev/pytest/commit/37da870d37e3a2f5177cae075c7b9ae279432bf8";><code>37da870</code></a>
    Merge pull request <a
    href="https://redirect.github.com/pytest-dev/pytest/issues/14259";>#14259</a>
    from mitre88/patch-4 (<a
    
href="https://redirect.github.com/pytest-dev/pytest/issues/14268";>#14268</a>)</li>
    <li><a
    
href="https://github.com/pytest-dev/pytest/commit/c34bfa3b7acb65b594707c714f1d8461b0304eed";><code>c34bfa3</code></a>
    Add explanation for string context diffs (<a
    
href="https://redirect.github.com/pytest-dev/pytest/issues/14257";>#14257</a>)
    (<a
    
href="https://redirect.github.com/pytest-dev/pytest/issues/14266";>#14266</a>)</li>
    <li>Additional commits viewable in <a
    href="https://github.com/pytest-dev/pytest/compare/7.2.0...9.0.3";>compare
    view</a></li>
    </ul>
    </details>
    <br />
    
    
    [![Dependabot compatibility
    
score](https://dependabot-badges.githubapp.com/badges/compatibility_score?dependency-name=pytest&package-manager=pip&previous-version=7.2.0&new-version=9.0.3)](https://docs.github.com/en/github/managing-security-vulnerabilities/about-dependabot-security-updates#about-compatibility-scores)
    
    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 this major version` will close this PR and stop
    Dependabot creating any more for this major version (unless you reopen
    the PR or upgrade to it yourself)
    - `@dependabot ignore this minor version` will close this PR and stop
    Dependabot creating any more for this minor version (unless you reopen
    the PR or upgrade to it yourself)
    - `@dependabot ignore this dependency` will close this PR and stop
    Dependabot creating any more for this dependency (unless you reopen the
    PR or upgrade to it yourself)
    You can disable automated security fix PRs for this repo from the
    [Security Alerts
    page](https://github.com/apache/arrow-rs/network/alerts).
    
    </details>
    
    Signed-off-by: dependabot[bot] <[email protected]>
    Co-authored-by: dependabot[bot] 
<49699333+dependabot[bot]@users.noreply.github.com>
---
 parquet/pytest/requirements.txt | 20 ++++++++++----------
 1 file changed, 10 insertions(+), 10 deletions(-)

diff --git a/parquet/pytest/requirements.txt b/parquet/pytest/requirements.txt
index 696fc2f0d6..e0741a9817 100644
--- a/parquet/pytest/requirements.txt
+++ b/parquet/pytest/requirements.txt
@@ -20,10 +20,6 @@
 #
 #    pip-compile --generate-hashes --resolver=backtracking
 #
-attrs==22.1.0 \
-    
--hash=sha256:29adc2665447e5191d0e7c568fde78b21f9672d344281d0c6e1ab085429b22b6 \
-    
--hash=sha256:86efa402f67bf2df34f51a335487cf46b1ec130d02b8d39fd248abfd30da551c
-    # via pytest
 black==26.3.1 \
     
--hash=sha256:0126ae5b7c09957da2bdbd91a9ba1207453feada9e9fe51992848658c6c8e01c \
     
--hash=sha256:0f76ff19ec5297dd8e66eb64deda23631e642c9393ab592826fd4bdc97a4bce7 \
@@ -142,20 +138,24 @@ platformdirs==2.5.4 \
     
--hash=sha256:1006647646d80f16130f052404c6b901e80ee4ed6bef6792e1f238a8969106f7 \
     
--hash=sha256:af0276409f9a02373d540bf8480021a048711d572745aef4b7842dad245eba10
     # via black
-pluggy==1.0.0 \
-    
--hash=sha256:4224373bacce55f955a878bf9cfa763c1e360858e330072059e10bad68531159 \
-    
--hash=sha256:74134bbf457f031a36d68416e1509f34bd5ccc019f0bcc952c7b909d06b37bd3
+pluggy==1.6.0 \
+    
--hash=sha256:7dcc130b76258d33b90f61b658791dede3486c3e6bfb003ee5c9bfb396dd22f3 \
+    
--hash=sha256:e920276dd6813095e9377c0bc5566d94c932c33b27a3e3945d8389c374dd4746
     # via pytest
 py4j==0.10.9.5 \
     
--hash=sha256:276a4a3c5a2154df1860ef3303a927460e02e97b047dc0a47c1c3fb8cce34db6 \
     
--hash=sha256:52d171a6a2b031d8a5d1de6efe451cf4f5baff1a2819aabc3741c8406539ba04
     # via pyspark
+pygments==2.20.0 \
+    
--hash=sha256:6757cd03768053ff99f3039c1a36d6c0aa0b263438fcab17520b30a303a82b5f \
+    
--hash=sha256:81a9e26dd42fd28a23a2d169d86d7ac03b46e2f8b59ed4698fb4785f946d0176
+    # via pytest
 pyspark==3.3.2 \
     
--hash=sha256:0dfd5db4300c1f6cc9c16d8dbdfb82d881b4b172984da71344ede1a9d4893da8
     # via -r requirements.in
-pytest==7.2.0 \
-    
--hash=sha256:892f933d339f068883b6fd5a459f03d85bfcb355e4981e146d2c7616c21fef71 \
-    
--hash=sha256:c4014eb40e10f11f355ad4e3c2fb2c6c6d1919c73f3b5a433de4708202cade59
+pytest==9.0.3 \
+    
--hash=sha256:2c5efc453d45394fdd706ade797c0a81091eccd1d6e4bccfcd476e2b8e0ab5d9 \
+    
--hash=sha256:b86ada508af81d19edeb213c681b1d48246c1a91d304c6c81a427674c17eb91c
     # via -r requirements.in
 python-dateutil==2.8.2 \
     
--hash=sha256:0123cacc1627ae19ddf3c27a5de5bd67ee4586fbdd6440d9748f8abb483d3e86 \

Reply via email to