From bd03e2012bcc6641f042fbadc3546a6b4a29c697 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Wed, 31 Jan 2024 16:45:11 +0000 Subject: [PATCH] build(deps-dev): bump types-psutil from 5.9.5.17 to 5.9.5.20240106 Bumps [types-psutil](https://github.com/python/typeshed) from 5.9.5.17 to 5.9.5.20240106. - [Commits](https://github.com/python/typeshed/commits) --- updated-dependencies: - dependency-name: types-psutil dependency-type: direct:production update-type: version-update:semver-patch ... Signed-off-by: dependabot[bot] --- pyproject.toml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/pyproject.toml b/pyproject.toml index 2c9d0cfc5..f51b17fbc 100644 --- a/pyproject.toml +++ b/pyproject.toml @@ -93,7 +93,7 @@ dev = [ "types-PyYAML==6.0.12.12", "types-tabulate==0.9.0.3", "types-termcolor==1.1.6.2", - "types-psutil==5.9.5.17", + "types-psutil==5.9.5.20240106", "types-protobuf==4.24.0.1", "types_requests==2.31.0.20240125", ]