From a8f1e8ddf6ac5409a525a146ab3a3abde8e7305d Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Mon, 23 Dec 2024 19:38:14 +0000 Subject: [PATCH] CHORE: Bump psutil from 6.1.0 to 6.1.1 (#1009) Signed-off-by: dependabot[bot] Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com> Co-authored-by: pyansys-ci-bot <92810346+pyansys-ci-bot@users.noreply.github.com> --- doc/changelog.d/1009.maintenance.md | 1 + pyproject.toml | 4 ++-- 2 files changed, 3 insertions(+), 2 deletions(-) create mode 100644 doc/changelog.d/1009.maintenance.md diff --git a/doc/changelog.d/1009.maintenance.md b/doc/changelog.d/1009.maintenance.md new file mode 100644 index 000000000..688c442a5 --- /dev/null +++ b/doc/changelog.d/1009.maintenance.md @@ -0,0 +1 @@ +Bump psutil from 6.1.0 to 6.1.1 \ No newline at end of file diff --git a/pyproject.toml b/pyproject.toml index de9d48da7..5fc9931ef 100644 --- a/pyproject.toml +++ b/pyproject.toml @@ -36,7 +36,7 @@ dependencies = [ "clr-loader==0.2.7.post0", "grpcio>=1.30.0", "protobuf>=3.12.2,<6", - "psutil==6.1.0", + "psutil==6.1.1", "tqdm>=4.45.0", "requests>=2,<3", ] @@ -53,7 +53,7 @@ tests = [ "pytest==8.3.4", "pytest-cov==6.0.0", "pytest-print==1.0.2", - "psutil==6.1.0" + "psutil==6.1.1" ] doc = [ "sphinx==8.1.3",