From 06813e0cb24f01868ad38a464d2aed5f9fec9e83 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Sat, 21 Dec 2024 20:10:28 +0100 Subject: [PATCH] Bump psutil from 6.1.0 to 6.1.1 (#1028) Bumps [psutil](https://github.com/giampaolo/psutil) from 6.1.0 to 6.1.1. - [Changelog](https://github.com/giampaolo/psutil/blob/master/HISTORY.rst) - [Commits](https://github.com/giampaolo/psutil/compare/release-6.1.0...release-6.1.1) --- updated-dependencies: - dependency-name: psutil dependency-type: direct:production update-type: version-update:semver-patch ... Signed-off-by: dependabot[bot] Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com> --- requirements.txt | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/requirements.txt b/requirements.txt index b081ea91..972cd2a5 100644 --- a/requirements.txt +++ b/requirements.txt @@ -3,7 +3,7 @@ pandas==2.2.3 psycopg[binary]==3.2.3 psycopg_pool==3.2.4 pyserial==3.5 -psutil==6.1.0 +psutil==6.1.1 schema==0.7.7 aiohttp==3.11.11