Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Update dependency quart to ^0.19.0 #98

Open
wants to merge 1 commit into
base: main
Choose a base branch
from
Open

Conversation

renovate[bot]
Copy link
Contributor

@renovate renovate bot commented Jan 7, 2024

Mend Renovate

This PR contains the following updates:

Package Change Age Adoption Passing Confidence
quart ^0.18.4 -> ^0.19.0 age adoption passing confidence

Release Notes

pallets/quart (quart)

v0.19.4

Compare Source

  • Bugfix program not closing on Ctrl+C in Windows.
  • Bugfix the typing for AfterWebsocket functions.
  • Improve the typing of the ensure_async method.
  • Add a shutdown event to the app.

v0.19.3

Compare Source

  • Bugfix update the default config to better match Flask.

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 Mend Renovate. View repository job log here.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

None yet

0 participants