diff options
| author | 2023-04-29 13:44:51 +0000 | |
|---|---|---|
| committer | 2023-04-29 13:44:51 +0000 | |
| commit | ba5728fcf05d4277a1cb0af2bb5427909fa61214 (patch) | |
| tree | cc94adacea02f6c4c68bb086a7c895c10ae65233 /pyproject.toml | |
| parent | Bump coverage from 7.2.3 to 7.2.4 (#2568) (diff) | |
Bump sentry-sdk from 1.20.0 to 1.21.1 (#2570)
Bumps [sentry-sdk](https://github.com/getsentry/sentry-python) from 1.20.0 to 1.21.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.20.0...1.21.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 85e1994f9..adacfdc92 100644 --- a/pyproject.toml +++ b/pyproject.toml @@ -27,7 +27,7 @@ python-frontmatter = "1.0.0" pyyaml = "6.0" rapidfuzz = "3.0.0" regex = "2023.3.23" -sentry-sdk = "1.20.0" +sentry-sdk = "1.21.1" tldextract = "3.4.1" pydantic = { version = "1.10.7", extras = ["dotenv"]} |