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 3d27028a..d56c0b12 100644 --- a/poetry.lock +++ b/poetry.lock @@ -836,13 +836,13 @@ tests = ["coverage[toml] (==5.0.4)", "pytest (>=6.0.0,<7.0.0)"]  [[package]]  name = "pymdown-extensions" -version = "10.2" +version = "10.2.1"  description = "Extension pack for Python Markdown."  optional = false  python-versions = ">=3.7"  files = [ -    {file = "pymdown_extensions-10.2-py3-none-any.whl", hash = "sha256:fbb86243db9a681602e3b869deef000211c55d0261015a5cc41d6f34d2afc57f"}, -    {file = "pymdown_extensions-10.2.tar.gz", hash = "sha256:06042274876eb4267f12a389daf505eabaebc38bdca26725560c9afda5867549"}, +    {file = "pymdown_extensions-10.2.1-py3-none-any.whl", hash = "sha256:bded105eb8d93f88f2f821f00108cb70cef1269db6a40128c09c5f48bfc60ea4"}, +    {file = "pymdown_extensions-10.2.1.tar.gz", hash = "sha256:d0c534b4a5725a4be7ccef25d65a4c97dba58b54ad7c813babf0eb5ba9c81591"},  ]  [package.dependencies] @@ -1190,4 +1190,4 @@ brotli = ["Brotli"]  [metadata]  lock-version = "2.0"  python-versions = "3.11.*" -content-hash = "d166bd705db2b42a136b68e90000057994561918718a3d46844db40c505f5af7" +content-hash = "5b3c90176fe82de9c17e583ecff3c65e149854ecefb7824e95fdd5d1423863bb" diff --git a/pyproject.toml b/pyproject.toml index f7ca6680..768d0766 100644 --- a/pyproject.toml +++ b/pyproject.toml @@ -19,7 +19,7 @@ gunicorn = "21.2.0"  httpx = "0.24.1"  markdown = "3.4.4"  PyJWT = {version = "2.8.0", extras = ["crypto"]} -pymdown-extensions = "10.2" +pymdown-extensions = "10.2.1"  python-frontmatter = "1.0.0"  pyyaml = "6.0.1"  sentry-sdk = "1.30.0" | 
