diff --git a/poetry.lock b/poetry.lock index 3cc8e98..9575c13 100644 --- a/poetry.lock +++ b/poetry.lock @@ -1504,13 +1504,13 @@ jupyter = ["ipywidgets (>=7.5.1,<9)"] [[package]] name = "sentry-sdk" -version = "2.13.0" +version = "2.14.0" description = "Python client for Sentry (https://sentry.io)" optional = false python-versions = ">=3.6" files = [ - {file = "sentry_sdk-2.13.0-py2.py3-none-any.whl", hash = "sha256:6beede8fc2ab4043da7f69d95534e320944690680dd9a963178a49de71d726c6"}, - {file = "sentry_sdk-2.13.0.tar.gz", hash = "sha256:8d4a576f7a98eb2fdb40e13106e41f330e5c79d72a68be1316e7852cf4995260"}, + {file = "sentry_sdk-2.14.0-py2.py3-none-any.whl", hash = "sha256:b8bc3dc51d06590df1291b7519b85c75e2ced4f28d9ea655b6d54033503b5bf4"}, + {file = "sentry_sdk-2.14.0.tar.gz", hash = "sha256:1e0e2eaf6dad918c7d1e0edac868a7bf20017b177f242cefe2a6bcd47955961d"}, ] [package.dependencies] @@ -1795,4 +1795,4 @@ wand = ["Wand (>=0.6,<1.0)"] [metadata] lock-version = "2.0" python-versions = "^3.10" -content-hash = "138f9f2fa2f33811e89aa5622ad91187bfec393a06842d7b92a298fae955cc42" +content-hash = "cbe5bc52118fd2f1ee8bdcadaa588a69aff90360c2ca77efafad3b74a863f245" diff --git a/pyproject.toml b/pyproject.toml index 6965662..96d725c 100644 --- a/pyproject.toml +++ b/pyproject.toml @@ -18,7 +18,7 @@ factory-boy = "^3.3.1" gunicorn = "^23.0.0" tba-api-v3client = "^3.8.0" hiredis = "^3.0.0" -sentry-sdk = "^2.13.0" +sentry-sdk = "^2.14.0" opencv-python = "^4.10" psycopg = {extras = ["c", "pool"], version = "^3.2"} redis = "^5.0"