Skip to content

Conversation

dependabot[bot]
Copy link
Contributor

@dependabot dependabot bot commented on behalf of github May 23, 2022

Bumps psutil from 5.9.0 to 5.9.1.

Changelog

Sourced from psutil's changelog.

5.9.1

2022-05-20

Enhancements

  • 1053_: drop Python 2.6 support. (patches by Matthieu Darbois and Hugo van Kemenade)
  • 2050_, [Linux]: increase read(2) buffer size from 1k to 32k when reading /proc pseudo files line by line. This should help having more consistent results.
  • 2057_, [OpenBSD]: add support for cpu_freq()_.
  • 2107_, [Linux]: Process.memory_full_info()_ (reporting process USS/PSS/Swap memory) now reads /proc/pid/smaps_rollup instead of /proc/pids/smaps, which makes it 5 times faster.

Bug fixes

  • 2048_: AttributeError is raised if psutil.Error class is raised manually and passed through str.
  • 2049_, [Linux]: cpu_freq()_ erroneously returns curr value in GHz while min and max are in MHz.
  • 2050_, [Linux]: virtual_memory()_ may raise ValueError if running in a LCX container.
Commits

Dependabot compatibility score

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 commands and options

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)

@dependabot dependabot bot added dependencies Related with project dependencies python labels May 23, 2022
@codecov
Copy link

codecov bot commented May 23, 2022

Codecov Report

Merging #200 (e227d23) into main (559c58c) will not change coverage.
The diff coverage is n/a.

❗ Current head e227d23 differs from pull request most recent head 90ced18. Consider uploading reports for the commit 90ced18 to get more accurate results

@@           Coverage Diff           @@
##             main     #200   +/-   ##
=======================================
  Coverage   91.88%   91.88%           
=======================================
  Files           8        8           
  Lines         826      826           
=======================================
  Hits          759      759           
  Misses         67       67           

Continue to review full report at Codecov.

Legend - Click here to learn more
Δ = absolute <relative> (impact), ø = not affected, ? = missing data
Powered by Codecov. Last update f1699b3...90ced18. Read the comment docs.

Bumps [psutil](https://github.com/giampaolo/psutil) from 5.9.0 to 5.9.1.
- [Release notes](https://github.com/giampaolo/psutil/releases)
- [Changelog](https://github.com/giampaolo/psutil/blob/master/HISTORY.rst)
- [Commits](giampaolo/psutil@release-5.9.0...release-5.9.1)

---
updated-dependencies:
- dependency-name: psutil
  dependency-type: direct:production
  update-type: version-update:semver-patch
...

Signed-off-by: dependabot[bot] <support@github.com>
@da1910 da1910 force-pushed the dependabot/pip/psutil-5.9.1 branch from e227d23 to 90ced18 Compare May 25, 2022 09:03
@da1910
Copy link
Collaborator

da1910 commented May 25, 2022

@dependabot merge

@dependabot dependabot bot merged commit 8ee7ef3 into main May 25, 2022
@dependabot dependabot bot deleted the dependabot/pip/psutil-5.9.1 branch May 25, 2022 09:18
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

dependencies Related with project dependencies

Projects

None yet

Development

Successfully merging this pull request may close these issues.

1 participant