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 c51bbefd..66dbd906 100644
--- a/poetry.lock
+++ b/poetry.lock
@@ -982,13 +982,13 @@ files = [
[[package]]
name = "sentry-sdk"
-version = "1.27.0"
+version = "1.27.1"
description = "Python client for Sentry (https://sentry.io)"
optional = false
python-versions = "*"
files = [
- {file = "sentry-sdk-1.27.0.tar.gz", hash = "sha256:eb2a5080912dc9b397925657669e3761d95d62c8aa4c0c6d6a73d5a31edaafe9"},
- {file = "sentry_sdk-1.27.0-py2.py3-none-any.whl", hash = "sha256:8c0ba7a0ed4e39635d335fdac7c00840b14ce4319bb8629b934243d6306fee7d"},
+ {file = "sentry-sdk-1.27.1.tar.gz", hash = "sha256:53f36293a0da271a22f476259d2fda76c0b8a1cb96b16d6e6e6aca490d7f3451"},
+ {file = "sentry_sdk-1.27.1-py2.py3-none-any.whl", hash = "sha256:24308bd05a1f7d65e40acc68a768b4e5c35462039bfd6ae2ca116b92a7b53c78"},
]
[package.dependencies]
@@ -1168,4 +1168,4 @@ brotli = ["Brotli"]
[metadata]
lock-version = "2.0"
python-versions = "3.11.*"
-content-hash = "7070d4a7d1797e2398b86606211c3e4bd00c89a959129ac37a01b39470193851"
+content-hash = "2acb01c8c44f05bd9445b01936741216616af5662324a7cf4fe99b8d5d7835ba"
diff --git a/pyproject.toml b/pyproject.toml
index 7761a928..5ae29fe8 100644
--- a/pyproject.toml
+++ b/pyproject.toml
@@ -22,7 +22,7 @@ PyJWT = {version = "2.7.0", extras = ["crypto"]}
pymdown-extensions = "10.0.1"
python-frontmatter = "1.0.0"
pyyaml = "6.0"
-sentry-sdk = "1.27.0"
+sentry-sdk = "1.27.1"
whitenoise = "6.4.0"
psycopg = {extras = ["binary"], version = "3.1.9"}