-
Notifications
You must be signed in to change notification settings - Fork 709
chore(deps): update all dependencies #4833
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Merged
Merged
Conversation
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
ansibuddy
approved these changes
Nov 3, 2025
ansibuddy
approved these changes
Nov 3, 2025
ansibuddy
approved these changes
Nov 3, 2025
1844fb1 to
d820db6
Compare
ansibuddy
approved these changes
Nov 3, 2025
d820db6 to
58803ed
Compare
ansibuddy
approved these changes
Nov 4, 2025
58803ed to
d290ff2
Compare
ansibuddy
approved these changes
Nov 5, 2025
d290ff2 to
d682fd2
Compare
ansibuddy
approved these changes
Nov 5, 2025
d682fd2 to
2b44ae2
Compare
ansibuddy
approved these changes
Nov 5, 2025
ansibuddy
approved these changes
Nov 5, 2025
Contributor
Author
Edited/Blocked NotificationRenovate will not automatically rebase this PR, because it does not recognize the last commit author and assumes somebody else may have edited the PR. You can manually request rebase by checking the rebase/retry box above. |
ansibuddy
approved these changes
Nov 20, 2025
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Add this suggestion to a batch that can be applied as a single commit.
This suggestion is invalid because no changes were made to the code.
Suggestions cannot be applied while the pull request is closed.
Suggestions cannot be applied while viewing a subset of changes.
Only one suggestion per line can be applied in a batch.
Add this suggestion to a batch that can be applied as a single commit.
Applying suggestions on deleted lines is not supported.
You must change the existing code in this line in order to create a valid suggestion.
Outdated suggestions cannot be applied.
This suggestion has been applied or marked resolved.
Suggestions cannot be applied from pending reviews.
Suggestions cannot be applied on multi-line comments.
Suggestions cannot be applied while the pull request is queued to merge.
Suggestion cannot be applied right now. Please check back later.
This PR contains the following updates:
==46.0.2->==46.0.3==0.27.1->==0.28.0==0.18.15->==0.18.167.10.7->7.11.046.0.2->46.0.30.1.7->0.2.125.2->25.37.1.0->7.1.34.0.1->4.0.20.18.15->0.18.160.18.15->0.18.169.2.1->9.2.29.2.1->9.2.24.31.0->4.32.0Release Notes
pyca/cryptography (cryptography)
v46.0.3Compare Source
crate-py/rpds (rpds-py)
v0.28.0Compare Source
What's Changed
Full Changelog: crate-py/rpds@v0.27.1...v0.28.0
nedbat/coveragepy (coverage)
v7.11.0Compare Source
.. _changes_7-10-7:
ipython/matplotlib-inline (matplotlib-inline)
v0.2.1Compare Source
pypa/pip (pip)
v25.3Compare Source
giampaolo/psutil (psutil)
v7.1.3Compare Source
=====
2025-11-02
Enhancements
clang-formaton all C and header files. It is now themandatory formatting style for all C sources.
raise the appropriate exception (
ZombieProcess_).sprintf/snprintf/sprintf_scalls withstr_format(). Replacestrlcat/strlcpywith safestr_copy/str_append. This unifies string handling across platforms and reducesunsafe usage of standard string functions, improving robustness.
Bug fixes
disk_usage()_ could truncate values on 32-bit platforms,potentially reporting incorrect total/free/used space for drives larger than
4GB.
Process.status()_ incorrectly returns "running" for 99%of the processes.
net_if_addrs()_.Previously, the MAC address buffer was incorrectly updated using a fixed
increment and
sprintf_s, which could overflow or misformat thestring if the MAC length or formatting changed. Also, the final '\n' was
inserted unnecessarily.
v7.1.2Compare Source
=====
2025-10-25
Enhancements
32-bit CPython is still supported, but psutil must now be built from source.
2565_: produce wheels for free-thread cPython 3.13 and 3.14 (patch by
Lysandros Nikolaou)
Bug fixes
Process.cmdline()_ andProcess.environ()_ may incorrectlyraise
NoSuchProcess_ instead ofZombieProcess_.free()inProcess.environ()_ when it failsinternally. This posed a risk of segfault.
which were (not so) sporadically spotted on CI.
Compatibility notes
v7.1.1Compare Source
=====
2025-10-19
Enhancements
Bug fixes
Process.cmdline()_ does not handle spaces properly. (patchby Ben Raz)
Compatibility notes
pylint-dev/pylint (pylint)
v4.0.2Compare Source
False Positives Fixed
Fix false positive for
invalid-nameon a partially uninferable module-level constant.Closes #10652
Fix a false positive for
invalid-nameon exclusive module-level assignmentscomposed of three or more branches. We won't raise
disallowed-nameon module-level names that can't be inferreduntil a further refactor to remove this false negative is done.
Closes #10664
Fix false positive for
invalid-nameforTypedDictinstances.Closes #10672
pypa/setuptools-scm (setuptools-scm)
v9.2.2Compare Source
Fixed
tool.setuptools.dynamic.versionwhen only using file finder.The warning about combining version guessing with setuptools dynamic versions should only
be issued when setuptools-scm is performing version inference, not when it's only being
used for its file finder functionality.
tox-dev/tox (tox)
v4.32.0Compare Source
What's Changed
New Contributors
Full Changelog: tox-dev/tox@4.31.0...4.32.0
Configuration
📅 Schedule: Branch creation - "before 4am on monday" in timezone UTC, Automerge - Between 12:00 AM and 03:59 AM, only on Monday ( * 0-3 * * 1 ) in timezone UTC.
🚦 Automerge: Enabled.
♻ Rebasing: Whenever PR is behind base branch, or you tick the rebase/retry checkbox.
👻 Immortal: This PR will be recreated if closed unmerged. Get config help if that's undesired.
This PR was generated by Mend Renovate. View the repository job log.