diff options
author | 2025-01-03 14:21:36 +0000 | |
---|---|---|
committer | 2025-01-03 14:21:36 +0000 | |
commit | 7b98c7bdc16657677b049d442924397aecc71b40 (patch) | |
tree | b2b95d54f6c4b3b0099385f922939db39b65dfc1 /pyproject.toml | |
parent | Bump markdownify from 0.13.1 to 0.14.1 (#3205) (diff) |
Bump sentry-sdk from 2.19.0 to 2.19.2 (#3224)
Bumps [sentry-sdk](https://github.com/getsentry/sentry-python) from 2.19.0 to 2.19.2.
- [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.19.2)
---
updated-dependencies:
- dependency-name: sentry-sdk
dependency-type: direct:production
update-type: version-update:semver-patch
...
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 fa48451a7..3610bc5b5 100644 --- a/pyproject.toml +++ b/pyproject.toml @@ -25,7 +25,7 @@ python-dateutil = "2.9.0.post0" python-frontmatter = "1.1.0" rapidfuzz = "3.10.1" regex = "2024.11.6" -sentry-sdk = "2.19.0" +sentry-sdk = "2.19.2" tenacity = "9.0.0" tldextract = "5.1.3" pydantic = "2.10.1" |