From db5df8d8164b3e82b35eb8c9940319da1ba58c0b Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Mon, 1 May 2023 23:14:44 +0000 Subject: [PATCH] Bump flask from 2.0.2 to 2.3.2 Bumps [flask](https://github.com/pallets/flask) from 2.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/2.0.2...2.3.2) --- updated-dependencies: - dependency-name: flask dependency-type: direct:production ... Signed-off-by: dependabot[bot] --- requirements.txt | 2 +- setup.py | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/requirements.txt b/requirements.txt index 953f9db..2bc5e10 100644 --- a/requirements.txt +++ b/requirements.txt @@ -1,4 +1,4 @@ -Flask==2.0.2 +Flask==2.3.2 Flask-Jsonpify==1.5.0 marshmallow==3.14.1 openpyxl==3.0.9 diff --git a/setup.py b/setup.py index 3cc58dc..6428b6d 100644 --- a/setup.py +++ b/setup.py @@ -18,7 +18,7 @@ url = 'https://github.com/preftech/reconciliation', # Provide either the link to your github or to your website keywords = ['reconcile', 'reconciliation', 'openrefine', 'cocoda'], # Keywords that define your package best install_requires=[ - "Flask==2.0.2", + "Flask==2.3.2", "Flask-Jsonpify==1.5.0", "marshmallow==3.14.1" ],