Skip to content

Commit

Permalink
Update quart requirement from <0.14 to <0.20
Browse files Browse the repository at this point in the history
Updates the requirements on [quart](https://github.com/pallets/quart) to permit the latest version.
- [Changelog](https://github.com/pallets/quart/blob/main/CHANGES.rst)
- [Commits](pallets/quart@0.1.0...0.19.2)

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

Signed-off-by: dependabot[bot] <[email protected]>
  • Loading branch information
dependabot[bot] authored Oct 2, 2023
1 parent 6824f26 commit f11d025
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion pyproject.toml
Original file line number Diff line number Diff line change
Expand Up @@ -28,7 +28,7 @@ dependencies = [
"typer",
"velin",
"quart-trio",
"quart<0.14",
"quart<0.20",
"flatlatex",
# "tree_sitter", # tree sitter does not currently provide builds for all platform. tree-sitter-builds is an
# alternative build that provide more wheels.
Expand Down

0 comments on commit f11d025

Please sign in to comment.