chore(deps): bump resend from 2.3.0 to 2.4.0 in /apps/api

Bumps [resend](https://github.com/resendlabs/resend-python) from 2.3.0 to 2.4.0.
- [Release notes](https://github.com/resendlabs/resend-python/releases)
- [Commits](https://github.com/resendlabs/resend-python/compare/v2.3.0...v2.4.0)

---
updated-dependencies:
- dependency-name: resend
  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-09-01 13:50:19 +00:00 committed by GitHub
parent 72dbd1249a
commit 305a7d0daa
No known key found for this signature in database
GPG key ID: B5690EEEBB952194
2 changed files with 5 additions and 5 deletions

View file

@ -31,7 +31,7 @@ python-multipart = "^0.0.9"
pyyaml = "^6.0.1"
redis = "^5.0.7"
requests = "^2.32.3"
resend = "^2.3.0"
resend = "^2.4.0"
sentry-sdk = {extras = ["fastapi"], version = "^2.13.0"}
sqlmodel = "^0.0.19"
tiktoken = "^0.7.0"