From 1bf307914751b6796cf2b90388a3eb75e929a580 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Sat, 5 Sep 2026 12:16:52 +0000 Subject: [PATCH] Update flask requirement from <=3.0.3 to <=3.1.3 Updates the requirements on [flask](https://github.com/pallets/flask) to permit the latest version. - [Release notes](https://github.com/pallets/flask/releases) - [Changelog](https://github.com/pallets/flask/blob/main/CHANGES.rst) - [Commits](https://github.com/pallets/flask/compare/0.1...3.1.3) --- updated-dependencies: - dependency-name: flask dependency-version: 3.1.2 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 72724fd..8a51cd8 100644 --- a/pyproject.toml +++ b/pyproject.toml @@ -23,7 +23,7 @@ dependencies = [ 'apscheduler<=3.11.1', 'dropbox<=12.0.2', 'fire<=0.7.1', - 'flask<=3.0.3', + 'flask<=3.1.3', 'keyboard<=0.13.5', 'numpy<=2.1.3', 'openai<=2.6.1',