diff --git a/poetry.lock b/poetry.lock index d17c2228..53877975 100644 --- a/poetry.lock +++ b/poetry.lock @@ -2137,14 +2137,14 @@ jupyter = ["ipywidgets (>=7.5.1,<9)"] [[package]] name = "sentry-sdk" -version = "1.18.0" +version = "1.19.1" description = "Python client for Sentry (https://sentry.io)" category = "main" optional = false python-versions = "*" files = [ - {file = "sentry-sdk-1.18.0.tar.gz", hash = "sha256:d07b9569a151033b462f7a7113ada94cc41ecf49daa83d35f5f852a0b9cf3b44"}, - {file = "sentry_sdk-1.18.0-py2.py3-none-any.whl", hash = "sha256:714203a9adcac4a4a35e348dc9d3e294ad0200a66cdca26c068967d728f34fcb"}, + {file = "sentry-sdk-1.19.1.tar.gz", hash = "sha256:7ae78bd921981a5010ab540d6bdf3b793659a4db8cccf7f16180702d48a80d84"}, + {file = "sentry_sdk-1.19.1-py2.py3-none-any.whl", hash = "sha256:885a11c69df23e53eb281d003b9ff15a5bdfa43d8a2a53589be52104a1b4582f"}, ] [package.dependencies] @@ -2162,6 +2162,7 @@ django = ["django (>=1.8)"] falcon = ["falcon (>=1.4)"] fastapi = ["fastapi (>=0.79.0)"] flask = ["blinker (>=1.1)", "flask (>=0.11)"] +grpcio = ["grpcio (>=1.21.1)"] httpx = ["httpx (>=0.16.0)"] huey = ["huey (>=2)"] opentelemetry = ["opentelemetry-distro (>=0.35b0)"] @@ -2948,4 +2949,4 @@ test = ["pytest", "pytest-asyncio", "flaky"] [metadata] lock-version = "2.0" python-versions = "^3.8" -content-hash = "ce7504c1c10a63b9359b9e8aa6edbf1cb7be72e49703bee5cbeff8fca7393b39" +content-hash = "943f425dc522e15d1317d8d15348da554e21d2d5d6aa0e849e5ed2aa18140608" diff --git a/pyproject.toml b/pyproject.toml index 110819ac..53515091 100644 --- a/pyproject.toml +++ b/pyproject.toml @@ -35,7 +35,7 @@ lxml = "^4.9.2" arko-wrapper = "^0.2.8" fastapi = "^0.95.0" uvicorn = { extras = ["standard"], version = "^0.21.1" } -sentry-sdk = "^1.18.0" +sentry-sdk = "^1.19.1" GitPython = "^3.1.30" openpyxl = "^3.1.1" async-lru = "^2.0.2"