chore(pip-prod)(deps): bump sentry-sdk from 2.14.0 to 2.15.0

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] <support@github.com>
This commit is contained in:
dependabot[bot] 2024-10-01 16:04:34 +00:00 committed by Luke Tainton
parent 6cbb9057a7
commit e55b78372b
2 changed files with 5 additions and 5 deletions

8
poetry.lock generated
View File

@ -801,13 +801,13 @@ requests = ">=2.0.1,<3.0.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]
@ -1033,4 +1033,4 @@ files = [
[metadata]
lock-version = "2.0"
python-versions = "^3.11.2"
content-hash = "0dbe308cc6e108128e228b0f9a8e753196c3a9134c8c2509c1768f3afa555c77"
content-hash = "ed9c0ca8ff376fbda823242f8c191833200b2d8d20ac531e33f6ce43a31d353f"

View File

@ -9,7 +9,7 @@ readme = "README.md"
python = "^3.11.2"
webex-bot = "^0.5.2"
pillow = "^10.4.0"
sentry-sdk = "^2.14.0"
sentry-sdk = "^2.15.0"
[tool.poetry.group.dev.dependencies]
black = "^24.8.0"