diff options
| author | 2023-04-05 19:13:39 +0000 | |
|---|---|---|
| committer | 2023-04-05 19:13:39 +0000 | |
| commit | 3ccff86efd60b5f668d5bd267666133bda8acd20 (patch) | |
| tree | 5cafbb402de790bb9c16e8f8748c91cd0fd3edf5 /pyproject.toml | |
| parent | Bump pre-commit from 3.2.1 to 3.2.2 (#2509) (diff) | |
Bump sentry-sdk from 1.18.0 to 1.19.1 (#2511)
Bumps [sentry-sdk](https://github.com/getsentry/sentry-python) from 1.18.0 to 1.19.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.18.0...1.19.1)
---
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 55f369ffd..3885a19b7 100644 --- a/pyproject.toml +++ b/pyproject.toml @@ -27,7 +27,7 @@ python-frontmatter = "1.0.0" pyyaml = "6.0" rapidfuzz = "2.13.7" regex = "2023.3.23" -sentry-sdk = "1.18.0" +sentry-sdk = "1.19.1" tldextract = "3.4.0" pydantic = { version = "1.10.7", extras = ["dotenv"]} |