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 942d150d chore: Bump actions/setup-python from 6.1.0 to 6.2.0 (#650)
942d150d is described below

commit 942d150d29ea0910c6c746618d4502f7cd257982
Author: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
AuthorDate: Tue Jan 27 10:48:19 2026 -0500

    chore: Bump actions/setup-python from 6.1.0 to 6.2.0 (#650)
    
    Bumps [actions/setup-python](https://github.com/actions/setup-python)
    from 6.1.0 to 6.2.0.
    <details>
    <summary>Release notes</summary>
    <p><em>Sourced from <a
    
href="https://github.com/actions/setup-python/releases";>actions/setup-python's
    releases</a>.</em></p>
    <blockquote>
    <h2>v6.2.0</h2>
    <h2>What's Changed</h2>
    <h3>Dependency Upgrades</h3>
    <ul>
    <li>Upgrade dependencies to Node 24 compatible versions by <a
    href="https://github.com/salmanmkc";><code>@​salmanmkc</code></a> in <a
    
href="https://redirect.github.com/actions/setup-python/pull/1259";>actions/setup-python#1259</a></li>
    <li>Upgrade urllib3 from 2.5.0 to 2.6.3 in <code>/__tests__/data</code>
    by <a href="https://github.com/dependabot";><code>@​dependabot</code></a>
    in <a
    
href="https://redirect.github.com/actions/setup-python/pull/1253";>actions/setup-python#1253</a>
    and <a
    
href="https://redirect.github.com/actions/setup-python/pull/1264";>actions/setup-python#1264</a></li>
    </ul>
    <p><strong>Full Changelog</strong>: <a
    
href="https://github.com/actions/setup-python/compare/v6...v6.2.0";>https://github.com/actions/setup-python/compare/v6...v6.2.0</a></p>
    </blockquote>
    </details>
    <details>
    <summary>Commits</summary>
    <ul>
    <li><a
    
href="https://github.com/actions/setup-python/commit/a309ff8b426b58ec0e2a45f0f869d46889d02405";><code>a309ff8</code></a>
    Bump urllib3 from 2.6.0 to 2.6.3 in /<strong>tests</strong>/data (<a
    
href="https://redirect.github.com/actions/setup-python/issues/1264";>#1264</a>)</li>
    <li><a
    
href="https://github.com/actions/setup-python/commit/bfe8cc55a7890e3d6672eda6460ef37bfcc70755";><code>bfe8cc5</code></a>
    Upgrade <a href="https://github.com/actions";><code>@​actions</code></a>
    dependencies to Node 24 compatible versions (<a
    
href="https://redirect.github.com/actions/setup-python/issues/1259";>#1259</a>)</li>
    <li><a
    
href="https://github.com/actions/setup-python/commit/4f41a90a1f38628c7ccc608d05fbafe701bc20ae";><code>4f41a90</code></a>
    Bump urllib3 from 2.5.0 to 2.6.0 in /<strong>tests</strong>/data (<a
    
href="https://redirect.github.com/actions/setup-python/issues/1253";>#1253</a>)</li>
    <li>See full diff in <a
    
href="https://github.com/actions/setup-python/compare/83679a892e2d95755f2dac6acb0bfd1e9ac5d548...a309ff8b426b58ec0e2a45f0f869d46889d02405";>compare
    view</a></li>
    </ul>
    </details>
    <br />
    
    
    [![Dependabot compatibility
    
score](https://dependabot-badges.githubapp.com/badges/compatibility_score?dependency-name=actions/setup-python&package-manager=github_actions&previous-version=6.1.0&new-version=6.2.0)](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>
---
 .github/workflows/benchmark.yml | 2 +-
 .github/workflows/lint.yml      | 2 +-
 .github/workflows/test.yml      | 2 +-
 3 files changed, 3 insertions(+), 3 deletions(-)

diff --git a/.github/workflows/benchmark.yml b/.github/workflows/benchmark.yml
index 5c57c7db..107d6e34 100644
--- a/.github/workflows/benchmark.yml
+++ b/.github/workflows/benchmark.yml
@@ -40,7 +40,7 @@ jobs:
         with:
           submodules: recursive
       - name: Set up Python
-        uses: actions/setup-python@83679a892e2d95755f2dac6acb0bfd1e9ac5d548 # 
v6.1.0
+        uses: actions/setup-python@a309ff8b426b58ec0e2a45f0f869d46889d02405 # 
v6.2.0
         with:
           python-version: '3.9'
       - name: Install Go ${{ matrix.go }} for Benchmarks
diff --git a/.github/workflows/lint.yml b/.github/workflows/lint.yml
index 82bf62b0..839338b9 100644
--- a/.github/workflows/lint.yml
+++ b/.github/workflows/lint.yml
@@ -40,7 +40,7 @@ jobs:
         with:
           fetch-depth: 0
       - name: Setup Python
-        uses: actions/setup-python@83679a892e2d95755f2dac6acb0bfd1e9ac5d548 # 
v6.1.0
+        uses: actions/setup-python@a309ff8b426b58ec0e2a45f0f869d46889d02405 # 
v6.2.0
         with:
           python-version: 3.12
       - name: Setup Go
diff --git a/.github/workflows/test.yml b/.github/workflows/test.yml
index 884f4d0e..3926c812 100644
--- a/.github/workflows/test.yml
+++ b/.github/workflows/test.yml
@@ -394,7 +394,7 @@ jobs:
           key: integration-conda-${{ hashFiles('cpp/**') }}
           restore-keys: conda-
       - name: Setup Python
-        uses: actions/setup-python@83679a892e2d95755f2dac6acb0bfd1e9ac5d548 # 
v6.1.0
+        uses: actions/setup-python@a309ff8b426b58ec0e2a45f0f869d46889d02405 # 
v6.2.0
         with:
           python-version: 3.12
       - name: Setup Archery

Reply via email to