From 4b078f9f9997d1ecf00b5db9e76bf84523ce4a91 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Mon, 18 Dec 2023 05:04:36 +0000 Subject: [PATCH] Bump psutil from 5.9.6 to 5.9.7 Bumps [psutil](https://github.com/giampaolo/psutil) from 5.9.6 to 5.9.7. - [Changelog](https://github.com/giampaolo/psutil/blob/master/HISTORY.rst) - [Commits](https://github.com/giampaolo/psutil/compare/release-5.9.6...release-5.9.7) --- updated-dependencies: - dependency-name: psutil dependency-type: direct:production update-type: version-update:semver-patch ... Signed-off-by: dependabot[bot] --- src/requirements.txt | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/requirements.txt b/src/requirements.txt index f689800..80d35f1 100644 --- a/src/requirements.txt +++ b/src/requirements.txt @@ -9,7 +9,7 @@ djangorestframework==3.14.0 gunicorn==21.2.0 jsonschema==4.20.0 pdf2image==1.16.3 -psutil==5.9.6 +psutil==5.9.7 psycopg2-binary==2.9.9 pyrsistent==0.20.0 pytz==2021.3