From 5eef6497d2394d8d1b6b25d3ecaec94bec1f38b6 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Mon, 1 May 2023 20:35:59 +0000 Subject: [PATCH] Bump flask from 1.0.2 to 2.3.2 in /solubility_parameters/backend 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] --- solubility_parameters/backend/requirements.txt | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/solubility_parameters/backend/requirements.txt b/solubility_parameters/backend/requirements.txt index 61f6717..44ad750 100644 --- a/solubility_parameters/backend/requirements.txt +++ b/solubility_parameters/backend/requirements.txt @@ -1,6 +1,6 @@ requests==2.21.0 -Flask==1.0.2 +Flask==2.3.2 oauthlib==3.0.1 pyOpenSSL==19.0.0 Flask-Login==0.4.1 \ No newline at end of file