From 5751056feb65509641e0c32178f3a866868a462e Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Mon, 24 Aug 2026 06:03:45 +0000 Subject: [PATCH] Bump quart from 0.21.0 to 0.22.0 Bumps [quart](https://github.com/pallets/quart) from 0.21.0 to 0.22.0. - [Release notes](https://github.com/pallets/quart/releases) - [Changelog](https://github.com/pallets/quart/blob/main/CHANGES.md) - [Commits](https://github.com/pallets/quart/compare/0.21.0...0.22.0) --- updated-dependencies: - dependency-name: quart dependency-version: 0.22.0 dependency-type: direct:production update-type: version-update:semver-minor ... Signed-off-by: dependabot[bot] --- poetry.lock | 8 ++++---- pyproject.toml | 2 +- 2 files changed, 5 insertions(+), 5 deletions(-) diff --git a/poetry.lock b/poetry.lock index 84b959f..02f445e 100644 --- a/poetry.lock +++ b/poetry.lock @@ -1445,14 +1445,14 @@ files = [ [[package]] name = "quart" -version = "0.21.0" +version = "0.22.0" description = "A Python ASGI web framework with the same API as Flask" optional = false python-versions = ">=3.11" groups = ["main"] files = [ - {file = "quart-0.21.0-py3-none-any.whl", hash = "sha256:a21377754d52ee3a9de7f9bff140dc3bb055e2eec8ac187da1789b36cf4c66ca"}, - {file = "quart-0.21.0.tar.gz", hash = "sha256:ec05a784151386cf87df51f764825d55f3ac402df4f04fd1dc81faca8897ceda"}, + {file = "quart-0.22.0-py3-none-any.whl", hash = "sha256:bb659545f1a8a287a14df9434b9225a3d4738362a3ed170744d0e03bb9447b50"}, + {file = "quart-0.22.0.tar.gz", hash = "sha256:6ba567bb29e0ea66f7c0a0297c2b6225bb531e37dbf9b75dbf4a6e1713c4c934"}, ] [package.dependencies] @@ -1955,4 +1955,4 @@ propcache = ">=0.2.1" [metadata] lock-version = "2.1" python-versions = "^3.12" -content-hash = "0542cdbdfe69edd55405debab1f5201092611aeae4d2a00049c6aa519cda19fe" +content-hash = "9f9aa203a7e496fb26618cbaf04a30cd82280d3d50a77ffbba712a2abeac255b" diff --git a/pyproject.toml b/pyproject.toml index 6e80e0c..cacd479 100644 --- a/pyproject.toml +++ b/pyproject.toml @@ -20,7 +20,7 @@ lxml = "^6.0" cssselect = "*" # also needed by uvicorn PyYAML = "^6.0.3" -Quart = ">=0.20,<0.22" +Quart = ">=0.20,<0.23" aiohttp = "^3.13" Flask-Caching = "^2.3" sentry-sdk = "^2.57"