aboutsummaryrefslogtreecommitdiffstats
path: root/pyproject.toml
diff options
context:
space:
mode:
authorGravatar ChrisJL <[email protected]>2023-07-14 09:39:51 +0100
committerGravatar GitHub <[email protected]>2023-07-14 09:39:51 +0100
commit4a7c48ff6c45ecba0ec0a76fbc0cd32460f3bb1b (patch)
tree929d0398caf1ea7821e600997aaafe607b333561 /pyproject.toml
parentMerge pull request #1030 from python-discord/dependabot/github_actions/covera... (diff)
parentBump sentry-sdk from 1.28.0 to 1.28.1 (diff)
Merge pull request #1029 from python-discord/dependabot/pip/sentry-sdk-1.28.1
Bump sentry-sdk from 1.28.0 to 1.28.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 b3abde2a..c49df81f 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.28.0"
+sentry-sdk = "1.28.1"
whitenoise = "6.5.0"
psycopg = {extras = ["binary"], version = "3.1.9"}