UWIT-UE / am2alertapi

Prometheus alertmanager to UW alertAPI
GNU General Public License v3.0
0 stars 1 forks source link

Bump quart from 0.18.4 to 0.19.2 #53

Closed dependabot[bot] closed 1 year ago

dependabot[bot] commented 1 year ago

Bumps quart from 0.18.4 to 0.19.2.

Changelog

Sourced from quart's changelog.

0.19.2 2023-10-01

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

0.19.1 2023-09-30

  • Bugfix remove QUART_ENV and env usage.

0.19.0 2023-09-30

  • 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.
Commits


Dependabot compatibility score

Dependabot will resolve any conflicts with this PR as long as you don't alter it yourself. You can also trigger a rebase manually by commenting @dependabot rebase.


Dependabot commands and options
You can trigger Dependabot actions by commenting on this PR: - `@dependabot rebase` will rebase this PR - `@dependabot recreate` will recreate this PR, overwriting any edits that have been made to it - `@dependabot merge` will merge this PR after your CI passes on it - `@dependabot squash and merge` will squash and merge this PR after your CI passes on it - `@dependabot cancel merge` will cancel a previously requested merge and block automerging - `@dependabot reopen` will reopen this PR if it is closed - `@dependabot close` will close this PR and stop Dependabot recreating it. You can achieve the same result by closing it manually - `@dependabot show ignore conditions` will show all of the ignore conditions of the specified dependency - `@dependabot ignore this major version` will close this PR and stop Dependabot creating any more for this major version (unless you reopen the PR or upgrade to it yourself) - `@dependabot ignore this minor version` will close this PR and stop Dependabot creating any more for this minor version (unless you reopen the PR or upgrade to it yourself) - `@dependabot ignore this dependency` will close this PR and stop Dependabot creating any more for this dependency (unless you reopen the PR or upgrade to it yourself)
dependabot[bot] commented 1 year ago

Superseded by #54.