Update dependency quart to v0.18.0 #23

Merged
Xefir merged 1 commits from renovate/quart-0.x into master 2022-07-25 12:03:37 +00:00
Owner

This PR contains the following updates:

Package Type Update Change
quart dependencies minor 0.17.0 -> 0.18.0

Release Notes

pallets/quart

v0.18.0

Compare Source

  • Remove Quart's safe_join, use Werkzeug's version instead.
  • Drop toml dependency, as it isn't required in Quart (use
    config.from_file as desired).
  • Change websocket.send_json to match jsonify's options.
  • Allow while serving decorators on blueprints.
  • Support synchronous background tasks, they will be run on a thread.
  • Follow Flask's API an allow empty argument Response construction.
  • Add get_root_path to helpers to match Flask.
  • Support silent argument in config.from_envvar.
  • Adopt Flask's logging setup.
  • Add stream_template and stream_template_string functions to stream a
    large template in parts.
  • Switch to Flask's top level name exportion style.
  • Add aborter object to app to allow for abort customisation.
  • Add redirect method to app to allow for redirect customisation.
  • Remove usage of LocalStacks, using ContextVars more directly. This
    should improve performance, but introduces backwards
    incompatibility. _*_ctx_stack globals are removed, use *_context
    instead. Extensions should store on g as appropriate. Requires
    Werkzeug >= 2.2.0.
  • Returned lists are now jsonified.
  • Move url_for to the app to allow for url_for customisation.
  • Remove config from_json use from_file instead.
  • Match the Flask views classes and API.
  • Adopt the Flask cli code adding --app, --env, and -debug
    options to the CLI.
  • Adopt the Flask JSON provider interface, use instead of JSON
    encoders and decoders.
  • Switch to being a Pallets project.

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, click this checkbox.

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.17.0` -> `0.18.0` | --- ### Release Notes <details> <summary>pallets/quart</summary> ### [`v0.18.0`](https://github.com/pallets/quart/blob/HEAD/CHANGES.rst#&#8203;0180-2022-07-23) [Compare Source](https://github.com/pallets/quart/compare/0.17.0...0.18.0) - Remove Quart's safe_join, use Werkzeug's version instead. - Drop toml dependency, as it isn't required in Quart (use config.from_file as desired). - Change websocket.send_json to match jsonify's options. - Allow while serving decorators on blueprints. - Support synchronous background tasks, they will be run on a thread. - Follow Flask's API an allow empty argument Response construction. - Add get_root_path to helpers to match Flask. - Support silent argument in config.from_envvar. - Adopt Flask's logging setup. - Add stream_template and stream_template_string functions to stream a large template in parts. - Switch to Flask's top level name exportion style. - Add aborter object to app to allow for abort customisation. - Add redirect method to app to allow for redirect customisation. - Remove usage of LocalStacks, using ContextVars more directly. This should improve performance, but introduces backwards incompatibility. \_\*\_ctx_stack globals are removed, use \*\_context instead. Extensions should store on `g` as appropriate. Requires Werkzeug >= 2.2.0. - Returned lists are now jsonified. - Move url_for to the app to allow for url_for customisation. - Remove config from_json use from_file instead. - Match the Flask views classes and API. - Adopt the Flask cli code adding `--app`, `--env`, and `-debug` options to the CLI. - Adopt the Flask JSON provider interface, use instead of JSON encoders and decoders. - Switch to being a Pallets project. </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, click this checkbox. --- This PR has been generated by [Renovate Bot](https://github.com/renovatebot/renovate). <!--renovate-debug:eyJjcmVhdGVkSW5WZXIiOiIzMi4xMjcuMCIsInVwZGF0ZWRJblZlciI6IjMyLjEyNy4wIn0=-->
Xefir force-pushed renovate/quart-0.x from 24e2be52a6 to ccd3a665f2 2022-07-25 09:26:12 +00:00 Compare
Xefir force-pushed renovate/quart-0.x from ccd3a665f2 to 24a0222f8c 2022-07-25 11:59:20 +00:00 Compare
Xefir merged commit dca9ca07d8 into master 2022-07-25 12:03:37 +00:00
Xefir deleted branch renovate/quart-0.x 2022-07-25 12:03:43 +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#23
No description provided.