From 091ef34d75df82bbde2d07f9dc23e337d7206e55 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Mon, 4 Sep 2023 07:33:27 +0000 Subject: [PATCH] build(deps-dev): bump types-psutil from 5.8.23 to 5.9.5.16 Bumps [types-psutil](https://github.com/python/typeshed) from 5.8.23 to 5.9.5.16. - [Commits](https://github.com/python/typeshed/commits) --- updated-dependencies: - dependency-name: types-psutil dependency-type: direct:production update-type: version-update:semver-minor ... Signed-off-by: dependabot[bot] --- pyproject.toml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/pyproject.toml b/pyproject.toml index b1e4fd7ab..a1ebbfa3a 100644 --- a/pyproject.toml +++ b/pyproject.toml @@ -91,7 +91,7 @@ dev = [ "types-PyYAML==6.0.12.11", "types-tabulate==0.9.0.3", "types-termcolor==1.1.4", - "types-psutil==5.8.23", + "types-psutil==5.9.5.16", "types_requests==2.31.0.2", "types-protobuf==4.24.0.1", ]