diff options
author | 2024-04-14 15:31:22 +0100 | |
---|---|---|
committer | 2024-04-14 15:31:22 +0100 | |
commit | 324cb65b5e2fbc52cb494f02a11dc40e56f0a5cb (patch) | |
tree | 3bb528a9a5737f9c2825bfd3e45b4326b00203ed | |
parent | Bump ruff from 0.3.5 to 0.3.7 (#3012) (diff) |
Bump sentry-sdk from 1.44.1 to 1.45.0 (#3009)
Bumps [sentry-sdk](https://github.com/getsentry/sentry-python) from 1.44.1 to 1.45.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.44.1...1.45.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 d451940b7..04ffb9539 100644 --- a/poetry.lock +++ b/poetry.lock @@ -2082,13 +2082,13 @@ files = [ [[package]] name = "sentry-sdk" -version = "1.44.1" +version = "1.45.0" description = "Python client for Sentry (https://sentry.io)" optional = false python-versions = "*" files = [ - {file = "sentry-sdk-1.44.1.tar.gz", hash = "sha256:24e6a53eeabffd2f95d952aa35ca52f0f4201d17f820ac9d3ff7244c665aaf68"}, - {file = "sentry_sdk-1.44.1-py2.py3-none-any.whl", hash = "sha256:5f75eb91d8ab6037c754a87b8501cc581b2827e923682f593bed3539ce5b3999"}, + {file = "sentry-sdk-1.45.0.tar.gz", hash = "sha256:509aa9678c0512344ca886281766c2e538682f8acfa50fd8d405f8c417ad0625"}, + {file = "sentry_sdk-1.45.0-py2.py3-none-any.whl", hash = "sha256:1ce29e30240cc289a027011103a8c83885b15ef2f316a60bcc7c5300afa144f1"}, ] [package.dependencies] @@ -2433,4 +2433,4 @@ multidict = ">=4.0" [metadata] lock-version = "2.0" python-versions = "3.12.*" -content-hash = "ba23556fb4dd3b449d5a0607a37ef9ae5bdcf90b70f511c43c0841a54c331a4d" +content-hash = "8cfabd635f24a636e24e808b88c393d2eeec206e6e3d8f957e85d23f89db52dd" diff --git a/pyproject.toml b/pyproject.toml index 875d7d661..13ad3469c 100644 --- a/pyproject.toml +++ b/pyproject.toml @@ -26,7 +26,7 @@ python-dateutil = "2.9.0.post0" python-frontmatter = "1.1.0" rapidfuzz = "3.8.1" regex = "2023.12.25" -sentry-sdk = "1.44.1" +sentry-sdk = "1.45.0" tldextract = "5.1.2" pydantic = "2.6.4" pydantic-settings = "2.2.1" |