aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorGravatar dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>2023-11-23 06:58:47 +0000
committerGravatar GitHub <[email protected]>2023-11-23 06:58:47 +0000
commit74bc86488aa997bda9e2679e2d554474304b6837 (patch)
tree9ac52b809c9cd667121d636211784eaeb87644a0
parentBump python-frontmatter from 1.0.0 to 1.0.1 (#2812) (diff)
Bump sentry-sdk from 1.35.0 to 1.36.0 (#2821)
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 3afcae1d2..7fad7346d 100644
--- a/poetry.lock
+++ b/poetry.lock
@@ -2010,13 +2010,13 @@ files = [
[[package]]
name = "sentry-sdk"
-version = "1.35.0"
+version = "1.36.0"
description = "Python client for Sentry (https://sentry.io)"
optional = false
python-versions = "*"
files = [
- {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"},
+ {file = "sentry-sdk-1.36.0.tar.gz", hash = "sha256:f32dd16547f2f45e1c71a96fd4a48925e629541f7ddfe3d5d25ef7d5e94eb3c8"},
+ {file = "sentry_sdk-1.36.0-py2.py3-none-any.whl", hash = "sha256:25d574f94fdf72199e331c2401fdac60d01b5be8f32822174c51c3ff0fc2f8cb"},
]
[package.dependencies]
@@ -2342,4 +2342,4 @@ multidict = ">=4.0"
[metadata]
lock-version = "2.0"
python-versions = "3.11.*"
-content-hash = "b3ea6ad20d91db5da33108106646f28deb3a048db593f615816f2d571bbf1ffb"
+content-hash = "22471b3fd6c08f0d54cb6339ffa1907204e4158f8f612b1bd577382e01ca37cb"
diff --git a/pyproject.toml b/pyproject.toml
index 87a5eac6c..b869f2ebe 100644
--- a/pyproject.toml
+++ b/pyproject.toml
@@ -26,7 +26,7 @@ python-dateutil = "2.8.2"
python-frontmatter = "1.0.1"
rapidfuzz = "3.5.2"
regex = "2023.10.3"
-sentry-sdk = "1.35.0"
+sentry-sdk = "1.36.0"
tldextract = "5.1.0"
pydantic = "2.0.3"
pydantic-settings = "2.0.3"