Skip to content

Comments

Bump github.com/shirou/gopsutil/v4 from 4.25.12 to 4.26.1#2832

Merged
sawka merged 1 commit intomainfrom
dependabot/go_modules/github.com/shirou/gopsutil/v4-4.26.1
Feb 6, 2026
Merged

Bump github.com/shirou/gopsutil/v4 from 4.25.12 to 4.26.1#2832
sawka merged 1 commit intomainfrom
dependabot/go_modules/github.com/shirou/gopsutil/v4-4.26.1

Conversation

@dependabot
Copy link
Contributor

@dependabot dependabot bot commented on behalf of github Feb 6, 2026

Bumps github.com/shirou/gopsutil/v4 from 4.25.12 to 4.26.1.

Release notes

Sourced from github.com/shirou/gopsutil/v4's releases.

v4.26.1

What's Changed

disk

host

mem

process

sensor

New Contributors

Full Changelog: shirou/gopsutil@v4.25.12...v4.26.1

Commits
  • b2abf60 Merge pull request #1997 from Aoang/fix/kelvin-to-celsius
  • 20de7d5 Merge pull request #1994 from shirou/fix/get_terminal_map_bug
  • 01bdbba fix(sensors): kelvin to Celsius
  • e699d49 Merge pull request #1996 from shirou/dependabot/github_actions/actions/checko...
  • 01bd7b4 Merge pull request #1987 from shirou/dependabot/go_modules/golang.org/x/sys-0...
  • 7f96671 Merge pull request #1979 from Dylan-M/dylanmyers/aix_foundation
  • 2f99176 [process][posix]: fix getTerminalMap path construction bug
  • 8db834f Merge pull request #1995 from pgimalac/pgimalac/fix-empty-read-proc-pid-stat-...
  • 23555bf chore(deps): bump actions/checkout from 5.0.0 to 6.0.2
  • 62a181c fix: return an error on reading empty proc pid stat file
  • Additional commits viewable in compare view

Dependabot compatibility score

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 commands and options

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)

Bumps [github.com/shirou/gopsutil/v4](https://github.com/shirou/gopsutil) from 4.25.12 to 4.26.1.
- [Release notes](https://github.com/shirou/gopsutil/releases)
- [Commits](shirou/gopsutil@v4.25.12...v4.26.1)

---
updated-dependencies:
- dependency-name: github.com/shirou/gopsutil/v4
  dependency-version: 4.26.1
  dependency-type: direct:production
  update-type: version-update:semver-minor
...

Signed-off-by: dependabot[bot] <support@github.com>
@dependabot dependabot bot added dependencies Pull requests that update a dependency file go Pull requests that update go code labels Feb 6, 2026
@sawka sawka merged commit d9bc888 into main Feb 6, 2026
2 of 3 checks passed
@sawka sawka deleted the dependabot/go_modules/github.com/shirou/gopsutil/v4-4.26.1 branch February 6, 2026 17:28
stevenwang288 pushed a commit to stevenwang288/waveterm that referenced this pull request Feb 15, 2026
…v#2832)

Bumps
[github.com/shirou/gopsutil/v4](https://github.com/shirou/gopsutil) from
4.25.12 to 4.26.1.
<details>
<summary>Release notes</summary>
<p><em>Sourced from <a
href="https://github.com/shirou/gopsutil/releases">github.com/shirou/gopsutil/v4's
releases</a>.</em></p>
<blockquote>
<h2>v4.26.1</h2>
<!-- raw HTML omitted -->
<h2>What's Changed</h2>
<h3>disk</h3>
<ul>
<li>[darwin]: convert CFString to Go string properly by <a
href="https://github.com/uubulb"><code>@​uubulb</code></a> in <a
href="https://redirect.github.com/shirou/gopsutil/pull/1992">shirou/gopsutil#1992</a></li>
</ul>
<h3>host</h3>
<ul>
<li>[host][darwin]: fix utmpx database parsing by <a
href="https://github.com/uubulb"><code>@​uubulb</code></a> in <a
href="https://redirect.github.com/shirou/gopsutil/pull/1990">shirou/gopsutil#1990</a></li>
<li>feat: Add AIX platform support to common package with uptime and
boot time functions by <a
href="https://github.com/Dylan-M"><code>@​Dylan-M</code></a> in <a
href="https://redirect.github.com/shirou/gopsutil/pull/1979">shirou/gopsutil#1979</a></li>
</ul>
<h3>mem</h3>
<ul>
<li>feat(mem): add KernelStack field for ExVirtualMemory on linux by <a
href="https://github.com/shirou"><code>@​shirou</code></a> in <a
href="https://redirect.github.com/shirou/gopsutil/pull/1986">shirou/gopsutil#1986</a></li>
</ul>
<h3>process</h3>
<ul>
<li>Fix windows open files with context by <a
href="https://github.com/ebriney"><code>@​ebriney</code></a> in <a
href="https://redirect.github.com/shirou/gopsutil/pull/1991">shirou/gopsutil#1991</a></li>
<li>Return an error on reading empty proc pid stat file by <a
href="https://github.com/pgimalac"><code>@​pgimalac</code></a> in <a
href="https://redirect.github.com/shirou/gopsutil/pull/1995">shirou/gopsutil#1995</a></li>
<li>[process][posix]: fix getTerminalMap path construction bug by <a
href="https://github.com/shirou"><code>@​shirou</code></a> in <a
href="https://redirect.github.com/shirou/gopsutil/pull/1994">shirou/gopsutil#1994</a></li>
</ul>
<h3>sensor</h3>
<ul>
<li>fix(sensors): kelvin to Celsius by <a
href="https://github.com/Aoang"><code>@​Aoang</code></a> in <a
href="https://redirect.github.com/shirou/gopsutil/pull/1997">shirou/gopsutil#1997</a></li>
</ul>
<h2>New Contributors</h2>
<ul>
<li><a href="https://github.com/ebriney"><code>@​ebriney</code></a> made
their first contribution in <a
href="https://redirect.github.com/shirou/gopsutil/pull/1991">shirou/gopsutil#1991</a></li>
<li><a href="https://github.com/Aoang"><code>@​Aoang</code></a> made
their first contribution in <a
href="https://redirect.github.com/shirou/gopsutil/pull/1997">shirou/gopsutil#1997</a></li>
</ul>
<p><strong>Full Changelog</strong>: <a
href="https://github.com/shirou/gopsutil/compare/v4.25.12...v4.26.1">https://github.com/shirou/gopsutil/compare/v4.25.12...v4.26.1</a></p>
</blockquote>
</details>
<details>
<summary>Commits</summary>
<ul>
<li><a
href="https://github.com/shirou/gopsutil/commit/b2abf6071008eeeb0370607811c6c32363f366d8"><code>b2abf60</code></a>
Merge pull request <a
href="https://redirect.github.com/shirou/gopsutil/issues/1997">#1997</a>
from Aoang/fix/kelvin-to-celsius</li>
<li><a
href="https://github.com/shirou/gopsutil/commit/20de7d542dce9321f468d28513931a0e9b930e00"><code>20de7d5</code></a>
Merge pull request <a
href="https://redirect.github.com/shirou/gopsutil/issues/1994">#1994</a>
from shirou/fix/get_terminal_map_bug</li>
<li><a
href="https://github.com/shirou/gopsutil/commit/01bdbbaa6b1a078754d82d0dff404830af2ff963"><code>01bdbba</code></a>
fix(sensors): kelvin to Celsius</li>
<li><a
href="https://github.com/shirou/gopsutil/commit/e699d490a1b7e105ad8dae2fb3ae5f6596d416db"><code>e699d49</code></a>
Merge pull request <a
href="https://redirect.github.com/shirou/gopsutil/issues/1996">#1996</a>
from shirou/dependabot/github_actions/actions/checko...</li>
<li><a
href="https://github.com/shirou/gopsutil/commit/01bd7b4e469601a64f43eb706c90ccd4bc0ed8e4"><code>01bd7b4</code></a>
Merge pull request <a
href="https://redirect.github.com/shirou/gopsutil/issues/1987">#1987</a>
from shirou/dependabot/go_modules/golang.org/x/sys-0...</li>
<li><a
href="https://github.com/shirou/gopsutil/commit/7f96671ef23e0b644001b28cec65b9ad2851506e"><code>7f96671</code></a>
Merge pull request <a
href="https://redirect.github.com/shirou/gopsutil/issues/1979">#1979</a>
from Dylan-M/dylanmyers/aix_foundation</li>
<li><a
href="https://github.com/shirou/gopsutil/commit/2f99176f8feaecca0826304560f067f8b18785be"><code>2f99176</code></a>
[process][posix]: fix getTerminalMap path construction bug</li>
<li><a
href="https://github.com/shirou/gopsutil/commit/8db834f4715ea255a0f16bbfda2006e414f8b3f1"><code>8db834f</code></a>
Merge pull request <a
href="https://redirect.github.com/shirou/gopsutil/issues/1995">#1995</a>
from pgimalac/pgimalac/fix-empty-read-proc-pid-stat-...</li>
<li><a
href="https://github.com/shirou/gopsutil/commit/23555bf11cca5e540d73a1943d5408ce4d413671"><code>23555bf</code></a>
chore(deps): bump actions/checkout from 5.0.0 to 6.0.2</li>
<li><a
href="https://github.com/shirou/gopsutil/commit/62a181cc9b3b32023885e96bc592a95a0a79ca80"><code>62a181c</code></a>
fix: return an error on reading empty proc pid stat file</li>
<li>Additional commits viewable in <a
href="https://github.com/shirou/gopsutil/compare/v4.25.12...v4.26.1">compare
view</a></li>
</ul>
</details>
<br />


[![Dependabot compatibility
score](https://dependabot-badges.githubapp.com/badges/compatibility_score?dependency-name=github.com/shirou/gopsutil/v4&package-manager=go_modules&previous-version=4.25.12&new-version=4.26.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 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] <support@github.com>
Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

dependencies Pull requests that update a dependency file go Pull requests that update go code

Projects

None yet

Development

Successfully merging this pull request may close these issues.

1 participant