From b092cd0aafe60b3ac92ab84ccf3b7825d1472b94 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Mon, 19 Aug 2024 08:03:01 +0000 Subject: [PATCH] fix: bump psutil from 5.9.8 to 6.0.0 Bumps [psutil](https://github.com/giampaolo/psutil) from 5.9.8 to 6.0.0. - [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 update-type: version-update:semver-major ... Signed-off-by: dependabot[bot] --- python-test/requirements.txt | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/python-test/requirements.txt b/python-test/requirements.txt index 64c18dfbf..105765214 100644 --- a/python-test/requirements.txt +++ b/python-test/requirements.txt @@ -12,5 +12,5 @@ jsonschema==4.23.0 mkdocs==1.5.3 mkdocs-material==9.5.31 prometheus-client==0.20.0 -psutil==5.9.8 +psutil==6.0.0 webdriver-manager==4.0.1