Skip to content

build(deps): update quart requirement from >=0.20.0 to >=0.21.0 - #29

Merged
jaredhendrickson13 merged 1 commit into
mainfrom
dependabot/pip/quart-gte-0.21.0
Jul 25, 2026
Merged

build(deps): update quart requirement from >=0.20.0 to >=0.21.0#29
jaredhendrickson13 merged 1 commit into
mainfrom
dependabot/pip/quart-gte-0.21.0

Conversation

@dependabot

@dependabot dependabot Bot commented on behalf of github Jul 25, 2026

Copy link
Copy Markdown
Contributor

Updates the requirements on quart to permit the latest version.

Changelog

Sourced from quart's changelog.

Version 0.21

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

Released 2024-10-25

  • Fix how max_form_memory_size is applied when parsing large non-file fields. GHSA-q34m-jh98-gwm2

Version 0.19.6

Released 2024-05-19

... (truncated)

Commits
  • 3d0fb89 Bump and release 0.21.0
  • 5f90c1c cli: activate --debug/--no-debug flag for quart run
  • cb4d1b6 Fix propagating exceptions
  • 772a98c Test against free threaded 3.14
  • de1275f fix async_generator docs
  • 07d1b7e Update the support Python versions
  • 0163dda doc: Fix example code in documentation of app.add_websocket
  • dbd57d1 Base Quart's default_config on Flask's
  • 3fd26b6 minor typo fix
  • 334bb6f Update server_sent_events.rst
  • Additional commits viewable 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.20.0...0.21.0)

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

Signed-off-by: dependabot[bot] <support@github.com>
@github-actions
github-actions Bot enabled auto-merge July 25, 2026 01:02
@jaredhendrickson13
jaredhendrickson13 added this pull request to the merge queue Jul 25, 2026
Merged via the queue into main with commit 2e39a2b Jul 25, 2026
5 checks passed
@dependabot
dependabot Bot deleted the dependabot/pip/quart-gte-0.21.0 branch July 25, 2026 17:54
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Projects

None yet

Development

Successfully merging this pull request may close these issues.

1 participant