diff options
author | 2025-02-23 09:15:56 +0000 | |
---|---|---|
committer | 2025-02-23 09:15:56 +0000 | |
commit | a346be6174ae43c8ba738f27c35afdc6e78010d2 (patch) | |
tree | dd916e2cd777d72a825c08ae237afbd296a74951 /pyproject.toml | |
parent | Merge pull request #1469 from python-discord/dependabot/pip/coverage-7.6.12 (diff) |
Bump sentry-sdk from 2.20.0 to 2.22.0
Bumps [sentry-sdk](https://github.com/getsentry/sentry-python) from 2.20.0 to 2.22.0.
- [Release notes](https://github.com/getsentry/sentry-python/releases)
- [Changelog](https://github.com/getsentry/sentry-python/blob/master/CHANGELOG.md)
- [Commits](https://github.com/getsentry/sentry-python/compare/2.20.0...2.22.0)
---
updated-dependencies:
- dependency-name: sentry-sdk
dependency-type: direct:production
update-type: version-update:semver-minor
...
Signed-off-by: dependabot[bot] <[email protected]>
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] |