Skip to content

Commit cb5feec

Browse files
fix(deps): update dependency flask to v3
Signed-off-by: red-hat-konflux <126015336+red-hat-konflux[bot]@users.noreply.github.com>
1 parent 865b64b commit cb5feec

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

pyproject.toml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -5,7 +5,7 @@ requires-python = ">=3.9"
55
dependencies = [
66
# from setup.py
77
"connexion[swagger-ui] ~= 2.14",
8-
"Flask ~= 1.1",
8+
"Flask ~=3.1",
99
"flask-healthz ~= 0.0.3",
1010
"Flask-Migrate ~= 2.7",
1111
"Flask-SQLAlchemy ~= 2.5",

0 commit comments

Comments
 (0)