From 646c61ec2b7c7f9faba675fcc1e52a1efefb3b1c Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Fri, 1 Nov 2024 20:19:39 +0000 Subject: [PATCH] Bump psutil from 6.0.0 to 6.1.0 (#451) 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] Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com> --- pyproject.toml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/pyproject.toml b/pyproject.toml index 382e8b3..5bd6170 100644 --- a/pyproject.toml +++ b/pyproject.toml @@ -74,7 +74,7 @@ strict = [ "spglib==2.5.0", "plotly==5.24.1", "pyfftw==0.14.0", - "psutil==6.0.0", + "psutil==6.1.0", "click==8.1.7", "networkx==3.2.1", "tabulate==0.9.0",