Skip to content

Commit

Permalink
Merge #4742
Browse files Browse the repository at this point in the history
4742: Update psutil requirement from ~=5.9.2 to ~=5.9.3 r=jenshnielsen a=dependabot[bot]

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>5.9.3</h1>
<p>2022-10-18</p>
<p><strong>Enhancements</strong></p>
<ul>
<li>2040_, [macOS]: provide wheels for arm64 architecture.  (patch by Matthieu
Darbois)</li>
</ul>
<p><strong>Bug fixes</strong></p>
<ul>
<li>2116_, [macOS], [critical]: <code>psutil.net_connections</code>_ fails with RuntimeError.</li>
<li>2135_, [macOS]: <code>Process.environ()</code>_ may contain garbage data. Fix
out-of-bounds read around <code>sysctl_procargs</code>.  (patch by Bernhard Urban-Forster)</li>
<li>2138_, [Linux], <strong>[critical]</strong>: can't compile psutil on Android due to
undefined <code>ethtool_cmd_speed</code> symbol.</li>
<li>2142_, [POSIX]: <code>net_if_stats()</code>_ 's <code>flags</code> on Python 2 returned unicode
instead of str.  (patch by Matthieu Darbois)</li>
<li>2147_, [macOS] Fix disk usage report on macOS 12+.  (patch by Matthieu Darbois)</li>
<li>2150_, [Linux] <code>Process.threads()</code>_ may raise <code>NoSuchProcess</code>. Fix race
condition.  (patch by Daniel Li)</li>
<li>2153_, [macOS] Fix race condition in test_posix.TestProcess.test_cmdline.
(patch by Matthieu Darbois)</li>
</ul>
<h1>5.9.2</h1>
<p>2022-09-04</p>
<p><strong>Bug fixes</strong></p>
<ul>
<li>2093_, [FreeBSD], <strong>[critical]</strong>: <code>pids()</code>_ may fail with ENOMEM. Dynamically
increase the <code>malloc()</code> buffer size until it's big enough.</li>
<li>2095_, [Linux]: <code>net_if_stats()</code>_ returns incorrect interface speed for
100GbE network cards.</li>
<li>2113_, [FreeBSD], <strong>[critical]</strong>: <code>virtual_memory()</code>_ may raise ENOMEM due to
missing <code>#include &lt;sys/param.h&gt;</code> directive.  (patch by Peter Jeremy)</li>
<li>2128_, [NetBSD]: <code>swap_memory()</code>_ was miscalculated.  (patch by Thomas Klausner)</li>
</ul>
<h1>5.9.1</h1>
<p>2022-05-20</p>
<p><strong>Enhancements</strong></p>
<ul>
<li>1053_: drop Python 2.6 support.  (patches by Matthieu Darbois and Hugo van
Kemenade)</li>
<li>2037_: Add additional flags to net_if_stats.</li>
</ul>
<!-- raw HTML omitted -->
</blockquote>
<p>... (truncated)</p>
</details>
<details>
<summary>Commits</summary>
<ul>
<li><a href="https://github.com/giampaolo/psutil/commit/aae4346a560601e0417188f55cdd2d2a0e606fa7"><code>aae4346</code></a> pre-release + give CREDITS to <a href="https://github.com/mayeut"><code>`@​mayeut</code></a>` (PR <a href="https://github-redirect.dependabot.com/giampaolo/psutil/issues/2040">#2040</a>) and <a href="https://github.com/eallrich"><code>`@​eallrich</code></a>` (new supporter)</li>
<li><a href="https://github.com/giampaolo/psutil/commit/8ad2d5ba0cd2665e28e6ab84af11f74a83163471"><code>8ad2d5b</code></a> move isort and coverage config into pyproject.toml</li>
<li><a href="https://github.com/giampaolo/psutil/commit/4354b4e77acf9d74558645bf02811639728dca53"><code>4354b4e</code></a> Merge branch 'master' of github.com:giampaolo/psutil</li>
<li><a href="https://github.com/giampaolo/psutil/commit/3f81c62ecb37098318fd1f80eebb0bdffc8f097c"><code>3f81c62</code></a> fix <a href="https://github-redirect.dependabot.com/giampaolo/psutil/issues/2021">#2021</a>, fix <a href="https://github-redirect.dependabot.com/giampaolo/psutil/issues/1954">#1954</a>, provide OSX arm64 bins + add pyproject.toml (<a href="https://github-redirect.dependabot.com/giampaolo/psutil/issues/2040">#2040</a>)</li>
<li><a href="https://github.com/giampaolo/psutil/commit/fd54904144a4250a5b48621c414ce8cd2195d8cb"><code>fd54904</code></a> Merge branch 'master' of github.com:giampaolo/psutil</li>
<li><a href="https://github.com/giampaolo/psutil/commit/0707c16339c3918f77eeb83cb1d6047cdb2f0e10"><code>0707c16</code></a> fix: race condition in test_posix.TestProcess.test_cmdline (<a href="https://github-redirect.dependabot.com/giampaolo/psutil/issues/2153">#2153</a>)</li>
<li><a href="https://github.com/giampaolo/psutil/commit/7271ec7e0fc4e346a339cdc2e1640a52e92845f4"><code>7271ec7</code></a> fix: disk usage report on macOS 12+ (<a href="https://github-redirect.dependabot.com/giampaolo/psutil/issues/2152">#2152</a>)</li>
<li><a href="https://github.com/giampaolo/psutil/commit/768dfeef891243b45b7f28b553f788049ad381fe"><code>768dfee</code></a> Merge branch 'master' of github.com:giampaolo/psutil</li>
<li><a href="https://github.com/giampaolo/psutil/commit/052c1e2ddbd712c201786b7cc9983a4284d3a6c8"><code>052c1e2</code></a> Resolve race condition in Process.threads() (<a href="https://github-redirect.dependabot.com/giampaolo/psutil/issues/2151">#2151</a>)</li>
<li><a href="https://github.com/giampaolo/psutil/commit/d1c7df8231df76d0b4c2c8b3033bc767f486865f"><code>d1c7df8</code></a> refactor git_log.py</li>
<li>Additional commits viewable in <a href="https://github.com/giampaolo/psutil/compare/release-5.9.2...release-5.9.3">compare view</a></li>
</ul>
</details>
<br />


You can trigger a rebase of this PR 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` 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>

Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
  • Loading branch information
bors[bot] and dependabot[bot] authored Oct 19, 2022
2 parents 5073dd7 + 29e7703 commit e6c34b6
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 @@ -90,7 +90,7 @@ portalocker~=2.6.0
prometheus-client~=0.15.0
prompt-toolkit~=3.0.31
protobuf~=4.21.8
psutil~=5.9.2
psutil~=5.9.3
pure-eval~=0.2.2
py~=1.11.0
pyasn1~=0.4.8
Expand Down

0 comments on commit e6c34b6

Please sign in to comment.