Skip to content

Commit

Permalink
fix(api-python): update dependency flask to v3.0.1 (#13957)
Browse files Browse the repository at this point in the history
Co-authored-by: renovate[bot] <29139614+renovate[bot]@users.noreply.github.com>
  • Loading branch information
renovate[bot] committed Jan 18, 2024
1 parent 476430f commit 7fa8975
Show file tree
Hide file tree
Showing 2 changed files with 5 additions and 5 deletions.
8 changes: 4 additions & 4 deletions api-python/poetry.lock

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

2 changes: 1 addition & 1 deletion api-python/pyproject.toml
Original file line number Diff line number Diff line change
Expand Up @@ -7,7 +7,7 @@ packages = [{include = "flaskr"}]

[tool.poetry.dependencies]
python = "3.11.x"
Flask = "3.0.0"
Flask = "3.0.1"
Flask-Cors = "4.0.0"
confluent-kafka = "2.3.0"
gunicorn = "21.2.0"
Expand Down

0 comments on commit 7fa8975

Please sign in to comment.