chore(pip-prod)(deps): bump sentry-sdk from 2.0.1 to 2.1.1 #227

Merged
dependabot[bot] merged 1 commits from dependabot/pip/sentry-sdk-2.1.1 into next 2024-05-06 18:23:30 +02:00
2 changed files with 8 additions and 5 deletions

11
poetry.lock generated
View File

@ -770,13 +770,13 @@ requests = ">=2.0.1,<3.0.0"
[[package]]
name = "sentry-sdk"
version = "2.0.1"
version = "2.1.1"
description = "Python client for Sentry (https://sentry.io)"
optional = false
python-versions = ">=3.6"
files = [
{file = "sentry_sdk-2.0.1-py2.py3-none-any.whl", hash = "sha256:b54c54a2160f509cf2757260d0cf3885b608c6192c2555a3857e3a4d0f84bdb3"},
{file = "sentry_sdk-2.0.1.tar.gz", hash = "sha256:c278e0f523f6f0ee69dc43ad26dcdb1202dffe5ac326ae31472e012d941bee21"},
{file = "sentry_sdk-2.1.1-py2.py3-none-any.whl", hash = "sha256:99aeb78fb76771513bd3b2829d12613130152620768d00cd3e45ac00cb17950f"},
{file = "sentry_sdk-2.1.1.tar.gz", hash = "sha256:95d8c0bb41c8b0bc37ab202c2c4a295bb84398ee05f4cdce55051cd75b926ec1"},
]
[package.dependencies]
@ -785,6 +785,7 @@ urllib3 = ">=1.26.11"
[package.extras]
aiohttp = ["aiohttp (>=3.5)"]
anthropic = ["anthropic (>=0.16)"]
arq = ["arq (>=0.23)"]
asyncpg = ["asyncpg (>=0.23)"]
beam = ["apache-beam (>=2.12)"]
@ -800,6 +801,8 @@ flask = ["blinker (>=1.1)", "flask (>=0.11)", "markupsafe"]
grpcio = ["grpcio (>=1.21.1)"]
httpx = ["httpx (>=0.16.0)"]
huey = ["huey (>=2)"]
huggingface-hub = ["huggingface-hub (>=0.22)"]
langchain = ["langchain (>=0.0.210)"]
loguru = ["loguru (>=0.5)"]
openai = ["openai (>=1.0.0)", "tiktoken (>=0.3.0)"]
opentelemetry = ["opentelemetry-distro (>=0.35b0)"]
@ -998,4 +1001,4 @@ files = [
[metadata]
lock-version = "2.0"
python-versions = "^3.11.2"
content-hash = "0f29537d8865a927faa77e49b9852dfe9fb2a4ce1430e71884ab9960c5d9824c"
content-hash = "a2a25536f4cd780df5ea214efbc29134530c51e7b0828172574ce34cf14820d5"

View File

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