diff --git a/poetry.lock b/poetry.lock index ecbd2a0b0..aa3e9e1cb 100644 --- a/poetry.lock +++ b/poetry.lock @@ -853,13 +853,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] @@ -1215,4 +1215,4 @@ brotli = ["brotli"] [metadata] lock-version = "2.0" python-versions = "3.11.*" -content-hash = "b0f3f4cd547b78f5dcafd13546c535839210abf1510519fa25c2c20d2e769830" +content-hash = "c94cc096ed1f1be1efaa0b90c5548301780c94c936ea06e75b9de4bf8e33458a" diff --git a/pyproject.toml b/pyproject.toml index e3422216d..94caecd63 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.8.0", extras = ["crypto"]} -pymdown-extensions = "10.8.1" +pymdown-extensions = "10.9" python-frontmatter = "1.1.0" pyyaml = "6.0.1" sentry-sdk = "2.10.0"