From afe7b48ea250941eae4fd33da294d9127a4e2215 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Mon, 24 Jun 2024 05:04:32 +0000 Subject: [PATCH] Update psutil requirement from ^5.9 to ^6.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.0...release-6.0.0) --- updated-dependencies: - dependency-name: psutil dependency-type: direct:production ... Signed-off-by: dependabot[bot] --- pyproject.toml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/pyproject.toml b/pyproject.toml index bb4a29a..8f71867 100644 --- a/pyproject.toml +++ b/pyproject.toml @@ -15,7 +15,7 @@ repository = "https://github.com/nparamonov/SeleniumScraper" [tool.poetry.dependencies] python = "^3.10" selenium = "^4.15" -psutil = "^5.9" +psutil = "^6.0" beautifulsoup4 = "^4.12" lxml = "^5.1"