From 65258c8d0325d928cf1c161063fcb76d265129a5 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Wed, 28 Jan 2026 19:26:56 +0000 Subject: [PATCH] Bump psutil from 7.0.0 to 7.2.2 Bumps [psutil](https://github.com/giampaolo/psutil) from 7.0.0 to 7.2.2. - [Changelog](https://github.com/giampaolo/psutil/blob/master/HISTORY.rst) - [Commits](https://github.com/giampaolo/psutil/compare/release-7.0.0...release-7.2.2) --- updated-dependencies: - dependency-name: psutil dependency-version: 7.2.2 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 eb17dca..ed04547 100644 --- a/requirements.txt +++ b/requirements.txt @@ -1,5 +1,5 @@ aiohttp[speedups] == 3.12.13 chess == 1.11.2 -psutil == 7.0.0 +psutil == 7.2.2 PyYAML == 6.0.2 tenacity == 9.1.2