From 1761d0e65ca32f46de09e6c78c6b48d2910f2287 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Mon, 21 Oct 2024 05:33:28 +0000 Subject: [PATCH] chore(deps): 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] --- requirements.txt | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/requirements.txt b/requirements.txt index 63ba582d8..632c00bb4 100644 --- a/requirements.txt +++ b/requirements.txt @@ -44,7 +44,7 @@ pydantic==2.9.2 uvicorn==0.32.0 pyjwt==2.9.0 aiofiles==24.1.0 -psutil==6.0.0 +psutil==6.1.0 # Building config files interactively questionary==2.0.1