From 73d5df7dda4d576032cdb2be96054ba48e2f6602 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Mon, 1 May 2023 20:35:41 +0000 Subject: [PATCH] Bump flask from 1.0.2 to 2.3.2 in /docker/torch-notebook Bumps [flask](https://github.com/pallets/flask) from 1.0.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.0.2...2.3.2) --- updated-dependencies: - dependency-name: flask dependency-type: direct:production ... Signed-off-by: dependabot[bot] --- docker/torch-notebook/requirements.txt | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/docker/torch-notebook/requirements.txt b/docker/torch-notebook/requirements.txt index c63a004..649a84c 100644 --- a/docker/torch-notebook/requirements.txt +++ b/docker/torch-notebook/requirements.txt @@ -1,6 +1,6 @@ torchvision==0.7 Pillow==5.3.0 -Flask==1.0.2 +Flask==2.3.2 numpy==1.16.2 pandas==0.24.2 requests==2.21.0