aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorGravatar dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>2024-05-23 21:41:52 +0100
committerGravatar GitHub <[email protected]>2024-05-23 21:41:52 +0100
commitd482da8969f99745de2a6ccb7fc106a080cda230 (patch)
tree1219537f5d2bc4199827e622f81acdc00529c80f
parentTrivia: Fix misleading category description embed (#1500) (diff)
Bump sentry-sdk from 2.2.0 to 2.3.0 (#1537)
Bumps [sentry-sdk](https://github.com/getsentry/sentry-python) from 2.2.0 to 2.3.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.2.0...2.3.0) --- updated-dependencies: - dependency-name: sentry-sdk dependency-type: direct:production update-type: version-update:semver-minor ... Signed-off-by: dependabot[bot] <[email protected]> Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
-rw-r--r--poetry.lock10
-rw-r--r--pyproject.toml2
2 files changed, 6 insertions, 6 deletions
diff --git a/poetry.lock b/poetry.lock
index a9c5a91a..c3d8d1c2 100644
--- a/poetry.lock
+++ b/poetry.lock
@@ -1597,13 +1597,13 @@ files = [
[[package]]
name = "sentry-sdk"
-version = "2.2.0"
+version = "2.3.0"
description = "Python client for Sentry (https://sentry.io)"
optional = false
python-versions = ">=3.6"
files = [
- {file = "sentry_sdk-2.2.0-py2.py3-none-any.whl", hash = "sha256:674f58da37835ea7447fe0e34c57b4a4277fad558b0a7cb4a6c83bcb263086be"},
- {file = "sentry_sdk-2.2.0.tar.gz", hash = "sha256:70eca103cf4c6302365a9d7cf522e7ed7720828910eb23d43ada8e50d1ecda9d"},
+ {file = "sentry_sdk-2.3.0-py2.py3-none-any.whl", hash = "sha256:a107311652733a12cb004f177705bed7afc9e09bd308288ab2d4c6b6d6993a05"},
+ {file = "sentry_sdk-2.3.0.tar.gz", hash = "sha256:78c96373fb1f7c69a4054f9b93360974247f2525f72ee7a3a099b1df33998d7a"},
]
[package.dependencies]
@@ -1625,7 +1625,7 @@ django = ["django (>=1.8)"]
falcon = ["falcon (>=1.4)"]
fastapi = ["fastapi (>=0.79.0)"]
flask = ["blinker (>=1.1)", "flask (>=0.11)", "markupsafe"]
-grpcio = ["grpcio (>=1.21.1)"]
+grpcio = ["grpcio (>=1.21.1)", "protobuf (>=3.8.0)"]
httpx = ["httpx (>=0.16.0)"]
huey = ["huey (>=2)"]
huggingface-hub = ["huggingface-hub (>=0.22)"]
@@ -1909,4 +1909,4 @@ multidict = ">=4.0"
[metadata]
lock-version = "2.0"
python-versions = "3.12.*"
-content-hash = "e70f407f0dfe54d022f78bb0593820d4b3d3795c861b26d29eefe94e8f5f1ce7"
+content-hash = "080f9c604b1f16d1b3415b5570d93ccbf4f03223aa4d8b5b7323b3121f697fbd"
diff --git a/pyproject.toml b/pyproject.toml
index dbb52c3c..8a2c1cef 100644
--- a/pyproject.toml
+++ b/pyproject.toml
@@ -15,7 +15,7 @@ rapidfuzz = "3.9.1"
arrow = "1.3.0"
beautifulsoup4 = "4.12.3"
pillow = "10.3.0"
-sentry-sdk = "2.2.0"
+sentry-sdk = "2.3.0"
PyYAML = "6.0.1"
emojis = "0.7.0"
coloredlogs = "15.0.1"