From aa0ed0a50bef66edd10239f834f86902a4cbaa33 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Mon, 1 May 2023 22:50:02 +0000 Subject: [PATCH] Bump flask from 2.0.1 to 2.3.2 in /nlp Bumps [flask](https://github.com/pallets/flask) from 2.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/2.0.1...2.3.2) --- updated-dependencies: - dependency-name: flask dependency-type: direct:production ... Signed-off-by: dependabot[bot] --- nlp/requirements-serve.txt | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/nlp/requirements-serve.txt b/nlp/requirements-serve.txt index 8708aa8..169593b 100644 --- a/nlp/requirements-serve.txt +++ b/nlp/requirements-serve.txt @@ -2,7 +2,7 @@ captum==0.3.1 numpy==1.21.5 pandas==1.3.5 seaborn==0.11.0 -flask==2.0.1 +flask==2.3.2 gunicorn==20.1.0 --find-links https://download.pytorch.org/whl/torch_stable.html torch==1.8.1+cu101