chore(pip-prod)(deps): bump sentry-sdk from 2.5.1 to 2.6.0

Bumps [sentry-sdk](https://github.com/getsentry/sentry-python) from 2.5.1 to 2.6.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/commits)

---
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-06-19 15:13:13 +00:00 committed by Luke Tainton
parent 2732e517f4
commit 8ea86c1985
2 changed files with 4 additions and 5 deletions

7
poetry.lock generated
View File

@ -770,13 +770,12 @@ requests = ">=2.0.1,<3.0.0"
[[package]] [[package]]
name = "sentry-sdk" name = "sentry-sdk"
version = "2.5.1" version = "2.6.0"
description = "Python client for Sentry (https://sentry.io)" description = "Python client for Sentry (https://sentry.io)"
optional = false optional = false
python-versions = ">=3.6" python-versions = ">=3.6"
files = [ files = [
{file = "sentry_sdk-2.5.1-py2.py3-none-any.whl", hash = "sha256:1f87acdce4a43a523ae5aa21a3fc37522d73ebd9ec04b1dbf01aa3d173852def"}, {file = "sentry_sdk-2.6.0-py2.py3-none-any.whl", hash = "sha256:422b91cb49378b97e7e8d0e8d5a1069df23689d45262b86f54988a7db264e874"},
{file = "sentry_sdk-2.5.1.tar.gz", hash = "sha256:fbc40a78a8a9c6675133031116144f0d0940376fa6e4e1acd5624c90b0aaf58b"},
] ]
[package.dependencies] [package.dependencies]
@ -1001,4 +1000,4 @@ files = [
[metadata] [metadata]
lock-version = "2.0" lock-version = "2.0"
python-versions = "^3.11.2" python-versions = "^3.11.2"
content-hash = "6bea442d0f5e2e74646395e8fc563216a6e17fb4f16ed085354cfeff71db35c7" content-hash = "955f80bd4cebef9ba53abb207dc38add13b3eee50019c38cf4aba60cc3456f24"

View File

@ -9,7 +9,7 @@ readme = "README.md"
python = "^3.11.2" python = "^3.11.2"
webex-bot = "^0.5.1" webex-bot = "^0.5.1"
pillow = "^10.3.0" pillow = "^10.3.0"
sentry-sdk = "^2.5.1" sentry-sdk = "^2.6.0"
[tool.poetry.group.dev.dependencies] [tool.poetry.group.dev.dependencies]
black = "^24.4.2" black = "^24.4.2"