Update dependency quart to ^0.20.0 [SECURITY] #107
+48
−20
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:
^0.18.4
->^0.20.0
GitHub Vulnerability Alerts
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
pallets/quart (quart)
v0.20.0
Compare Source
Released 2024-12-23
asyncio.iscoroutinefunction
for Python 3.14.AsyncIterable
to be passed toResponse
.v0.19.9
Compare Source
Released 2024-11-14
PROVIDE_AUTOMATIC_OPTIONS
config for compatibility withFlask 3.1.
v0.19.8
Compare Source
Released 2024-10-25
v0.19.7
Compare Source
Released 2024-10-25
max_form_memory_size
is applied when parsing large non-file fields.GHSA-q34m-jh98-gwm2
v0.19.6
Compare Source
Released 2024-05-19
ContentRange
in the right way.ResourceWarning
inDataBody.__aiter__
.v0.19.5
Compare Source
Released 2024-04-01
DeprecationWarning
fromdatetime.utcnow()
.teardown_websocket
methods.config_class
type.kwargs
to be passed to the test client (matches Flask API).v0.19.4
Compare Source
Released 2023-11-19
AfterWebsocket
functions.ensure_async
method.v0.19.3
Compare Source
Released 2023-10-04
v0.19.2
Compare Source
Released 2023-10-01
after_
/before_websocket
methods.cli
group in Quart.v0.19.1
Compare Source
Released 2023-09-30
QUART_ENV
and env usage.v0.19.0
Compare Source
Released 2023-09-30
dependency on Flask.
path
.make_response
errors if the value is incorrect.scope
extension value beingNone
.abort
method.root_path
usage..svg
to Jinja's autoescaping.WebsocketResponse
error, by including the response.mode
parameter to theconfig.from_file
method.routes
command output.tomllib
rather thantoml
.Configuration
📅 Schedule: Branch creation - "" (UTC), Automerge - At any time (no schedule defined).
🚦 Automerge: Disabled by config. Please merge this manually once you are satisfied.
♻ Rebasing: Whenever PR becomes conflicted, or you tick the rebase/retry checkbox.
🔕 Ignore: Close this PR and you won't be reminded about this update again.
This PR was generated by Mend Renovate. View the repository job log.