Skip to content

Commit

Permalink
Update psutil requirement from ~=6.1.0 to ~=6.1.1 (#173)
Browse files Browse the repository at this point in the history
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
&quot;localhost&quot; 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 &quot;fast&quot; 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
&quot;null&quot; 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>
  • Loading branch information
DefinetlyNotAI authored Dec 21, 2024
2 parents 4cbbf2c + c337856 commit 1ea5bd5
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion requirements.txt
Original file line number Diff line number Diff line change
Expand Up @@ -12,7 +12,7 @@ torchviz~=0.0.3
tqdm~=4.66.6
transformers~=4.47.1
requests~=2.32.3
psutil~=6.1.0
psutil~=6.1.1
DateTime~=5.5
pathlib~=1.0.1
colorlog~=6.9.0
Expand Down

0 comments on commit 1ea5bd5

Please sign in to comment.