diff --git a/backend/poetry.lock b/backend/poetry.lock index f91331c0..a2492b70 100644 --- a/backend/poetry.lock +++ b/backend/poetry.lock @@ -2470,23 +2470,41 @@ jeepney = ">=0.6" [[package]] name = "sentry-sdk" -version = "0.10.2" -description = "Python client for Sentry (https://getsentry.com)" +version = "1.14.0" +description = "Python client for Sentry (https://sentry.io)" optional = false python-versions = "*" files = [ - {file = "sentry-sdk-0.10.2.tar.gz", hash = "sha256:d491aa6399eaa3eded433972751a9770180730fd8b4c225b0b7f49c4fa2af70b"}, - {file = "sentry_sdk-0.10.2-py2.py3-none-any.whl", hash = "sha256:d68003cdffbbfcadaa2c445b72e1050b0a44406f94199866f192986c016b23f5"}, + {file = "sentry-sdk-1.14.0.tar.gz", hash = "sha256:273fe05adf052b40fd19f6d4b9a5556316807246bd817e5e3482930730726bb0"}, + {file = "sentry_sdk-1.14.0-py2.py3-none-any.whl", hash = "sha256:72c00322217d813cf493fe76590b23a757e063ff62fec59299f4af7201dd4448"}, ] [package.dependencies] certifi = "*" -urllib3 = "*" +urllib3 = {version = ">=1.26.11", markers = "python_version >= \"3.6\""} [package.extras] +aiohttp = ["aiohttp (>=3.5)"] +beam = ["apache-beam (>=2.12)"] bottle = ["bottle (>=0.12.13)"] +celery = ["celery (>=3)"] +chalice = ["chalice (>=1.16.0)"] +django = ["django (>=1.8)"] falcon = ["falcon (>=1.4)"] -flask = ["blinker (>=1.1)", "flask (>=0.8)"] +fastapi = ["fastapi (>=0.79.0)"] +flask = ["blinker (>=1.1)", "flask (>=0.11)"] +httpx = ["httpx (>=0.16.0)"] +opentelemetry = ["opentelemetry-distro (>=0.35b0)"] +pure-eval = ["asttokens", "executing", "pure-eval"] +pymongo = ["pymongo (>=3.1)"] +pyspark = ["pyspark (>=2.4.4)"] +quart = ["blinker (>=1.1)", "quart (>=0.16.1)"] +rq = ["rq (>=0.6)"] +sanic = ["sanic (>=0.8)"] +sqlalchemy = ["sqlalchemy (>=1.2)"] +starlette = ["starlette (>=0.19.1)"] +starlite = ["starlite (>=1.48)"] +tornado = ["tornado (>=5)"] [[package]] name = "setuptools" @@ -3245,4 +3263,4 @@ testing = ["big-O", "jaraco.functools", "jaraco.itertools", "more-itertools", "p [metadata] lock-version = "2.0" python-versions = "^3.10" -content-hash = "ae81417dce1093d42e4942bd8296a3c592ecd743af18ddc83c583b5dbb79468b" +content-hash = "9579fe712e6edf410c11a61b52388bdbd9a60ee5135bbda17570aaf8a23b8d29" diff --git a/backend/pyproject.toml b/backend/pyproject.toml index 662dd6f3..a8cd845c 100644 --- a/backend/pyproject.toml +++ b/backend/pyproject.toml @@ -13,7 +13,7 @@ pg8000 = "^1.29.4" alembic = "^1.10.3" poetry-dynamic-versioning = { extras = ["plugin"], version = "^0.22.0" } requests = "^2.31.0" -sentry-sdk = "0.10.2" +sentry-sdk = "1.14.0" launchpadlib = "^1.11.0" email-validator = "^2.1.0.post1" celery = { extras = ["redis"], version = "^5.3.6" }