From 0be444271e5a2a89d936eaf6fe8e7b4deb0c7e6f Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Fri, 20 Oct 2023 12:45:53 +0000 Subject: [PATCH] Bump flask from 2.1.0 to 2.2.5 in /ETL/CloudRun Bumps [flask](https://github.com/pallets/flask) from 2.1.0 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/2.1.0...2.2.5) --- updated-dependencies: - dependency-name: flask dependency-type: direct:production ... Signed-off-by: dependabot[bot] --- ETL/CloudRun/requirements.txt | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/ETL/CloudRun/requirements.txt b/ETL/CloudRun/requirements.txt index 2b9bad1..adf213a 100644 --- a/ETL/CloudRun/requirements.txt +++ b/ETL/CloudRun/requirements.txt @@ -1,5 +1,5 @@ pandas numpy -Flask==2.1.0 +Flask==2.2.5 gunicorn==20.1.0 google-cloud-bigquery