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 9bf03146..6c328506 100644
--- a/poetry.lock
+++ b/poetry.lock
@@ -846,13 +846,13 @@ tests = ["coverage[toml] (==5.0.4)", "pytest (>=6.0.0,<7.0.0)"]
[[package]]
name = "pymdown-extensions"
-version = "10.8.1"
+version = "10.9"
description = "Extension pack for Python Markdown."
optional = false
python-versions = ">=3.8"
files = [
- {file = "pymdown_extensions-10.8.1-py3-none-any.whl", hash = "sha256:f938326115884f48c6059c67377c46cf631c733ef3629b6eed1349989d1b30cb"},
- {file = "pymdown_extensions-10.8.1.tar.gz", hash = "sha256:3ab1db5c9e21728dabf75192d71471f8e50f216627e9a1fa9535ecb0231b9940"},
+ {file = "pymdown_extensions-10.9-py3-none-any.whl", hash = "sha256:d323f7e90d83c86113ee78f3fe62fc9dee5f56b54d912660703ea1816fed5626"},
+ {file = "pymdown_extensions-10.9.tar.gz", hash = "sha256:6ff740bcd99ec4172a938970d42b96128bdc9d4b9bcad72494f29921dc69b753"},
]
[package.dependencies]
@@ -1193,4 +1193,4 @@ brotli = ["brotli"]
[metadata]
lock-version = "2.0"
python-versions = "3.11.*"
-content-hash = "30151e90af18f905fe0b6e499bef85a202a5e5db11fe19cc6bd362ee7d451ed4"
+content-hash = "c1a867e1c871c7df1edb12acaa220c31db001a7555c77b2e8d683c0a7dc87389"
diff --git a/pyproject.toml b/pyproject.toml
index d67d0234..60d9b14c 100644
--- a/pyproject.toml
+++ b/pyproject.toml
@@ -19,7 +19,7 @@ gunicorn = "22.0.0"
httpx = "0.27.0"
markdown = "3.6"
PyJWT = {version = "2.9.0", extras = ["crypto"]}
-pymdown-extensions = "10.8.1"
+pymdown-extensions = "10.9"
python-frontmatter = "1.1.0"
pyyaml = "6.0.1"
sentry-sdk = "2.12.0"