From 1b62a4ed37fc93cd1c104bd30fb5239fe8e0c572 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Mon, 23 Dec 2024 21:37:55 +0000 Subject: [PATCH] fix: bump psutil from 6.0.0 to 6.1.1 Bumps [psutil](https://github.com/giampaolo/psutil) from 6.0.0 to 6.1.1. - [Changelog](https://github.com/giampaolo/psutil/blob/master/HISTORY.rst) - [Commits](https://github.com/giampaolo/psutil/compare/release-6.0.0...release-6.1.1) --- 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..884fda873 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.1 webdriver-manager==4.0.2