-
-
Notifications
You must be signed in to change notification settings - Fork 3
Update psutil requirement from ~=6.1.0 to ~=6.1.1 #173
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Conversation
Updates the requirements on [psutil](https://github.com/giampaolo/psutil) to permit the latest version. - [Changelog](https://github.com/giampaolo/psutil/blob/master/HISTORY.rst) - [Commits](giampaolo/psutil@release-6.1.0...release-6.1.1) --- updated-dependencies: - dependency-name: psutil dependency-type: direct:production ... Signed-off-by: dependabot[bot] <[email protected]>
|
Important Review skippedBot user detected. To trigger a single review, invoke the You can disable this status message by setting the 🪧 TipsChatThere are 3 ways to chat with CodeRabbit:
Note: Be mindful of the bot's finite context window. It's strongly recommended to break down tasks such as reading entire modules into smaller chunks. For a focused discussion, use review comments to chat about specific files and their changes, instead of using the PR comments. CodeRabbit Commands (Invoked using PR comments)
Other keywords and placeholders
CodeRabbit Configuration File (
|
|
Code Climate has analyzed commit c337856 and detected 0 issues on this pull request. View more on Code Climate. |
Updates the requirements on [psutil](https://github.com/giampaolo/psutil) to permit the latest version. <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>6.1.1</h1> <p>2024-12-19</p> <p><strong>Enhancements</strong></p> <ul> <li>2471_: use Vulture CLI tool to detect dead code.</li> </ul> <p><strong>Bug fixes</strong></p> <ul> <li>2418_, [Linux]: fix race condition in case /proc/PID/stat does not exist, but /proc/PID does, resulting in FileNotFoundError.</li> <li>2470_, [Linux]: <code>users()</code>_ may return "localhost" instead of the actual IP address of the user logged in.</li> </ul> <h1>6.1.0</h1> <p>2024-10-17</p> <p><strong>Enhancements</strong></p> <ul> <li>2366_, [Windows]: drastically speedup <code>process_iter()</code><em>. We now determine process unique identity by using process "fast" create time method. This will considerably speedup those apps which use <code>process_iter()</code></em> only once, e.g. to look for a process with a certain name.</li> <li>2446_: use pytest instead of unittest.</li> <li>2448_: add <code>make install-sysdeps</code> target to install the necessary system dependencies (python-dev, gcc, etc.) on all supported UNIX flavors.</li> <li>2449_: add <code>make install-pydeps-test</code> and <code>make install-pydeps-dev</code> targets. They can be used to install dependencies meant for running tests and for local development. They can also be installed via <code>pip install .[test]</code> and <code>pip install .[dev]</code>.</li> <li>2456_: allow to run tests via <code>python3 -m psutil.tests</code> even if <code>pytest</code> module is not installed. This is useful for production environments that don't have pytest installed, but still want to be able to test psutil installation.</li> </ul> <p><strong>Bug fixes</strong></p> <ul> <li>2427_: psutil (segfault) on import in the free-threaded (no GIL) version of Python 3.13. (patch by Sam Gross)</li> <li>2455_, [Linux]: <code>IndexError</code> may occur when reading /proc/pid/stat and field 40 (blkio_ticks) is missing.</li> <li>2457_, [AIX]: significantly improve the speed of <code>Process.open_files()</code>_ for some edge cases.</li> <li>2460_, [OpenBSD]: <code>Process.num_fds()</code>_ and <code>Process.open_files()</code>_ may fail with <code>NoSuchProcess</code>_ for PID 0. Instead, we now return "null" values (0 and [] respectively).</li> </ul> <!-- raw HTML omitted --> </blockquote> <p>... (truncated)</p> </details> <details> <summary>Commits</summary> <ul> <li><a href="https://github.com/giampaolo/psutil/commit/58552f6aa9f7dfb964596e28519ad77b8374defd"><code>58552f6</code></a> Merge branch 'master' of github.com:giampaolo/psutil</li> <li><a href="https://github.com/giampaolo/psutil/commit/4ba6ad065234f12b1a8fe80f88fa8bb737093313"><code>4ba6ad0</code></a> ruff: enable PLR5501 (Use <code>elif</code> instead of <code>else</code> then <code>if</code>, to reduce inden...</li> <li><a href="https://github.com/giampaolo/psutil/commit/1a6340785242730cfc87fedb31700cb47f9c531c"><code>1a63407</code></a> use a <code>set</code> literal when testing for membership</li> <li><a href="https://github.com/giampaolo/psutil/commit/8162905ae66292c7ebb1883a8c91d3e0d9a9c5c3"><code>8162905</code></a> disable flafy test + pre-release</li> <li><a href="https://github.com/giampaolo/psutil/commit/1f3458be3139edd63d93e4a665240c90ad083c26"><code>1f3458b</code></a> try to fix some flaky tests 2</li> <li><a href="https://github.com/giampaolo/psutil/commit/c0e1eb1dde786eaaa34317abe09371ab6505fdeb"><code>c0e1eb1</code></a> try to fix some flaky tests 2</li> <li><a href="https://github.com/giampaolo/psutil/commit/45934bb75a6247bc9cdf32d5aff9fdc1c603ac19"><code>45934bb</code></a> try to fix some flaky tests</li> <li><a href="https://github.com/giampaolo/psutil/commit/560c524cfd503ea111147fc0c0170507953ff321"><code>560c524</code></a> chore: bump cibuildwheel to 2.22.0, move to macos-13 (<a href="https://redirect.github.com/giampaolo/psutil/issues/2479">#2479</a>)</li> <li><a href="https://github.com/giampaolo/psutil/commit/b5ea67e17b2cb07c74a89d16b9e58e77f6eaf4e8"><code>b5ea67e</code></a> fix winmake.py test-parallel</li> <li><a href="https://github.com/giampaolo/psutil/commit/13a336bd6e19f00999b52f83a0a7cf1d7dcf03de"><code>13a336b</code></a> fix <a href="https://redirect.github.com/giampaolo/psutil/issues/2418">#2418</a> / Linux: fix race condition</li> <li>Additional commits viewable in <a href="https://github.com/giampaolo/psutil/compare/release-6.1.0...release-6.1.1">compare view</a></li> </ul> </details> <br /> 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>
Updates the requirements on psutil to permit the latest version.
Changelog
Sourced from psutil's changelog.
... (truncated)
Commits
58552f6Merge branch 'master' of github.com:giampaolo/psutil4ba6ad0ruff: enable PLR5501 (Useelifinstead ofelsethenif, to reduce inden...1a63407use asetliteral when testing for membership8162905disable flafy test + pre-release1f3458btry to fix some flaky tests 2c0e1eb1try to fix some flaky tests 245934bbtry to fix some flaky tests560c524chore: bump cibuildwheel to 2.22.0, move to macos-13 (#2479)b5ea67efix winmake.py test-parallel13a336bfix #2418 / Linux: fix race conditionDependabot 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 rebasewill rebase this PR@dependabot recreatewill recreate this PR, overwriting any edits that have been made to it@dependabot mergewill merge this PR after your CI passes on it@dependabot squash and mergewill squash and merge this PR after your CI passes on it@dependabot cancel mergewill cancel a previously requested merge and block automerging@dependabot reopenwill reopen this PR if it is closed@dependabot closewill close this PR and stop Dependabot recreating it. You can achieve the same result by closing it manually@dependabot show <dependency name> ignore conditionswill show all of the ignore conditions of the specified dependency@dependabot ignore this major versionwill 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 versionwill 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 dependencywill close this PR and stop Dependabot creating any more for this dependency (unless you reopen the PR or upgrade to it yourself)