build(deps-dev): bump types-psutil from 5.8.12 to 5.8.13

Bumps [types-psutil](https://github.com/python/typeshed) from 5.8.12 to 5.8.13.
- [Release notes](https://github.com/python/typeshed/releases)
- [Commits](https://github.com/python/typeshed/commits)

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

Signed-off-by: dependabot[bot] <support@github.com>
This commit is contained in:
dependabot[bot]
2021-10-18 18:24:52 +00:00
committed by GitHub
parent 23a0aec1e6
commit c003ab4e42

View File

@@ -12,7 +12,7 @@ import setuptools
requirements = [ requirements = [
"tqdm==4.62.3", "tqdm==4.62.3",
"pyyaml==5.4.1", "pyyaml==6.0",
"tabulate==0.8.9", "tabulate==0.8.9",
"colorama==0.4.4", "colorama==0.4.4",
"termcolor==1.1.0", "termcolor==1.1.0",
@@ -82,7 +82,7 @@ setuptools.setup(
"types-PyYAML==5.4.10", "types-PyYAML==5.4.10",
"types-tabulate==0.8.2", "types-tabulate==0.8.2",
"types-termcolor==1.1.1", "types-termcolor==1.1.1",
"types-psutil==5.8.12", "types-psutil==5.8.13",
], ],
}, },
zip_safe=False, zip_safe=False,