chore(pip-prod)(deps): bump sentry-sdk from 2.2.0 to 2.3.1

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

---
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-05-23 15:39:36 +00:00 committed by GitHub
parent 49a7d046d0
commit c73fe8364d
No known key found for this signature in database
GPG Key ID: B5690EEEBB952194
2 changed files with 5 additions and 5 deletions

8
poetry.lock generated
View File

@ -770,13 +770,13 @@ requests = ">=2.0.1,<3.0.0"
[[package]] [[package]]
name = "sentry-sdk" name = "sentry-sdk"
version = "2.2.1" version = "2.3.1"
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.2.1-py2.py3-none-any.whl", hash = "sha256:7d617a1b30e80c41f3b542347651fcf90bb0a36f3a398be58b4f06b79c8d85bc"}, {file = "sentry_sdk-2.3.1-py2.py3-none-any.whl", hash = "sha256:c5aeb095ba226391d337dd42a6f9470d86c9fc236ecc71cfc7cd1942b45010c6"},
{file = "sentry_sdk-2.2.1.tar.gz", hash = "sha256:8aa2ec825724d8d9d645cab68e6034928b1a6a148503af3e361db3fa6401183f"}, {file = "sentry_sdk-2.3.1.tar.gz", hash = "sha256:139a71a19f5e9eb5d3623942491ce03cf8ebc14ea2e39ba3e6fe79560d8a5b1f"},
] ]
[package.dependencies] [package.dependencies]
@ -1001,4 +1001,4 @@ files = [
[metadata] [metadata]
lock-version = "2.0" lock-version = "2.0"
python-versions = "^3.11.2" python-versions = "^3.11.2"
content-hash = "362a831be662f3fd928ad88774bc45718be560623fa6f7c2bd15d8eb57a4cb06" content-hash = "4f7cc49535783345ec7620a8fb8b10e66a41c399fcf174f4eed33a4c8e6af2c2"

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.2.1" sentry-sdk = "^2.3.1"
[tool.poetry.group.dev.dependencies] [tool.poetry.group.dev.dependencies]
black = "^24.4.2" black = "^24.4.2"