mirror of
https://github.com/mandiant/capa.git
synced 2025-12-22 07:10:29 -08:00
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:
4
setup.py
4
setup.py
@@ -12,7 +12,7 @@ import setuptools
|
||||
|
||||
requirements = [
|
||||
"tqdm==4.62.3",
|
||||
"pyyaml==5.4.1",
|
||||
"pyyaml==6.0",
|
||||
"tabulate==0.8.9",
|
||||
"colorama==0.4.4",
|
||||
"termcolor==1.1.0",
|
||||
@@ -82,7 +82,7 @@ setuptools.setup(
|
||||
"types-PyYAML==5.4.10",
|
||||
"types-tabulate==0.8.2",
|
||||
"types-termcolor==1.1.1",
|
||||
"types-psutil==5.8.12",
|
||||
"types-psutil==5.8.13",
|
||||
],
|
||||
},
|
||||
zip_safe=False,
|
||||
|
||||
Reference in New Issue
Block a user