From 408865907a961bbe3401f44e2ae3451d29cf8cbb Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Mon, 1 May 2023 20:18:26 +0000 Subject: [PATCH] Bump flask from 1.0.0 to 2.3.2 in /metadata-wrangling/BIBFRAME/Converter Bumps [flask](https://github.com/pallets/flask) from 1.0.0 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.3.2) --- updated-dependencies: - dependency-name: flask dependency-type: direct:production ... Signed-off-by: dependabot[bot] --- metadata-wrangling/BIBFRAME/Converter/requirements.txt | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/metadata-wrangling/BIBFRAME/Converter/requirements.txt b/metadata-wrangling/BIBFRAME/Converter/requirements.txt index b6e1188ffd..0534f918a0 100644 --- a/metadata-wrangling/BIBFRAME/Converter/requirements.txt +++ b/metadata-wrangling/BIBFRAME/Converter/requirements.txt @@ -5,6 +5,6 @@ lxml==4.6.3 matplotlib==2.1.2 fuzzywuzzy==0.16.0 numpy==1.14.0 -Flask==1.0.0 +Flask==2.3.2 scipy==1.0.0 requests==2.20.0