aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
-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 b364e0cc..3f539d6e 100644
--- a/poetry.lock
+++ b/poetry.lock
@@ -1286,14 +1286,14 @@ use-chardet-on-py3 = ["chardet (>=3.0.2,<6)"]
[[package]]
name = "sentry-sdk"
-version = "1.21.0"
+version = "1.21.1"
description = "Python client for Sentry (https://sentry.io)"
category = "main"
optional = false
python-versions = "*"
files = [
- {file = "sentry-sdk-1.21.0.tar.gz", hash = "sha256:36a1ca082a3065a8a05aafa4b1e3d74e9459d41fbb0bea8a5364caca68626341"},
- {file = "sentry_sdk-1.21.0-py2.py3-none-any.whl", hash = "sha256:82faf9e2c9eb77401a7a187094b126ca25c2a3a478de6704612f48b3346f7a84"},
+ {file = "sentry-sdk-1.21.1.tar.gz", hash = "sha256:99c15556a23621be9f18c2955f7ce63321713bf1c0ad396b27b61399bac5f458"},
+ {file = "sentry_sdk-1.21.1-py2.py3-none-any.whl", hash = "sha256:092888f3abf7a2ea78f0bfcefc3e0465caee2b6f0efb26f538ccc60f95dca179"},
]
[package.dependencies]
@@ -1509,4 +1509,4 @@ brotli = ["Brotli"]
[metadata]
lock-version = "2.0"
python-versions = "3.10.*"
-content-hash = "eb50be0a09e3cd894f0ff923027ca6a524ac05da5751bcc3428cc967212fcd0d"
+content-hash = "42e473755ac446d3aed9713747afa996462e680ca14af532737fc0a162cd5c48"
diff --git a/pyproject.toml b/pyproject.toml
index 42e73854..a2a268fe 100644
--- a/pyproject.toml
+++ b/pyproject.toml
@@ -23,7 +23,7 @@ PyJWT = {version = "2.6.0", extras = ["crypto"]}
pymdown-extensions = "9.11"
python-frontmatter = "1.0.0"
pyyaml = "6.0"
-sentry-sdk = "1.21.0"
+sentry-sdk = "1.21.1"
whitenoise = "6.4.0"
[tool.poetry.group.dev.dependencies]