chore(deps): bump resend from 0.8.0 to 1.1.0 in /apps/api

Bumps [resend](https://github.com/resendlabs/resend-python) from 0.8.0 to 1.1.0.
- [Release notes](https://github.com/resendlabs/resend-python/releases)
- [Commits](https://github.com/resendlabs/resend-python/compare/v0.8.0...v1.1.0)

---
updated-dependencies:
- dependency-name: resend
  dependency-type: direct:production
  update-type: version-update:semver-major
...

Signed-off-by: dependabot[bot] <support@github.com>
This commit is contained in:
dependabot[bot] 2024-05-21 16:33:34 +00:00 committed by GitHub
parent a9b6a59873
commit e7b19cfb74
No known key found for this signature in database
GPG key ID: B5690EEEBB952194
2 changed files with 6 additions and 5 deletions

View file

@ -31,7 +31,7 @@ python-multipart = "^0.0.9"
pyyaml = "^6.0.1"
redis = "^5.0.1"
requests = "^2.31.0"
resend = "^0.8.0"
resend = "^1.1.0"
sentry-sdk = {extras = ["fastapi"], version = "^2.2.0"}
sqlmodel = "^0.0.16"
tiktoken = "^0.6.0"