From 1a9665d3e1f559013d63b856a56b14d359638868 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Mon, 1 May 2023 22:00:01 +0000 Subject: [PATCH] Bump flask Bumps [flask](https://github.com/pallets/flask) from 1.1.2 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/1.1.2...2.3.2) --- updated-dependencies: - dependency-name: flask dependency-type: direct:production ... Signed-off-by: dependabot[bot] --- .../app_docker/app/requirements.txt | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/10. How to use Docker containers and Docker Compose for Deep Learning applications/app_docker/app/requirements.txt b/10. How to use Docker containers and Docker Compose for Deep Learning applications/app_docker/app/requirements.txt index 0b1e171..2a50c89 100644 --- a/10. How to use Docker containers and Docker Compose for Deep Learning applications/app_docker/app/requirements.txt +++ b/10. How to use Docker containers and Docker Compose for Deep Learning applications/app_docker/app/requirements.txt @@ -1,2 +1,2 @@ -Flask==1.1.2 +Flask==2.3.2 uWSGI==2.0.18 \ No newline at end of file