From 5108bdb15623b32f36509d243a9504a64eb00cd8 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Mon, 1 May 2023 19:51:42 +0000 Subject: [PATCH] Bump flask in /courses/developingapps/python/datastore/bonus Bumps [flask](https://github.com/pallets/flask) from 0.12 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/0.12...2.3.2) --- updated-dependencies: - dependency-name: flask dependency-type: direct:production ... Signed-off-by: dependabot[bot] --- courses/developingapps/python/datastore/bonus/requirements.txt | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/courses/developingapps/python/datastore/bonus/requirements.txt b/courses/developingapps/python/datastore/bonus/requirements.txt index e01189e547..93176049a9 100644 --- a/courses/developingapps/python/datastore/bonus/requirements.txt +++ b/courses/developingapps/python/datastore/bonus/requirements.txt @@ -1,4 +1,4 @@ -Flask==0.12 +Flask==2.3.2 google-cloud==0.27.0 google-cloud-core==0.27.1 google-cloud-datastore==1.3.0 \ No newline at end of file