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

9
apps/api/poetry.lock generated
View file

@ -2728,17 +2728,18 @@ rsa = ["oauthlib[signedtoken] (>=3.0.0)"]
[[package]] [[package]]
name = "resend" name = "resend"
version = "0.8.0" version = "1.1.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-0.8.0-py2.py3-none-any.whl", hash = "sha256:adc1515dadf4f4fc6b90db55a237f0f37fc56fd74287a986519a8a187fdb661d"}, {file = "resend-1.1.0-py2.py3-none-any.whl", hash = "sha256:5c6ce32af4105c9b1a99b5fa528338e197052398aa122d21b7c1ecea0f945608"},
{file = "resend-0.8.0.tar.gz", hash = "sha256:94142394701724dbcfcd8f760f675c662a1025013e741dd7cc773ca885526257"}, {file = "resend-1.1.0.tar.gz", hash = "sha256:0db49d91f091cf828436ff3f621c0945ed495f663a35333d7ec01c60a6cc4899"},
] ]
[package.dependencies] [package.dependencies]
requests = "2.31.0" requests = "2.31.0"
typing-extensions = "*"
[[package]] [[package]]
name = "rich" name = "rich"
@ -3812,4 +3813,4 @@ testing = ["big-O", "jaraco.functools", "jaraco.itertools", "more-itertools", "p
[metadata] [metadata]
lock-version = "2.0" lock-version = "2.0"
python-versions = "^3.12" python-versions = "^3.12"
content-hash = "573e75ac0f9131cf401582ddabed79ee7feab72687726930a18eaccf661b2afd" content-hash = "3c15b3b3b8b1101336c1d481894dbf468cbc3a3bbe5def632ba11db1eb30f993"

View file

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