diff options
author | 2023-04-29 13:44:51 +0000 | |
---|---|---|
committer | 2023-04-29 13:44:51 +0000 | |
commit | ba5728fcf05d4277a1cb0af2bb5427909fa61214 (patch) | |
tree | cc94adacea02f6c4c68bb086a7c895c10ae65233 | |
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>
-rw-r--r-- | poetry.lock | 8 | ||||
-rw-r--r-- | pyproject.toml | 2 |
2 files changed, 5 insertions, 5 deletions
diff --git a/poetry.lock b/poetry.lock index 1f21325cc..5695769e9 100644 --- a/poetry.lock +++ b/poetry.lock @@ -1933,14 +1933,14 @@ files = [ [[package]] name = "sentry-sdk" -version = "1.20.0" +version = "1.21.1" description = "Python client for Sentry (https://sentry.io)" category = "main" optional = false python-versions = "*" files = [ - {file = "sentry-sdk-1.20.0.tar.gz", hash = "sha256:a3410381ae769a436c0852cce140a5e5e49f566a07fb7c2ab445af1302f6ad89"}, - {file = "sentry_sdk-1.20.0-py2.py3-none-any.whl", hash = "sha256:0ad6bbbe78057b8031a07de7aca6d2a83234e51adc4d436eaf8d8c697184db71"}, + {file = "sentry-sdk-1.21.1.tar.gz", hash = "sha256:99c15556a23621be9f18c2955f7ce63321713bf1c0ad396b27b61399bac5f458"}, + {file = "sentry_sdk-1.21.1-py2.py3-none-any.whl", hash = "sha256:092888f3abf7a2ea78f0bfcefc3e0465caee2b6f0efb26f538ccc60f95dca179"}, ] [package.dependencies] @@ -2262,4 +2262,4 @@ multidict = ">=4.0" [metadata] lock-version = "2.0" python-versions = "3.11.*" -content-hash = "55f7b40f8deca86c690e6a3fbcc536b0e47378c2ca46b6e76c1bb327ecb97ddc" +content-hash = "27fdd5560d3795c9b206e9330da51bcb32158575dc5a09212534cb84f938ba51" 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"]} |