diff --git a/api/poetry.lock b/api/poetry.lock index 3076b3ca3..491b97a75 100644 --- a/api/poetry.lock +++ b/api/poetry.lock @@ -1794,7 +1794,7 @@ crt = ["botocore[crt] (>=1.20.29,<2.0a.0)"] [[package]] name = "sentry-sdk" -version = "1.8.0" +version = "1.9.4" description = "Python client for Sentry (https://sentry.io)" category = "main" optional = false @@ -1802,27 +1802,30 @@ python-versions = "*" [package.dependencies] certifi = "*" -urllib3 = ">=1.10.0" +urllib3 = [ + {version = ">=1.26.11", markers = "python_version >= \"3.6\""}, + {version = ">=1.26.9", markers = "python_version >= \"3.5\""}, +] [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)"] -fastapi = ["fastapi (>=0.79.0)"] -flask = ["flask (>=0.11)", "blinker (>=1.1)"] -httpx = ["httpx (>=0.16.0)"] -pure_eval = ["pure-eval", "executing", "asttokens"] -pyspark = ["pyspark (>=2.4.4)"] -quart = ["quart (>=0.16.1)", "blinker (>=1.1)"] -rq = ["rq (>=0.6)"] -sanic = ["sanic (>=0.8)"] -sqlalchemy = ["sqlalchemy (>=1.2)"] -starlette = ["starlette (>=0.19.1)"] tornado = ["tornado (>=5)"] +starlette = ["starlette (>=0.19.1)"] +sqlalchemy = ["sqlalchemy (>=1.2)"] +sanic = ["sanic (>=0.8)"] +rq = ["rq (>=0.6)"] +quart = ["blinker (>=1.1)", "quart (>=0.16.1)"] +pyspark = ["pyspark (>=2.4.4)"] +pure_eval = ["asttokens", "executing", "pure-eval"] +httpx = ["httpx (>=0.16.0)"] +flask = ["blinker (>=1.1)", "flask (>=0.11)"] +fastapi = ["fastapi (>=0.79.0)"] +falcon = ["falcon (>=1.4)"] +django = ["django (>=1.8)"] +chalice = ["chalice (>=1.16.0)"] +celery = ["celery (>=3)"] +bottle = ["bottle (>=0.12.13)"] +beam = ["apache-beam (>=2.12)"] +aiohttp = ["aiohttp (>=3.5)"] [[package]] name = "service-identity" @@ -2166,7 +2169,7 @@ testing = ["coverage (>=5.0.3)", "zope.event", "zope.testing"] [metadata] lock-version = "1.1" python-versions = "^3.7" -content-hash = "cf705cc4837e238496e580e10a257c5adc3c047b70e362b32aa358140ee2f86e" +content-hash = "ff61fe049733592095be7d16c6059fb215ea6766a84bb9c39818776cd5ca43da" [metadata.files] aiohttp = [ @@ -3411,8 +3414,8 @@ s3transfer = [ {file = "s3transfer-0.6.0.tar.gz", hash = "sha256:2ed07d3866f523cc561bf4a00fc5535827981b117dd7876f036b0c1aca42c947"}, ] sentry-sdk = [ - {file = "sentry-sdk-1.8.0.tar.gz", hash = "sha256:9c68e82f7b1ad78aee6cdef57c2c0f6781ddd9ffa8848f4503c5a8e02b360eea"}, - {file = "sentry_sdk-1.8.0-py2.py3-none-any.whl", hash = "sha256:5daae00f91dd72d9bb1a65307221fe291417a7b9c30527de3a6f0d9be4ddf08d"}, + {file = "sentry-sdk-1.9.4.tar.gz", hash = "sha256:f1e2333d1922dca3f91e57dad872c73b3cc449ac8542867664fb898b2eec342f"}, + {file = "sentry_sdk-1.9.4-py2.py3-none-any.whl", hash = "sha256:02b7bf195f209f51c9f9458098a8f541dbf82314d21477e68ad841668fcf9a46"}, ] service-identity = [ {file = "service-identity-21.1.0.tar.gz", hash = "sha256:6e6c6086ca271dc11b033d17c3a8bea9f24ebff920c587da090afc9519419d34"}, diff --git a/api/pyproject.toml b/api/pyproject.toml index 87cf49463..33d04a2f1 100644 --- a/api/pyproject.toml +++ b/api/pyproject.toml @@ -58,7 +58,7 @@ uvicorn = {version = "==0.18.2", extras = ["standard"]} django-cache-memoize = "0.1.10" requests-http-message-signatures = "==0.3.1" drf-spectacular = "==0.23.1" -sentry-sdk = "==1.8.0" +sentry-sdk = "==1.9.4" [tool.poetry.dev-dependencies] flake8 = "==3.9.2"