From 01b5f6329c00aa4f0d7fa32cc93af1b306771a3b Mon Sep 17 00:00:00 2001
From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com>
Date: Mon, 26 Jun 2023 15:11:43 -0700
Subject: [PATCH] Bump flask from 1.1.1 to 2.3.2 in /tekton/webhook (#149)

Bumps [flask](https://github.com/pallets/flask) from 1.1.1 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.1.1...2.3.2)

---
updated-dependencies:
- dependency-name: flask
  dependency-type: direct:production
...

Signed-off-by: dependabot[bot] <support@github.com>
Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
---
 tekton/webhook/requirements.txt | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/tekton/webhook/requirements.txt b/tekton/webhook/requirements.txt
index 57331fe..095002e 100644
--- a/tekton/webhook/requirements.txt
+++ b/tekton/webhook/requirements.txt
@@ -1,5 +1,5 @@
 Click==7.0
-Flask==1.1.1
+Flask==2.3.2
 gunicorn==20.0.4
 itsdangerous==1.1.0
 Jinja2==2.11.3
-- 
GitLab