aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
-rw-r--r--poetry.lock9
-rw-r--r--pyproject.toml2
2 files changed, 6 insertions, 5 deletions
diff --git a/poetry.lock b/poetry.lock
index ae98fe89..2aa94d84 100644
--- a/poetry.lock
+++ b/poetry.lock
@@ -740,7 +740,7 @@ ocsp = ["cryptography (>=36.0.1)", "pyopenssl (==20.0.1)", "requests (>=2.26.0)"
[[package]]
name = "sentry-sdk"
-version = "1.11.1"
+version = "1.12.1"
description = "Python client for Sentry (https://sentry.io)"
category = "main"
optional = false
@@ -761,6 +761,7 @@ falcon = ["falcon (>=1.4)"]
fastapi = ["fastapi (>=0.79.0)"]
flask = ["blinker (>=1.1)", "flask (>=0.11)"]
httpx = ["httpx (>=0.16.0)"]
+opentelemetry = ["opentelemetry-distro (>=0.350b0)"]
pure-eval = ["asttokens", "executing", "pure-eval"]
pymongo = ["pymongo (>=3.1)"]
pyspark = ["pyspark (>=2.4.4)"]
@@ -923,7 +924,7 @@ multidict = ">=4.0"
[metadata]
lock-version = "1.1"
python-versions = "3.10.*"
-content-hash = "75f28689ce423ac85ff25cb7560bb655bf923a2126638dfdb283f2921a23ac76"
+content-hash = "980f529ac1e5064e4e6b1d13081db5134c1d051af667336bd7d19fa8e2c58615"
[metadata.files]
aiodns = [
@@ -1820,8 +1821,8 @@ redis = [
{file = "redis-4.3.4.tar.gz", hash = "sha256:ddf27071df4adf3821c4f2ca59d67525c3a82e5f268bed97b813cb4fabf87880"},
]
sentry-sdk = [
- {file = "sentry-sdk-1.11.1.tar.gz", hash = "sha256:675f6279b6bb1fea09fd61751061f9a90dca3b5929ef631dd50dc8b3aeb245e9"},
- {file = "sentry_sdk-1.11.1-py2.py3-none-any.whl", hash = "sha256:8b4ff696c0bdcceb3f70bbb87a57ba84fd3168b1332d493fcd16c137f709578c"},
+ {file = "sentry-sdk-1.12.1.tar.gz", hash = "sha256:5bbe4b72de22f9ac1e67f2a4e6efe8fbd595bb59b7b223443f50fe5802a5551c"},
+ {file = "sentry_sdk-1.12.1-py2.py3-none-any.whl", hash = "sha256:9f0b960694e2d8bb04db4ba6ac2a645040caef4e762c65937998ff06064f10d6"},
]
setuptools = [
{file = "setuptools-65.3.0-py3-none-any.whl", hash = "sha256:2e24e0bec025f035a2e72cdd1961119f557d78ad331bb00ff82efb2ab8da8e82"},
diff --git a/pyproject.toml b/pyproject.toml
index 06b10a24..85835119 100644
--- a/pyproject.toml
+++ b/pyproject.toml
@@ -17,7 +17,7 @@ rapidfuzz = "2.13.7"
arrow = "1.2.3"
beautifulsoup4 = "4.11.1"
pillow = "9.3.0"
-sentry-sdk = "1.11.1"
+sentry-sdk = "1.12.1"
PyYAML = "6.0"
emojis = "0.7.0"
coloredlogs = "15.0.1"