From 7b6930177005b4c4e698e879a1d75781a694a673 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Fri, 11 Aug 2023 18:32:24 +0000 Subject: [PATCH] Bump flask from 2.0.3 to 2.2.5 Bumps [flask](https://github.com/pallets/flask) from 2.0.3 to 2.2.5. - [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.3...2.2.5) --- updated-dependencies: - dependency-name: flask dependency-type: direct:production ... Signed-off-by: dependabot[bot] --- pyproject.toml | 2 +- requirements.txt | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/pyproject.toml b/pyproject.toml index e9b05ee..11bf4ca 100644 --- a/pyproject.toml +++ b/pyproject.toml @@ -24,7 +24,7 @@ classifiers = [ dependencies = [ "deepmerge==1.0.1", "flasgger==0.9.5", - "Flask==2.0.3", + "Flask==2.2.5", "flask_cors==3.0.10", "flask_restful==0.3.9", "GitPython==3.1.11", diff --git a/requirements.txt b/requirements.txt index b827abc..38d055d 100644 --- a/requirements.txt +++ b/requirements.txt @@ -1,5 +1,5 @@ # Requirements -Flask==2.0.3 +Flask==2.2.5 Flask-Cors==3.0.10 Flask-RESTful==0.3.9 Jinja2==3.0.3