From 2894f8cb96386317e552caf1906156cb37b6c244 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Thu, 17 Oct 2024 22:23:16 +0000 Subject: [PATCH] Bump psutil from 5.9.2 to 6.1.0 Bumps [psutil](https://github.com/giampaolo/psutil) from 5.9.2 to 6.1.0. - [Changelog](https://github.com/giampaolo/psutil/blob/master/HISTORY.rst) - [Commits](https://github.com/giampaolo/psutil/compare/release-5.9.2...release-6.1.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 03a0850..c0862ed 100644 --- a/requirements.txt +++ b/requirements.txt @@ -2,7 +2,7 @@ aiohttp[speedups]==3.10.3 fastapi>=0.109.1 rapidfuzz==3.9.6 Jinja2==3.1.4 -psutil==5.9.2 +psutil==6.1.0 sentry-sdk==2.13.0 redis==5.0.8 typing_extensions==4.12.2