From a9198b7863fd0082da0324e3b3beb49865dc49ae Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Fri, 18 Oct 2024 04:58:49 +0000 Subject: [PATCH] Bump psutil from 6.0.0 to 6.1.0 Bumps [psutil](https://github.com/giampaolo/psutil) from 6.0.0 to 6.1.0. - [Changelog](https://github.com/giampaolo/psutil/blob/master/HISTORY.rst) - [Commits](https://github.com/giampaolo/psutil/compare/release-6.0.0...release-6.1.0) --- updated-dependencies: - dependency-name: psutil dependency-type: direct:production update-type: version-update:semver-minor ... Signed-off-by: dependabot[bot] --- pyproject.toml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/pyproject.toml b/pyproject.toml index e60f788cf..a0619f6c9 100644 --- a/pyproject.toml +++ b/pyproject.toml @@ -30,7 +30,7 @@ dependencies = [ "numpy==2.1.2", "monty==2024.7.30", "pandas==2.2.3", - "psutil==6.0.0", + "psutil==6.1.0", "pyfileindex==0.0.30", "pyiron_dataclasses==0.0.1", "pyiron_snippets==0.1.4",