From 26280ba6f1123a5ee57b917e56a7f0f2ab434472 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Mon, 1 May 2023 20:19:16 +0000 Subject: [PATCH] Bump flask from 1.0.1 to 2.3.2 in /material/dash/dash-object-detection Bumps [flask](https://github.com/pallets/flask) from 1.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/1.0.1...2.3.2) --- updated-dependencies: - dependency-name: flask dependency-type: direct:production ... Signed-off-by: dependabot[bot] --- material/dash/dash-object-detection/requirements.txt | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/material/dash/dash-object-detection/requirements.txt b/material/dash/dash-object-detection/requirements.txt index 47511b5..30fd7e5 100644 --- a/material/dash/dash-object-detection/requirements.txt +++ b/material/dash/dash-object-detection/requirements.txt @@ -4,6 +4,6 @@ pillow==6.2.0 scipy==1.2.1 numpy==1.16.1 pandas==0.24.1 -Flask==1.0.1 +Flask==2.3.2 dash-player==0.0.1 pathlib==1.0.1