From 5d1c2e625d37a8c6426d75c893d410446ce00891 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Thu, 30 Jul 2026 21:16:43 +0000 Subject: [PATCH] deps: update psutil requirement from >=6.0 to >=7.2.2 Updates the requirements on [psutil](https://github.com/giampaolo/psutil) to permit the latest version. - [Changelog](https://github.com/giampaolo/psutil/blob/master/docs/changelog.rst) - [Commits](https://github.com/giampaolo/psutil/compare/v6.0.0...v7.2.2) --- updated-dependencies: - dependency-name: psutil dependency-version: 7.2.2 dependency-type: direct:production ... Signed-off-by: dependabot[bot] --- requirements.txt | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/requirements.txt b/requirements.txt index 69a9178..d39a91e 100644 --- a/requirements.txt +++ b/requirements.txt @@ -1,7 +1,7 @@ streamlit>=1.40 sqlalchemy>=2.0 pydantic>=2.8 -psutil>=6.0 +psutil>=7.2.2 pandas>=2.2 plotly>=5.24 pytest>=8.0