From 69b9b5734d4d6fc14bfd284f898ba30e57ff0a0d Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Mon, 24 Jun 2024 07:48:46 +0000 Subject: [PATCH] Chore(deps): 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 fe75cbf..84657a2 100644 --- a/pyproject.toml +++ b/pyproject.toml @@ -104,7 +104,7 @@ release = [ "twine<6", ] test = [ - "psutil==5.9.8", + "psutil==6.0.0", "pytest<9", "pytest-cov<6", ]