Skip to content

Commit

Permalink
Bump psutil from 6.1.0 to 6.1.1 (#2579)
Browse files Browse the repository at this point in the history
[//]: # (dependabot-start)
⚠️  **Dependabot is rebasing this PR** ⚠️ 

Rebasing might not happen immediately, so don't worry if this takes some
time.

Note: if you make any changes to this PR yourself, they will take
precedence over the rebase.

---

[//]: # (dependabot-end)

Bumps [psutil](https://github.com/giampaolo/psutil) from 6.1.0 to 6.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>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>
</blockquote>
</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 compatibility
score](https://dependabot-badges.githubapp.com/badges/compatibility_score?dependency-name=psutil&package-manager=pip&previous-version=6.1.0&new-version=6.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>
Co-authored-by: Andrew S. Rosen <[email protected]>
  • Loading branch information
dependabot[bot] and Andrew-S-Rosen authored Dec 23, 2024
1 parent 9769639 commit f314aad
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion tests/requirements.txt
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,7 @@ emmet-core==0.84.5
maggma==0.70.0
monty==2024.12.10
numpy==1.26.4
psutil==6.1.0
psutil==6.1.1
pydantic==2.10.4
pydantic-settings==2.7.0
pymatgen==2024.11.13
Expand Down

0 comments on commit f314aad

Please sign in to comment.