Merge pull request #211 from learnhouse/dependabot/pip/apps/api/sentry-sdk-1.45.0

This commit is contained in:
Badr B 2024-04-11 10:07:12 +02:00 committed by GitHub
commit 177fb9cd84
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

@ -2743,13 +2743,13 @@ crt = ["botocore[crt] (>=1.33.2,<2.0a.0)"]
[[package]] [[package]]
name = "sentry-sdk" name = "sentry-sdk"
version = "1.44.0" version = "1.45.0"
description = "Python client for Sentry (https://sentry.io)" description = "Python client for Sentry (https://sentry.io)"
optional = false optional = false
python-versions = "*" python-versions = "*"
files = [ files = [
{file = "sentry-sdk-1.44.0.tar.gz", hash = "sha256:f7125a9235795811962d52ff796dc032cd1d0dd98b59beaced8380371cd9c13c"}, {file = "sentry-sdk-1.45.0.tar.gz", hash = "sha256:509aa9678c0512344ca886281766c2e538682f8acfa50fd8d405f8c417ad0625"},
{file = "sentry_sdk-1.44.0-py2.py3-none-any.whl", hash = "sha256:eb65289da013ca92fad2694851ad2f086aa3825e808dc285bd7dcaf63602bb18"}, {file = "sentry_sdk-1.45.0-py2.py3-none-any.whl", hash = "sha256:1ce29e30240cc289a027011103a8c83885b15ef2f316a60bcc7c5300afa144f1"},
] ]
[package.dependencies] [package.dependencies]
@ -3730,4 +3730,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 = "3b51ea2d34a78807a0eadfc7a6bac9301465338f05f7221b595b72808668083c" content-hash = "c324c081d9ef88dd5aeb5e6fe37e7c9d2aafd07b7ae10167edc038207ed0e68f"

View file

@ -33,7 +33,7 @@ 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 = "^0.8.0"
sentry-sdk = {extras = ["fastapi"], version = "^1.39.2"} sentry-sdk = {extras = ["fastapi"], version = "^1.45.0"}
sqlmodel = "^0.0.16" sqlmodel = "^0.0.16"
tiktoken = "^0.6.0" tiktoken = "^0.6.0"
uvicorn = "0.29.0" uvicorn = "0.29.0"