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

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


The following commit(s) were added to refs/heads/main by this push:
     new 482899ca chore: Bump github.com/stretchr/testify from 1.11.0 to 1.11.1 
(#488)
482899ca is described below

commit 482899ca3454d98c449d752a81c6aa2fbc6c8158
Author: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
AuthorDate: Sat Sep 13 10:23:50 2025 -0500

    chore: Bump github.com/stretchr/testify from 1.11.0 to 1.11.1 (#488)
    
    Bumps [github.com/stretchr/testify](https://github.com/stretchr/testify)
    from 1.11.0 to 1.11.1.
    <details>
    <summary>Release notes</summary>
    <p><em>Sourced from <a
    
href="https://github.com/stretchr/testify/releases";>github.com/stretchr/testify's
    releases</a>.</em></p>
    <blockquote>
    <h2>v1.11.1</h2>
    <p>This release fixes <a
    href="https://redirect.github.com/stretchr/testify/issues/1785";>#1785</a>
    introduced in v1.11.0 where expected argument values implementing the
    stringer interface (<code>String() string</code>) with a method which
    mutates their value, when passed to mock.Mock.On
    (<code>m.On(&quot;Method&quot;, &lt;expected&gt;).Return()</code>) or
    actual argument values passed to mock.Mock.Called may no longer match
    one another where they previously did match. The behaviour prior to
    v1.11.0 where the stringer is always called is restored. Future testify
    releases may not call the stringer method at all in this case.</p>
    <h2>What's Changed</h2>
    <ul>
    <li>Backport <a
    href="https://redirect.github.com/stretchr/testify/issues/1786";>#1786</a>
    to release/1.11: mock: revert to pre-v1.11.0 argument matching behavior
    for mutating stringers by <a
    href="https://github.com/brackendawson";><code>@​brackendawson</code></a>
    in <a
    
href="https://redirect.github.com/stretchr/testify/pull/1788";>stretchr/testify#1788</a></li>
    </ul>
    <p><strong>Full Changelog</strong>: <a
    
href="https://github.com/stretchr/testify/compare/v1.11.0...v1.11.1";>https://github.com/stretchr/testify/compare/v1.11.0...v1.11.1</a></p>
    </blockquote>
    </details>
    <details>
    <summary>Commits</summary>
    <ul>
    <li><a
    
href="https://github.com/stretchr/testify/commit/2a57335dc9cd6833daa820bc94d9b40c26a7917d";><code>2a57335</code></a>
    Merge pull request <a
    href="https://redirect.github.com/stretchr/testify/issues/1788";>#1788</a>
    from brackendawson/1785-backport-1.11</li>
    <li><a
    
href="https://github.com/stretchr/testify/commit/af8c91234f184009f57ef29027b39ca89cb00100";><code>af8c912</code></a>
    Backport <a
    href="https://redirect.github.com/stretchr/testify/issues/1786";>#1786</a>
    to release/1.11</li>
    <li>See full diff in <a
    href="https://github.com/stretchr/testify/compare/v1.11.0...v1.11.1";>compare
    view</a></li>
    </ul>
    </details>
    <br />
    
    
    [![Dependabot compatibility
    
score](https://dependabot-badges.githubapp.com/badges/compatibility_score?dependency-name=github.com/stretchr/testify&package-manager=go_modules&previous-version=1.11.0&new-version=1.11.1)](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 merge` will merge this PR after your CI passes on it
    - `@dependabot squash and merge` will squash and merge this PR after
    your CI passes on it
    - `@dependabot cancel merge` will cancel a previously requested merge
    and block automerging
    - `@dependabot reopen` will reopen this PR if it is closed
    - `@dependabot close` will close this PR and stop Dependabot recreating
    it. You can achieve the same result by closing it manually
    - `@dependabot show <dependency name> ignore conditions` will show all
    of the ignore conditions of the specified dependency
    - `@dependabot ignore 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)
    
    
    </details>
    
    Signed-off-by: dependabot[bot] <[email protected]>
    Co-authored-by: dependabot[bot] 
<49699333+dependabot[bot]@users.noreply.github.com>
---
 go.mod | 2 +-
 go.sum | 4 ++--
 2 files changed, 3 insertions(+), 3 deletions(-)

diff --git a/go.mod b/go.mod
index 34e812ce..1e46094d 100644
--- a/go.mod
+++ b/go.mod
@@ -38,7 +38,7 @@ require (
        github.com/pierrec/lz4/v4 v4.1.22
        github.com/pterm/pterm v0.12.81
        github.com/stoewer/go-strcase v1.3.1
-       github.com/stretchr/testify v1.11.0
+       github.com/stretchr/testify v1.11.1
        github.com/substrait-io/substrait-go/v4 v4.4.0
        github.com/tidwall/sjson v1.2.5
        github.com/zeebo/xxh3 v1.0.2
diff --git a/go.sum b/go.sum
index 78d91e75..9e5364ed 100644
--- a/go.sum
+++ b/go.sum
@@ -150,8 +150,8 @@ github.com/stretchr/testify v1.7.0/go.mod 
h1:6Fq8oRcR53rry900zMqJjRRixrwX3KX962/
 github.com/stretchr/testify v1.7.1/go.mod 
h1:6Fq8oRcR53rry900zMqJjRRixrwX3KX962/h/Wwjteg=
 github.com/stretchr/testify v1.8.0/go.mod 
h1:yNjHg4UonilssWZ8iaSj1OCr/vHnekPRkoO+kdMU+MU=
 github.com/stretchr/testify v1.8.1/go.mod 
h1:w2LPCIKwWwSfY2zedu0+kehJoqGctiVI29o6fzry7u4=
-github.com/stretchr/testify v1.11.0 
h1:ib4sjIrwZKxE5u/Japgo/7SJV3PvgjGiRNAvTVGqQl8=
-github.com/stretchr/testify v1.11.0/go.mod 
h1:wZwfW3scLgRK+23gO65QZefKpKQRnfz6sD981Nm4B6U=
+github.com/stretchr/testify v1.11.1 
h1:7s2iGBzp5EwR7/aIZr8ao5+dra3wiQyKjjFuvgVKu7U=
+github.com/stretchr/testify v1.11.1/go.mod 
h1:wZwfW3scLgRK+23gO65QZefKpKQRnfz6sD981Nm4B6U=
 github.com/substrait-io/substrait v0.69.0 
h1:qfwUe1qKa3PsCclMpubQOF6nqIqS14geUuvzJ1P7gsM=
 github.com/substrait-io/substrait v0.69.0/go.mod 
h1:MPFNw6sToJgpD5Z2rj0rQrdP/Oq8HG7Z2t3CAEHtkHw=
 github.com/substrait-io/substrait-go/v4 v4.4.0 
h1:mFArMNFxlOLyTuhPcaPzZCwYh6kUopTExTy7XOqtYBM=

Reply via email to