aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorGravatar wookie184 <[email protected]>2022-10-05 18:27:50 +0100
committerGravatar GitHub <[email protected]>2022-10-05 18:27:50 +0100
commit87dc616fbfd375c9d2d278204b573d950e03d005 (patch)
treedc6aea41cf098654f0fc1d3ec2caeb4881cd63a4
parentMerge pull request #1112 from python-discord/fix-issue-1107 (diff)
parentBump sentry-sdk from 1.9.9 to 1.9.10 (diff)
Merge pull request #1115 from python-discord/dependabot/pip/sentry-sdk-1.9.10
Bump sentry-sdk from 1.9.9 to 1.9.10
-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 33433fc1..474085db 100644
--- a/poetry.lock
+++ b/poetry.lock
@@ -745,7 +745,7 @@ ocsp = ["cryptography (>=36.0.1)", "pyopenssl (==20.0.1)", "requests (>=2.26.0)"
[[package]]
name = "sentry-sdk"
-version = "1.9.9"
+version = "1.9.10"
description = "Python client for Sentry (https://sentry.io)"
category = "main"
optional = false
@@ -919,7 +919,7 @@ multidict = ">=4.0"
[metadata]
lock-version = "1.1"
python-versions = "3.10.*"
-content-hash = "232ec6b3a43b4c2f160ea6095bc7a842e987f1607fe89c33524ebbdbf5bb172e"
+content-hash = "9e0bfc69bd050fe78ee70d702d577f0cf4a9f74450130a9af27d18b61d37a6f9"
[metadata.files]
aiodns = [
@@ -1922,8 +1922,8 @@ redis = [
{file = "redis-4.3.4.tar.gz", hash = "sha256:ddf27071df4adf3821c4f2ca59d67525c3a82e5f268bed97b813cb4fabf87880"},
]
sentry-sdk = [
- {file = "sentry-sdk-1.9.9.tar.gz", hash = "sha256:d6c71d2f85710b66822adaa954af7912bab135d6c85febd5b0f3dfd4ab37e181"},
- {file = "sentry_sdk-1.9.9-py2.py3-none-any.whl", hash = "sha256:ef925b5338625448645a778428d8f22a3d17de8b28cc8e6fba60b93393ad86fe"},
+ {file = "sentry-sdk-1.9.10.tar.gz", hash = "sha256:4fbace9a763285b608c06f01a807b51acb35f6059da6a01236654e08b0ee81ff"},
+ {file = "sentry_sdk-1.9.10-py2.py3-none-any.whl", hash = "sha256:2469240f6190aaebcb453033519eae69cfe8cc602065b4667e18ee14fc1e35dc"},
]
setuptools = [
{file = "setuptools-65.3.0-py3-none-any.whl", hash = "sha256:2e24e0bec025f035a2e72cdd1961119f557d78ad331bb00ff82efb2ab8da8e82"},
diff --git a/pyproject.toml b/pyproject.toml
index dd6d5e25..21780797 100644
--- a/pyproject.toml
+++ b/pyproject.toml
@@ -17,7 +17,7 @@ rapidfuzz = "2.10.2"
arrow = "1.2.3"
beautifulsoup4 = "4.11.1"
pillow = "9.2.0"
-sentry-sdk = "1.9.9"
+sentry-sdk = "1.9.10"
PyYAML = "6.0"
emojis = "0.6.0"
coloredlogs = "15.0.1"