From 5f774d02d3718d75bfbc4399c76c83b6fb7aa78e Mon Sep 17 00:00:00 2001
From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com>
Date: Thu, 25 Jan 2024 16:08:09 +0000
Subject: [PATCH] Bump flask from 2.1.0 to 2.2.5 in /python

Bumps [flask](https://github.com/pallets/flask) from 2.1.0 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.1.0...2.2.5)

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

Signed-off-by: dependabot[bot] <support@github.com>
---
 python/requirement.txt | 2 +-
 python/setup.py        | 2 +-
 2 files changed, 2 insertions(+), 2 deletions(-)

diff --git a/python/requirement.txt b/python/requirement.txt
index df89b65..f196ee1 100644
--- a/python/requirement.txt
+++ b/python/requirement.txt
@@ -1,7 +1,7 @@
 aioflask==0.4.0
 asgiref==3.5.2
 click==8.1.3
-flask==2.1.0
+flask==2.2.5
 greenlet==1.1.3
 greenletio==0.9.0
 gunicorn==20.1.0
diff --git a/python/setup.py b/python/setup.py
index 4835825..6baab95 100644
--- a/python/setup.py
+++ b/python/setup.py
@@ -22,7 +22,7 @@
         'aioflask==0.4.0',
         'asgiref==3.5.2',
         'click==8.1.3',
-        'flask==2.1.0',
+        'flask==2.2.5',
         'greenlet==1.1.3',
         'greenletio==0.9.0',
         'gunicorn==20.1.0',