diff options
author | 2023-08-02 11:53:37 +0100 | |
---|---|---|
committer | 2023-08-02 11:53:37 +0100 | |
commit | 67a70780f67331228658442e6bc38ec8f1740e76 (patch) | |
tree | 08e9cf357602bea5497a319c786f89c3fd5775f1 | |
parent | Bump pydis-core from 10.0.0 to 10.1.0 (#1339) (diff) |
Bump sentry-sdk from 1.29.0 to 1.29.2 (#1338)
Bumps [sentry-sdk](https://github.com/getsentry/sentry-python) from 1.29.0 to 1.29.2.
- [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.29.0...1.29.2)
---
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>
-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 0fbfef9f..62f02e86 100644 --- a/poetry.lock +++ b/poetry.lock @@ -1520,13 +1520,13 @@ files = [ [[package]] name = "sentry-sdk" -version = "1.29.0" +version = "1.29.2" description = "Python client for Sentry (https://sentry.io)" optional = false python-versions = "*" files = [ - {file = "sentry-sdk-1.29.0.tar.gz", hash = "sha256:5053aa7647533b207417cea5f3ee2d5e13aea7001dbb711f46348d7a72597d60"}, - {file = "sentry_sdk-1.29.0-py2.py3-none-any.whl", hash = "sha256:78c764cbec1967c41e24967e9a4a5d1e67a7bc960d125d905f94c068a0300ac9"}, + {file = "sentry-sdk-1.29.2.tar.gz", hash = "sha256:a99ee105384788c3f228726a88baf515fe7b5f1d2d0f215a03d194369f158df7"}, + {file = "sentry_sdk-1.29.2-py2.py3-none-any.whl", hash = "sha256:3e17215d8006612e2df02b0e73115eb8376c37e3f586d8436fa41644e605074d"}, ] [package.dependencies] @@ -1796,4 +1796,4 @@ multidict = ">=4.0" [metadata] lock-version = "2.0" python-versions = "3.11.*" -content-hash = "cbb04819c3f264146d9c29b5279bb1b8696ba47f9ae2e5551caf6349573b5154" +content-hash = "0ece1fe9a81a77e0cc80afa1854e877f9b7178631ef4bfc772fd3fa4a61514ea" diff --git a/pyproject.toml b/pyproject.toml index 0113f900..13e6247d 100644 --- a/pyproject.toml +++ b/pyproject.toml @@ -16,7 +16,7 @@ rapidfuzz = "3.1.2" arrow = "1.2.3" beautifulsoup4 = "4.12.2" pillow = "10.0.0" -sentry-sdk = "1.29.0" +sentry-sdk = "1.29.2" PyYAML = "6.0.1" emojis = "0.7.0" coloredlogs = "15.0.1" |