From 88c707517fe218bcb2b91c1a7109199057d62679 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Sun, 16 Feb 2025 22:08:28 +0000 Subject: [PATCH] build(deps): Bump psutil from 6.1.1 to 7.0.0 Bumps [psutil](https://github.com/giampaolo/psutil) from 6.1.1 to 7.0.0. - [Changelog](https://github.com/giampaolo/psutil/blob/master/HISTORY.rst) - [Commits](https://github.com/giampaolo/psutil/compare/release-6.1.1...release-7.0.0) --- updated-dependencies: - dependency-name: psutil dependency-type: direct:production update-type: version-update:semver-major ... Signed-off-by: dependabot[bot] --- requirements.txt | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/requirements.txt b/requirements.txt index f91c694..482337f 100644 --- a/requirements.txt +++ b/requirements.txt @@ -21,6 +21,6 @@ whitenoise==6.9.0 requests==2.32.3 structlog==25.1.0 colorama==0.4.6 -psutil==6.1.1 +psutil==7.0.0 django-prometheus==2.3.1 prometheus-client==0.21.1