Skip to content

Commit

Permalink
fix(api-python): update dependency sentry-sdk to v2.16.0 (#19693)
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] authored Oct 16, 2024
1 parent 085b421 commit 7261e44
Show file tree
Hide file tree
Showing 2 changed files with 6 additions and 5 deletions.
9 changes: 5 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 @@ -8,7 +8,7 @@ Flask-Cors = "5.0.0"
confluent-kafka = "2.5.3"
gunicorn = "23.0.0"
python-dotenv = "1.0.1"
sentry-sdk = {version = "2.14.0", extras = ["flask"]}
sentry-sdk = {version = "2.16.0", extras = ["flask"]}

[tool.poetry.group.dev.dependencies]
poethepoet = "0.29.0"
Expand Down

0 comments on commit 7261e44

Please sign in to comment.