From d26a6e44715a967a1933155f86715618ca1b4161 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Tue, 17 Feb 2026 13:06:07 +0000 Subject: [PATCH] Bump the python group in /python with 4 updates Bumps the python group in /python with 4 updates: [psutil](https://github.com/giampaolo/psutil), [mkl](https://github.com/uxlfoundation/oneMath), [mkl-include](https://www.intel.com/content/www/us/en/developer/tools/oneapi/onemkl.html) and [intel-openmp](https://www.intel.com/content/www/us/en/developer/tools/oneapi/dpc-compiler.html). Updates `psutil` from 7.1.0 to 7.2.1 - [Changelog](https://github.com/giampaolo/psutil/blob/master/HISTORY.rst) - [Commits](https://github.com/giampaolo/psutil/compare/release-7.1.0...release-7.2.1) Updates `mkl` from 2025.2.0 to 2025.3.0 - [Release notes](https://github.com/uxlfoundation/oneMath/releases) - [Commits](https://github.com/uxlfoundation/oneMath/commits) Updates `mkl-include` from 2025.2.0 to 2025.3.0 Updates `intel-openmp` from 2025.2.1 to 2025.3.1 --- updated-dependencies: - dependency-name: psutil dependency-version: 7.2.1 dependency-type: direct:production update-type: version-update:semver-minor dependency-group: python - dependency-name: mkl dependency-version: 2025.3.0 dependency-type: direct:production update-type: version-update:semver-minor dependency-group: python - dependency-name: mkl-include dependency-version: 2025.3.0 dependency-type: direct:production update-type: version-update:semver-minor dependency-group: python - dependency-name: intel-openmp dependency-version: 2025.3.1 dependency-type: direct:production update-type: version-update:semver-minor dependency-group: python ... Signed-off-by: dependabot[bot] --- python/requirements.txt | 8 ++++---- 1 file changed, 4 insertions(+), 4 deletions(-) diff --git a/python/requirements.txt b/python/requirements.txt index 212df353..ea079e05 100644 --- a/python/requirements.txt +++ b/python/requirements.txt @@ -1,6 +1,6 @@ numpy==1.26.4 setuptools>=70.0.0 -psutil==7.1.0 -mkl==2025.2.0 -mkl-include==2025.2.0 -intel-openmp==2025.2.1 +psutil==7.2.2 +mkl==2025.3.1 +mkl-include==2025.3.1 +intel-openmp==2025.3.2