diff options
author | 2024-08-30 08:48:05 +0000 | |
---|---|---|
committer | 2024-08-30 08:48:05 +0000 | |
commit | 30e0d09dc7ff4c67d4cc137ebe38f0649a9f9cd5 (patch) | |
tree | 61793fd262d04d8c6c69e3b301dba1f6150df31f /pyproject.toml | |
parent | Bump pip-licenses from 4.5.1 to 5.0.0 (#3134) (diff) |
Bump sentry-sdk from 2.10.0 to 2.13.0 (#3146)
Bumps [sentry-sdk](https://github.com/getsentry/sentry-python) from 2.10.0 to 2.13.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.10.0...2.13.0)
---
updated-dependencies:
- dependency-name: sentry-sdk
dependency-type: direct:production
update-type: version-update:semver-minor
...
Signed-off-by: dependabot[bot] <[email protected]>
Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
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 4608833a0..cc9988030 100644 --- a/pyproject.toml +++ b/pyproject.toml @@ -25,7 +25,7 @@ python-dateutil = "2.9.0.post0" python-frontmatter = "1.1.0" rapidfuzz = "3.9.4" regex = "2024.5.15" -sentry-sdk = "2.10.0" +sentry-sdk = "2.13.0" tldextract = "5.1.2" pydantic = "2.6.4" pydantic-settings = "2.2.1" |