Skip to content

Commit

Permalink
fix(api-python): update dependency sentry-sdk to v1.37.1 (#12898)
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 Nov 24, 2023
1 parent 684e1ce commit 54c65f0
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 @@ -12,7 +12,7 @@ Flask-Cors = "4.0.0"
confluent-kafka = "2.3.0"
gunicorn = "21.2.0"
python-dotenv = "1.0.0"
sentry-sdk = {version = "1.37.0", extras = ["flask"]}
sentry-sdk = {version = "1.37.1", extras = ["flask"]}

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

0 comments on commit 54c65f0

Please sign in to comment.