From 9bf6ac6457824dad65b4e1c181d64918e069e265 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Tue, 13 Feb 2024 16:34:15 +0000 Subject: [PATCH] build(deps): bump flask from 0.12.4 to 2.2.5 in /tools/scheduler Bumps [flask](https://github.com/pallets/flask) from 0.12.4 to 2.2.5. - [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.12.4...2.2.5) --- updated-dependencies: - dependency-name: flask dependency-type: direct:production ... Signed-off-by: dependabot[bot] --- tools/scheduler/requirements.txt | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/tools/scheduler/requirements.txt b/tools/scheduler/requirements.txt index 872a7c834..126a651e2 100644 --- a/tools/scheduler/requirements.txt +++ b/tools/scheduler/requirements.txt @@ -1,2 +1,2 @@ -flask==0.12.4 +flask==2.2.5 google-api-python-client==1.6.7