Skip to content

Bump the minor_packages group with 2 updates#2047

Merged
YigitElma merged 2 commits intomasterfrom
dependabot/pip/minor_packages-3562204767
Jan 8, 2026
Merged

Bump the minor_packages group with 2 updates#2047
YigitElma merged 2 commits intomasterfrom
dependabot/pip/minor_packages-3562204767

Conversation

@dependabot
Copy link
Copy Markdown
Contributor

@dependabot dependabot bot commented on behalf of github Dec 29, 2025

Updates the requirements on psutil and termcolor to permit the latest version.
Updates psutil to 7.2.1

Changelog

Sourced from psutil's changelog.

7.2.1

2025-12-29

Bug fixes

  • 2699_, [FreeBSD], [NetBSD]: 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

Enhancements

  • 1275_: new heap_info()_ and heap_trim()_ functions, providing direct access to the platform's native C heap allocator (glibc, mimalloc, libmalloc). Useful to create tools to detect memory leaks.
  • 2403_, [Linux]: publish wheels for Linux musl.
  • 2680_: unit tests are no longer installed / part of the distribution. They now live under tests/ instead of psutil/tests.

Bug fixes

  • 2684_, [FreeBSD], [critical]: compilation fails on FreeBSD 14 due to missing include.
  • 2691_, [Windows]: fix memory leak in net_if_stats()_ due to missing Py_CLEAR.

Compatibility notes

  • 2680_: import psutil.tests no longer works (but it was never documented to begin with).

7.1.3

2025-11-02

Enhancements

  • 2667_: enforce clang-format on all C and header files. It is now the mandatory formatting style for all C sources.
  • 2672_, [macOS], [BSD]: increase the chances to recognize zombie processes and raise the appropriate exception (ZombieProcess_).
  • 2676_, 2678_: replace unsafe sprintf / snprintf / sprintf_s calls with str_format(). Replace strlcat / strlcpy with safe str_copy /

... (truncated)

Commits
  • 6130c19 Fix #2699 / BSD: flush internal jemalloc cache before returning metrics.
  • 899ee4e Mention psleak
  • 704e218 Pre-release
  • 1a946cf Take psleak from PYPI
  • 5085421 Use external psleak module for memleak tests (#2698)
  • ac56e6a CI: don't cancel CI in progress on 1st failure
  • 10fe3d5 Merge branch 'master' of github.com:giampaolo/psutil
  • ba507bd Fix various CI errors
  • d5a1398 Update cpu_count docs: clarify differences from os.cpu_count (#2696)
  • 556158f Refact memleak.py
  • Additional commits viewable in compare view

Updates termcolor to 3.3.0

Release notes

Sourced from termcolor's releases.

Release 3.3.0

Added

Fixed

  • can_colorize: Expect fileno() to raise OSError, as documented (#126) @​hugovk
Changelog

Sourced from termcolor's changelog.

2.0.0 and newer

See GitHub Releases:

1.1.0 (13.01.2011)

  • Added cprint function.

1.0.1 (13.01.2011)

  • Updated README.rst.

1.0.0 (13.01.2011)

  • Changed license to MIT.
  • Updated copyright.
  • Refactored source code.

0.2 (07.09.2010)

  • Added support of Python 3.x.

0.1.2 (04.06.2009)

  • Fixed bold characters. (Thanks Tibor Fekete)

0.1.1 (05.03.2009)

  • Some refactoring.
  • Updated copyright.
  • Fixed reset colors.
  • Updated documentation.

0.1 (09.06.2008)

  • Initial release.
Commits

Dependabot will resolve any conflicts with this PR as long as you don't alter it yourself. You can also trigger a rebase manually by commenting @dependabot rebase.


Dependabot commands and options

You can trigger Dependabot actions by commenting on this PR:

  • @dependabot rebase will rebase this PR
  • @dependabot recreate will recreate this PR, overwriting any edits that have been made to it
  • @dependabot merge will merge this PR after your CI passes on it
  • @dependabot squash and merge will squash and merge this PR after your CI passes on it
  • @dependabot cancel merge will cancel a previously requested merge and block automerging
  • @dependabot reopen will reopen this PR if it is closed
  • @dependabot close will close this PR and stop Dependabot recreating it. You can achieve the same result by closing it manually
  • @dependabot show <dependency name> ignore conditions will show all of the ignore conditions of the specified dependency
  • @dependabot ignore <dependency name> major version will close this group update PR and stop Dependabot creating any more for the specific dependency's major version (unless you unignore this specific dependency's major version or upgrade to it yourself)
  • @dependabot ignore <dependency name> minor version will close this group update PR and stop Dependabot creating any more for the specific dependency's minor version (unless you unignore this specific dependency's minor version or upgrade to it yourself)
  • @dependabot ignore <dependency name> will close this group update PR and stop Dependabot creating any more for the specific dependency (unless you unignore this specific dependency or upgrade to it yourself)
  • @dependabot unignore <dependency name> will remove all of the ignore conditions of the specified dependency
  • @dependabot unignore <dependency name> <ignore condition> will remove the ignore condition of the specified dependency and ignore conditions

Updates the requirements on [psutil](https://github.com/giampaolo/psutil) and [termcolor](https://github.com/termcolor/termcolor) to permit the latest version.

Updates `psutil` to 7.2.1
- [Changelog](https://github.com/giampaolo/psutil/blob/master/HISTORY.rst)
- [Commits](giampaolo/psutil@release-0.1.0...release-7.2.1)

Updates `termcolor` to 3.3.0
- [Release notes](https://github.com/termcolor/termcolor/releases)
- [Changelog](https://github.com/termcolor/termcolor/blob/main/CHANGES.md)
- [Commits](termcolor/termcolor@0.1...3.3.0)

---
updated-dependencies:
- dependency-name: psutil
  dependency-version: 7.2.1
  dependency-type: direct:production
  dependency-group: minor_packages
- dependency-name: termcolor
  dependency-version: 3.3.0
  dependency-type: direct:production
  dependency-group: minor_packages
...

Signed-off-by: dependabot[bot] <support@github.com>
@dependabot dependabot bot added dependencies Issue related to libraries we depend on and how we interface with them run_benchmarks Run timing benchmarks on this PR against current master branch skip_changelog No need to update changelog on this PR labels Dec 29, 2025
@github-actions
Copy link
Copy Markdown
Contributor

github-actions bot commented Dec 29, 2025

Memory benchmark result

|               Test Name                |      %Δ      |    Master (MB)     |      PR (MB)       |    Δ (MB)    |    Time PR (s)     |  Time Master (s)   |
| -------------------------------------- | ------------ | ------------------ | ------------------ | ------------ | ------------------ | ------------------ |
  test_objective_jac_w7x                 |    3.41 %    |     3.865e+03      |     3.997e+03      |    131.77    |       40.37        |       36.17        |
  test_proximal_jac_w7x_with_eq_update   |    2.97 %    |     6.429e+03      |     6.620e+03      |    191.09    |       167.57       |       160.48       |
  test_proximal_freeb_jac                |   -0.63 %    |     1.325e+04      |     1.317e+04      |    -83.32    |       86.15        |       82.61        |
  test_proximal_freeb_jac_blocked        |   -1.04 %    |     7.529e+03      |     7.451e+03      |    -78.00    |       76.22        |       72.70        |
  test_proximal_freeb_jac_batched        |   -0.13 %    |     7.462e+03      |     7.452e+03      |    -9.93     |       75.62        |       73.20        |
  test_proximal_jac_ripple               |    0.95 %    |     3.458e+03      |     3.491e+03      |    32.72     |       65.61        |       65.89        |
  test_proximal_jac_ripple_bounce1d      |    0.76 %    |     3.579e+03      |     3.606e+03      |    27.16     |       78.37        |       77.25        |
  test_eq_solve                          |    1.72 %    |     2.016e+03      |     2.050e+03      |    34.59     |       94.78        |       94.27        |

For the memory plots, go to the summary of Memory Benchmarks workflow and download the artifact.

@codecov
Copy link
Copy Markdown

codecov bot commented Dec 29, 2025

Codecov Report

✅ All modified and coverable lines are covered by tests.
✅ Project coverage is 95.75%. Comparing base (a202e62) to head (2c9d87c).
⚠️ Report is 1 commits behind head on master.

Additional details and impacted files
@@           Coverage Diff           @@
##           master    #2047   +/-   ##
=======================================
  Coverage   95.75%   95.75%           
=======================================
  Files         102      102           
  Lines       28344    28344           
=======================================
  Hits        27141    27141           
  Misses       1203     1203           

see 2 files with indirect coverage changes

🚀 New features to boost your workflow:
  • ❄️ Test Analytics: Detect flaky tests, report on failures, and find test suite problems.

@YigitElma YigitElma requested review from a team, ddudt, dpanici, f0uriest, rahulgaur104 and unalmis and removed request for a team January 6, 2026 22:06
@YigitElma YigitElma merged commit 1e844e4 into master Jan 8, 2026
28 checks passed
@dependabot dependabot bot deleted the dependabot/pip/minor_packages-3562204767 branch January 8, 2026 00:57
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

dependencies Issue related to libraries we depend on and how we interface with them run_benchmarks Run timing benchmarks on this PR against current master branch skip_changelog No need to update changelog on this PR

Projects

None yet

Development

Successfully merging this pull request may close these issues.

3 participants