diff --git a/api-python/poetry.lock b/api-python/poetry.lock index 0f1e1f0170..42e4c7ea28 100644 --- a/api-python/poetry.lock +++ b/api-python/poetry.lock @@ -549,14 +549,14 @@ files = [ [[package]] name = "sentry-sdk" -version = "1.27.1" +version = "1.28.0" description = "Python client for Sentry (https://sentry.io)" category = "main" optional = false python-versions = "*" files = [ - {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"}, + {file = "sentry-sdk-1.28.0.tar.gz", hash = "sha256:2281ba98011cfa9bc9bb15c1074b6dd9f7fdfce94033cd25b50f18f078ffed4c"}, + {file = "sentry_sdk-1.28.0-py2.py3-none-any.whl", hash = "sha256:b8b363aaa3f3d6a3acc1aa571efa4db29fb440339fed03560bb1276b8d2c2509"}, ] [package.dependencies] @@ -733,4 +733,4 @@ h11 = ">=0.9.0,<1" [metadata] lock-version = "2.0" python-versions = "3.11.x" -content-hash = "e218f315099319f1c327e8792627906dd979506744c18200093b5e63429e02cf" +content-hash = "70a5f240c05bfef0e6963f70d4e3d3606cc0b44b48654c5bab5ed3e0ef1d1a18" diff --git a/api-python/pyproject.toml b/api-python/pyproject.toml index f22fdca9f7..29eef17ffa 100644 --- a/api-python/pyproject.toml +++ b/api-python/pyproject.toml @@ -14,7 +14,7 @@ confluent-kafka = "2.1.1" flask-sock = "0.6.0" gunicorn = "20.1.0" python-dotenv = "1.0.0" -sentry-sdk = {version = "1.27.1", extras = ["flask"]} +sentry-sdk = {version = "1.28.0", extras = ["flask"]} [tool.poetry.group.dev.dependencies] poethepoet = "0.21.0"