From 1153ca4cf7da135725c4bf69de56919aace17094 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Mon, 29 Dec 2025 09:48:14 -0700 Subject: [PATCH] build(deps-dev): bump types-psutil from 7.1.3.20251202 to 7.2.0.20251228 (#2801) Bumps [types-psutil](https://github.com/typeshed-internal/stub_uploader) from 7.1.3.20251202 to 7.2.0.20251228. - [Commits](https://github.com/typeshed-internal/stub_uploader/commits) --- updated-dependencies: - dependency-name: types-psutil dependency-version: 7.2.0.20251228 dependency-type: direct:development update-type: version-update:semver-minor ... Signed-off-by: dependabot[bot] Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com> --- pyproject.toml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/pyproject.toml b/pyproject.toml index af80f029..3b7e2bfd 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.1.3.20251202", + "types-psutil==7.2.0.20251228", "types_requests==2.32.0.20240712", "types-protobuf==6.32.1.20250918", "deptry==0.24.0"