From 8e4133d3e59c61da7517c7473940cec6f97e8d7f Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Mon, 12 Jan 2026 07:53:28 +0000 Subject: [PATCH] deps(deps): bump psutil from 5.9.6 to 7.2.1 Bumps [psutil](https://github.com/giampaolo/psutil) from 5.9.6 to 7.2.1. - [Changelog](https://github.com/giampaolo/psutil/blob/master/HISTORY.rst) - [Commits](https://github.com/giampaolo/psutil/compare/release-5.9.6...release-7.2.1) --- updated-dependencies: - dependency-name: psutil dependency-version: 7.2.1 dependency-type: direct:production update-type: version-update:semver-major ... Signed-off-by: dependabot[bot] --- tests/requirements-test.txt | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/tests/requirements-test.txt b/tests/requirements-test.txt index fa9fcc0..3aebe2d 100644 --- a/tests/requirements-test.txt +++ b/tests/requirements-test.txt @@ -13,6 +13,6 @@ pytest-html==4.1.1 pytest-xdist==3.5.0 # Для параллельного запуска тестов # Для тестов производительности -psutil==5.9.6 +psutil==7.2.1 # линтер ruff>=0.14.4