aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authordependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>2023-02-15 18:11:13 +0000
committerGitHub <noreply@github.com>2023-02-15 18:11:13 +0000
commit573381229f7ec8457bfd98a37139a0abd277556d (patch)
treec6e08727b3b6b0e45868ded8422aaf34930b79da
parentc600ffa76826516ec8c51bf50d2dd224745353dc (diff)
Bump werkzeug from 0.12.2 to 2.2.3dependabot/pip/werkzeug-2.2.3
Bumps [werkzeug](https://github.com/pallets/werkzeug) from 0.12.2 to 2.2.3. - [Release notes](https://github.com/pallets/werkzeug/releases) - [Changelog](https://github.com/pallets/werkzeug/blob/main/CHANGES.rst) - [Commits](https://github.com/pallets/werkzeug/compare/0.12.2...2.2.3) --- updated-dependencies: - dependency-name: werkzeug 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 690da0c..70a462d 100644
--- a/setup.py
+++ b/setup.py
@@ -122,7 +122,7 @@ The *LNT* source is available in the llvm-lnt repository:
"Jinja2==2.7.2",
"MarkupSafe==0.23",
"SQLAlchemy==1.2.19",
- "Werkzeug==0.12.2",
+ "Werkzeug==2.2.3",
"itsdangerous==0.24",
"python-gnupg==0.3.7",
"pytz==2016.10",