diff options
| author | 2023-08-01 14:12:29 +0100 | |
|---|---|---|
| committer | 2023-08-01 14:12:29 +0100 | |
| commit | 650152153dbf02292f435eda699bf196e34d3c6f (patch) | |
| tree | 727dbd7cbef9a72a96ddcf575f692dd9a84aa48f | |
| parent | Bump pydis-core from 9.9.0 to 10.0.0 (#1330) (diff) | |
Bump sentry-sdk from 1.28.0 to 1.29.0 (#1337)
Bumps [sentry-sdk](https://github.com/getsentry/sentry-python) from 1.28.0 to 1.29.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.28.0...1.29.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 '')
| -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 9157248a..7b2472a8 100644 --- a/poetry.lock +++ b/poetry.lock @@ -1520,13 +1520,13 @@ files = [  [[package]]  name = "sentry-sdk" -version = "1.28.0" +version = "1.29.0"  description = "Python client for Sentry (https://sentry.io)"  optional = false  python-versions = "*"  files = [ -    {file = "sentry-sdk-1.28.0.tar.gz", hash = "sha256:2281ba98011cfa9bc9bb15c1074b6dd9f7fdfce94033cd25b50f18f078ffed4c"}, -    {file = "sentry_sdk-1.28.0-py2.py3-none-any.whl", hash = "sha256:b8b363aaa3f3d6a3acc1aa571efa4db29fb440339fed03560bb1276b8d2c2509"}, +    {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"},  ]  [package.dependencies] @@ -1796,4 +1796,4 @@ multidict = ">=4.0"  [metadata]  lock-version = "2.0"  python-versions = "3.11.*" -content-hash = "cb6cb68902e104c54e2ba8427dc06b6e98e70747329a7ef52d05e7277e35aa70" +content-hash = "450939cc059c17d43268d17d1370a4342d9e914025379ca186d20a67d92dfe69" diff --git a/pyproject.toml b/pyproject.toml index f9ab9894..51699808 100644 --- a/pyproject.toml +++ b/pyproject.toml @@ -16,7 +16,7 @@ rapidfuzz = "3.1.1"  arrow = "1.2.3"  beautifulsoup4 = "4.12.2"  pillow = "10.0.0" -sentry-sdk = "1.28.0" +sentry-sdk = "1.29.0"  PyYAML = "6.0"  emojis = "0.7.0"  coloredlogs = "15.0.1" | 
