From add9e71cc68587008ca369fb97a49a16084c01a4 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Mon, 1 May 2023 22:55:49 +0000 Subject: [PATCH] chore(deps): bump flask from 2.0.1 to 2.3.2 in /iap Bumps [flask](https://github.com/pallets/flask) from 2.0.1 to 2.3.2. - [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.1...2.3.2) --- updated-dependencies: - dependency-name: flask dependency-type: direct:production ... Signed-off-by: dependabot[bot] --- iap/app_engine_app/requirements.txt | 2 +- iap/requirements.txt | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/iap/app_engine_app/requirements.txt b/iap/app_engine_app/requirements.txt index 31717cedd61..5aad892a97a 100644 --- a/iap/app_engine_app/requirements.txt +++ b/iap/app_engine_app/requirements.txt @@ -1 +1 @@ -Flask==2.0.1 +Flask==2.3.2 diff --git a/iap/requirements.txt b/iap/requirements.txt index 6a468776a28..ae1aed3a905 100644 --- a/iap/requirements.txt +++ b/iap/requirements.txt @@ -1,5 +1,5 @@ cryptography==3.4.7 -Flask==2.0.1 +Flask==2.3.2 google-auth==1.31.0 gunicorn==20.1.0 requests==2.26.0