aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorGravatar wookie184 <[email protected]>2023-01-16 19:59:07 +0000
committerGravatar GitHub <[email protected]>2023-01-16 19:59:07 +0000
commit48cf1d867d996ca4ab2555368735585536fa85c5 (patch)
treeae67644530b07e3556da775051e5e5b941672ba5
parentMerge pull request #846 from python-discord/dependabot/github_actions/actions... (diff)
parentBump sentry-sdk from 1.12.1 to 1.13.0 (diff)
Merge pull request #838 from python-discord/dependabot/pip/sentry-sdk-1.13.0
Bump sentry-sdk from 1.12.1 to 1.13.0
-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 a8aabf63..ead1ef79 100644
--- a/poetry.lock
+++ b/poetry.lock
@@ -1266,14 +1266,14 @@ idna2008 = ["idna"]
[[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]
@@ -1300,6 +1300,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]]
@@ -1492,4 +1493,4 @@ brotli = ["Brotli"]
[metadata]
lock-version = "2.0"
python-versions = "3.10.*"
-content-hash = "4421b4dbd372cf7deabb6a9537100d94d75aeabe7b477ef3c6a1032755641d1a"
+content-hash = "63d3a22be93b1ded0eecd15fb61654089ea6d0dc275689e181f0aa70bf4cb1e3"
diff --git a/pyproject.toml b/pyproject.toml
index 8e18aab1..71bed100 100644
--- a/pyproject.toml
+++ b/pyproject.toml
@@ -17,7 +17,7 @@ whitenoise = "6.3.0"
httpx = "0.23.3"
pyyaml = "6.0"
gunicorn = "20.1.0"
-sentry-sdk = "1.12.1"
+sentry-sdk = "1.13.0"
markdown = "3.4.1"
python-frontmatter = "1.0.0"
django-prometheus = "2.2.0"