hologram-io / hologram-python

Hologram device-side Python SDK - Send messages to the cloud in just 3 lines of code!
https://hologram.io/
MIT License
89 stars 47 forks source link

Update psutil requirement from ~=5.6.3 to ~=5.7.0 #47

Closed dependabot[bot] closed 4 years ago

dependabot[bot] commented 4 years ago

Updates the requirements on psutil to permit the latest version.

Changelog

Sourced from psutil's changelog.

5.7.0

2020-02-18

Enhancements

  • 1637_: [SunOS] add partial support for old SunOS 5.10 Update 0 to 3.
  • 1648_: [Linux] sensors_temperatures() looks into an additional /sys/device/ directory for additional data. (patch by Javad Karabi)
  • 1652_: [Windows] dropped support for Windows XP and Windows Server 2003. Minimum supported Windows version now is Windows Vista.
  • 1671_: [FreeBSD] add CI testing/service for FreeBSD (Cirrus CI).
  • 1677_: [Windows] process exe() will succeed for all process PIDs (instead of raising AccessDenied).
  • 1679_: [Windows] net_connections() and Process.connections() are 10% faster.
  • 1682_: [PyPy] added CI / test integration for PyPy via Travis.
  • 1686_: [Windows] added support for PyPy on Windows.
  • 1693_: [Windows] boot_time(), Process.create_time() and users()'s login time now have 1 micro second precision (before the precision was of 1 second).

Bug fixes

  • 1538_: [NetBSD] process cwd() may return ENOENT instead of NoSuchProcess.
  • 1627_: [Linux] Process.memory_maps() can raise KeyError.
  • 1642_: [SunOS] querying basic info for PID 0 results in FileNotFoundError.
  • 1646_: [FreeBSD] many Process methods may cause a segfault on FreeBSD 12.0 due to a backward incompatible change in a C type introduced in 12.0.
  • 1656_: [Windows] Process.memory_full_info() raises AccessDenied even for the current user and os.getpid().
  • 1660_: [Windows] Process.open_files() complete rewrite + check of errors.
  • 1662_: [Windows] process exe() may raise WinError 0.
  • 1665_: [Linux] disk_io_counters() does not take into account extra fields added to recent kernels. (patch by Mike Hommey)
  • 1672_: use the right C type when dealing with PIDs (int or long). Thus far (long) was almost always assumed, which is wrong on most platforms.
  • 1673_: [OpenBSD] Process connections(), num_fds() and threads() returned improper exception if process is gone.
  • 1674_: [SunOS] disk_partitions() may raise OSError.
  • 1684_: [Linux] disk_io_counters() may raise ValueError on systems not having /proc/diskstats.
  • 1695_: [Linux] could not compile on kernels <= 2.6.13 due to PSUTIL_HAVE_IOPRIO not being defined. (patch by Anselm Kruis)

5.6.7

2019-11-26

Bug fixes

Commits
  • f2e0c98 fix KeyError
  • 5e47e0b Add C linter script (#1698)
  • 41fcba5 revert process_iter() exactly how it was pre #1667
  • c9fc4fd revert #1667 process_iter() new_only param
  • 793148f fix Makefile for freebsd
  • 9069e25 Merge branch 'master' of github.com:giampaolo/psutil
  • 6c07622 Remove use of deprecated setuptools test_suite & tests_require (#1696)
  • 3ed4097 #1053 fix syntax incompatible with py2.6
  • 776016f remove deprecation test: it fails intermittently because warnings uses a glob...
  • 766541f get rid of pip_install() code for py2; move everything in runner.py
  • Additional commits viewable in compare view


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[bot] commented 4 years ago

Superseded by #50.