From 42da4792c8e33dc692055e8613c89b3d705ea702 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Sun, 23 Jun 2024 23:45:11 +0000 Subject: [PATCH] fix:(deps): update psutil requirement 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.1...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 36ab0a75..0a2717b8 100644 --- a/pyproject.toml +++ b/pyproject.toml @@ -28,7 +28,7 @@ dependencies = [ "scikit-learn>=1.1.2,<1.6.0", "srsly>=2.4.4, <2.5.0", "wandb>=0.12.7,<0.17.2", - "psutil>=5.9.1, <6.0.0", + "psutil>=5.9.1, <7.0.0", "dill>=0.3.5,<0.3.9", "SQLAlchemy>=1.4.40,<2.0.32", "pyodbc>=4.0.34, <=5.1.0",