From ac2f235b8b9ec89aea5d7de573da98dad1121751 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Mon, 7 Oct 2024 11:18:06 -0400 Subject: [PATCH] build(deps-dev): bump sentry-sdk from 2.14.0 to 2.15.0 (#230) --- poetry.lock | 8 ++++---- pyproject.toml | 2 +- 2 files changed, 5 insertions(+), 5 deletions(-) diff --git a/poetry.lock b/poetry.lock index be9660a..6c99a7b 100644 --- a/poetry.lock +++ b/poetry.lock @@ -1505,13 +1505,13 @@ jupyter = ["ipywidgets (>=7.5.1,<9)"] [[package]] name = "sentry-sdk" -version = "2.14.0" +version = "2.15.0" description = "Python client for Sentry (https://sentry.io)" optional = false python-versions = ">=3.6" files = [ - {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"}, + {file = "sentry_sdk-2.15.0-py2.py3-none-any.whl", hash = "sha256:8fb0d1a4e1a640172f31502e4503543765a1fe8a9209779134a4ac52d4677303"}, + {file = "sentry_sdk-2.15.0.tar.gz", hash = "sha256:a599e7d3400787d6f43327b973e55a087b931ba2c592a7a7afa691f8eb5e75e2"}, ] [package.dependencies] @@ -1796,4 +1796,4 @@ wand = ["Wand (>=0.6,<1.0)"] [metadata] lock-version = "2.0" python-versions = "^3.10" -content-hash = "36e1516b5ff8176f6c02df0feca87a0c3d6aa10f0d048701a11757ac7a162aba" +content-hash = "3348d96a33f95580916991e13442a5a2d9844002b60066d01a0720f1fc0f0fc5" diff --git a/pyproject.toml b/pyproject.toml index 4340d8b..3e462a2 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.14.0" +sentry-sdk = "^2.15.0" opencv-python = "^4.10" psycopg = {extras = ["c", "pool"], version = "^3.2"} redis = "^5.1"