From 1387d6183829a22b821e9ed172b52b8b3a91a7d8 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Tue, 30 Dec 2025 04:01:59 +0000 Subject: [PATCH] Bump psutil from 7.2.0 to 7.2.1 Bumps [psutil](https://github.com/giampaolo/psutil) from 7.2.0 to 7.2.1. - [Changelog](https://github.com/giampaolo/psutil/blob/master/HISTORY.rst) - [Commits](https://github.com/giampaolo/psutil/compare/release-7.2.0...release-7.2.1) --- updated-dependencies: - dependency-name: psutil dependency-version: 7.2.1 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 f8cd6d0c444..7ae6bbf1f6a 100644 --- a/requirements.txt +++ b/requirements.txt @@ -281,7 +281,7 @@ pluggy==1.6.0 # pytest-cov prompt-toolkit==3.0.52 # via ipython -psutil==7.2.0 +psutil==7.2.1 # via ipykernel pure-eval==0.2.3 # via stack-data