diff --git a/poetry.lock b/poetry.lock index ae6a9f9c..c86b1992 100644 --- a/poetry.lock +++ b/poetry.lock @@ -1772,14 +1772,14 @@ pyasn1 = ">=0.1.3" [[package]] name = "sentry-sdk" -version = "1.10.1" +version = "1.14.0" description = "Python client for Sentry (https://sentry.io)" category = "main" optional = false python-versions = "*" files = [ - {file = "sentry-sdk-1.10.1.tar.gz", hash = "sha256:105faf7bd7b7fa25653404619ee261527266b14103fe1389e0ce077bd23a9691"}, - {file = "sentry_sdk-1.10.1-py2.py3-none-any.whl", hash = "sha256:06c0fa9ccfdc80d7e3b5d2021978d6eb9351fa49db9b5847cf4d1f2a473414ad"}, + {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] @@ -1797,13 +1797,16 @@ falcon = ["falcon (>=1.4)"] 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]] @@ -2561,4 +2564,4 @@ testing = ["flake8 (<5)", "func-timeout", "jaraco.functools", "jaraco.itertools" [metadata] lock-version = "2.0" python-versions = ">=3.7, <3.11" -content-hash = "650c8b8e6c247829ee8ec6c84023252ed8b89fce80a0ed7c18928f8a607947f5" +content-hash = "118dc70a018fc342f670b146196985a2622226899c07077bf0390f4e28784dae" diff --git a/pyproject.toml b/pyproject.toml index 3da652a8..087dfd7b 100644 --- a/pyproject.toml +++ b/pyproject.toml @@ -24,7 +24,7 @@ python-jose = {extras = ["cryptography"], version = "^3.2.0"} passlib = {extras = ["argon2"], version = "^1.7.4"} python-dateutil = "^2.8.1" dockerflow = "^2022.8.0" -sentry-sdk = "^1.10.1" +sentry-sdk = "^1.14.0" pysilverpop = "^0.2.6" lxml = "^4.9.2" prometheus-client = "0.15.0"