chore(deps): bump sentry-sdk from 2.2.0 to 2.3.1 in /apps/api

Bumps [sentry-sdk](https://github.com/getsentry/sentry-python) from 2.2.0 to 2.3.1.
- [Release notes](https://github.com/getsentry/sentry-python/releases)
- [Changelog](https://github.com/getsentry/sentry-python/blob/master/CHANGELOG.md)
- [Commits](https://github.com/getsentry/sentry-python/compare/2.2.0...2.3.1)

---
updated-dependencies:
- dependency-name: sentry-sdk
  dependency-type: direct:production
  update-type: version-update:semver-minor
...

Signed-off-by: dependabot[bot] <support@github.com>
This commit is contained in:
dependabot[bot] 2024-05-28 13:26:53 +00:00 committed by GitHub
parent 918f3bdd36
commit 417920094e
No known key found for this signature in database
GPG key ID: B5690EEEBB952194
2 changed files with 6 additions and 6 deletions

View file

@ -32,7 +32,7 @@ pyyaml = "^6.0.1"
redis = "^5.0.1"
requests = "^2.31.0"
resend = "^2.0.0"
sentry-sdk = {extras = ["fastapi"], version = "^2.2.0"}
sentry-sdk = {extras = ["fastapi"], version = "^2.3.1"}
sqlmodel = "^0.0.16"
tiktoken = "^0.7.0"
uvicorn = "0.29.0"