dependabot[bot] opened a new pull request, #57764: URL: https://github.com/apache/airflow/pull/57764
Bumps [psutil](https://github.com/giampaolo/psutil) from 7.1.2 to 7.1.3. <details> <summary>Changelog</summary> <p><em>Sourced from <a href="https://github.com/giampaolo/psutil/blob/master/HISTORY.rst">psutil's changelog</a>.</em></p> <blockquote> <h1>7.1.3</h1> <p>2025-11-02</p> <p><strong>Enhancements</strong></p> <ul> <li>2667_: enforce <code>clang-format</code> on all C and header files. It is now the mandatory formatting style for all C sources.</li> <li>2672_, [macOS], [BSD]: increase the chances to recognize zombie processes and raise the appropriate exception (<code>ZombieProcess</code>_).</li> <li>2676_, 2678_: replace unsafe <code>sprintf</code> / <code>snprintf</code> / <code>sprintf_s</code> calls with <code>str_format()</code>. Replace <code>strlcat</code> / <code>strlcpy</code> with safe <code>str_copy</code> / <code>str_append</code>. This unifies string handling across platforms and reduces unsafe usage of standard string functions, improving robustness.</li> </ul> <p><strong>Bug fixes</strong></p> <ul> <li>2674_, [Windows]: <code>disk_usage()</code>_ could truncate values on 32-bit platforms, potentially reporting incorrect total/free/used space for drives larger than 4GB.</li> <li>2675_, [macOS]: <code>Process.status()</code>_ incorrectly returns "running" for 99% of the processes.</li> <li>2677_, [Windows]: fix MAC address string construction in <code>net_if_addrs()</code>_. Previously, the MAC address buffer was incorrectly updated using a fixed increment and <code>sprintf_s</code>, which could overflow or misformat the string if the MAC length or formatting changed. Also, the final '\n' was inserted unnecessarily.</li> <li>2679_, [OpenBSD], [NetBSD], [critical]: can't build due to C syntax error.</li> </ul> </blockquote> </details> <details> <summary>Commits</summary> <ul> <li><a href="https://github.com/giampaolo/psutil/commit/5904ff94e3fd0fea3d0734a936834bef6e63369a"><code>5904ff9</code></a> Pre-release</li> <li><a href="https://github.com/giampaolo/psutil/commit/d42db80660b719c91b387b9c6400d43e7a7839bb"><code>d42db80</code></a> Update DEVGUIDE.rst</li> <li><a href="https://github.com/giampaolo/psutil/commit/e4e100300c68c86b6bec4a28e5a0ed8035e7f647"><code>e4e1003</code></a> psutil_kinfo_proc: return in case of badargs; also print to stderr in case of...</li> <li><a href="https://github.com/giampaolo/psutil/commit/bcdede485b346f65ee8109b18e0a03d1cd3fc462"><code>bcdede4</code></a> Introduce PSUTIL_TESTING mode. Terminate execution if str_* funcs fail</li> <li><a href="https://github.com/giampaolo/psutil/commit/6822ba73e56a9ff289dadc3cd6d804aa13c3e869"><code>6822ba7</code></a> Replace <code>strlcat/strlcpy</code> with safe <code>str_copy/str_append</code> (<a href="https://redirect.github.com/giampaolo/psutil/issues/2678">#2678</a>)</li> <li><a href="https://github.com/giampaolo/psutil/commit/0a7465c354688061847a44f17df182ccce14e362"><code>0a7465c</code></a> Windows: use str_format() in psutil_users().</li> <li><a href="https://github.com/giampaolo/psutil/commit/fd05690da26faedb7b01753fb56f6323b1bdda30"><code>fd05690</code></a> [Windows] fix MAC address string construction in <code>net_if_addrs()</code> (<a href="https://redirect.github.com/giampaolo/psutil/issues/2677">#2677</a>)</li> <li><a href="https://github.com/giampaolo/psutil/commit/7d821358201eb39278fa604ea04745e9fbcae27e"><code>7d82135</code></a> NetBSD: refact proc cwd()</li> <li><a href="https://github.com/giampaolo/psutil/commit/262977f655037071ce0d0d884f8d8c7ec8f3ca16"><code>262977f</code></a> Replace unsafe <code>sprintf/snprintf/sprintf_s</code> calls with <code>str_format()</code> (<a href="https://redirect.github.com/giampaolo/psutil/issues/2676">#2676</a>)</li> <li><a href="https://github.com/giampaolo/psutil/commit/1ba3cf53a89d0e097848933a4e751e7cbce40be7"><code>1ba3cf5</code></a> Fix <a href="https://redirect.github.com/giampaolo/psutil/issues/2675">#2675</a> / macOS: convert process status() to a meaningful value</li> <li>Additional commits viewable in <a href="https://github.com/giampaolo/psutil/compare/release-7.1.2...release-7.1.3">compare view</a></li> </ul> </details> <br /> [](https://docs.github.com/en/github/managing-security-vulnerabilities/about-dependabot-security-updates#about-compatibility-scores) 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-automerge-start) [//]: # (dependabot-automerge-end) --- <details> <summary>Dependabot commands and options</summary> <br /> 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 this major version` will close this PR and stop Dependabot creating any more for this major version (unless you reopen the PR or upgrade to it yourself) - `@dependabot ignore this minor version` will close this PR and stop Dependabot creating any more for this minor version (unless you reopen the PR or upgrade to it yourself) - `@dependabot ignore this dependency` will close this PR and stop Dependabot creating any more for this dependency (unless you reopen the PR or upgrade to it yourself) </details> -- This is an automated message from the Apache Git Service. To respond to the message, please log on to GitHub and use the URL above to go to the specific comment. To unsubscribe, e-mail: [email protected] For queries about this service, please contact Infrastructure at: [email protected]
