diff --git a/app/poetry.lock b/app/poetry.lock index 069ab28..f23bd9f 100644 --- a/app/poetry.lock +++ b/app/poetry.lock @@ -1,4 +1,4 @@ -# This file is automatically @generated by Poetry 1.6.1 and should not be changed by hand. +# This file is automatically @generated by Poetry 1.7.1 and should not be changed by hand. [[package]] name = "annotated-types" @@ -1068,13 +1068,13 @@ files = [ [[package]] name = "sentry-sdk" -version = "1.31.0" +version = "1.38.0" description = "Python client for Sentry (https://sentry.io)" optional = false python-versions = "*" files = [ - {file = "sentry-sdk-1.31.0.tar.gz", hash = "sha256:6de2e88304873484207fed836388e422aeff000609b104c802749fd89d56ba5b"}, - {file = "sentry_sdk-1.31.0-py2.py3-none-any.whl", hash = "sha256:64a7141005fb775b9db298a30de93e3b83e0ddd1232dc6f36eb38aebc1553291"}, + {file = "sentry-sdk-1.38.0.tar.gz", hash = "sha256:8feab81de6bbf64f53279b085bd3820e3e737403b0a0d9317f73a2c3374ae359"}, + {file = "sentry_sdk-1.38.0-py2.py3-none-any.whl", hash = "sha256:0017fa73b8ae2d4e57fd2522ee3df30453715b29d2692142793ec5d5f90b94a6"}, ] [package.dependencies] @@ -1331,4 +1331,4 @@ files = [ [metadata] lock-version = "2.0" python-versions = "^3.10" -content-hash = "023a0a7df1c232e4f4ce44c90946749a4fd03597991ba5a897ff24f064063088" +content-hash = "28ab3a846e1a2168fd3ba3af12a63e591660e6079983ca84f3c5f66dca0b44e0" diff --git a/app/pyproject.toml b/app/pyproject.toml index 6e813e6..40cc53b 100644 --- a/app/pyproject.toml +++ b/app/pyproject.toml @@ -9,7 +9,7 @@ python = "^3.10" fastapi = "^0.103.2" uvicorn = "^0.23.2" pydantic = "^2.4.2" -sentry-sdk = "^1.31.0" +sentry-sdk = "^1.38.0" kubernetes = "<24.0.0" beiboot = "^1.4.3" timeout-decorator = "^0.5.0"