diff --git a/poetry.lock b/poetry.lock index 51e1548..88d2692 100644 --- a/poetry.lock +++ b/poetry.lock @@ -963,7 +963,7 @@ redis = ">=3.5.0" [[package]] name = "sentry-sdk" -version = "1.9.8" +version = "1.10.1" description = "Python client for Sentry (https://sentry.io)" category = "main" optional = false @@ -1372,7 +1372,7 @@ testing = ["func-timeout", "jaraco.itertools", "pytest (>=6)", "pytest-black (>= [metadata] lock-version = "1.1" python-versions = "^3.10" -content-hash = "2753e47927a9105c95b624710f73f10535d4166d291c457e1ec36628917f3d7e" +content-hash = "95c31eb909606cb6e1efc19a1c3db402f667c9823164d527157581d52900ed59" [metadata.files] anyascii = [ @@ -2101,8 +2101,8 @@ rq = [ {file = "rq-1.11.0.tar.gz", hash = "sha256:50d0cf687cfb2530eac9396c7426e420958a166e8f4666bd2096bdcf7f4ad03e"}, ] sentry-sdk = [ - {file = "sentry-sdk-1.9.8.tar.gz", hash = "sha256:ef4b4d57631662ff81e15c22bf007f7ce07c47321648c8e601fbd22950ed1a79"}, - {file = "sentry_sdk-1.9.8-py2.py3-none-any.whl", hash = "sha256:7378c08d81da78a4860da7b4900ac51fef38be841d01bc5b7cb249ac51e070c6"}, + {file = "sentry-sdk-1.10.1.tar.gz", hash = "sha256:105faf7bd7b7fa25653404619ee261527266b14103fe1389e0ce077bd23a9691"}, + {file = "sentry_sdk-1.10.1-py2.py3-none-any.whl", hash = "sha256:06c0fa9ccfdc80d7e3b5d2021978d6eb9351fa49db9b5847cf4d1f2a473414ad"}, ] setuptools = [ {file = "setuptools-65.3.0-py3-none-any.whl", hash = "sha256:2e24e0bec025f035a2e72cdd1961119f557d78ad331bb00ff82efb2ab8da8e82"}, diff --git a/pyproject.toml b/pyproject.toml index c90ae61..8bb4147 100644 --- a/pyproject.toml +++ b/pyproject.toml @@ -26,7 +26,7 @@ django-htmx = "1.12.2" wagtail-metadata = "4.0.1" humanize = "4.4.0" django-plausible = "0.3.0" -sentry-sdk = "1.9.8" +sentry-sdk = "1.10.1" wagtail-favicon = {git = "https://github.com/RealOrangeOne/wagtail-favicon", rev = "fd43adb98e52b6be9f5a9270391a74ec796727ef"} django-sri = "0.5.0" wagtail-2fa = "1.6.0"