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

chore(deps): update dependency quart to v0.19.6 #88

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

Conversation

renovate-bot
Copy link
Contributor

@renovate-bot renovate-bot commented Jan 31, 2023

This PR contains the following updates:

Package Change Age Adoption Passing Confidence
quart ==0.17.0 -> ==0.19.6 age adoption passing confidence

Release Notes

pallets/quart (quart)

v0.19.6

Compare Source

  • Bugfix use ContentRange in the right way. See issue #​331.
  • Bugfix hold a strong reference to background tasks.
  • Bugfix avoid ResourceWarning in DataBody.aiter.

v0.19.5

Compare Source

  • Bugfix DeprecationWarning from datetime.utcnow().
  • Bugfix ensure request files are closed.
  • Bugfix development restarting when commands are passed.
  • Restore teardown_websocket methods.
  • Correct the config_class type.
  • Allow kwargs to be passed to the test client (matches Flask API).

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.

v0.18.4

Compare Source

  • Restrict blinker to < 1.6 for 0.18.x versions to ensure it works
    with Quart's implementation.

v0.18.3

Compare Source

  • Fixed Issue #​206. Corrected quart.json.loads type annotation.
  • Bugfix signal handling on Windows.
  • Bugfix add missing globals to Flask-Patch.

v0.18.2

Compare Source

  • Bugfix use add_signal_handler not signal.signal.

v0.18.1

Compare Source

  • Bugfix static hosting with resource path escaping the root.
  • Bugfix adopt the Werkzeug/Flask make_conditional API/functionality.
  • Bugfix restore the reloader to Quart.
  • Bugfix support subdomains when testing.
  • Bugfix the signal handling to work on Windows.

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.
  • Requires at least v8 of click.

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 is behind base branch, 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 was generated by Mend Renovate. View the repository job log.

@renovate-bot renovate-bot force-pushed the renovate/quart-0.x branch 9 times, most recently from c1ff3af to 0996d56 Compare February 3, 2023 17:08
@renovate-bot renovate-bot force-pushed the renovate/quart-0.x branch 5 times, most recently from ccef746 to bd56db4 Compare February 17, 2023 15:25
@renovate-bot renovate-bot force-pushed the renovate/quart-0.x branch 2 times, most recently from b910e3e to 2b631c9 Compare March 1, 2023 16:41
@renovate-bot renovate-bot changed the title chore(deps): update dependency quart to v0.18.3 chore(deps): update dependency quart to v0.18.4 May 1, 2023
@renovate-bot renovate-bot force-pushed the renovate/quart-0.x branch 5 times, most recently from 1255280 to c45df15 Compare July 21, 2023 17:12
@renovate-bot renovate-bot changed the title chore(deps): update dependency quart to v0.18.4 chore(deps): update dependency quart to v0.19.0 Sep 30, 2023
@renovate-bot renovate-bot changed the title chore(deps): update dependency quart to v0.19.0 chore(deps): update dependency quart to v0.19.1 Sep 30, 2023
@renovate-bot renovate-bot changed the title chore(deps): update dependency quart to v0.19.1 chore(deps): update dependency quart to v0.19.2 Oct 1, 2023
@renovate-bot renovate-bot force-pushed the renovate/quart-0.x branch 2 times, most recently from e2671c6 to 7ce40bd Compare October 5, 2023 03:49
@renovate-bot renovate-bot changed the title chore(deps): update dependency quart to v0.19.2 chore(deps): update dependency quart to v0.19.3 Oct 5, 2023
@ka2n
Copy link

ka2n commented Oct 18, 2023

It seems latest code cannot start server until update this dependency because of werkzeug's major update.
(or pin werkzeug==2.3.7)

@renovate-bot renovate-bot changed the title chore(deps): update dependency quart to v0.19.3 chore(deps): update dependency quart to v0.19.4 Nov 19, 2023
@renovate-bot renovate-bot force-pushed the renovate/quart-0.x branch 2 times, most recently from 25b7614 to 26b8497 Compare December 11, 2023 18:17
@renovate-bot renovate-bot changed the title chore(deps): update dependency quart to v0.19.4 chore(deps): update dependency quart to v0.19.5 Apr 1, 2024
@renovate-bot renovate-bot changed the title chore(deps): update dependency quart to v0.19.5 chore(deps): update dependency quart to v0.19.6 May 20, 2024
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.

2 participants