diff options
author | 2025-02-23 10:30:48 +0100 | |
---|---|---|
committer | 2025-02-23 10:30:48 +0100 | |
commit | 805db41b6aec645b09f60a41ec0b6cfff02ba4dd (patch) | |
tree | 1840c7c047668223b3130ef237c8cd61065154e9 /pyproject.toml | |
parent | Merge pull request #1469 from python-discord/dependabot/pip/coverage-7.6.12 (diff) | |
parent | Migrate to new tracing parameter (diff) |
Merge pull request #1472 from python-discord/dependabot/pip/sentry-sdk-2.22.0
Bump sentry-sdk from 2.20.0 to 2.22.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 efd07e8b..dbc4cb10 100644 --- a/pyproject.toml +++ b/pyproject.toml @@ -24,7 +24,7 @@ pyjwt = {version = "2.10.1", extras = ["crypto"]} pymdown-extensions = "10.14.3" python-frontmatter = "1.1.0" pyyaml = "6.0.2" -sentry-sdk = "2.20.0" +sentry-sdk = "2.22.0" whitenoise = "6.9.0" [tool.poetry.group.dev.dependencies] |