From 113deeba197c19b5637ff6898f4876bc5fd9dfa5 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Wed, 3 Jul 2024 12:02:13 +0000 Subject: [PATCH] Bump psutil from 5.9.8 to 6.0.0 Bumps [psutil](https://github.com/giampaolo/psutil) from 5.9.8 to 6.0.0. - [Changelog](https://github.com/giampaolo/psutil/blob/master/HISTORY.rst) - [Commits](https://github.com/giampaolo/psutil/compare/release-5.9.8...release-6.0.0) --- updated-dependencies: - dependency-name: psutil dependency-type: direct:production update-type: version-update:semver-major ... Signed-off-by: dependabot[bot] --- pyproject.toml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/pyproject.toml b/pyproject.toml index 20e5c97a..9c4dc869 100644 --- a/pyproject.toml +++ b/pyproject.toml @@ -72,7 +72,7 @@ "build==1.2.1", "cx_Freeze==7.0.0", "twine==5.0.0", - "psutil==5.9.8", + "psutil==6.0.0", ] lint = ["black==24.4.2", "isort==5.13.2"] tests = [