From 2f4c2fb8e3de72080ea42ea21caff75744f3e2e8 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Mon, 13 Jan 2025 20:48:45 +0000 Subject: [PATCH] build(deps): bump psutil from 6.1.0 to 6.1.1 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] --- requirements.txt | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/requirements.txt b/requirements.txt index 47af3d0..79ca02b 100644 --- a/requirements.txt +++ b/requirements.txt @@ -4,5 +4,5 @@ SQLAlchemy==2.0.36 psycopg2==2.9.10 bcrypt==4.2.0 alembic==1.14.0 -psutil==6.1.0 +psutil==6.1.1 loguru==0.7.2 \ No newline at end of file