From d519262659006881100f8b9429ddc9d43ce0819e Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Sun, 1 Jun 2025 16:47:28 +0000 Subject: [PATCH] Update flask requirement from <=3.0.3 to <=3.1.1 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.1) --- updated-dependencies: - dependency-name: flask dependency-version: 3.1.1 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 48f32fb..be02f80 100644 --- a/pyproject.toml +++ b/pyproject.toml @@ -23,7 +23,7 @@ dependencies = [ 'apscheduler<=3.10.4', 'dropbox<=12.0.2', 'fire<=0.7.0', - 'flask<=3.0.3', + 'flask<=3.1.1', 'keyboard<=0.13.5', 'numpy<=2.1.3', 'openai<=1.52.2',