From 13fddfdf406e9eee13a2c53761cc69572e986626 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Thu, 3 Oct 2024 14:42:48 +0100 Subject: [PATCH] Chore(deps): Bump sentry-sdk from 2.14.0 to 2.15.0 (#906) Bumps [sentry-sdk](https://github.com/getsentry/sentry-python) from 2.14.0 to 2.15.0. - [Release notes](https://github.com/getsentry/sentry-python/releases) - [Changelog](https://github.com/getsentry/sentry-python/blob/master/CHANGELOG.md) - [Commits](https://github.com/getsentry/sentry-python/compare/2.14.0...2.15.0) --- updated-dependencies: - dependency-name: sentry-sdk dependency-type: direct:production update-type: version-update:semver-minor ... Signed-off-by: dependabot[bot] Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com> --- poetry.lock | 8 ++++---- pyproject.toml | 2 +- 2 files changed, 5 insertions(+), 5 deletions(-) diff --git a/poetry.lock b/poetry.lock index 9d173d60..40831e6e 100644 --- a/poetry.lock +++ b/poetry.lock @@ -2629,13 +2629,13 @@ websocket-client = ">=1.8,<2.0" [[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] @@ -3141,4 +3141,4 @@ multidict = ">=4.0" [metadata] lock-version = "2.0" python-versions = "^3.11" -content-hash = "c73212f71a6d2962fc9cda619d3af54735b963067f97456ce2a6ab8e231ac718" +content-hash = "ef90907200dd73d0bc98db9d82e024432d88e27b49884cc323a0983139959ff1" diff --git a/pyproject.toml b/pyproject.toml index 79cebc9a..e5cd4d88 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.14.0" } +sentry-sdk = { extras = ["django"], version = "^2.15.0" } ministryofjustice-data-platform-catalogue = { path = "lib/datahub-client", develop = true } django-azure-auth = "2.0.2" django-waffle = "^4.1.0"