aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorGravatar jchristgit <[email protected]>2024-04-11 20:37:28 +0200
committerGravatar GitHub <[email protected]>2024-04-11 20:37:28 +0200
commite2b00909e46e90c3eb2d1367f4b12308b4053ae6 (patch)
treee8dc80693e3fdd2951de4687151d8d3ded72bb00
parentMerge pull request #1291 from python-discord/dependabot/pip/sentry-sdk-1.44.1 (diff)
parentBump sentry-sdk from 1.44.1 to 1.45.0 (diff)
Merge pull request #1294 from python-discord/dependabot/pip/sentry-sdk-1.45.0
Bump sentry-sdk from 1.44.1 to 1.45.0
-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 9bf85d75..40a09d59 100644
--- a/poetry.lock
+++ b/poetry.lock
@@ -1032,13 +1032,13 @@ files = [
[[package]]
name = "sentry-sdk"
-version = "1.44.1"
+version = "1.45.0"
description = "Python client for Sentry (https://sentry.io)"
optional = false
python-versions = "*"
files = [
- {file = "sentry-sdk-1.44.1.tar.gz", hash = "sha256:24e6a53eeabffd2f95d952aa35ca52f0f4201d17f820ac9d3ff7244c665aaf68"},
- {file = "sentry_sdk-1.44.1-py2.py3-none-any.whl", hash = "sha256:5f75eb91d8ab6037c754a87b8501cc581b2827e923682f593bed3539ce5b3999"},
+ {file = "sentry-sdk-1.45.0.tar.gz", hash = "sha256:509aa9678c0512344ca886281766c2e538682f8acfa50fd8d405f8c417ad0625"},
+ {file = "sentry_sdk-1.45.0-py2.py3-none-any.whl", hash = "sha256:1ce29e30240cc289a027011103a8c83885b15ef2f316a60bcc7c5300afa144f1"},
]
[package.dependencies]
@@ -1224,4 +1224,4 @@ brotli = ["Brotli"]
[metadata]
lock-version = "2.0"
python-versions = "3.11.*"
-content-hash = "1a3207fde6bbd05b7b92311cf311dcf27217bd07fa734bdf5c97e39bd99b3aaa"
+content-hash = "e6a44c42215e33853d4e2fe0fbc0c0aba4f20055543333ad85a6dcb9c50a473a"
diff --git a/pyproject.toml b/pyproject.toml
index c1d3675b..7dff2665 100644
--- a/pyproject.toml
+++ b/pyproject.toml
@@ -22,7 +22,7 @@ PyJWT = {version = "2.8.0", extras = ["crypto"]}
pymdown-extensions = "10.7.1"
python-frontmatter = "1.1.0"
pyyaml = "6.0.1"
-sentry-sdk = "1.44.1"
+sentry-sdk = "1.45.0"
whitenoise = "6.6.0"
psycopg = {extras = ["binary"], version = "3.1.18"}