Skip to content

Commit

Permalink
⬆️ Bump psutil from 5.9.1 to 5.9.2 (#18)
Browse files Browse the repository at this point in the history
Bumps [psutil](https://github.com/giampaolo/psutil) from 5.9.1 to 5.9.2.
<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.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>
</blockquote>
</details>
<details>
<summary>Commits</summary>
<ul>
<li><a
href="https://github.com/giampaolo/psutil/commit/9f9a82d02c901f62512236b44edb050f84cbe5b6"><code>9f9a82d</code></a>
fix venv</li>
<li><a
href="https://github.com/giampaolo/psutil/commit/274dd47958c9d6bf306e3cff1d3a51e11c3970f0"><code>274dd47</code></a>
update HISTORY + bump up version</li>
<li><a
href="https://github.com/giampaolo/psutil/commit/c7c7bbcfc762d73a50d3cb2ad6f277dad7bb9a6b"><code>c7c7bbc</code></a>
FreeBSD / pids(): increase buf size if not enough</li>
<li><a
href="https://github.com/giampaolo/psutil/commit/d2fab7c8de16b6ffbfb0faa3e832845bc1ef0df0"><code>d2fab7c</code></a>
[NetBSD] get data about cached memory usage from /proc/meminfo as well
(<a
href="https://github-redirect.dependabot.com/giampaolo/psutil/issues/2088">#2088</a>)</li>
<li><a
href="https://github.com/giampaolo/psutil/commit/4446e3bd5fd29e0598f2ca6672d5ffe8ca40d442"><code>4446e3b</code></a>
fix sphinx warning: unexpected unindent (<a
href="https://github-redirect.dependabot.com/giampaolo/psutil/issues/2118">#2118</a>)</li>
<li><a
href="https://github.com/giampaolo/psutil/commit/84219ad536370eda325d27947831be270e7077b0"><code>84219ad</code></a>
[NetBSD] two fixes for swap code (<a
href="https://github-redirect.dependabot.com/giampaolo/psutil/issues/2128">#2128</a>)</li>
<li><a
href="https://github.com/giampaolo/psutil/commit/df3fba560125a1694140418458d85076ebc546fd"><code>df3fba5</code></a>
Fix missing whitespace in try-except caluses (<a
href="https://github-redirect.dependabot.com/giampaolo/psutil/issues/2127">#2127</a>)</li>
<li><a
href="https://github.com/giampaolo/psutil/commit/57ed46de8a988e7ab26279c2a967fb15b05397a3"><code>57ed46d</code></a>
linux: skip test if ifconfig CLI is not installed</li>
<li><a
href="https://github.com/giampaolo/psutil/commit/63dec1015f6c28000f4cfe54d473ec2cc4c9e52e"><code>63dec10</code></a>
Merge branch 'master' of github.com:giampaolo/psutil</li>
<li><a
href="https://github.com/giampaolo/psutil/commit/04e7aa604155736cce0abcc15c9b7b63d941b0e9"><code>04e7aa6</code></a>
docs: fix simple typo, repeadetly -&gt; repeatedly (<a
href="https://github-redirect.dependabot.com/giampaolo/psutil/issues/2123">#2123</a>)</li>
<li>Additional commits viewable in <a
href="https://github.com/giampaolo/psutil/compare/release-5.9.1...release-5.9.2">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=5.9.1&new-version=5.9.2)](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 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
github-actions[bot] committed Sep 23, 2022
2 parents 4935748 + dee8044 commit 0d272fe
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 @@ -171,7 +171,7 @@ pre-commit==2.20.0
# via -r requirements.in
prompt-toolkit==3.0.30
# via ipython
psutil==5.9.1
psutil==5.9.2
# via ipykernel
ptyprocess==0.7.0
# via pexpect
Expand Down

0 comments on commit 0d272fe

Please sign in to comment.