From caa31e0174ddfb0d0a7fe443dc62bb9a2d4a6095 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Fri, 30 Jan 2026 07:15:32 +0000 Subject: [PATCH] chore(deps): Bump psutil from 5.9.6 to 7.2.2 Bumps [psutil](https://github.com/giampaolo/psutil) from 5.9.6 to 7.2.2. - [Changelog](https://github.com/giampaolo/psutil/blob/master/HISTORY.rst) - [Commits](https://github.com/giampaolo/psutil/compare/release-5.9.6...release-7.2.2) --- updated-dependencies: - dependency-name: psutil dependency-version: 7.2.2 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 2dcd7ed..525a190 100644 --- a/requirements.txt +++ b/requirements.txt @@ -49,7 +49,7 @@ python-multipart>=0.0.18 Unidecode==1.4.0 # System monitoring for performance tests -psutil==5.9.6 +psutil==7.2.2 # Stress testing locust==2.43.1