diff --git a/poetry.lock b/poetry.lock index 46beaeef..d05af138 100644 --- a/poetry.lock +++ b/poetry.lock @@ -2654,13 +2654,13 @@ websocket-client = ">=1.8,<2.0" [[package]] name = "sentry-sdk" -version = "2.17.0" +version = "2.18.0" description = "Python client for Sentry (https://sentry.io)" optional = false python-versions = ">=3.6" files = [ - {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"}, + {file = "sentry_sdk-2.18.0-py2.py3-none-any.whl", hash = "sha256:ee70e27d1bbe4cd52a38e1bd28a5fadb9b17bc29d91b5f2b97ae29c0a7610442"}, + {file = "sentry_sdk-2.18.0.tar.gz", hash = "sha256:0dc21febd1ab35c648391c664df96f5f79fb0d92d7d4225cd9832e53a617cafd"}, ] [package.dependencies] @@ -2689,9 +2689,11 @@ httpx = ["httpx (>=0.16.0)"] huey = ["huey (>=2)"] huggingface-hub = ["huggingface-hub (>=0.22)"] langchain = ["langchain (>=0.0.210)"] +launchdarkly = ["launchdarkly-server-sdk (>=9.8.0)"] litestar = ["litestar (>=2.0.0)"] loguru = ["loguru (>=0.5)"] openai = ["openai (>=1.0.0)", "tiktoken (>=0.3.0)"] +openfeature = ["openfeature-sdk (>=0.7.1)"] opentelemetry = ["opentelemetry-distro (>=0.35b0)"] opentelemetry-experimental = ["opentelemetry-distro"] pure-eval = ["asttokens", "executing", "pure-eval"] @@ -3167,4 +3169,4 @@ multidict = ">=4.0" [metadata] lock-version = "2.0" python-versions = "^3.11" -content-hash = "7ccb586c04b6473f3f52692c21987737b0afaad523f54425984b7fab6941a249" +content-hash = "f4ea444aea5f071408700ce53716fcc83f413eb5c1e3c76b31aeb12d85ae5eeb" diff --git a/pyproject.toml b/pyproject.toml index ab8fbe0e..5262bc2b 100644 --- a/pyproject.toml +++ b/pyproject.toml @@ -16,7 +16,7 @@ markdown = "^3.7" python-dotenv = "^1.0.1" markdown-headdown = "^0.1.3" nltk = "^3.9.1" -sentry-sdk = { extras = ["django"], version = "^2.17.0" } +sentry-sdk = { extras = ["django"], version = "^2.18.0" } ministryofjustice-data-platform-catalogue = { path = "lib/datahub-client", develop = true } django-azure-auth = "2.1.0" django-waffle = "^4.1.0"