diff options
author | 2023-05-07 20:38:45 +0000 | |
---|---|---|
committer | 2023-05-07 20:38:45 +0000 | |
commit | 664bc1ab9aadfe928da97d3bf64d59eb6769e2d3 (patch) | |
tree | 03ec5b6fa1bc2dae913750217ac2d57d0e8b6104 /pyproject.toml | |
parent | Merge pull request #2581 from python-discord/Prepend-closed-to-closed-help-ch... (diff) |
Bump sentry-sdk from 1.21.1 to 1.22.0 (#2582)
Bumps [sentry-sdk](https://github.com/getsentry/sentry-python) from 1.21.1 to 1.22.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.21.1...1.22.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 e609309f4..21e0071e2 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.5.5" -sentry-sdk = "1.21.1" +sentry-sdk = "1.22.0" tldextract = "3.4.1" pydantic = { version = "1.10.7", extras = ["dotenv"]} |