From 3586809b2cd15ad2d833edb4e7a81ade7da9b71d Mon Sep 17 00:00:00 2001 From: thetableman <78121198+thetableman@users.noreply.github.com> Date: Mon, 11 Dec 2023 15:20:49 +1030 Subject: [PATCH] Update markdown2 dependency --- pyproject.toml | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/pyproject.toml b/pyproject.toml index ae5b3d6d5..c6eb0e1b4 100644 --- a/pyproject.toml +++ b/pyproject.toml @@ -11,7 +11,7 @@ keywords = ["gui", "ui", "web", "interface", "live"] [tool.poetry.dependencies] python = "^3.8" typing-extensions = ">=4.0.0" -markdown2 = "^2.4.7" +markdown2 = ">=2.4.7,<2.4.11" Pygments = ">=2.15.1,<3.0.0" uvicorn = {extras = ["standard"], version = "^0.22.0"} fastapi = ">=0.93,<1.0.0" @@ -70,4 +70,4 @@ addopts = "--driver Chrome" asyncio_mode = "auto" [tool.mypy] -ignore_missing_imports = true \ No newline at end of file +ignore_missing_imports = true