aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorGravatar dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>2024-06-21 02:42:49 -0700
committerGravatar GitHub <[email protected]>2024-06-21 02:42:49 -0700
commit88f665a6f818122d452d6e0bfe405c035063f668 (patch)
treec755f28f86c9026e6fe69256421251eb14f52ccb
parentBump docker/build-push-action from 5 to 6 (#1552) (diff)
Bump sentry-sdk from 2.5.1 to 2.6.0 (#1556)
Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
-rw-r--r--poetry.lock8
-rw-r--r--pyproject.toml2
2 files changed, 5 insertions, 5 deletions
diff --git a/poetry.lock b/poetry.lock
index 76e6ae07..611db8d6 100644
--- a/poetry.lock
+++ b/poetry.lock
@@ -1597,13 +1597,13 @@ files = [
[[package]]
name = "sentry-sdk"
-version = "2.5.1"
+version = "2.6.0"
description = "Python client for Sentry (https://sentry.io)"
optional = false
python-versions = ">=3.6"
files = [
- {file = "sentry_sdk-2.5.1-py2.py3-none-any.whl", hash = "sha256:1f87acdce4a43a523ae5aa21a3fc37522d73ebd9ec04b1dbf01aa3d173852def"},
- {file = "sentry_sdk-2.5.1.tar.gz", hash = "sha256:fbc40a78a8a9c6675133031116144f0d0940376fa6e4e1acd5624c90b0aaf58b"},
+ {file = "sentry_sdk-2.6.0-py2.py3-none-any.whl", hash = "sha256:422b91cb49378b97e7e8d0e8d5a1069df23689d45262b86f54988a7db264e874"},
+ {file = "sentry_sdk-2.6.0.tar.gz", hash = "sha256:65cc07e9c6995c5e316109f138570b32da3bd7ff8d0d0ee4aaf2628c3dd8127d"},
]
[package.dependencies]
@@ -1909,4 +1909,4 @@ multidict = ">=4.0"
[metadata]
lock-version = "2.0"
python-versions = "3.12.*"
-content-hash = "93b5da79d6008a859cafca285fe31d429ab8f4daedb9e1bf4a02fc7cc6550310"
+content-hash = "6ed7644ee9218db4550a410150bd5305f04e34969f91e2c0eb8d48da1f7fe23b"
diff --git a/pyproject.toml b/pyproject.toml
index ed703a42..2b32e859 100644
--- a/pyproject.toml
+++ b/pyproject.toml
@@ -15,7 +15,7 @@ rapidfuzz = "3.9.3"
arrow = "1.3.0"
beautifulsoup4 = "4.12.3"
pillow = "10.3.0"
-sentry-sdk = "2.5.1"
+sentry-sdk = "2.6.0"
PyYAML = "6.0.1"
emojis = "0.7.0"
coloredlogs = "15.0.1"