diff options
author | 2024-06-26 23:48:11 -0700 | |
---|---|---|
committer | 2024-06-26 23:48:11 -0700 | |
commit | 1873fafef81578ff26c9b13d64e9522b314d2892 (patch) | |
tree | 963c514c7f502cf000b149d35e3e6a5d25eb087c /pyproject.toml | |
parent | Merge pull request #1348 from python-discord/dependabot/pip/ruff-0.4.10 (diff) | |
parent | Bump sentry-sdk from 2.6.0 to 2.7.0 (diff) |
Merge pull request #1350 from python-discord/dependabot/pip/sentry-sdk-2.7.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 975c8f5e..83b022fc 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.6.0" +sentry-sdk = "2.7.0" whitenoise = "6.7.0" psycopg = {extras = ["binary"], version = "3.1.19"} |