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 efc145c0 chore: Bump golang.org/x/sys from 0.46.0 to 0.47.0 (#933)
efc145c0 is described below

commit efc145c067b63cb2a831751e34bf9c0b19c9af41
Author: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
AuthorDate: Mon Jul 13 17:09:06 2026 -0400

    chore: Bump golang.org/x/sys from 0.46.0 to 0.47.0 (#933)
    
    Bumps [golang.org/x/sys](https://github.com/golang/sys) from 0.46.0 to
    0.47.0.
    <details>
    <summary>Commits</summary>
    <ul>
    <li><a
    
href="https://github.com/golang/sys/commit/9e7e939dcafac07e8ab4cffa6e5fc74908413f00";><code>9e7e939</code></a>
    cpu: handle vendor suffixes in parseRelease</li>
    <li><a
    
href="https://github.com/golang/sys/commit/f6fb8a1e42b1731ca8f87ace29c3307429ecdb5a";><code>f6fb8a1</code></a>
    unix: use epoll_pwait rather than epoll_wait</li>
    <li><a
    
href="https://github.com/golang/sys/commit/f3eeabfcab6a9a0585ddee7337d5ccfeebe576ed";><code>f3eeabf</code></a>
    windows: avoid length overflow in NewNTString</li>
    <li><a
    
href="https://github.com/golang/sys/commit/3cb66475f895724679601e2580be904c8aaa5f7a";><code>3cb6647</code></a>
    unix: update glibc to 2.43</li>
    <li><a
    
href="https://github.com/golang/sys/commit/c507910bb52510a2ae06048a4246ad0fe210a872";><code>c507910</code></a>
    windows: document safe usage of TrusteeValue</li>
    <li>See full diff in <a
    href="https://github.com/golang/sys/compare/v0.46.0...v0.47.0";>compare
    view</a></li>
    </ul>
    </details>
    <br />
    
    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 66a5613f..5560885e 100644
--- a/go.mod
+++ b/go.mod
@@ -46,7 +46,7 @@ require (
        github.com/zeebo/xxh3 v1.1.0
        golang.org/x/exp v0.0.0-20260112195511-716be5621a96
        golang.org/x/sync v0.22.0
-       golang.org/x/sys v0.46.0
+       golang.org/x/sys v0.47.0
        gonum.org/v1/gonum v0.17.0
        google.golang.org/grpc v1.82.0
        google.golang.org/protobuf v1.36.11
diff --git a/go.sum b/go.sum
index 048681c4..b26558b0 100644
--- a/go.sum
+++ b/go.sum
@@ -217,8 +217,8 @@ golang.org/x/sys v0.0.0-20220722155257-8c9f86f7a55f/go.mod 
h1:oPkhp1MJrh7nUepCBc
 golang.org/x/sys v0.1.0/go.mod h1:oPkhp1MJrh7nUepCBck5+mAzfO9JrbApNNgaTdGDITg=
 golang.org/x/sys v0.5.0/go.mod h1:oPkhp1MJrh7nUepCBck5+mAzfO9JrbApNNgaTdGDITg=
 golang.org/x/sys v0.6.0/go.mod h1:oPkhp1MJrh7nUepCBck5+mAzfO9JrbApNNgaTdGDITg=
-golang.org/x/sys v0.46.0 h1:noSf2Fq6F8DBgS+LysIkx7rIExoNHJsxOAtPp4rthXw=
-golang.org/x/sys v0.46.0/go.mod h1:4GL1E5IUh+htKOUEOaiffhrAeqysfVGipDYzABqnCmw=
+golang.org/x/sys v0.47.0 h1:o7XGOvZQCADBQQ4Y7VNq2dRWQR7JmOUW8Kxx4ZsNgWs=
+golang.org/x/sys v0.47.0/go.mod h1:4GL1E5IUh+htKOUEOaiffhrAeqysfVGipDYzABqnCmw=
 golang.org/x/telemetry v0.0.0-20260508192327-42602be52be6 
h1:HjU6IWBiAgRIdAJ9/y1rwCn+UELEmwV+VsTLzj/W4sE=
 golang.org/x/telemetry v0.0.0-20260508192327-42602be52be6/go.mod 
h1:Eqhaxk/wZsWEH8CRxLwj6xzEJbz7k1EFGqx7nyCoabE=
 golang.org/x/term v0.0.0-20201126162022-7de9c90e9dd1/go.mod 
h1:bj7SfCRtBDWHUb9snDiAeCFNEtKQo2Wmx5Cou7ajbmo=

Reply via email to