From cfb7a3a749265e8456ca340b75ac1ca7392424c8 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Mon, 1 May 2023 21:23:31 +0000 Subject: [PATCH] Bump flask from 1.1.1 to 2.3.2 in /car_classifier Bumps [flask](https://github.com/pallets/flask) from 1.1.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/1.1.1...2.3.2) --- updated-dependencies: - dependency-name: flask dependency-type: direct:production ... Signed-off-by: dependabot[bot] --- car_classifier/requirements.txt | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/car_classifier/requirements.txt b/car_classifier/requirements.txt index 337a73b..74fafb0 100644 --- a/car_classifier/requirements.txt +++ b/car_classifier/requirements.txt @@ -1,6 +1,6 @@ #tensorflow and numpy is included in base image gunicorn==20.0.4 -Flask==1.1.1 +Flask==2.3.2 opencv-python==4.2.0.32 pandas==1.0.1 aiohttp==3.7.4