From c11d66110a15d56a766da93caa900c04b51d24ba Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Mon, 24 Jun 2024 20:10:04 +0000 Subject: [PATCH] Chore(deps): Bump psutil from 5.9.3 to 6.0.0 Bumps [psutil](https://github.com/giampaolo/psutil) from 5.9.3 to 6.0.0. - [Changelog](https://github.com/giampaolo/psutil/blob/master/HISTORY.rst) - [Commits](https://github.com/giampaolo/psutil/compare/release-5.9.3...release-6.0.0) --- updated-dependencies: - dependency-name: psutil dependency-type: direct:production update-type: version-update:semver-major ... Signed-off-by: dependabot[bot] --- config/requirements.txt | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/config/requirements.txt b/config/requirements.txt index ce4871d5b..a3c718ba8 100644 --- a/config/requirements.txt +++ b/config/requirements.txt @@ -1,3 +1,3 @@ pandas==2.0.3 -psutil==5.9.3 +psutil==6.0.0 statsmodels==0.14.0