Skip to content

Commit

Permalink
chore(deps): bump sentry-sdk from 1.45.0 to 2.8.0 in /backend
Browse files Browse the repository at this point in the history
Bumps [sentry-sdk](https://github.com/getsentry/sentry-python) from 1.45.0 to 2.8.0.
- [Release notes](https://github.com/getsentry/sentry-python/releases)
- [Changelog](https://github.com/getsentry/sentry-python/blob/master/CHANGELOG.md)
- [Commits](getsentry/sentry-python@1.45.0...2.8.0)

---
updated-dependencies:
- dependency-name: sentry-sdk
  dependency-type: direct:production
...

Signed-off-by: dependabot[bot] <support@github.com>
  • Loading branch information
dependabot[bot] authored Jul 18, 2024
1 parent 6a60728 commit baa2523
Show file tree
Hide file tree
Showing 2 changed files with 15 additions and 11 deletions.
24 changes: 14 additions & 10 deletions backend/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 backend/pyproject.toml
Original file line number Diff line number Diff line change
Expand Up @@ -21,7 +21,7 @@ uvicorn = { extras = ["standard"], version = "^0.22.0" }
gunicorn = "^20.1.0"
ortools = "^9.6.2534"
redis = {extras = ["hiredis"], version = "^4.6.0"}
sentry-sdk = {extras = ["fastapi"], version = "^1.28.1"}
sentry-sdk = {extras = ["fastapi"], version = "^2.8.0"}
rich = "^13.4.2"

[tool.poetry.group.dev.dependencies]
Expand Down

0 comments on commit baa2523

Please sign in to comment.