Skip to content
This repository was archived by the owner on Sep 8, 2026. It is now read-only.

Bump the python group across 1 directory with 4 updates - #952

Open
dependabot[bot] wants to merge 2 commits into
mainfrom
dependabot/pip/python/python-9f9bf57431
Open

dependabot[bot] wants to merge 2 commits into
mainfrom
dependabot/pip/python/python-9f9bf57431

Conversation

@dependabot

@dependabot dependabot Bot commented on behalf of github Jan 13, 2026

Copy link
Copy Markdown
Contributor

Bumps the python group with 4 updates in the /python directory: psutil, mkl, mkl-include and intel-openmp.

Updates psutil from 7.1.0 to 7.2.2

Changelog

Sourced from psutil's changelog.

7.2.2 — 2026-01-28 ^^^^^^^^^^^^^^^^^^

Performance

  • :gh:2705, [Linux], [macOS], [BSD]: :meth:Process.wait no longer uses a busy loop. It now uses pidfd_open() + poll() on Linux (requires Linux

    = 5.3 and Python >= 3.9), and kqueue() on macOS and BSD.

Bug fixes

  • :gh:2701, [macOS], 🏷️build-fail: fix compilation error on macOS < 10.7. (patch by :user:Sergey Fedorov <barracuda156>)
  • :gh:2707, [macOS], 🏷️memleak: fix potential memory leaks in error paths of :meth:Process.memory_full_info and :meth:Process.threads.
  • :gh:2708, [macOS]: :meth:Process.cmdline and :meth:Process.environ may fail with OSError: [Errno 0] Undefined error (from sysctl(KERN_PROCARGS2)). They now raise :exc:AccessDenied instead.

7.2.1 — 2025-12-29 ^^^^^^^^^^^^^^^^^^

Bug fixes

  • :gh:2699, [FreeBSD], [NetBSD]: :func:heap_info does not detect small allocations (<= 1K). In order to fix that, we now flush internal jemalloc cache before fetching the metrics.

7.2.0 — 2025-12-23 ^^^^^^^^^^^^^^^^^^

New APIs

  • :gh:1275: new :func:heap_info and :func:heap_trim functions, providing direct access to the platform's native C :term:heap allocator (glibc, mimalloc, libmalloc). Useful to create tools to detect memory leaks.

Build and packaging

  • :gh:2680, 🏷️breaking: unit tests are no longer installed / part of the distribution. They now live under tests/ instead of psutil/tests, so import psutil.tests no longer works (it was never documented to begin with).
  • :gh:2403, [Linux]: publish wheels for Linux musl.

Bug fixes

  • :gh:2684, [FreeBSD], 🏷️build-fail: compilation fails on FreeBSD 14 due to missing include.
  • :gh:2691, [Windows], 🏷️memleak: fix memory leak in

... (truncated)

Commits
  • 9eea97d Pre-release
  • 938ac64 Rm sphinxcontrib.googleanalytics; override layout.html
  • 9dcbb7e Add sphinxcontrib-googleanalytics to requirements.txt
  • 76eaf9a Try to add google analytics to doc
  • de1cafa Update doc mentioning Process.wait() internal details
  • bb30943 Refact can_use_pidfd_open() and can_use_kqueue()
  • a571717 #2708, macos / cmdline / environ; raise AD instead of OSError(0) (#2709)
  • 8b98c3e Pre-release
  • 700b7e6 [macOS] fix potential leaks in error paths (#2707)
  • 7cc7923 Windows / cmdline(): be more defensive in free()ing in case of error
  • Additional commits viewable in compare view

Updates mkl from 2025.2.0 to 2026.1.0

Commits

Updates mkl-include from 2025.2.0 to 2026.1.0

Updates intel-openmp from 2025.2.1 to 2026.1.1

@dependabot dependabot Bot added dependencies Pull requests that update a dependency file python Pull requests that update Python code labels Jan 13, 2026
@dependabot dependabot Bot added the dependencies Pull requests that update a dependency file label Jan 13, 2026
@dependabot
dependabot Bot requested a review from sramakintel as a code owner January 13, 2026 13:29
@dependabot dependabot Bot added the python Pull requests that update Python code label Jan 13, 2026
@github-actions

github-actions Bot commented Jan 13, 2026

Copy link
Copy Markdown

Dependency Review

The following issues were found:
  • ✅ 0 vulnerable package(s)
  • ✅ 0 package(s) with incompatible licenses
  • ✅ 0 package(s) with invalid SPDX license definitions
  • ⚠️ 3 package(s) with unknown licenses.
See the Details below.

Snapshot Warnings

⚠️: No snapshots were found for the head SHA e54d3cd.
Ensure that dependencies are being submitted on PR branches and consider enabling retry-on-snapshot-warnings. See the documentation for more information and troubleshooting advice.

License Issues

python/requirements.txt

PackageVersionLicenseIssue Type
intel-openmp2025.3.3NullUnknown License
mkl2025.3.1NullUnknown License
mkl-include2025.3.1NullUnknown License

OpenSSF Scorecard

PackageVersionScoreDetails
pip/intel-openmp 2025.3.3 UnknownUnknown
pip/mkl 2025.3.1 UnknownUnknown
pip/mkl-include 2025.3.1 UnknownUnknown
pip/psutil 7.2.2 UnknownUnknown

Scanned Files

  • python/requirements.txt

@dependabot
dependabot Bot force-pushed the dependabot/pip/python/python-9f9bf57431 branch from a11ebc8 to d26a6e4 Compare February 17, 2026 13:06
@dependabot
dependabot Bot force-pushed the dependabot/pip/python/python-9f9bf57431 branch from d26a6e4 to 782d7fb Compare March 17, 2026 13:06
@dependabot
dependabot Bot force-pushed the dependabot/pip/python/python-9f9bf57431 branch from 782d7fb to 62c081a Compare March 31, 2026 13:06
@dependabot
dependabot Bot force-pushed the dependabot/pip/python/python-9f9bf57431 branch from 62c081a to e54d3cd Compare April 7, 2026 13:07
Bumps the python group with 4 updates in the /python directory: [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.2
- [Changelog](https://github.com/giampaolo/psutil/blob/master/docs/changelog.rst)
- [Commits](giampaolo/psutil@v7.1.0...v7.2.2)

Updates `mkl` from 2025.2.0 to 2026.1.0
- [Release notes](https://github.com/uxlfoundation/oneMath/releases)
- [Commits](https://github.com/uxlfoundation/oneMath/commits)

Updates `mkl-include` from 2025.2.0 to 2026.1.0

Updates `intel-openmp` from 2025.2.1 to 2026.1.1

---
updated-dependencies:
- dependency-name: intel-openmp
  dependency-version: 2025.3.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: psutil
  dependency-version: 7.2.1
  dependency-type: direct:production
  update-type: version-update:semver-minor
  dependency-group: python
...

Signed-off-by: dependabot[bot] <support@github.com>
@dependabot dependabot Bot changed the title Bump the python group in /python with 4 updates Bump the python group across 1 directory with 4 updates Sep 8, 2026
@dependabot
dependabot Bot force-pushed the dependabot/pip/python/python-9f9bf57431 branch from e54d3cd to 0d7b5c4 Compare September 8, 2026 05:34
Sign up for free to subscribe to this conversation on GitHub. Already have an account? Sign in.

Labels

dependencies Pull requests that update a dependency file python Pull requests that update Python code

Projects

None yet

Development

Successfully merging this pull request may close these issues.

0 participants