From 54c3997b84944357fb5b619d2efe7d6acc95681e Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Thu, 2 Jul 2026 12:35:23 +0000 Subject: [PATCH] chore(deps)(deps): update psutil requirement from >=5.9.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/v5.9.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 df030e4..5cb502e 100644 --- a/requirements.txt +++ b/requirements.txt @@ -5,7 +5,7 @@ humanize>=4.0.0 schema>=0.7.5 click>=8.0.0 SQLAlchemy-Utils>=0.38.0 -psutil>=5.9.0 +psutil>=7.2.2 # Database Drivers (optional - install via extras) # pip install snapflow[postgresql] for psycopg2-binary