diff --git a/poetry.lock b/poetry.lock index 9b841e23..a47938d1 100644 --- a/poetry.lock +++ b/poetry.lock @@ -2047,13 +2047,13 @@ jupyter = ["ipywidgets (>=7.5.1,<9)"] [[package]] name = "sentry-sdk" -version = "1.26.0" +version = "1.27.1" description = "Python client for Sentry (https://sentry.io)" optional = false python-versions = "*" files = [ - {file = "sentry-sdk-1.26.0.tar.gz", hash = "sha256:760e4fb6d01c994110507133e08ecd4bdf4d75ee4be77f296a3579796cf73134"}, - {file = "sentry_sdk-1.26.0-py2.py3-none-any.whl", hash = "sha256:0c9f858337ec3781cf4851972ef42bba8c9828aea116b0dbed8f38c5f9a1896c"}, + {file = "sentry-sdk-1.27.1.tar.gz", hash = "sha256:53f36293a0da271a22f476259d2fda76c0b8a1cb96b16d6e6e6aca490d7f3451"}, + {file = "sentry_sdk-1.27.1-py2.py3-none-any.whl", hash = "sha256:24308bd05a1f7d65e40acc68a768b4e5c35462039bfd6ae2ca116b92a7b53c78"}, ] [package.dependencies] @@ -2829,4 +2829,4 @@ test = ["flaky", "pytest", "pytest-asyncio"] [metadata] lock-version = "2.0" python-versions = "^3.8" -content-hash = "8c46a9f4eb94ff8f0b45021bfd166c5b94b11394db545e2e28597c7500eccf8a" +content-hash = "7365cbdfa3fb34e169f1080fe99ccfad3bcf3f4c603f8c224e347b74769b6981" diff --git a/pyproject.toml b/pyproject.toml index f1970a73..c1a951f4 100644 --- a/pyproject.toml +++ b/pyproject.toml @@ -35,7 +35,7 @@ lxml = "^4.9.2" arko-wrapper = "^0.2.8" fastapi = "^0.99.1" uvicorn = { extras = ["standard"], version = "^0.22.0" } -sentry-sdk = "^1.26.0" +sentry-sdk = "^1.27.1" GitPython = "^3.1.30" openpyxl = "^3.1.1" async-lru = "^2.0.2"