From a4e81540d1a014b62c618d07b7b4c0da9dabd056 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Mon, 2 Sep 2024 14:49:59 +0000 Subject: [PATCH] build(deps): bump types-psutil from 6.0.0.20240621 to 6.0.0.20240901 Bumps [types-psutil](https://github.com/python/typeshed) from 6.0.0.20240621 to 6.0.0.20240901. - [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 b46e77e2..a484a168 100644 --- a/pyproject.toml +++ b/pyproject.toml @@ -148,7 +148,7 @@ dev = [ "types-PyYAML==6.0.8", "types-tabulate==0.9.0.20240106", "types-termcolor==1.1.4", - "types-psutil==6.0.0.20240621", + "types-psutil==6.0.0.20240901", "types_requests==2.32.0.20240712", "types-protobuf==5.27.0.20240626", "deptry==0.19.1"