diff --git a/poetry.lock b/poetry.lock index 0c14364..5e59061 100644 --- a/poetry.lock +++ b/poetry.lock @@ -1,4 +1,4 @@ -# This file is automatically @generated by Poetry 2.1.2 and should not be changed by hand. +# This file is automatically @generated by Poetry 2.1.1 and should not be changed by hand. [[package]] name = "appnope" @@ -507,16 +507,22 @@ requests = ">=2" [[package]] name = "markdown2" -version = "2.3.9" +version = "2.5.4" description = "A fast and complete Python implementation of Markdown" optional = false -python-versions = "*" +python-versions = "<4,>=3.9" groups = ["main"] files = [ - {file = "markdown2-2.3.9-py2.py3-none-any.whl", hash = "sha256:e6b401ec80b75e76a6b3dbb2c8ade513156fa55fa6c30b9640a1abf6184a07c8"}, - {file = "markdown2-2.3.9.tar.gz", hash = "sha256:89526090907ae5ece66d783c434b35c29ee500c1986309e306ce2346273ada6a"}, + {file = "markdown2-2.5.4-py3-none-any.whl", hash = "sha256:3c4b2934e677be7fec0e6f2de4410e116681f4ad50ec8e5ba7557be506d3f439"}, + {file = "markdown2-2.5.4.tar.gz", hash = "sha256:a09873f0b3c23dbfae589b0080587df52ad75bb09a5fa6559147554736676889"}, ] +[package.extras] +all = ["latex2mathml ; python_version >= \"3.8.1\"", "pygments (>=2.7.3)", "wavedrom"] +code-syntax-highlighting = ["pygments (>=2.7.3)"] +latex = ["latex2mathml ; python_version >= \"3.8.1\""] +wavedrom = ["wavedrom"] + [[package]] name = "matplotlib-inline" version = "0.1.7" @@ -1219,4 +1225,4 @@ test = ["websockets"] [metadata] lock-version = "2.1" python-versions = "3.9.19" -content-hash = "b5c8a37188d7b2bd421e124c1efa7139ba0bea7af11b20da3078e052e46a27c3" +content-hash = "f4387198fe594dcf1532ed746cc3d8e9356b246156a21d3967359f8ad6db306c" diff --git a/pyproject.toml b/pyproject.toml index 7cc87c0..196cba7 100644 --- a/pyproject.toml +++ b/pyproject.toml @@ -13,7 +13,7 @@ docker = "4.2.2" PyYAML = "5.3.1" requests = "2.24.0" beautifulsoup4 = "4.9.1" -markdown2 = "2.3.9" +markdown2 = "2.5.4" confluent-kafka = "2.6.1" [tool.poetry.group.dev.dependencies]