Renovate update minor and patch updates (Python) #2175
Merged
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:
==24.10.2
->==24.10.3
==2.31.8
->==2.32.1
==3.0.1
->==3.0.2
==6.0.0
->==6.1.0
==3.0.4
->==3.0.6
==7.1.0
->==7.1.1
Warning
Some dependencies could not be looked up. Check the Dependency Dashboard for more information.
GitHub Vulnerability Alerts
CVE-2024-49766
On Python < 3.11 on Windows,
os.path.isabs()
does not catch UNC paths like//server/share
. Werkzeug'ssafe_join()
relies on this check, and so can produce a path that is not safe, potentially allowing unintended access to data. Applications using Python >= 3.11, or not using Windows, are not vulnerable.CVE-2024-49767
Applications using Werkzeug to parse
multipart/form-data
requests are vulnerable to resource exhaustion. A specially crafted form body can bypass theRequest.max_form_memory_size
setting.The
Request.max_content_length
setting, as well as resource limits provided by deployment software and platforms, are also available to limit the resources used during a request. This vulnerability does not affect those settings. All three types of limits should be considered and set appropriately when deploying an application.Release Notes
locustio/locust (locust)
v2.32.1
Compare Source
What's Changed
New Contributors
Full Changelog: locustio/locust@2.32.0...2.32.1
v2.32.0
Compare Source
Full Changelog
Fixed bugs:
Merged pull requests:
pallets/markupsafe (markupsafe)
v3.0.2
Compare Source
Released 2024-10-18
__str__
returns astr
subclass. :issue:472
475
giampaolo/psutil (psutil)
v6.1.0
Compare Source
=====
2024-10-17
Enhancements
process_iter()
. We now determineprocess unique identity by using process "fast" create time method. This
will considerably speedup those apps which use
process_iter()
only once,e.g. to look for a process with a certain name.
make install-sysdeps
target to install the necessary systemdependencies (python-dev, gcc, etc.) on all supported UNIX flavors.
make install-pydeps-test
andmake install-pydeps-dev
targets. They can be used to install dependencies meant for running tests and
for local development. They can also be installed via
pip install .[test]
and
pip install .[dev]
.python3 -m psutil.tests
even ifpytest
module is not installed. This is useful for production environments that
don't have pytest installed, but still want to be able to test psutil
installation.
Bug fixes
Python 3.13. (patch by Sam Gross)
IndexError
may occur when reading /proc/pid/stat andfield 40 (blkio_ticks) is missing.
Process.open_files()
_ forsome edge cases.
Process.num_fds()
_ andProcess.open_files()
_ may failwith
NoSuchProcess
_ for PID 0. Instead, we now return "null" values (0 and[] respectively).
zopefoundation/zope.interface (zope-interface)
v7.1.1
Compare Source
==================
weakrefobject.c
on Python 3.12 and 3.13.(
#​323 <https://github.com/zopefoundation/zope.interface/issues/323>
_)Configuration
📅 Schedule: Branch creation - At any time (no schedule defined), Automerge - At any time (no schedule defined).
🚦 Automerge: Disabled by config. Please merge this manually once you are satisfied.
♻ 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.