From 368ff47224cc077bdc9183806706beea6e84382f Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Wed, 3 May 2023 03:09:22 +0000 Subject: [PATCH] Bump flask from 2.0.2 to 2.2.5 in /functions/misc Bumps [flask](https://github.com/pallets/flask) from 2.0.2 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.0.2...2.2.5) --- updated-dependencies: - dependency-name: flask dependency-type: direct:production ... Signed-off-by: dependabot[bot] --- functions/misc/requirements.txt | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/functions/misc/requirements.txt b/functions/misc/requirements.txt index e1c3891..c5cbcbe 100644 --- a/functions/misc/requirements.txt +++ b/functions/misc/requirements.txt @@ -1,5 +1,5 @@ plaid-python==8.6.0 -flask==2.0.2 +flask==2.2.5 google-cloud-firestore==2.3.4 pandas==1.3.5 numpy==1.22.0