From 40f495c432102abc06fe77f5856f223b03f7d038 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Mon, 29 Dec 2025 18:04:42 +0000 Subject: [PATCH] chore(deps): update psutil requirement from <7.2,>=5.9 to >=5.9,<7.3 Updates the requirements on [psutil](https://github.com/giampaolo/psutil) to permit the latest version. - [Changelog](https://github.com/giampaolo/psutil/blob/master/HISTORY.rst) - [Commits](https://github.com/giampaolo/psutil/compare/release-5.9.0...release-7.2.1) --- updated-dependencies: - dependency-name: psutil dependency-version: 7.2.1 dependency-type: direct:production ... Signed-off-by: dependabot[bot] --- pyproject.toml | 2 +- requirements-testing.txt | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/pyproject.toml b/pyproject.toml index 53090b13..c3ac317f 100644 --- a/pyproject.toml +++ b/pyproject.toml @@ -31,7 +31,7 @@ classifiers = [ dependencies = [ "openjd-model >= 0.8,< 0.9", "pywin32 >= 307; platform_system == 'Windows'", - "psutil >= 5.9,< 7.2; platform_system == 'Windows'", + "psutil >= 5.9,< 7.3; platform_system == 'Windows'", ] [project.urls] diff --git a/requirements-testing.txt b/requirements-testing.txt index 9d78febb..4777972b 100644 --- a/requirements-testing.txt +++ b/requirements-testing.txt @@ -6,5 +6,5 @@ pytest-timeout == 2.4.* pytest-xdist == 3.8.* black == 25.* ruff == 0.14.* -psutil >= 5.9,< 7.2 +psutil >= 5.9,< 7.3 mypy == 1.19.*