From af344a58ef4f8b2a0282aca0082c69a8ce7fd40c Mon Sep 17 00:00:00 2001 From: "renovate[bot]" <29139614+renovate[bot]@users.noreply.github.com> Date: Thu, 19 Dec 2024 20:50:25 +0000 Subject: [PATCH] Update dependency psutil to v6.1.1 --- pyproject.toml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/pyproject.toml b/pyproject.toml index ec73af23..4714d8e9 100644 --- a/pyproject.toml +++ b/pyproject.toml @@ -23,7 +23,7 @@ dependencies = [ "djangorestframework-jsonp==1.0.2", "eco-parser==0.3.0", "geojson==3.1.0", - "psutil==6.0.0", + "psutil==6.1.1", "psycopg-binary==3.2.3", "rapidfuzz==3.10.1", "requests==2.32.3",