Skip to content

Commit 9bc347d

Browse files
Bump psutil from 7.1.0 to 7.1.1 (#1261)
Bumps [psutil](https://github.com/giampaolo/psutil) from 7.1.0 to 7.1.1. <details> <summary>Changelog</summary> <p><em>Sourced from <a href="https://github.com/giampaolo/psutil/blob/master/HISTORY.rst">psutil's changelog</a>.</em></p> <blockquote> <h1>7.1.1</h1> <p>2025-10-19</p> <p><strong>Enhancements</strong></p> <ul> <li>2645_, [SunOS]: dropped support for SunOS 10.</li> <li>2646_, [SunOS]: add CI test runner for SunOS.</li> </ul> <p><strong>Bug fixes</strong></p> <ul> <li>2641_, [SunOS]: cannot compile psutil from sources due to missing C include.</li> <li>2357_, [SunOS]: <code>Process.cmdline()</code>_ does not handle spaces properly. (patch by Ben Raz)</li> </ul> <p><strong>Compatibility notes</strong></p> <ul> <li>2645_: SunOS 10 is no longer supported.</li> </ul> </blockquote> </details> <details> <summary>Commits</summary> <ul> <li><a href="https://github.com/giampaolo/psutil/commit/a07e87a1336678cbcc929116cd826137779cf654"><code>a07e87a</code></a> Pre release</li> <li><a href="https://github.com/giampaolo/psutil/commit/7a0756f0adf9c7191b01281f868aa1ca83488f43"><code>7a0756f</code></a> Upgrade actions/setup-python@v6</li> <li><a href="https://github.com/giampaolo/psutil/commit/03c5c69fe6326c0857881aa6a253314785bd95b3"><code>03c5c69</code></a> setup.py: link external libs also when compiling _psutil_posix.c ext</li> <li><a href="https://github.com/giampaolo/psutil/commit/49b56c2ae1299e1157ce8126ae8e3aad36750e37"><code>49b56c2</code></a> [SunOS] Drop SunOS 10 support (<a href="https://redirect.github.com/giampaolo/psutil/issues/2647">#2647</a>)</li> <li><a href="https://github.com/giampaolo/psutil/commit/8aca550dd16ec6b78d0160471bda4d24fe7e4d21"><code>8aca550</code></a> [SunOS] add CI test runner for SunOS (<a href="https://redirect.github.com/giampaolo/psutil/issues/2646">#2646</a>)</li> <li><a href="https://github.com/giampaolo/psutil/commit/c4dd48a7788bcc4a680edef6eb28198e53710076"><code>c4dd48a</code></a> Rename psutil_get_proc_list() to _psutil_pids()</li> <li><a href="https://github.com/giampaolo/psutil/commit/567b6c993a06769bcfcbd9fe19e3fe092fb37bcb"><code>567b6c9</code></a> CI: rename ci-* Makefile target</li> <li><a href="https://github.com/giampaolo/psutil/commit/c3f655136628a2f88b5c16fb9dd61cedb79faeea"><code>c3f6551</code></a> avoid raising the result of pytest.skip/pytest.fail (<a href="https://redirect.github.com/giampaolo/psutil/issues/2638">#2638</a>)</li> <li><a href="https://github.com/giampaolo/psutil/commit/a2091b950f65c66583f5a67fbb5d030671141f63"><code>a2091b9</code></a> Centralize distribution sanity check into Makefile</li> <li><a href="https://github.com/giampaolo/psutil/commit/4250b8e9e3520516766f30716daf113558cf61fd"><code>4250b8e</code></a> Make ruff happy</li> <li>Additional commits viewable in <a href="https://github.com/giampaolo/psutil/compare/release-7.1.0...release-7.1.1">compare view</a></li> </ul> </details> <br /> [![Dependabot compatibility score](https://dependabot-badges.githubapp.com/badges/compatibility_score?dependency-name=psutil&package-manager=pip&previous-version=7.1.0&new-version=7.1.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>
1 parent e0451ac commit 9bc347d

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

requirements/pytest.txt

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -3,4 +3,4 @@ objgraph==3.6.2
33
pytest==8.4.2
44
pytest-codspeed==4.1.1
55
pytest-cov==6.1.0
6-
psutil==7.1.0
6+
psutil==7.1.1

0 commit comments

Comments
 (0)