aboutsummaryrefslogtreecommitdiffstats
path: root/pyproject.toml
diff options
context:
space:
mode:
authorGravatar Xithrius <[email protected]>2024-06-28 02:47:28 -0700
committerGravatar GitHub <[email protected]>2024-06-28 02:47:28 -0700
commit2d9b4c3ccdffee6bf778341f603862b5c04c41b5 (patch)
tree370554fab1e67d6054c2c9a79c75dec5423e8e98 /pyproject.toml
parentMerge pull request #1352 from python-discord/dependabot/pip/ruff-0.5.0 (diff)
parentBump sentry-sdk from 2.7.0 to 2.7.1 (diff)
Merge pull request #1351 from python-discord/dependabot/pip/sentry-sdk-2.7.1
Diffstat (limited to 'pyproject.toml')
-rw-r--r--pyproject.toml2
1 files changed, 1 insertions, 1 deletions
diff --git a/pyproject.toml b/pyproject.toml
index 3a9401f9..77b0fa3c 100644
--- a/pyproject.toml
+++ b/pyproject.toml
@@ -22,7 +22,7 @@ PyJWT = {version = "2.8.0", extras = ["crypto"]}
pymdown-extensions = "10.8.1"
python-frontmatter = "1.1.0"
pyyaml = "6.0.1"
-sentry-sdk = "2.7.0"
+sentry-sdk = "2.7.1"
whitenoise = "6.7.0"
psycopg = {extras = ["binary"], version = "3.1.19"}