diff --git a/poetry.lock b/poetry.lock index f6f6d7c..cdc59fc 100644 --- a/poetry.lock +++ b/poetry.lock @@ -611,7 +611,7 @@ rsa = ["oauthlib[signedtoken] (>=3.0.0)"] [[package]] name = "sentry-sdk" -version = "1.9.9" +version = "1.9.10" description = "Python client for Sentry (https://sentry.io)" category = "main" optional = false @@ -781,7 +781,7 @@ testing = ["func-timeout", "jaraco.itertools", "pytest (>=6)", "pytest-black (>= [metadata] lock-version = "1.1" python-versions = "^3.8" -content-hash = "a3eb86a6ac9f277adcdc5ab4b1124329819298f520994eec879db07cfc3c86ee" +content-hash = "56f725446b3bf7201f45024348b0ff283b3652eed15fa4fdf92aa4665d076531" [metadata.files] aiofiles = [ @@ -1395,8 +1395,8 @@ requests-oauthlib = [ {file = "requests_oauthlib-1.3.1-py2.py3-none-any.whl", hash = "sha256:2577c501a2fb8d05a304c09d090d6e47c306fef15809d102b327cf8364bddab5"}, ] sentry-sdk = [ - {file = "sentry-sdk-1.9.9.tar.gz", hash = "sha256:d6c71d2f85710b66822adaa954af7912bab135d6c85febd5b0f3dfd4ab37e181"}, - {file = "sentry_sdk-1.9.9-py2.py3-none-any.whl", hash = "sha256:ef925b5338625448645a778428d8f22a3d17de8b28cc8e6fba60b93393ad86fe"}, + {file = "sentry-sdk-1.9.10.tar.gz", hash = "sha256:4fbace9a763285b608c06f01a807b51acb35f6059da6a01236654e08b0ee81ff"}, + {file = "sentry_sdk-1.9.10-py2.py3-none-any.whl", hash = "sha256:2469240f6190aaebcb453033519eae69cfe8cc602065b4667e18ee14fc1e35dc"}, ] six = [ {file = "six-1.16.0-py2.py3-none-any.whl", hash = "sha256:8abb2f1d86890a2dfb989f9a77cfcfd3e47c2a354b01111771326f8aa26e0254"}, diff --git a/pyproject.toml b/pyproject.toml index 130c976..cb7d2f5 100644 --- a/pyproject.toml +++ b/pyproject.toml @@ -18,7 +18,7 @@ ics = "0.8.0.dev0" python-dotenv = "0.21.0" quart = "0.18.1" requests-oauthlib = "1.3.1" -sentry-sdk = "1.9.9" +sentry-sdk = "1.9.10" uvicorn = "0.18.3" [tool.poetry.dev-dependencies]