diff options
author | 2023-11-13 14:16:26 +0000 | |
---|---|---|
committer | 2023-11-13 14:16:26 +0000 | |
commit | cf6922087dc778c97765dc6c5c89a2341e3648c7 (patch) | |
tree | 156286a5acaa1be5aae7e247fa7a5a108131d8c3 | |
parent | Bump httpx from 0.25.0 to 0.25.1 (#2804) (diff) |
Bump sentry-sdk from 1.34.0 to 1.35.0 (#2814)
Bumps [sentry-sdk](https://github.com/getsentry/sentry-python) from 1.34.0 to 1.35.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.34.0...1.35.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 fba3b6737..9e401d98c 100644 --- a/poetry.lock +++ b/poetry.lock @@ -2010,13 +2010,13 @@ files = [ [[package]] name = "sentry-sdk" -version = "1.34.0" +version = "1.35.0" description = "Python client for Sentry (https://sentry.io)" optional = false python-versions = "*" files = [ - {file = "sentry-sdk-1.34.0.tar.gz", hash = "sha256:e5d0d2b25931d88fa10986da59d941ac6037f742ab6ff2fce4143a27981d60c3"}, - {file = "sentry_sdk-1.34.0-py2.py3-none-any.whl", hash = "sha256:76dd087f38062ac6c1e30ed6feb533ee0037ff9e709974802db7b5dbf2e5db21"}, + {file = "sentry-sdk-1.35.0.tar.gz", hash = "sha256:04e392db9a0d59bd49a51b9e3a92410ac5867556820465057c2ef89a38e953e9"}, + {file = "sentry_sdk-1.35.0-py2.py3-none-any.whl", hash = "sha256:a7865952701e46d38b41315c16c075367675c48d049b90a4cc2e41991ebc7efa"}, ] [package.dependencies] @@ -2342,4 +2342,4 @@ multidict = ">=4.0" [metadata] lock-version = "2.0" python-versions = "3.11.*" -content-hash = "f801a680266a6dc8df59c564e7f7f2d48d0b27698e295ab927764304a6386831" +content-hash = "698c2cb41d0357ddb1249bae6f59f159f2f012b58e790cf1f1c62166d6875a9d" diff --git a/pyproject.toml b/pyproject.toml index 4dc77803f..17e0d896d 100644 --- a/pyproject.toml +++ b/pyproject.toml @@ -26,7 +26,7 @@ python-dateutil = "2.8.2" python-frontmatter = "1.0.0" rapidfuzz = "3.5.2" regex = "2023.10.3" -sentry-sdk = "1.34.0" +sentry-sdk = "1.35.0" tldextract = "5.1.0" pydantic = "2.0.3" pydantic-settings = "2.0.3" |