Skip to content

Commit

Permalink
fix(api-python): update dependency gunicorn to v22 (#15955)
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 Apr 17, 2024
1 parent d7d07bc commit 0cab6f0
Show file tree
Hide file tree
Showing 2 changed files with 8 additions and 7 deletions.
13 changes: 7 additions & 6 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 @@ -10,7 +10,7 @@ python = "3.12.x"
Flask = "3.0.3"
Flask-Cors = "4.0.0"
confluent-kafka = "2.3.0"
gunicorn = "21.2.0"
gunicorn = "22.0.0"
python-dotenv = "1.0.1"
sentry-sdk = {version = "1.45.0", extras = ["flask"]}

Expand Down

0 comments on commit 0cab6f0

Please sign in to comment.