aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorGravatar Johannes Christ <[email protected]>2023-05-18 16:16:14 +0200
committerGravatar GitHub <[email protected]>2023-05-18 16:16:14 +0200
commita3b7ea5389ba999e2fcb2ea5d945a7e8206fb731 (patch)
tree7f2d8c49b5a5597ab553072be36ee3e57ece5ee0
parentMerge pull request #976 from python-discord/dependabot/pip/sentry-sdk-1.23.0 (diff)
parentBump sentry-sdk from 1.23.0 to 1.23.1 (diff)
Merge pull request #979 from python-discord/dependabot/pip/sentry-sdk-1.23.1
Bump sentry-sdk from 1.23.0 to 1.23.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 432e37ba..632056f1 100644
--- a/poetry.lock
+++ b/poetry.lock
@@ -1016,14 +1016,14 @@ files = [
[[package]]
name = "sentry-sdk"
-version = "1.23.0"
+version = "1.23.1"
description = "Python client for Sentry (https://sentry.io)"
category = "main"
optional = false
python-versions = "*"
files = [
- {file = "sentry-sdk-1.23.0.tar.gz", hash = "sha256:58f4ff9e76c21bc7172eeec9f1bccb3ff2247c74c71d5590438ce36c803f46ea"},
- {file = "sentry_sdk-1.23.0-py2.py3-none-any.whl", hash = "sha256:01b56a276642d31cf9b4aaf0b55938677265d7006be4785a10ef6330d0f5bba9"},
+ {file = "sentry-sdk-1.23.1.tar.gz", hash = "sha256:0300fbe7a07b3865b3885929fb863a68ff01f59e3bcfb4e7953d0bf7fd19c67f"},
+ {file = "sentry_sdk-1.23.1-py2.py3-none-any.whl", hash = "sha256:a884e2478e0b055776ea2b9234d5de9339b4bae0b3a5e74ae43d131db8ded27e"},
]
[package.dependencies]
@@ -1213,4 +1213,4 @@ brotli = ["Brotli"]
[metadata]
lock-version = "2.0"
python-versions = "3.11.*"
-content-hash = "257cce52740df80087474220a71d06dc97c3a67ab09f27d72aca1f383d0410aa"
+content-hash = "ae1bbcab03cf23ac4274833714d289ef72346827d0f0f10ebab16e06dd779ef7"
diff --git a/pyproject.toml b/pyproject.toml
index 6cfe8be3..00eb930c 100644
--- a/pyproject.toml
+++ b/pyproject.toml
@@ -22,7 +22,7 @@ PyJWT = {version = "2.7.0", extras = ["crypto"]}
pymdown-extensions = "10.0.1"
python-frontmatter = "1.0.0"
pyyaml = "6.0"
-sentry-sdk = "1.23.0"
+sentry-sdk = "1.23.1"
whitenoise = "6.4.0"
psycopg = {extras = ["binary"], version = "3.1.9"}