theendsofinvention / esst

MIT License
4 stars 0 forks source link

build(deps): bump psutil from 5.4.8 to 5.6.3 #150

Closed dependabot-preview[bot] closed 4 years ago

dependabot-preview[bot] commented 5 years ago

Bumps psutil from 5.4.8 to 5.6.3.

Changelog *Sourced from [psutil's changelog](https://github.com/giampaolo/psutil/blob/master/HISTORY.rst).* > 5.6.3 > ===== > > 2019-06-11 > > **Enhancements** > > - [1494](https://github-redirect.dependabot.com/giampaolo/psutil/issues/1494): \[AIX\] added support for Process.environ(). (patch by Arnon Yaari) > > **Bug fixes** > > - [1276](https://github-redirect.dependabot.com/giampaolo/psutil/issues/1276): \[AIX\] can't get whole cmdline(). (patch by Arnon Yaari) > - [1501](https://github-redirect.dependabot.com/giampaolo/psutil/issues/1501): \[Windows\] Process cmdline() and exe() raise unhandled "WinError 1168 element not found" exceptions for "Registry" and "Memory Compression" psuedo processes on Windows 10. > - [1526](https://github-redirect.dependabot.com/giampaolo/psutil/issues/1526): \[NetBSD\] process cmdline() could raise MemoryError. (patch by Kamil Rytarowski) > > 5.6.2 > ===== > > 2019-04-26 > > **Enhancements** > > - [604](https://github-redirect.dependabot.com/giampaolo/psutil/issues/604): \[Windows, Windows\] add new psutil.getloadavg(), returning system load average calculation, including on Windows (emulated). (patch by Ammar Askar) > - [1404](https://github-redirect.dependabot.com/giampaolo/psutil/issues/1404): \[Linux\] cpu\_count(logical=False) uses a second method (read from /sys/devices/system/cpu/cpu\[0-9\]/topology/core\_id) in order to determine the number of physical CPUs in case /proc/cpuinfo does not provide this info. > - [1458](https://github-redirect.dependabot.com/giampaolo/psutil/issues/1458): provide coloured test output. Also show failures on KeyboardInterrupt. > - [1464](https://github-redirect.dependabot.com/giampaolo/psutil/issues/1464): various docfixes (always point to python3 doc, fix links, etc.). > - [1476](https://github-redirect.dependabot.com/giampaolo/psutil/issues/1476): \[Windows\] it is now possible to set process high I/O priority (ionice()).Also, I/O priority values are now exposed as 4 new constants: IOPRIO\_VERYLOW, IOPRIO\_LOW, IOPRIO\_NORMAL, IOPRIO\_HIGH. > - [1478](https://github-redirect.dependabot.com/giampaolo/psutil/issues/1478): add make command to re-run tests failed on last run. > > **Bug fixes** > > - [1223](https://github-redirect.dependabot.com/giampaolo/psutil/issues/1223): \[Windows\] boot\_time() may return value on Windows XP. > - [1456](https://github-redirect.dependabot.com/giampaolo/psutil/issues/1456): \[Linux\] cpu\_freq() returns None instead of 0.0 when min/max not available (patch by Alex Manuskin) > - [1462](https://github-redirect.dependabot.com/giampaolo/psutil/issues/1462): \[Linux\] (tests) make tests invariant to LANG setting (patch by Benjamin Drung) > - [1463](https://github-redirect.dependabot.com/giampaolo/psutil/issues/1463): cpu\_distribution.py script was broken. > - [1470](https://github-redirect.dependabot.com/giampaolo/psutil/issues/1470): \[Linux\] disk\_partitions(): fix corner case when /etc/mtab doesn't exist. (patch by Cedric Lamoriniere) > - [1471](https://github-redirect.dependabot.com/giampaolo/psutil/issues/1471): \[SunOS\] Process name() and cmdline() can return SystemError. (patch by Daniel Beer) > - [1472](https://github-redirect.dependabot.com/giampaolo/psutil/issues/1472): \[Linux\] cpu\_freq() does not return all CPUs on Rasbperry-pi 3. > - [1474](https://github-redirect.dependabot.com/giampaolo/psutil/issues/1474): fix formatting of psutil.tests() which mimicks 'ps aux' output. > - [1475](https://github-redirect.dependabot.com/giampaolo/psutil/issues/1475): \[Windows\] OSError.winerror attribute wasn't properly checked resuling in WindowsError being raised instead of AccessDenied. > - [1477](https://github-redirect.dependabot.com/giampaolo/psutil/issues/1477): \[Windows\] wrong or absent error handling for private NTSTATUS Windows APIs. Different process methods were affected by this. > - [1480](https://github-redirect.dependabot.com/giampaolo/psutil/issues/1480): \[Windows\] psutil.cpu\_count(logical=False) could cause a crash due to fixed read violation. (patch by Samer Masterson) > - [1486](https://github-redirect.dependabot.com/giampaolo/psutil/issues/1486): \[AIX, SunOS\] AttributeError when interacting with Process methods involved into oneshot() context. > - [1491](https://github-redirect.dependabot.com/giampaolo/psutil/issues/1491): \[SunOS\] net\_if\_addrs(): free() ifap struct on error. (patch by Agnewee) > - [1493](https://github-redirect.dependabot.com/giampaolo/psutil/issues/1493): \[Linux\] cpu\_freq(): handle the case where /sys/devices/system/cpu/cpufreq/ exists but is empty. > > 5.6.1 > ===== > > 2019-03-11 > ... (truncated)
Commits - [`f50df96`](https://github.com/giampaolo/psutil/commit/f50df9657591c52a0a46c5af3d14998c6471065f) update HISTORY - pre release - [`1087e24`](https://github.com/giampaolo/psutil/commit/1087e2418a35cccf6cdad6c2207308a915cf8a1a) NetBSD fixes ([#1526](https://github-redirect.dependabot.com/giampaolo/psutil/issues/1526)) - [`f5df901`](https://github.com/giampaolo/psutil/commit/f5df901843097d20246a3171dac3e0ea670f974e) update LICENSE so that it's recognized as BSD-3 by github - [`7069a81`](https://github.com/giampaolo/psutil/commit/7069a81a7f6da8192e12f1bbd47c4d928c99be93) add tidelift sponsorship - [`2c8e21a`](https://github.com/giampaolo/psutil/commit/2c8e21a81713b2d3ab843543751c2fe9591d88f6) update LICENSE so that it's recognized as BSD-3 by github - [`a81c4e3`](https://github.com/giampaolo/psutil/commit/a81c4e3991e3670bf5affba8bbbbdd0a00f7cabe) skip pure-python mem test on linux - [`71a7bb5`](https://github.com/giampaolo/psutil/commit/71a7bb56dbbfb5a70b575a939a69ba7f815745c5) add more badges - [`9d5ee03`](https://github.com/giampaolo/psutil/commit/9d5ee03b5a0a088ce0e1426ad59137466116a895) [#1515](https://github-redirect.dependabot.com/giampaolo/psutil/issues/1515): document how to get a list of valid attrs names for as_dict() - [`41a20b4`](https://github.com/giampaolo/psutil/commit/41a20b4736a67a21a898787cb6299ba3eafeabcd) add more badges - [`5166505`](https://github.com/giampaolo/psutil/commit/5166505d12d054698ae2c2f9c4e34b908598396d) Merge branch 'master' of github.com:giampaolo/psutil - Additional commits viewable in [compare view](https://github.com/giampaolo/psutil/compare/release-5.4.8...release-5.6.3)


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 ignore this [patch|minor|major] version` will close this PR and stop Dependabot creating any more for this minor/major 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 use these labels` will set the current labels as the default for future PRs for this repo and language - `@dependabot use these reviewers` will set the current reviewers as the default for future PRs for this repo and language - `@dependabot use these assignees` will set the current assignees as the default for future PRs for this repo and language - `@dependabot use this milestone` will set the current milestone as the default for future PRs for this repo and language - `@dependabot badge me` will comment on this PR with code to add a "Dependabot enabled" badge to your readme Additionally, you can set the following in your Dependabot [dashboard](https://app.dependabot.com): - Update frequency (including time of day and day of week) - Automerge options (never/patch/minor, and dev/runtime dependencies) - Pull request limits (per update run and/or open at any time) - Out-of-range updates (receive only lockfile updates, if desired) - Security updates (receive only security updates, if desired) Finally, you can contact us by mentioning @dependabot.
dependabot-preview[bot] commented 4 years ago

Superseded by #167.