diff --git a/backend/poetry.lock b/backend/poetry.lock index 59aeca955..1a95a29ed 100644 --- a/backend/poetry.lock +++ b/backend/poetry.lock @@ -1851,13 +1851,13 @@ crt = ["botocore[crt] (>=1.33.2,<2.0a.0)"] [[package]] name = "sentry-sdk" -version = "2.16.0" +version = "2.17.0" description = "Python client for Sentry (https://sentry.io)" optional = false python-versions = ">=3.6" files = [ - {file = "sentry_sdk-2.16.0-py2.py3-none-any.whl", hash = "sha256:49139c31ebcd398f4f6396b18910610a0c1602f6e67083240c33019d1f6aa30c"}, - {file = "sentry_sdk-2.16.0.tar.gz", hash = "sha256:90f733b32e15dfc1999e6b7aca67a38688a567329de4d6e184154a73f96c6892"}, + {file = "sentry_sdk-2.17.0-py2.py3-none-any.whl", hash = "sha256:625955884b862cc58748920f9e21efdfb8e0d4f98cca4ab0d3918576d5b606ad"}, + {file = "sentry_sdk-2.17.0.tar.gz", hash = "sha256:dd0a05352b78ffeacced73a94e86f38b32e2eae15fff5f30ca5abb568a72eacf"}, ] [package.dependencies] @@ -2128,4 +2128,4 @@ files = [ [metadata] lock-version = "2.0" python-versions = "^3.12" -content-hash = "9a7862e799e1bfdd8da987f82707bd1af81dc651d5a04324e62a8744c32dcf12" +content-hash = "f53ad20598cd46462c985eec84a62a59675181f1493b45224d89098bd054796a" diff --git a/backend/pyproject.toml b/backend/pyproject.toml index 64ee9a0f9..4225917f4 100644 --- a/backend/pyproject.toml +++ b/backend/pyproject.toml @@ -38,7 +38,7 @@ pygithub = "^2.3.0" python = "^3.12" pyyaml = "^6.0.2" requests = "^2.32.3" -sentry-sdk = {extras = ["django"], version = "^2.15.0"} +sentry-sdk = {extras = ["django"], version = "^2.17.0"} slack-bolt = "^1.21.0"