From 9f892e2e4798bb9d579e8fbd210238b8af150bf2 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Mon, 24 Jun 2024 03:25:42 +0000 Subject: [PATCH] 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] --- requirements.txt | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/requirements.txt b/requirements.txt index 39728b8c2..97b16195e 100644 --- a/requirements.txt +++ b/requirements.txt @@ -43,7 +43,7 @@ pydantic==2.7.4 uvicorn==0.30.1 pyjwt==2.8.0 aiofiles==23.2.1 -psutil==5.9.8 +psutil==6.0.0 # Support for colorized terminal output colorama==0.4.6