Update dependency quart to v0.16.2 #35

Open
Renovate Bot wants to merge 1 commits from renovate/quart-0.x into develop

This PR contains the following updates:

Package Type Update Change
quart (source) install minor ==0.15.1 -> ==0.16.2

Release Notes

pgjones/quart

v0.16.2

Compare Source

  • Bugfix await background task shutdown after shutdown funcs.
  • Bugfix use the before websocket not request funcs.

v0.16.1

Compare Source

  • Add missing serving exception handling.

v0.16.0

Compare Source

  • Support an auth argument in the test client.
  • Support Python 3.10.
  • Utilise ensure_async in the copy context functions.
  • Add support for background tasks via app.add_background_task.
  • Give a clearer error for invalid response types.
  • Make open_resource and open_instance_resource async.
  • Allow save_session to accept None as a response value.
  • Rename errors to have an Error suffix.
  • Bugfix typing of before (first) request callables.
  • Bugfix support view sync handlers.
  • Bugfix import of method "redirect" from flask.
  • Bugfix registering a blueprint twice with differing names.
  • Bugfix support ctx.pop() without passing exc explicitly.
  • Bugfix a request timeout error should be raised on timeout.
  • Bugfix remove jinja warnings.
  • Bugfix use the websocket context in the websocket method.
  • Bugfix raise any lifespan startup failures when testing.
  • Bugfix handler call order based on blueprint nesting.
  • Bugfix allow for generators that yield strings to be used.
  • Bugfix reorder acceptance to prevent race conditions.
  • Bugfix prevent multiple task form body parsing via a lock.

Configuration

📅 Schedule: 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://gitlab.com/pgjones/quart/) ([source](https://gitlab.com/pgjones/quart)) | install | minor | `==0.15.1` -> `==0.16.2` | --- ### Release Notes <details> <summary>pgjones/quart</summary> ### [`v0.16.2`](https://gitlab.com/pgjones/quart/blob/HEAD/CHANGELOG.rst#&#8203;0162-2021-12-14) [Compare Source](https://gitlab.com/pgjones/quart/compare/0.16.1...0.16.2) - Bugfix await background task shutdown after shutdown funcs. - Bugfix use the before websocket not request funcs. ### [`v0.16.1`](https://gitlab.com/pgjones/quart/blob/HEAD/CHANGELOG.rst#&#8203;0161-2021-11-17) [Compare Source](https://gitlab.com/pgjones/quart/compare/0.16.0...0.16.1) - Add missing serving exception handling. ### [`v0.16.0`](https://gitlab.com/pgjones/quart/blob/HEAD/CHANGELOG.rst#&#8203;0160-2021-11-09) [Compare Source](https://gitlab.com/pgjones/quart/compare/0.15.1...0.16.0) - Support an auth argument in the test client. - Support Python 3.10. - Utilise ensure_async in the copy context functions. - Add support for background tasks via `app.add_background_task`. - Give a clearer error for invalid response types. - Make open_resource and open_instance_resource async. - Allow save_session to accept None as a response value. - Rename errors to have an `Error` suffix. - Bugfix typing of before (first) request callables. - Bugfix support view sync handlers. - Bugfix import of method "redirect" from flask. - Bugfix registering a blueprint twice with differing names. - Bugfix support ctx.pop() without passing exc explicitly. - Bugfix a request timeout error should be raised on timeout. - Bugfix remove jinja warnings. - Bugfix use the websocket context in the websocket method. - Bugfix raise any lifespan startup failures when testing. - Bugfix handler call order based on blueprint nesting. - Bugfix allow for generators that yield strings to be used. - Bugfix reorder acceptance to prevent race conditions. - Bugfix prevent multiple task form body parsing via a lock. </details> --- ### Configuration 📅 **Schedule**: 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 Bot added 1 commit 2021-12-24 09:02:39 +01:00
This repo is archived. You cannot comment on pull requests.
There is no content yet.