From 2c67a25f84488e52babe1178a9c0a3915c88a95d Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Sun, 23 Jun 2024 22:23:34 +0000 Subject: [PATCH] chore(deps): bump psutil in /resources/scripts/pytest_otel Bumps [psutil](https://github.com/giampaolo/psutil) from 5.9.3 to 6.0.0. - [Changelog](https://github.com/giampaolo/psutil/blob/master/HISTORY.rst) - [Commits](https://github.com/giampaolo/psutil/compare/release-5.9.3...release-6.0.0) --- updated-dependencies: - dependency-name: psutil dependency-type: direct:production update-type: version-update:semver-major ... Signed-off-by: dependabot[bot] --- resources/scripts/pytest_otel/requirements.txt | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/resources/scripts/pytest_otel/requirements.txt b/resources/scripts/pytest_otel/requirements.txt index 2d27246df..9c53a6c15 100644 --- a/resources/scripts/pytest_otel/requirements.txt +++ b/resources/scripts/pytest_otel/requirements.txt @@ -2,7 +2,7 @@ coverage==7.0.5 opentelemetry-api==1.15.0 opentelemetry-exporter-otlp==1.15.0 opentelemetry-sdk==1.15.0 -psutil==5.9.3 +psutil==6.0.0 pytest==7.2.1 pre-commit==2.21.0 mypy==0.982