diff --git a/poetry.lock b/poetry.lock index 7280fa2c7..8e50e2f7a 100644 --- a/poetry.lock +++ b/poetry.lock @@ -847,13 +847,13 @@ tests = ["coverage[toml] (==5.0.4)", "pytest (>=6.0.0,<7.0.0)"] [[package]] name = "pymdown-extensions" -version = "10.3" +version = "10.3.1" description = "Extension pack for Python Markdown." optional = false python-versions = ">=3.8" files = [ - {file = "pymdown_extensions-10.3-py3-none-any.whl", hash = "sha256:77a82c621c58a83efc49a389159181d570e370fff9f810d3a4766a75fc678b66"}, - {file = "pymdown_extensions-10.3.tar.gz", hash = "sha256:94a0d8a03246712b64698af223848fd80aaf1ae4c4be29c8c61939b0467b5722"}, + {file = "pymdown_extensions-10.3.1-py3-none-any.whl", hash = "sha256:8cba67beb2a1318cdaf742d09dff7c0fc4cafcc290147ade0f8fb7b71522711a"}, + {file = "pymdown_extensions-10.3.1.tar.gz", hash = "sha256:f6c79941498a458852853872e379e7bab63888361ba20992fc8b4f8a9b61735e"}, ] [package.dependencies] @@ -1203,4 +1203,4 @@ brotli = ["Brotli"] [metadata] lock-version = "2.0" python-versions = "3.11.*" -content-hash = "a5688d3287233f3d72687cf78e0744aab3e3cc0c9ef83085dbaaa123796c89e6" +content-hash = "7168a0886b135cb091b2eab8cc908afea1d6a21250e1b697bdebab084636812f" diff --git a/pyproject.toml b/pyproject.toml index 034a3ce2a..ead1e3833 100644 --- a/pyproject.toml +++ b/pyproject.toml @@ -19,7 +19,7 @@ gunicorn = "21.2.0" httpx = "0.25.0" markdown = "3.5" PyJWT = {version = "2.8.0", extras = ["crypto"]} -pymdown-extensions = "10.3" +pymdown-extensions = "10.3.1" python-frontmatter = "1.0.0" pyyaml = "6.0.1" sentry-sdk = "1.32.0"