From cbf8dd2d34c319cf5f6d3a15b1ac44a457a1857d Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Mon, 22 Jan 2024 03:36:43 +0000 Subject: [PATCH] build(deps): update psutil requirement from ~=5.9.7 to ~=5.9.8 Updates the requirements on [psutil](https://github.com/giampaolo/psutil) to permit the latest version. - [Changelog](https://github.com/giampaolo/psutil/blob/master/HISTORY.rst) - [Commits](https://github.com/giampaolo/psutil/compare/release-5.9.7...release-5.9.8) --- updated-dependencies: - dependency-name: psutil dependency-type: direct:production ... Signed-off-by: dependabot[bot] --- requirements.txt | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/requirements.txt b/requirements.txt index df417b4..a913b49 100644 --- a/requirements.txt +++ b/requirements.txt @@ -3,7 +3,7 @@ feedparser~=6.0.11 gspread~=5.12.3 jishaku~=2.5.2 markdownify~=0.11.6 -psutil~=5.9.7 +psutil~=5.9.8 pytz~=2023.3 rapidfuzz>=3.0.0,<4.0.0 yarl~=1.9.4