diff options
author | 2024-04-14 15:31:22 +0100 | |
---|---|---|
committer | 2024-04-14 15:31:22 +0100 | |
commit | 324cb65b5e2fbc52cb494f02a11dc40e56f0a5cb (patch) | |
tree | 3bb528a9a5737f9c2825bfd3e45b4326b00203ed /pyproject.toml | |
parent | Bump ruff from 0.3.5 to 0.3.7 (#3012) (diff) |
Bump sentry-sdk from 1.44.1 to 1.45.0 (#3009)
Bumps [sentry-sdk](https://github.com/getsentry/sentry-python) from 1.44.1 to 1.45.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.44.1...1.45.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 875d7d661..13ad3469c 100644 --- a/pyproject.toml +++ b/pyproject.toml @@ -26,7 +26,7 @@ python-dateutil = "2.9.0.post0" python-frontmatter = "1.1.0" rapidfuzz = "3.8.1" regex = "2023.12.25" -sentry-sdk = "1.44.1" +sentry-sdk = "1.45.0" tldextract = "5.1.2" pydantic = "2.6.4" pydantic-settings = "2.2.1" |