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 f20d97fb..c4079964 100644
--- a/poetry.lock
+++ b/poetry.lock
@@ -849,13 +849,13 @@ tests = ["coverage[toml] (==5.0.4)", "pytest (>=6.0.0,<7.0.0)"]
[[package]]
name = "pymdown-extensions"
-version = "10.5"
+version = "10.6"
description = "Extension pack for Python Markdown."
optional = false
python-versions = ">=3.8"
files = [
- {file = "pymdown_extensions-10.5-py3-none-any.whl", hash = "sha256:1f0ca8bb5beff091315f793ee17683bc1390731f6ac4c5eb01e27464b80fe879"},
- {file = "pymdown_extensions-10.5.tar.gz", hash = "sha256:1b60f1e462adbec5a1ed79dac91f666c9c0d241fa294de1989f29d20096cfd0b"},
+ {file = "pymdown_extensions-10.6-py3-none-any.whl", hash = "sha256:561eb3a5f3c3c2512952a4d6f5b311aa124b7147bd54a3ea0f36ce030c7e3dd9"},
+ {file = "pymdown_extensions-10.6.tar.gz", hash = "sha256:e4531379e0d74b329ff264217ef5b8b1a37bed3afe36f98001b74ecff52215c0"},
]
[package.dependencies]
@@ -1205,4 +1205,4 @@ brotli = ["Brotli"]
[metadata]
lock-version = "2.0"
python-versions = "3.11.*"
-content-hash = "897c97ff9dfb734aca4f633c042e817baacd03d80383648f47e016f3a18bb0bf"
+content-hash = "f150098d020cd008f30e8564e45bcab12b4de9a7a46c2840417a28518c4ad413"
diff --git a/pyproject.toml b/pyproject.toml
index 79a74cfd..0c1b2779 100644
--- a/pyproject.toml
+++ b/pyproject.toml
@@ -19,7 +19,7 @@ gunicorn = "21.2.0"
httpx = "0.26.0"
markdown = "3.5.1"
PyJWT = {version = "2.8.0", extras = ["crypto"]}
-pymdown-extensions = "10.5"
+pymdown-extensions = "10.6"
python-frontmatter = "1.0.1"
pyyaml = "6.0.1"
sentry-sdk = "1.39.1"