From 6778f7db1d8c3b5a883ab92df3b023a9c2035479 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Fri, 9 Jan 2026 13:36:03 +0000 Subject: [PATCH] Bump quart from 0.19.9 to 0.20.0 Bumps [quart](https://github.com/pallets/quart) from 0.19.9 to 0.20.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.19.9...0.20.0) --- updated-dependencies: - dependency-name: quart dependency-version: 0.20.0 dependency-type: direct:production ... Signed-off-by: dependabot[bot] --- pyproject.toml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/pyproject.toml b/pyproject.toml index 18b9f0f..abe12b4 100644 --- a/pyproject.toml +++ b/pyproject.toml @@ -8,7 +8,7 @@ package-mode = false [tool.poetry.dependencies] python = "^3.11" -quart = "^0.19.9" +quart = "^0.20.0" pygithub = "^2.1.1" pyjwt = "^2.8.0" cryptography = "^41.0.0"