diff options
author | 2024-03-29 19:35:30 +0000 | |
---|---|---|
committer | 2024-03-29 19:35:30 +0000 | |
commit | e769294792449244a96d465fe2b81b4dae25881b (patch) | |
tree | 2f604bbbc01f139fcf351927a69acbcde3f2c976 | |
parent | Bump lxml from 5.1.0 to 5.1.1 (#1494) (diff) |
Bump sentry-sdk from 1.43.0 to 1.44.0 (#1492)
Bumps [sentry-sdk](https://github.com/getsentry/sentry-python) from 1.43.0 to 1.44.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.43.0...1.44.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>
-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 d700cacc..8becf997 100644 --- a/poetry.lock +++ b/poetry.lock @@ -1530,13 +1530,13 @@ files = [ [[package]] name = "sentry-sdk" -version = "1.43.0" +version = "1.44.0" description = "Python client for Sentry (https://sentry.io)" optional = false python-versions = "*" files = [ - {file = "sentry-sdk-1.43.0.tar.gz", hash = "sha256:41df73af89d22921d8733714fb0fc5586c3461907e06688e6537d01a27e0e0f6"}, - {file = "sentry_sdk-1.43.0-py2.py3-none-any.whl", hash = "sha256:8d768724839ca18d7b4c7463ef7528c40b7aa2bfbf7fe554d5f9a7c044acfd36"}, + {file = "sentry-sdk-1.44.0.tar.gz", hash = "sha256:f7125a9235795811962d52ff796dc032cd1d0dd98b59beaced8380371cd9c13c"}, + {file = "sentry_sdk-1.44.0-py2.py3-none-any.whl", hash = "sha256:eb65289da013ca92fad2694851ad2f086aa3825e808dc285bd7dcaf63602bb18"}, ] [package.dependencies] @@ -1839,4 +1839,4 @@ multidict = ">=4.0" [metadata] lock-version = "2.0" python-versions = "3.11.*" -content-hash = "e3c97ef48a8d3729a1f7b0ac107969d1dd7efbbbb91132ed4a7cdf8936b2e691" +content-hash = "7e4cd019cebed8e32bb9b31517c0f338423aad8280b4eeb2a631997dd5d3cbea" diff --git a/pyproject.toml b/pyproject.toml index 9117874f..93476ba5 100644 --- a/pyproject.toml +++ b/pyproject.toml @@ -15,7 +15,7 @@ rapidfuzz = "3.6.2" arrow = "1.3.0" beautifulsoup4 = "4.12.3" pillow = "10.2.0" -sentry-sdk = "1.43.0" +sentry-sdk = "1.44.0" PyYAML = "6.0.1" emojis = "0.7.0" coloredlogs = "15.0.1" |