Merge pull request #258 from learnhouse/dependabot/pip/apps/api/sentry-sdk-2.3.1

chore(deps): bump sentry-sdk from 2.2.0 to 2.3.1 in /apps/api
This commit is contained in:
Badr B 2024-05-29 09:43:58 +02:00 committed by GitHub
commit e0d621162e
No known key found for this signature in database
GPG key ID: B5690EEEBB952194
2 changed files with 6 additions and 6 deletions

10
apps/api/poetry.lock generated
View file

@ -2792,13 +2792,13 @@ crt = ["botocore[crt] (>=1.33.2,<2.0a.0)"]
[[package]]
name = "sentry-sdk"
version = "2.2.0"
version = "2.3.1"
description = "Python client for Sentry (https://sentry.io)"
optional = false
python-versions = ">=3.6"
files = [
{file = "sentry_sdk-2.2.0-py2.py3-none-any.whl", hash = "sha256:674f58da37835ea7447fe0e34c57b4a4277fad558b0a7cb4a6c83bcb263086be"},
{file = "sentry_sdk-2.2.0.tar.gz", hash = "sha256:70eca103cf4c6302365a9d7cf522e7ed7720828910eb23d43ada8e50d1ecda9d"},
{file = "sentry_sdk-2.3.1-py2.py3-none-any.whl", hash = "sha256:c5aeb095ba226391d337dd42a6f9470d86c9fc236ecc71cfc7cd1942b45010c6"},
{file = "sentry_sdk-2.3.1.tar.gz", hash = "sha256:139a71a19f5e9eb5d3623942491ce03cf8ebc14ea2e39ba3e6fe79560d8a5b1f"},
]
[package.dependencies]
@ -2821,7 +2821,7 @@ django = ["django (>=1.8)"]
falcon = ["falcon (>=1.4)"]
fastapi = ["fastapi (>=0.79.0)"]
flask = ["blinker (>=1.1)", "flask (>=0.11)", "markupsafe"]
grpcio = ["grpcio (>=1.21.1)"]
grpcio = ["grpcio (>=1.21.1)", "protobuf (>=3.8.0)"]
httpx = ["httpx (>=0.16.0)"]
huey = ["huey (>=2)"]
huggingface-hub = ["huggingface-hub (>=0.22)"]
@ -3813,4 +3813,4 @@ testing = ["big-O", "jaraco.functools", "jaraco.itertools", "more-itertools", "p
[metadata]
lock-version = "2.0"
python-versions = "^3.12"
content-hash = "5470cc4a1faa66d4b300934ce50554d2459f9754e126c722960bfc1b9b1d3809"
content-hash = "e91147ddda03b2dd409a6ae7ece80f359d1a77ff003456d33ce42b279dd7246c"

View file

@ -32,7 +32,7 @@ pyyaml = "^6.0.1"
redis = "^5.0.1"
requests = "^2.31.0"
resend = "^2.0.0"
sentry-sdk = {extras = ["fastapi"], version = "^2.2.0"}
sentry-sdk = {extras = ["fastapi"], version = "^2.3.1"}
sqlmodel = "^0.0.16"
tiktoken = "^0.7.0"
uvicorn = "0.29.0"