diff options
| author | 2023-11-13 14:16:26 +0000 | |
|---|---|---|
| committer | 2023-11-13 14:16:26 +0000 | |
| commit | cf6922087dc778c97765dc6c5c89a2341e3648c7 (patch) | |
| tree | 156286a5acaa1be5aae7e247fa7a5a108131d8c3 /pyproject.toml | |
| parent | Bump httpx from 0.25.0 to 0.25.1 (#2804) (diff) | |
Bump sentry-sdk from 1.34.0 to 1.35.0 (#2814)
Bumps [sentry-sdk](https://github.com/getsentry/sentry-python) from 1.34.0 to 1.35.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/1.34.0...1.35.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 4dc77803f..17e0d896d 100644 --- a/pyproject.toml +++ b/pyproject.toml @@ -26,7 +26,7 @@ python-dateutil = "2.8.2" python-frontmatter = "1.0.0" rapidfuzz = "3.5.2" regex = "2023.10.3" -sentry-sdk = "1.34.0" +sentry-sdk = "1.35.0" tldextract = "5.1.0" pydantic = "2.0.3" pydantic-settings = "2.0.3" |