From 2252ec86ccac3a32940fd618e11d70196d6e75e7 Mon Sep 17 00:00:00 2001 From: Chris Sewell Date: Wed, 22 Feb 2023 05:19:11 +0100 Subject: [PATCH] =?UTF-8?q?=F0=9F=94=A7=20Update=20benchmark=20pkg=20versi?= =?UTF-8?q?ons?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- pyproject.toml | 10 +++++----- 1 file changed, 5 insertions(+), 5 deletions(-) diff --git a/pyproject.toml b/pyproject.toml index 4c8a169a..bd202b37 100644 --- a/pyproject.toml +++ b/pyproject.toml @@ -37,11 +37,11 @@ Documentation = "https://markdown-it-py.readthedocs.io" [project.optional-dependencies] code_style = ["pre-commit==2.6"] compare = [ - "commonmark~=0.9.1", - "markdown~=3.3.6", - "mistletoe~=0.8.1", - "mistune~=2.0.2", - "panflute~=2.1.3", + "commonmark~=0.9", + "markdown~=3.4", + "mistletoe~=1.0", + "mistune~=2.0", + "panflute~=2.3", ] linkify = ["linkify-it-py~=1.0"] plugins = ["mdit-py-plugins"]