From 902a9d9b466dc6cb08eb027e22795895c0068692 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Mon, 12 Jan 2026 09:27:19 +0000 Subject: [PATCH] Bump psutil from 7.1.3 to 7.2.1 Bumps [psutil](https://github.com/giampaolo/psutil) from 7.1.3 to 7.2.1. - [Changelog](https://github.com/giampaolo/psutil/blob/master/HISTORY.rst) - [Commits](https://github.com/giampaolo/psutil/compare/release-7.1.3...release-7.2.1) --- updated-dependencies: - dependency-name: psutil dependency-version: 7.2.1 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 0bc3add..e00fe40 100644 --- a/pyproject.toml +++ b/pyproject.toml @@ -16,7 +16,7 @@ dependencies = [ "hoa-tools @ git+https://github.com/HumanOrganAtlas/hoa-tools.git@2.0.0b1", "matplotlib==3.10.8", "numpy==2.4.1", - "psutil==7.1.3", + "psutil==7.2.1", "scikit-image==0.26.0", "simpleitk==2.5.3", "zarr==3.1.1",