aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorGravatar dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>2024-03-29 19:44:35 +0000
committerGravatar GitHub <[email protected]>2024-03-29 19:44:35 +0000
commita83912c029efc61b0ee56c2fafc39d7649105080 (patch)
tree07caccb840dc8136b8a566adb554be637cc67e45
parentBump lxml from 5.1.0 to 5.1.1 (#2984) (diff)
Bump sentry-sdk from 1.43.0 to 1.44.0 (#2986)
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.lock8
-rw-r--r--pyproject.toml2
2 files changed, 5 insertions, 5 deletions
diff --git a/poetry.lock b/poetry.lock
index b6ffb3141..a41d6030f 100644
--- a/poetry.lock
+++ b/poetry.lock
@@ -2020,13 +2020,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]
@@ -2371,4 +2371,4 @@ multidict = ">=4.0"
[metadata]
lock-version = "2.0"
python-versions = "3.11.*"
-content-hash = "69697bb0cd4d11728bdf6e01d70bd966d1c116381d3b1172047a4ed1148c4e01"
+content-hash = "645208fe1b7f95c2ee07a03c729fd9b67a960e2aa4d7107f0360c7e0a967140f"
diff --git a/pyproject.toml b/pyproject.toml
index 1d4ca5e6b..3e13d88a1 100644
--- a/pyproject.toml
+++ b/pyproject.toml
@@ -26,7 +26,7 @@ python-dateutil = "2.9.0.post0"
python-frontmatter = "1.1.0"
rapidfuzz = "3.7.0"
regex = "2023.12.25"
-sentry-sdk = "1.43.0"
+sentry-sdk = "1.44.0"
tldextract = "5.1.2"
pydantic = "2.5.2"
pydantic-settings = "2.2.1"