From 0c6f01ed0c55f75bc8e8bb378a7a8f9a904276fd Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Mon, 29 Jul 2024 20:37:52 +0000 Subject: [PATCH] chore(deps): update psutil requirement from ~=5.9 to >=5.9,<7.0 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-6.0.0) --- updated-dependencies: - dependency-name: psutil dependency-type: direct:production ... Signed-off-by: dependabot[bot] --- pyproject.toml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/pyproject.toml b/pyproject.toml index 47774615..48ae3638 100644 --- a/pyproject.toml +++ b/pyproject.toml @@ -18,7 +18,7 @@ dependencies = [ # tomli became tomllib in standard library in Python 3.11 "tomli == 2.0.* ; python_version<'3.11'", "typing_extensions ~= 4.8", - "psutil ~= 5.9", + "psutil >= 5.9,< 7.0", "pydantic ~= 1.10.0", "pywin32 == 306; platform_system == 'Windows'", "requests == 2.31.*",