From 557c0718391f566a1d977c2a9ebadd124636a45c Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Sun, 20 Oct 2024 22:02:58 +0000 Subject: [PATCH] build(deps): Bump psutil from 6.0.0 to 6.1.0 Bumps [psutil](https://github.com/giampaolo/psutil) from 6.0.0 to 6.1.0. - [Changelog](https://github.com/giampaolo/psutil/blob/master/HISTORY.rst) - [Commits](https://github.com/giampaolo/psutil/compare/release-6.0.0...release-6.1.0) --- updated-dependencies: - dependency-name: psutil dependency-type: direct:production update-type: version-update:semver-minor ... Signed-off-by: dependabot[bot] --- requirements.txt | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/requirements.txt b/requirements.txt index 66c1bc0..9f5d41e 100644 --- a/requirements.txt +++ b/requirements.txt @@ -21,6 +21,6 @@ whitenoise==6.7.0 requests==2.32.3 structlog==24.4.0 colorama==0.4.6 -psutil==6.0.0 +psutil==6.1.0 django-prometheus==2.3.1 prometheus-client==0.21.0