Update dependency quart to ^0.19.0 #159

Merged
Xefir merged 1 commits from renovate/quart-0.x into master 2023-10-02 07:08:05 +00:00
Owner

This PR contains the following updates:

Package Type Update Change
quart dependencies minor ^0.18.4 -> ^0.19.0

Release Notes

pallets/quart (quart)

v0.19.2

Compare Source

  • Bugfix restore the app {after, before}_websocket methods.
  • Bugfix correctly set the cli Group in Quart.

v0.19.1

Compare Source

  • Bugfix remove QUART_ENV and env usage.

v0.19.0

Compare Source

  • Remove Flask-Patch. It has been replaced with the Quart-Flask-Patch
    extension.
  • Remove references to first request, as per Flask.
  • Await the background tasks before calling the after serving funcs.
  • Don't copy the app context into the background task.
  • Allow background tasks a grace period to complete during shutdown.
  • Base Quart on Flask, utilising Flask code where possible. This
    introduces a dependency on Flask.
  • Bugfix trailing slash issue in URL concatenation for empty 'path'
  • Bugfix Issue #​219. Use only CR in SSE documentation.
  • Bugfix typing for websocket to accept auth data.
  • Bugfix ensure subdomains apply to nested blueprints.
  • Bugfix ensure make_response errors if the value is incorrect.
  • Bugfix propagated exception handling.
  • Bugfix ensure exceptions propagate before logging.
  • Bugfix cope with scope extension value being None.
  • Bugfix ensure the conditional 304 response is empty.
  • Bugfix handle empty path in URL concatenation.
  • Bugfix corrected typing hint for abort method at helpers.py.
  • Bugfix root_path usage.
  • Fix Werkzeug deprecation warnings.
  • Add svg's to jinja's autoescaping.
  • Improve the WebsocketResponse error, by including the response.
  • Add a file mode parameter to the config.from_file method.
  • Show the subdomain or host in the routes command output.
  • Upgrade to blinker 1.6.
  • Require Werkzeug 3.0.0 and Flask 3.0.0.
  • Use tomllib rather than toml.

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 becomes conflicted, or you tick the rebase/retry checkbox.

🔕 Ignore: Close this PR and you won't be reminded about this update again.


  • If you want to rebase/retry this PR, check this box

This PR has been generated by Renovate Bot.

This PR contains the following updates: | Package | Type | Update | Change | |---|---|---|---| | [quart](https://github.com/pallets/quart) | dependencies | minor | `^0.18.4` -> `^0.19.0` | --- ### Release Notes <details> <summary>pallets/quart (quart)</summary> ### [`v0.19.2`](https://github.com/pallets/quart/blob/HEAD/CHANGES.rst#0192-2023-10-01) [Compare Source](https://github.com/pallets/quart/compare/0.19.1...0.19.2) - Bugfix restore the app {after, before}\_websocket methods. - Bugfix correctly set the cli Group in Quart. ### [`v0.19.1`](https://github.com/pallets/quart/blob/HEAD/CHANGES.rst#0191-2023-09-30) [Compare Source](https://github.com/pallets/quart/compare/0.19.0...0.19.1) - Bugfix remove QUART_ENV and env usage. ### [`v0.19.0`](https://github.com/pallets/quart/blob/HEAD/CHANGES.rst#0190-2023-09-30) [Compare Source](https://github.com/pallets/quart/compare/0.18.4...0.19.0) - Remove Flask-Patch. It has been replaced with the Quart-Flask-Patch extension. - Remove references to first request, as per Flask. - Await the background tasks before calling the after serving funcs. - Don't copy the app context into the background task. - Allow background tasks a grace period to complete during shutdown. - Base Quart on Flask, utilising Flask code where possible. This introduces a dependency on Flask. - Bugfix trailing slash issue in URL concatenation for empty 'path' - Bugfix Issue [#&#8203;219](https://github.com/pallets/quart/issues/219). Use only CR in SSE documentation. - Bugfix typing for websocket to accept auth data. - Bugfix ensure subdomains apply to nested blueprints. - Bugfix ensure make_response errors if the value is incorrect. - Bugfix propagated exception handling. - Bugfix ensure exceptions propagate before logging. - Bugfix cope with scope extension value being None. - Bugfix ensure the conditional 304 response is empty. - Bugfix handle empty path in URL concatenation. - Bugfix corrected typing hint for abort method at helpers.py. - Bugfix root_path usage. - Fix Werkzeug deprecation warnings. - Add svg's to jinja's autoescaping. - Improve the WebsocketResponse error, by including the response. - Add a file mode parameter to the config.from_file method. - Show the subdomain or host in the routes command output. - Upgrade to blinker 1.6. - Require Werkzeug 3.0.0 and Flask 3.0.0. - Use tomllib rather than toml. </details> --- ### 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 becomes conflicted, or you tick the rebase/retry checkbox. 🔕 **Ignore**: Close this PR and you won't be reminded about this update again. --- - [ ] <!-- rebase-check -->If you want to rebase/retry this PR, check this box --- This PR has been generated by [Renovate Bot](https://github.com/renovatebot/renovate). <!--renovate-debug:eyJjcmVhdGVkSW5WZXIiOiIzNy4yLjAiLCJ1cGRhdGVkSW5WZXIiOiIzNy4yLjAiLCJ0YXJnZXRCcmFuY2giOiJtYXN0ZXIifQ==-->
Xefir added 1 commit 2023-10-02 06:44:21 +00:00
divent / lint (push) Successful in 2m21s Details
divent / docker (push) Successful in 2m8s Details
divent / pypi (push) Has been skipped Details
cf2a35baee
Update dependency quart to ^0.19.0
Xefir merged commit 25f4625e30 into master 2023-10-02 07:08:05 +00:00
Xefir deleted branch renovate/quart-0.x 2023-10-02 07:08:05 +00:00
Sign in to join this conversation.
No reviewers
No Label
No Milestone
No project
No Assignees
1 Participants
Notifications
Due Date
The due date is invalid or out of range. Please use the format 'yyyy-mm-dd'.

No due date set.

Dependencies

No dependencies set.

Reference: Xefir/Divent#159
No description provided.