aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorGravatar Xithrius <[email protected]>2022-11-23 13:30:56 -0800
committerGravatar GitHub <[email protected]>2022-11-23 13:30:56 -0800
commit2f0959b6fea478a9a45f462600207691de4268ab (patch)
tree76f0f684103c4597a651574b25239d4cf201f643
parentMerge pull request #765 from Robin5605/discordpy-error-handling (diff)
parentMerge branch 'main' into dependabot/pip/sentry-sdk-1.11.1 (diff)
Merge pull request #802 from python-discord/dependabot/pip/sentry-sdk-1.11.1
-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 e9824ca9..7366291c 100644
--- a/poetry.lock
+++ b/poetry.lock
@@ -735,7 +735,7 @@ idna2008 = ["idna"]
[[package]]
name = "sentry-sdk"
-version = "1.11.0"
+version = "1.11.1"
description = "Python client for Sentry (https://sentry.io)"
category = "main"
optional = false
@@ -912,7 +912,7 @@ brotli = ["Brotli"]
[metadata]
lock-version = "1.1"
python-versions = "3.10.*"
-content-hash = "ac9503ea4d6f2a3d81a1b2add7134953caab182786a1de82e1b1c54f8b2de795"
+content-hash = "f1c5d494f2aa08c9fe1023b39482cb9c7ce4bcd106c5af9f30c893e94574efb9"
[metadata.files]
anyio = [
@@ -1445,8 +1445,8 @@ rfc3986 = [
{file = "rfc3986-1.5.0.tar.gz", hash = "sha256:270aaf10d87d0d4e095063c65bf3ddbc6ee3d0b226328ce21e036f946e421835"},
]
sentry-sdk = [
- {file = "sentry-sdk-1.11.0.tar.gz", hash = "sha256:e7b78a1ddf97a5f715a50ab8c3f7a93f78b114c67307785ee828ef67a5d6f117"},
- {file = "sentry_sdk-1.11.0-py2.py3-none-any.whl", hash = "sha256:f467e6c7fac23d4d42bc83eb049c400f756cd2d65ab44f0cc1165d0c7c3d40bc"},
+ {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"},
]
setuptools = [
{file = "setuptools-65.5.0-py3-none-any.whl", hash = "sha256:f62ea9da9ed6289bfe868cd6845968a2c854d1427f8548d52cae02a42b4f0356"},
diff --git a/pyproject.toml b/pyproject.toml
index ecd71dac..fa15e290 100644
--- a/pyproject.toml
+++ b/pyproject.toml
@@ -17,7 +17,7 @@ whitenoise = "6.2.0"
httpx = "0.23.1"
pyyaml = "6.0"
gunicorn = "20.1.0"
-sentry-sdk = "1.11.0"
+sentry-sdk = "1.11.1"
markdown = "3.4.1"
python-frontmatter = "1.0.0"
django-prometheus = "2.2.0"