From 6781bc62be26e5b95c009cd5b07fe90f30f41c2b Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Tue, 25 Jun 2024 03:23:32 +0000 Subject: [PATCH] build(deps): update psutil requirement from ~=5.9.8 to ~=6.0.0 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.8...release-6.0.0) --- 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 55fda61..0a509de 100644 --- a/requirements.txt +++ b/requirements.txt @@ -3,7 +3,7 @@ feedparser~=6.0.11 gspread~=6.1.2 jishaku~=2.5.2 markdownify~=0.11.6 -psutil~=5.9.8 +psutil~=6.0.0 pytz~=2024.1 rapidfuzz>=3.0.0,<4.0.0 yarl~=1.9.4