aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
-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 08caf896..76e6ae07 100644
--- a/poetry.lock
+++ b/poetry.lock
@@ -1597,13 +1597,13 @@ files = [
[[package]]
name = "sentry-sdk"
-version = "2.3.1"
+version = "2.5.1"
description = "Python client for Sentry (https://sentry.io)"
optional = false
python-versions = ">=3.6"
files = [
- {file = "sentry_sdk-2.3.1-py2.py3-none-any.whl", hash = "sha256:c5aeb095ba226391d337dd42a6f9470d86c9fc236ecc71cfc7cd1942b45010c6"},
- {file = "sentry_sdk-2.3.1.tar.gz", hash = "sha256:139a71a19f5e9eb5d3623942491ce03cf8ebc14ea2e39ba3e6fe79560d8a5b1f"},
+ {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"},
]
[package.dependencies]
@@ -1909,4 +1909,4 @@ multidict = ">=4.0"
[metadata]
lock-version = "2.0"
python-versions = "3.12.*"
-content-hash = "37f0c1f7911abf0fc12c185c474611cb0c166848cdc675e68c7df69a655a55fa"
+content-hash = "93b5da79d6008a859cafca285fe31d429ab8f4daedb9e1bf4a02fc7cc6550310"
diff --git a/pyproject.toml b/pyproject.toml
index ea0afcd1..ed703a42 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.3.1"
+sentry-sdk = "2.5.1"
PyYAML = "6.0.1"
emojis = "0.7.0"
coloredlogs = "15.0.1"