diff options
author | 2024-07-14 21:07:34 +0000 | |
---|---|---|
committer | 2024-07-14 21:07:34 +0000 | |
commit | 4bf82805c12b118b708eefb4f2a296e1d6ecfbd3 (patch) | |
tree | 2748192fdb28ad33cd64c57c9339af0f89787022 /pyproject.toml | |
parent | Remove Redis max connections limit (diff) |
Bump sentry-sdk from 2.7.1 to 2.9.0
Bumps [sentry-sdk](https://github.com/getsentry/sentry-python) from 2.7.1 to 2.9.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.7.1...2.9.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 28acb98c4..d79da72ec 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.7.1" +sentry-sdk = "2.9.0" tldextract = "5.1.2" pydantic = "2.6.4" pydantic-settings = "2.2.1" |