diff options
author | 2025-02-03 05:55:57 +0000 | |
---|---|---|
committer | 2025-02-05 20:50:44 +0100 | |
commit | 8d652025b93e2d2bd02f82b00f718ce9b1e7278d (patch) | |
tree | 5accab11f137862697eaafab4ddf5aac9c4433dc /pyproject.toml | |
parent | Update all dependencies (diff) |
Bump sentry-sdk from 2.19.0 to 2.20.0
Bumps [sentry-sdk](https://github.com/getsentry/sentry-python) from 2.19.0 to 2.20.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.19.0...2.20.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 04d015d4..a63f65b4 100644 --- a/pyproject.toml +++ b/pyproject.toml @@ -24,7 +24,7 @@ pyjwt = {version = "2.10.0", extras = ["crypto"]} pymdown-extensions = "10.12" python-frontmatter = "1.1.0" pyyaml = "6.0.2" -sentry-sdk = "2.19.0" +sentry-sdk = "2.20.0" whitenoise = "6.8.2" [tool.poetry.group.dev.dependencies] |