diff --git a/poetry.lock b/poetry.lock index b6ba98b..81ab24a 100644 --- a/poetry.lock +++ b/poetry.lock @@ -615,7 +615,7 @@ rsa = ["oauthlib[signedtoken] (>=3.0.0)"] [[package]] name = "sentry-sdk" -version = "1.10.1" +version = "1.11.0" description = "Python client for Sentry (https://sentry.io)" category = "main" optional = false @@ -637,6 +637,7 @@ fastapi = ["fastapi (>=0.79.0)"] flask = ["blinker (>=1.1)", "flask (>=0.11)"] httpx = ["httpx (>=0.16.0)"] 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)"] @@ -785,7 +786,7 @@ testing = ["flake8 (<5)", "func-timeout", "jaraco.functools", "jaraco.itertools" [metadata] lock-version = "1.1" python-versions = "^3.8" -content-hash = "aa27fd64796c7e5baead0e194ec56046b02c701d7fc8099bc8d56b8740d4bbd7" +content-hash = "c6db7508fe07aa920d4641e05a5ec4a93817d1751391b646ce30f4b29bac7cf8" [metadata.files] aiofiles = [ @@ -1403,8 +1404,8 @@ requests-oauthlib = [ {file = "requests_oauthlib-1.3.1-py2.py3-none-any.whl", hash = "sha256:2577c501a2fb8d05a304c09d090d6e47c306fef15809d102b327cf8364bddab5"}, ] sentry-sdk = [ - {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.11.0.tar.gz", hash = "sha256:e7b78a1ddf97a5f715a50ab8c3f7a93f78b114c67307785ee828ef67a5d6f117"}, + {file = "sentry_sdk-1.11.0-py2.py3-none-any.whl", hash = "sha256:f467e6c7fac23d4d42bc83eb049c400f756cd2d65ab44f0cc1165d0c7c3d40bc"}, ] six = [ {file = "six-1.16.0-py2.py3-none-any.whl", hash = "sha256:8abb2f1d86890a2dfb989f9a77cfcfd3e47c2a354b01111771326f8aa26e0254"}, diff --git a/pyproject.toml b/pyproject.toml index 7d905e9..48d58b6 100644 --- a/pyproject.toml +++ b/pyproject.toml @@ -18,7 +18,7 @@ ics = "0.8.0.dev0" python-dotenv = "0.21.0" quart = "0.18.3" requests-oauthlib = "1.3.1" -sentry-sdk = "1.10.1" +sentry-sdk = "1.11.0" uvicorn = "0.19.0" [tool.poetry.dev-dependencies]