aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorGravatar dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>2024-06-11 14:59:15 +0000
committerGravatar GitHub <[email protected]>2024-06-11 14:59:15 +0000
commit067a745c59ca3409cbb059e2f8cbb332f05cfa8a (patch)
treee93981bfe14c68fe95ab9678df8397b0cd7d0058
parentBump ruff from 0.4.6 to 0.4.8 (#1547) (diff)
Bump sentry-sdk from 2.3.1 to 2.5.1 (#1550)
Bumps [sentry-sdk](https://github.com/getsentry/sentry-python) from 2.3.1 to 2.5.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.3.1...2.5.1) --- 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.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"