Skip to content

Commit

Permalink
fix(api-python): update dependency sentry-sdk to v1.40.6 (#14948)
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 Feb 27, 2024
1 parent 7b0cf47 commit 5b161e1
Show file tree
Hide file tree
Showing 2 changed files with 6 additions and 6 deletions.
10 changes: 5 additions & 5 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.1"
sentry-sdk = {version = "1.40.5", extras = ["flask"]}
sentry-sdk = {version = "1.40.6", extras = ["flask"]}

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

0 comments on commit 5b161e1

Please sign in to comment.