Skip to content

Commit

Permalink
fix(deps): update dependency flask to ~=3.1.0
Browse files Browse the repository at this point in the history
Signed-off-by: red-hat-konflux <126015336+red-hat-konflux[bot]@users.noreply.github.com>
  • Loading branch information
red-hat-konflux[bot] authored Nov 23, 2024
1 parent 28785f5 commit 68f0105
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion pyproject.toml
Original file line number Diff line number Diff line change
Expand Up @@ -7,7 +7,7 @@ authors = []

[tool.poetry.dependencies]
python = "^3.11"
Flask = "~=3.0.3"
Flask = "~=3.1.0"
gunicorn = "~=22.0.0"
flask-restful = "~=0.3.8"
Flask-SQLAlchemy = "~=3.1.1"
Expand Down

0 comments on commit 68f0105

Please sign in to comment.