From 3b832a508eb3f712d829572e2aa6403cfb8597a0 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Wed, 2 Sep 2026 06:43:06 +0000 Subject: [PATCH] build(deps): bump quart from 0.22.0 to 0.23.1 Bumps [quart](https://github.com/pallets/quart) from 0.22.0 to 0.23.1. - [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.22.0...0.23.1) --- updated-dependencies: - dependency-name: quart dependency-version: 0.23.1 dependency-type: direct:production update-type: version-update:semver-minor ... Signed-off-by: dependabot[bot] --- requirements.txt | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/requirements.txt b/requirements.txt index ff9d645..41c1b5f 100644 --- a/requirements.txt +++ b/requirements.txt @@ -1,4 +1,4 @@ selectolax==0.4.10 aiohttp==3.14.3 -quart==0.22.0 +quart==0.23.1 cryptography==49.0.0 \ No newline at end of file