diff --git a/poetry.lock b/poetry.lock index e58b71a..d911f66 100644 --- a/poetry.lock +++ b/poetry.lock @@ -957,7 +957,7 @@ jupyter = ["ipywidgets (>=7.5.1,<8.0.0)"] [[package]] name = "sentry-sdk" -version = "1.11.0" +version = "1.12.1" description = "Python client for Sentry (https://sentry.io)" category = "main" optional = false @@ -978,6 +978,7 @@ 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.350b0)"] pure-eval = ["asttokens", "executing", "pure-eval"] pymongo = ["pymongo (>=3.1)"] pyspark = ["pyspark (>=2.4.4)"] @@ -1312,7 +1313,7 @@ test = ["pytest", "pytest-asyncio", "flaky"] [metadata] lock-version = "1.1" python-versions = "^3.8" -content-hash = "7bf1f942271e619cedfc279101578e8de99351915f55cf85c42e3be3a5cf8ffe" +content-hash = "c1c0753fe8c118e8f7e27bd29abf88f449c18a2afa0ec8f9e9c6ab1dad241aff" [metadata.files] aiofiles = [ @@ -2183,8 +2184,8 @@ rich = [ {file = "rich-12.6.0.tar.gz", hash = "sha256:ba3a3775974105c221d31141f2c116f4fd65c5ceb0698657a11e9f295ec93fd0"}, ] sentry-sdk = [ - {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"}, + {file = "sentry-sdk-1.12.1.tar.gz", hash = "sha256:5bbe4b72de22f9ac1e67f2a4e6efe8fbd595bb59b7b223443f50fe5802a5551c"}, + {file = "sentry_sdk-1.12.1-py2.py3-none-any.whl", hash = "sha256:9f0b960694e2d8bb04db4ba6ac2a645040caef4e762c65937998ff06064f10d6"}, ] setuptools = [ {file = "setuptools-65.4.1-py3-none-any.whl", hash = "sha256:1b6bdc6161661409c5f21508763dc63ab20a9ac2f8ba20029aaaa7fdb9118012"}, diff --git a/pyproject.toml b/pyproject.toml index cabbe55..25099c9 100644 --- a/pyproject.toml +++ b/pyproject.toml @@ -36,7 +36,7 @@ lxml = "^4.9.2" arko-wrapper = "^0.2.4" fastapi = "^0.88.0" uvicorn = {extras = ["standard"], version = "^0.19.0"} -sentry-sdk = "^1.11.0" +sentry-sdk = "^1.12.1" GitPython = "^3.1.29" openpyxl = "^3.0.10" async-lru = "^1.0.3"