From 73f5cc81859499bd2e702d69b49f705b65e02b51 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Mon, 20 Oct 2025 08:15:05 +0000 Subject: [PATCH] chore(deps): bump psutil from 7.0.0 to 7.1.1 Bumps [psutil](https://github.com/giampaolo/psutil) from 7.0.0 to 7.1.1. - [Changelog](https://github.com/giampaolo/psutil/blob/master/HISTORY.rst) - [Commits](https://github.com/giampaolo/psutil/compare/release-7.0.0...release-7.1.1) --- updated-dependencies: - dependency-name: psutil dependency-version: 7.1.1 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 2c78718b..6207fce1 100644 --- a/requirements.txt +++ b/requirements.txt @@ -19,7 +19,7 @@ numexpr==2.11.0 numpy==2.2.6 numpydoc==1.9.0 pandas==2.3.2 -psutil==7.0.0 +psutil==7.1.1 pydocstyle==6.3.0 pytest-cov==6.3.0 pytest==8.4.2