diff options
-rw-r--r-- | poetry.lock | 8 | ||||
-rw-r--r-- | pyproject.toml | 2 |
2 files changed, 5 insertions, 5 deletions
diff --git a/poetry.lock b/poetry.lock index dd7b0fb3..511e96f3 100644 --- a/poetry.lock +++ b/poetry.lock @@ -1152,14 +1152,14 @@ tests = ["coverage[toml] (==5.0.4)", "pytest (>=6.0.0,<7.0.0)"] [[package]] name = "pymdown-extensions" -version = "9.10" +version = "9.11" description = "Extension pack for Python Markdown." category = "main" optional = false python-versions = ">=3.7" files = [ - {file = "pymdown_extensions-9.10-py3-none-any.whl", hash = "sha256:31eaa76ce6f96aabfcea98787c2fff2c5c0611b20a53a94213970cfbf05f02b8"}, - {file = "pymdown_extensions-9.10.tar.gz", hash = "sha256:562c38eee4ce3f101ce631b804bfc2177a8a76c7e4dc908871fb6741a90257a7"}, + {file = "pymdown_extensions-9.11-py3-none-any.whl", hash = "sha256:a499191d8d869f30339de86fcf072a787e86c42b6f16f280f5c2cf174182b7f3"}, + {file = "pymdown_extensions-9.11.tar.gz", hash = "sha256:f7e86c1d3981f23d9dc43294488ecb54abadd05b0be4bf8f0e15efc90f7853ff"}, ] [package.dependencies] @@ -1522,4 +1522,4 @@ brotli = ["Brotli"] [metadata] lock-version = "2.0" python-versions = "3.10.*" -content-hash = "778652f842b531cbf7e3ececf94075ec4506ba7f593303331c87346ba56e43b0" +content-hash = "ef1629988173dcc02f490b8a95c7da8a9922ae7980da534c773df0449c65f0a2" diff --git a/pyproject.toml b/pyproject.toml index 364fe12d..ae7bc086 100644 --- a/pyproject.toml +++ b/pyproject.toml @@ -20,7 +20,7 @@ httpx = "0.23.3" markdown = "3.4.3" psycopg2-binary = "2.9.6" PyJWT = {version = "2.6.0", extras = ["crypto"]} -pymdown-extensions = "9.10" +pymdown-extensions = "9.11" python-frontmatter = "1.0.0" pyyaml = "6.0" sentry-sdk = "1.19.1" |