diff options
author | 2023-11-03 09:33:14 +0100 | |
---|---|---|
committer | 2023-11-03 09:33:14 +0100 | |
commit | b2aba4d124d73f520ffa19dbfa1e43d17ab008a3 (patch) | |
tree | 0c985f68b62366c1c3e315afc148f8097db83111 /pyproject.toml | |
parent | Merge pull request #1136 from python-discord/dependabot/pip/django-4.2.7 (diff) | |
parent | Bump sentry-sdk from 1.33.1 to 1.34.0 (diff) |
Merge pull request #1137 from python-discord/dependabot/pip/sentry-sdk-1.34.0
Bump sentry-sdk from 1.33.1 to 1.34.0
Diffstat (limited to 'pyproject.toml')
-rw-r--r-- | pyproject.toml | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/pyproject.toml b/pyproject.toml index 63d867db..e6764ce7 100644 --- a/pyproject.toml +++ b/pyproject.toml @@ -22,7 +22,7 @@ PyJWT = {version = "2.8.0", extras = ["crypto"]} pymdown-extensions = "10.3.1" python-frontmatter = "1.0.0" pyyaml = "6.0.1" -sentry-sdk = "1.33.1" +sentry-sdk = "1.34.0" whitenoise = "6.6.0" psycopg = {extras = ["binary"], version = "3.1.12"} |