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

Bumps [resend](https://github.com/resendlabs/resend-python) from 2.1.0 to 2.3.0.
- [Release notes](https://github.com/resendlabs/resend-python/releases)
- [Commits](https://github.com/resendlabs/resend-python/compare/v2.1.0...v2.3.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-08-01 04:05:49 +00:00 committed by GitHub
parent 9287682b41
commit ff6e774130
No known key found for this signature in database
GPG key ID: B5690EEEBB952194
2 changed files with 5 additions and 5 deletions

8
apps/api/poetry.lock generated
View file

@ -2732,13 +2732,13 @@ rsa = ["oauthlib[signedtoken] (>=3.0.0)"]
[[package]] [[package]]
name = "resend" name = "resend"
version = "2.1.0" version = "2.3.0"
description = "Resend Python SDK" description = "Resend Python SDK"
optional = false optional = false
python-versions = ">=3.7" python-versions = ">=3.7"
files = [ files = [
{file = "resend-2.1.0-py2.py3-none-any.whl", hash = "sha256:7f2a221983fab74a09f669c0c14a75daf547ffa4b4930141626d9cca55bca767"}, {file = "resend-2.3.0-py2.py3-none-any.whl", hash = "sha256:438f01c6796a004c2a733350653714e298450ed59b1e07892dbb91f182f370c3"},
{file = "resend-2.1.0.tar.gz", hash = "sha256:92dc8e035c2ce8cf8210c1c322e86b0a4f509e0c82a80932d3323cd2f3a43d2d"}, {file = "resend-2.3.0.tar.gz", hash = "sha256:4cf68c1091f796bc06a33919f7441fe13f81f4cb6b4fa5f6bdd193f6d0a8a743"},
] ]
[package.dependencies] [package.dependencies]
@ -3830,4 +3830,4 @@ test = ["big-O", "importlib-resources", "jaraco.functools", "jaraco.itertools",
[metadata] [metadata]
lock-version = "2.0" lock-version = "2.0"
python-versions = "^3.12" python-versions = "^3.12"
content-hash = "2ede6d1fb6efc6ff9e32b19be61139c9bb9fca4a9c84ac290a8278ea7812aed8" content-hash = "49b6ed93cf151eaeb5d1c05770ca3c3ed9b3c2a9a471b12df46f009b0f7737d9"

View file

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