From 6ae17f7ef4e5071178e86cfa521e6a134e21e2ad Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Mon, 8 Dec 2025 14:02:22 +0000 Subject: [PATCH] build(deps-dev): bump types-psutil from 7.0.0.20250218 to 7.1.3.20251202 Bumps [types-psutil](https://github.com/typeshed-internal/stub_uploader) from 7.0.0.20250218 to 7.1.3.20251202. - [Commits](https://github.com/typeshed-internal/stub_uploader/commits) --- updated-dependencies: - dependency-name: types-psutil dependency-version: 7.1.3.20251202 dependency-type: direct:development 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 9052142d..ef1b921c 100644 --- a/pyproject.toml +++ b/pyproject.toml @@ -148,7 +148,7 @@ dev = [ "types-backports==0.1.3", "types-colorama==0.4.15.11", "types-PyYAML==6.0.8", - "types-psutil==7.0.0.20250218", + "types-psutil==7.1.3.20251202", "types_requests==2.32.0.20240712", "types-protobuf==6.32.1.20250918", "deptry==0.23.0"