Skip to content

chore(deps): update quart requirement from >=0.21.0 to >=0.22.0 - #119

Closed
dependabot[bot] wants to merge 1 commit into
mainfrom
dependabot/pip/quart-gte-0.22.0
Closed

chore(deps): update quart requirement from >=0.21.0 to >=0.22.0#119
dependabot[bot] wants to merge 1 commit into
mainfrom
dependabot/pip/quart-gte-0.22.0

Conversation

@dependabot

@dependabot dependabot Bot commented on behalf of github Aug 27, 2026

Copy link
Copy Markdown
Contributor

Updates the requirements on quart to permit the latest version.

Changelog

Sourced from quart's changelog.

Version 0.22.0

Released 2026-08-19

  • Use Quart's logger rather than Hypercorn's in app.run
  • Document serving function call ordering
  • Bugfix ensure the path is correct when using root_path
  • Bugfix Correct traceback/error behaviour

Version 0.21.0

Released 2026-07-23

  • Support 3.14 and drop 3.10 and 3.9
  • Fix non-port-needing URI schemes with app run.
  • Fix propagating exceptions.
  • Add --debug/--no-debug flag for quart run.
  • Base Quart's default_config on Flask's
  • Remove invalid uses of AnyStr.
  • Improve file type hints.
  • Flask backport: Fix signing key selection order when key rotation is enabled via SECRET_KEY_FALLBACKS. GHSA-4grg-w6v8-c28g
  • Support partitioned cookies
  • Don't apply max_form_parts to non-multipart forms

Version 0.20.0

Released 2024-12-23

  • Drop support for Python 3.8.
  • Fix deprecated asyncio.iscoroutinefunction for Python 3.14.
  • Allow AsyncIterable to be passed to Response.
  • Support max_form_parts and max_form_memory_size.

Version 0.19.9

Released 2024-11-14

  • Fix missing PROVIDE_AUTOMATIC_OPTIONS config for compatibility with Flask 3.1.

Version 0.19.8

Released 2024-10-25

  • Fix missing check that caused the previous fix to raise an error.

Version 0.19.7

... (truncated)

Commits
  • 8e1cc80 Bump and release 0.22.0
  • 7337e5f Correct traceback/error behaviour
  • 33f20b9 Add missing default argument in docs
  • f06a935 Document serving function call ordering
  • e506aec Use Quart's logger rather than Hypercorn's in app.run
  • 91802b4 Bugfix ensure the path is correct when using root_path
  • 657bca7 Two minor improvements
  • 13e88fb Remove lock workflow
  • 14ea057 Update uv lockfile after version change
  • See full diff in compare view

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 show <dependency name> 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)

Updates the requirements on [quart](https://github.com/pallets/quart) to permit the latest version.
- [Release notes](https://github.com/pallets/quart/releases)
- [Changelog](https://github.com/pallets/quart/blob/main/CHANGES.md)
- [Commits](pallets/quart@0.21.0...0.22.0)

---
updated-dependencies:
- dependency-name: quart
  dependency-version: 0.22.0
  dependency-type: direct:production
...

Signed-off-by: dependabot[bot] <support@github.com>
@dependabot dependabot Bot added dependencies Pull requests that update a dependency file python Pull requests that update python code labels Aug 27, 2026
@dependabot @github

dependabot Bot commented on behalf of github Sep 3, 2026

Copy link
Copy Markdown
Contributor Author

Superseded by #131.

@dependabot dependabot Bot closed this Sep 3, 2026
@dependabot
dependabot Bot deleted the dependabot/pip/quart-gte-0.22.0 branch September 3, 2026 04:24
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

dependencies Pull requests that update a dependency file python Pull requests that update python code

Projects

None yet

Development

Successfully merging this pull request may close these issues.

0 participants