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 559af1e6..359d0352 100644
--- a/poetry.lock
+++ b/poetry.lock
@@ -1631,14 +1631,14 @@ ocsp = ["cryptography (>=36.0.1)", "pyopenssl (==20.0.1)", "requests (>=2.26.0)"
[[package]]
name = "sentry-sdk"
-version = "1.12.1"
+version = "1.13.0"
description = "Python client for Sentry (https://sentry.io)"
category = "main"
optional = false
python-versions = "*"
files = [
- {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"},
+ {file = "sentry-sdk-1.13.0.tar.gz", hash = "sha256:72da0766c3069a3941eadbdfa0996f83f5a33e55902a19ba399557cfee1dddcc"},
+ {file = "sentry_sdk-1.13.0-py2.py3-none-any.whl", hash = "sha256:b7ff6318183e551145b5c4766eb65b59ad5b63ff234dffddc5fb50340cad6729"},
]
[package.dependencies]
@@ -1665,6 +1665,7 @@ rq = ["rq (>=0.6)"]
sanic = ["sanic (>=0.8)"]
sqlalchemy = ["sqlalchemy (>=1.2)"]
starlette = ["starlette (>=0.19.1)"]
+starlite = ["starlite (>=1.48)"]
tornado = ["tornado (>=5)"]
[[package]]
@@ -1927,4 +1928,4 @@ multidict = ">=4.0"
[metadata]
lock-version = "2.0"
python-versions = "3.10.*"
-content-hash = "b6c0956e3c224aa04ce1387e2d81ccd5229fe910092ee27e8277dccf2ab9578a"
+content-hash = "62a91e7f66cbf81eb6a79bc14c65462182c4873325b60d51edf8ad33e4b2b2fe"
diff --git a/pyproject.toml b/pyproject.toml
index 390128e3..88918e50 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.4.0"
-sentry-sdk = "1.12.1"
+sentry-sdk = "1.13.0"
PyYAML = "6.0"
emojis = "0.7.0"
coloredlogs = "15.0.1"