Skip to content

Commit

Permalink
fix(api-python): update dependency sentry-sdk to v1.44.1 (#15631)
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 3, 2024
1 parent 18075b7 commit 0db385f
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.1"
sentry-sdk = {version = "1.44.0", extras = ["flask"]}
sentry-sdk = {version = "1.44.1", extras = ["flask"]}

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

0 comments on commit 0db385f

Please sign in to comment.