From 781f949ea2db2aea400b7a3da8f1074f6ee3615b Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Mon, 3 Nov 2025 19:30:12 +0000 Subject: [PATCH] Bump psutil from 7.0.0 to 7.1.3 Bumps [psutil](https://github.com/giampaolo/psutil) from 7.0.0 to 7.1.3. - [Changelog](https://github.com/giampaolo/psutil/blob/master/HISTORY.rst) - [Commits](https://github.com/giampaolo/psutil/compare/release-7.0.0...release-7.1.3) --- updated-dependencies: - dependency-name: psutil dependency-version: 7.1.3 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..e5dd1b8 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.1.3 PyYAML == 6.0.2 tenacity == 9.1.2