diff options
| author | 2023-06-12 12:17:19 +0100 | |
|---|---|---|
| committer | 2023-06-12 12:17:19 +0100 | |
| commit | 0c1206c027700a0729b6ff75d77ded279e575ff5 (patch) | |
| tree | a28786aaf966b7fab1bcebf0d29a33845fca8b6f /pyproject.toml | |
| parent | Bump pydantic from 1.10.8 to 1.10.9 (#1294) (diff) | |
Bump sentry-sdk from 1.25.0 to 1.25.1 (#1292)
Bumps [sentry-sdk](https://github.com/getsentry/sentry-python) from 1.25.0 to 1.25.1.
- [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.25.0...1.25.1)
---
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 4509c9d1..8d313ad6 100644 --- a/pyproject.toml +++ b/pyproject.toml @@ -16,7 +16,7 @@ rapidfuzz = "3.1.1" arrow = "1.2.3" beautifulsoup4 = "4.12.2" pillow = "9.5.0" -sentry-sdk = "1.25.0" +sentry-sdk = "1.25.1" PyYAML = "6.0" emojis = "0.7.0" coloredlogs = "15.0.1" |