From 7cc8ac0a3429f0fd40c2be30974457f32259d744 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Mon, 5 Sep 2022 13:10:02 +0000 Subject: [PATCH] Bump psutil from 5.9.1 to 5.9.2 Bumps [psutil](https://github.com/giampaolo/psutil) from 5.9.1 to 5.9.2. - [Release notes](https://github.com/giampaolo/psutil/releases) - [Changelog](https://github.com/giampaolo/psutil/blob/master/HISTORY.rst) - [Commits](https://github.com/giampaolo/psutil/compare/release-5.9.1...release-5.9.2) --- updated-dependencies: - dependency-name: psutil dependency-type: direct:production update-type: version-update:semver-patch ... Signed-off-by: dependabot[bot] --- requirements.txt | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/requirements.txt b/requirements.txt index cbd5e31ba..240eb0057 100644 --- a/requirements.txt +++ b/requirements.txt @@ -38,7 +38,7 @@ fastapi==0.81.0 uvicorn==0.18.3 pyjwt==2.4.0 aiofiles==0.8.0 -psutil==5.9.1 +psutil==5.9.2 # Support for colorized terminal output colorama==0.4.5