From fa2a5e1ebc93af77e9b2e3ec2a3a92b6ebffc47c Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Mon, 21 Oct 2024 21:58:50 +0000 Subject: [PATCH] fix: bump psutil from 6.0.0 to 6.1.0 Bumps [psutil](https://github.com/giampaolo/psutil) from 6.0.0 to 6.1.0. - [Changelog](https://github.com/giampaolo/psutil/blob/master/HISTORY.rst) - [Commits](https://github.com/giampaolo/psutil/compare/release-6.0.0...release-6.1.0) --- updated-dependencies: - dependency-name: psutil dependency-type: direct:production update-type: version-update:semver-minor ... 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 2f443d1c1..c3c068339 100644 --- a/python-test/requirements.txt +++ b/python-test/requirements.txt @@ -12,5 +12,5 @@ jsonschema==4.23.0 mkdocs==1.6.0 mkdocs-material==9.5.31 prometheus-client==0.20.0 -psutil==6.0.0 +psutil==6.1.0 webdriver-manager==4.0.2