aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authordependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>2023-05-01 20:12:50 +0000
committerGitHub <noreply@github.com>2023-05-01 20:12:50 +0000
commit7e463137d0221917a38f1896e5d21158281cd5d7 (patch)
tree16ee10e35ca609066809f752f45d0a028ab3fa58
parent9bf188850e135b306ac82b72cf480c3e3d680cd5 (diff)
Bump flask from 0.12.2 to 2.3.2dependabot/pip/flask-2.3.2
Bumps [flask](https://github.com/pallets/flask) from 0.12.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/0.12.2...2.3.2) --- updated-dependencies: - dependency-name: flask dependency-type: direct:production ... Signed-off-by: dependabot[bot] <support@github.com>
-rw-r--r--setup.py2
1 files changed, 1 insertions, 1 deletions
diff --git a/setup.py b/setup.py
index de46afb..8373fb0 100644
--- a/setup.py
+++ b/setup.py
@@ -117,7 +117,7 @@ The *LNT* source is available in the llvm-lnt repository:
install_requires=[
"six",
"aniso8601==1.2.0",
- "Flask==0.12.2",
+ "Flask==2.3.2",
"Flask-RESTful==0.3.4",
"Jinja2==2.7.2",
"MarkupSafe==0.23",