From 35f11deed2726cdc7181f14cb36129e637fbc32e Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Mon, 29 Sep 2025 20:20:37 +0000 Subject: [PATCH] chore(deps): update psutil requirement from <7.1,>=5.9 to >=5.9,<7.2 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.1.0) --- updated-dependencies: - dependency-name: psutil dependency-version: 7.1.0 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 573e25f2..3597d850 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.1; platform_system == 'Windows'", + "psutil >= 5.9,< 7.2; platform_system == 'Windows'", ] [project.urls] diff --git a/requirements-testing.txt b/requirements-testing.txt index 73a401da..1b65ef6c 100644 --- a/requirements-testing.txt +++ b/requirements-testing.txt @@ -7,4 +7,4 @@ pytest-xdist == 3.8.* black == 25.* ruff == 0.13.* mypy == 1.17.* -psutil >= 5.9,< 7.1 +psutil >= 5.9,< 7.2