aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorGravatar dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>2023-11-03 22:57:12 +0000
committerGravatar GitHub <[email protected]>2023-11-03 22:57:12 +0000
commitdadb8f81b94a0cb63ba30ca7401d23cbe51499d7 (patch)
treecda1853eecd975e8b37599309117b28ea670faaa
parentBump urllib3 from 2.0.6 to 2.0.7 (#1386) (diff)
Bump sentry-sdk from 1.32.0 to 1.34.0 (#1393)
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 7615633f..3f293fb7 100644
--- a/poetry.lock
+++ b/poetry.lock
@@ -1543,13 +1543,13 @@ files = [
[[package]]
name = "sentry-sdk"
-version = "1.32.0"
+version = "1.34.0"
description = "Python client for Sentry (https://sentry.io)"
optional = false
python-versions = "*"
files = [
- {file = "sentry-sdk-1.32.0.tar.gz", hash = "sha256:935e8fbd7787a3702457393b74b13d89a5afb67185bc0af85c00cb27cbd42e7c"},
- {file = "sentry_sdk-1.32.0-py2.py3-none-any.whl", hash = "sha256:eeb0b3550536f3bbc05bb1c7e0feb3a78d74acb43b607159a606ed2ec0a33a4d"},
+ {file = "sentry-sdk-1.34.0.tar.gz", hash = "sha256:e5d0d2b25931d88fa10986da59d941ac6037f742ab6ff2fce4143a27981d60c3"},
+ {file = "sentry_sdk-1.34.0-py2.py3-none-any.whl", hash = "sha256:76dd087f38062ac6c1e30ed6feb533ee0037ff9e709974802db7b5dbf2e5db21"},
]
[package.dependencies]
@@ -1834,4 +1834,4 @@ multidict = ">=4.0"
[metadata]
lock-version = "2.0"
python-versions = "3.11.*"
-content-hash = "6352dc725994368c26749b266b51c1b332c25e62510b628beef607763b7aebfb"
+content-hash = "7d1b8e6d4e2e6a3bc74ecd2d12cfa3ee29b7672bd74ea72858b15b1f2715a45c"
diff --git a/pyproject.toml b/pyproject.toml
index 20031304..696b1bfd 100644
--- a/pyproject.toml
+++ b/pyproject.toml
@@ -16,7 +16,7 @@ rapidfuzz = "3.4.0"
arrow = "1.3.0"
beautifulsoup4 = "4.12.2"
pillow = "10.1.0"
-sentry-sdk = "1.32.0"
+sentry-sdk = "1.34.0"
PyYAML = "6.0.1"
emojis = "0.7.0"
coloredlogs = "15.0.1"