diff --git a/poetry.lock b/poetry.lock index 0c14364..e277f7c 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.3" 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.3-py3-none-any.whl", hash = "sha256:a8ebb7e84b8519c37bf7382b3db600f1798a22c245bfd754a1f87ca8d7ea63b3"}, + {file = "markdown2-2.5.3.tar.gz", hash = "sha256:4d502953a4633408b0ab3ec503c5d6984d1b14307e32b325ec7d16ea57524895"}, ] +[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 = "02defec97d51ea29c4eefa85e89a9a24c4dd371eb42d87c1b150cb1bf5bac851" diff --git a/pyproject.toml b/pyproject.toml index 7cc87c0..106f8a8 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.3" confluent-kafka = "2.6.1" [tool.poetry.group.dev.dependencies]